Pull request #3247 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 4160fe1027c6e22eada700f89f287e89090e2847+fb188d25fcab3d585a11d4385d590a36e735c372 (587088f9347ba62808dcc0f0d49563afb3a35bb2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29371 in /w/workspace/edgexfoundry_edgex-go_PR-3247 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3247/head:refs/remotes/origin/PR-3247 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 4160fe1027c6e22eada700f89f287e89090e2847 Merge succeeded, producing 4160fe1027c6e22eada700f89f287e89090e2847 Checking out Revision 4160fe1027c6e22eada700f89f287e89090e2847 (PR-3247) > git config core.sparsecheckout # timeout=10 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 Commit message: "feat: Use service keys for Route configuration keys" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T21:06:51.580Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T21:06:51.871Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T21:06:51.982Z] ========================================================= [2021-03-10T21:06:51.982Z] EdgeX Global Pipelines Version Info [2021-03-10T21:06:51.982Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cc34ccb0341e04ce46e5a550e178be62157b1b15 # timeout=10 [2021-03-10T21:06:53.432Z] ------------------- [2021-03-10T21:06:53.433Z] stable info: [2021-03-10T21:06:53.433Z] ------------------- [2021-03-10T21:06:53.433Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T21:06:53.433Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T21:06:53.433Z] Message: update stable to v1.0.184 [2021-03-10T21:06:54.376Z] ------------------- [2021-03-10T21:06:54.376Z] experimental info: [2021-03-10T21:06:54.376Z] ------------------- [2021-03-10T21:06:54.376Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T21:06:54.376Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T21:06:54.376Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T21:06:54.627Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T21:06:54.731Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T21:06:54.813Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T21:06:54.898Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T21:06:55.046Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T21:06:55.138Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T21:06:55.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T21:06:55.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T21:06:55.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T21:06:55.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T21:06:55.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T21:06:55.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T21:06:55.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T21:06:55.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T21:06:55.910Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T21:06:56.011Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T21:06:56.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T21:06:56.197Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T21:06:56.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T21:06:56.363Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T21:06:56.454Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T21:06:56.555Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T21:06:56.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3247 [Pipeline] echo [2021-03-10T21:06:56.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3247 [Pipeline] echo [2021-03-10T21:06:56.826Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3247 [Pipeline] echo [2021-03-10T21:06:56.910Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4160fe1027c6e22eada700f89f287e89090e2847 [Pipeline] echo [2021-03-10T21:06:57.005Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4160fe1 [Pipeline] echo [2021-03-10T21:06:57.085Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T21:06:57.255Z] provisioning config files... [2021-03-10T21:06:57.285Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3925248448758138671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:06:57.641Z] ---> docker-login.sh [2021-03-10T21:06:57.641Z] nexus3.edgexfoundry.org:10001 [2021-03-10T21:06:57.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:06:57.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:06:57.902Z] Configure a credential helper to remove this warning. See [2021-03-10T21:06:57.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:06:57.902Z] [2021-03-10T21:06:57.902Z] Login Succeeded [2021-03-10T21:06:57.902Z] nexus3.edgexfoundry.org:10002 [2021-03-10T21:06:58.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:06:58.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:06:58.163Z] Configure a credential helper to remove this warning. See [2021-03-10T21:06:58.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:06:58.163Z] [2021-03-10T21:06:58.163Z] Login Succeeded [2021-03-10T21:06:58.163Z] nexus3.edgexfoundry.org:10003 [2021-03-10T21:06:58.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:06:58.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:06:58.426Z] Configure a credential helper to remove this warning. See [2021-03-10T21:06:58.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:06:58.426Z] [2021-03-10T21:06:58.426Z] Login Succeeded [2021-03-10T21:06:58.426Z] nexus3.edgexfoundry.org:10004 [2021-03-10T21:06:58.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:06:58.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:06:58.426Z] Configure a credential helper to remove this warning. See [2021-03-10T21:06:58.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:06:58.426Z] [2021-03-10T21:06:58.426Z] Login Succeeded [2021-03-10T21:06:58.426Z] docker.io [2021-03-10T21:06:58.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:06:58.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:06:58.949Z] Configure a credential helper to remove this warning. See [2021-03-10T21:06:58.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:06:58.949Z] [2021-03-10T21:06:58.949Z] Login Succeeded [2021-03-10T21:06:58.949Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T21:06:58.958Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T21:06:59.440Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T21:06:59.440Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T21:06:59.440Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T21:06:59.440Z] ++ cut -d/ -f2 [2021-03-10T21:06:59.440Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T21:06:59.508Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:07:01.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T21:07:01.034Z] [2021-03-10T21:07:01.034Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:07:01.379Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T21:07:01.379Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T21:07:01.379Z] 31603596830f: Pulling fs layer [2021-03-10T21:07:01.379Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T21:07:01.379Z] 6ca5941a6612: Pulling fs layer [2021-03-10T21:07:01.379Z] ecc8261a40a4: Pulling fs layer [2021-03-10T21:07:01.379Z] ecc8261a40a4: Waiting [2021-03-10T21:07:01.641Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T21:07:01.642Z] 2a8b12db71e7: Download complete [2021-03-10T21:07:01.642Z] 31603596830f: Verifying Checksum [2021-03-10T21:07:01.642Z] 31603596830f: Download complete [2021-03-10T21:07:01.912Z] 6ca5941a6612: Verifying Checksum [2021-03-10T21:07:01.912Z] 6ca5941a6612: Download complete [2021-03-10T21:07:01.912Z] ecc8261a40a4: Verifying Checksum [2021-03-10T21:07:01.912Z] ecc8261a40a4: Download complete [2021-03-10T21:07:02.175Z] 31603596830f: Pull complete [2021-03-10T21:07:02.175Z] 2a8b12db71e7: Pull complete [2021-03-10T21:07:02.748Z] 6ca5941a6612: Pull complete [2021-03-10T21:07:03.011Z] ecc8261a40a4: Pull complete [2021-03-10T21:07:03.011Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T21:07:03.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T21:07:03.011Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T21:07:03.114Z] prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container [2021-03-10T21:07:03.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T21:07:05.868Z] $ docker top fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T21:07:06.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T21:07:06.151Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T21:07:06.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T21:07:06.365Z] $ docker exec fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent [2021-03-10T21:07:06.515Z] SSH_AUTH_SOCK=/tmp/ssh-v0Uis6n6N69W/agent.13 [2021-03-10T21:07:06.515Z] SSH_AGENT_PID=19 [2021-03-10T21:07:06.524Z] Running ssh-add (command line suppressed) [2021-03-10T21:07:06.644Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3032363954799791691.key (/w/workspace/edgex-go/2@tmp/private_key_3032363954799791691.key) [2021-03-10T21:07:06.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T21:07:07.058Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T21:07:07.080Z] $ docker exec --env ******** --env ******** fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent -k [2021-03-10T21:07:07.186Z] unset SSH_AUTH_SOCK; [2021-03-10T21:07:07.187Z] unset SSH_AGENT_PID; [2021-03-10T21:07:07.187Z] echo Agent pid 19 killed; [2021-03-10T21:07:07.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T21:07:07.380Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T21:07:07.380Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T21:07:07.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T21:07:07.538Z] $ docker exec fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent [2021-03-10T21:07:07.693Z] SSH_AUTH_SOCK=/tmp/ssh-4pHijzbbacRY/agent.48 [2021-03-10T21:07:07.693Z] SSH_AGENT_PID=53 [2021-03-10T21:07:07.699Z] Running ssh-add (command line suppressed) [2021-03-10T21:07:07.808Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7063371551554083518.key (/w/workspace/edgex-go/2@tmp/private_key_7063371551554083518.key) [2021-03-10T21:07:07.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T21:07:08.186Z] + git semver init [2021-03-10T21:07:08.186Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T21:07:08.186Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-10T21:07:08.186Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-10T21:07:08.186Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T21:07:08.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T21:07:08.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T21:07:08.186Z] # $SEMVER_BRANCH = PR-3247 [2021-03-10T21:07:08.186Z] # $SEMVER_TEMP = /tmp/semver-677947881 [2021-03-10T21:07:08.186Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T21:07:26.355Z] # '/tmp/semver-677947881' -> '/w/workspace/edgex-go/2/.semver' [2021-03-10T21:07:26.355Z] # -> Force: false [2021-03-10T21:07:26.355Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-10T21:07:26.375Z] $ docker exec --env ******** --env ******** fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent -k [2021-03-10T21:07:26.555Z] unset SSH_AUTH_SOCK; [2021-03-10T21:07:26.556Z] unset SSH_AGENT_PID; [2021-03-10T21:07:26.556Z] echo Agent pid 53 killed; [2021-03-10T21:07:26.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T21:07:27.076Z] + git semver [Pipeline] } [2021-03-10T21:07:27.093Z] $ docker stop --time=1 fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb [2021-03-10T21:07:28.750Z] $ docker rm -f fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T21:07:29.279Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T21:07:29.821Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T21:07:29.824Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T21:07:30.919Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T21:07:31.219Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T21:07:31.515Z] + sudo service docker restart [2021-03-10T21:07:31.515Z] + true [2021-03-10T21:07:31.515Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T21:07:32.103Z] ========================================================= [2021-03-10T21:07:32.103Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T21:07:32.103Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:07:32.441Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-10T21:07:35.754Z] Sending build context to Docker daemon 328.4MB [2021-03-10T21:07:35.754Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T21:07:35.754Z] Step 2/6 : FROM ${BASE} [2021-03-10T21:07:36.015Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T21:07:36.015Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T21:07:36.015Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T21:07:36.015Z] de9db76c5a1d: Pulling fs layer [2021-03-10T21:07:36.015Z] bca2f99d35d6: Pulling fs layer [2021-03-10T21:07:36.015Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T21:07:36.015Z] 7c6f9722023f: Pulling fs layer [2021-03-10T21:07:36.015Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T21:07:36.015Z] 93359f2a8cfa: Waiting [2021-03-10T21:07:36.015Z] 7c6f9722023f: Waiting [2021-03-10T21:07:36.015Z] a35cf1a2eb13: Waiting [2021-03-10T21:07:36.015Z] bca2f99d35d6: Waiting [2021-03-10T21:07:36.015Z] de9db76c5a1d: Download complete [2021-03-10T21:07:36.015Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T21:07:36.015Z] 0ef7d3d256c8: Download complete [2021-03-10T21:07:36.015Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T21:07:36.015Z] 93359f2a8cfa: Download complete [2021-03-10T21:07:36.597Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T21:07:36.597Z] 188c0c94c7c5: Download complete [2021-03-10T21:07:36.597Z] 7c6f9722023f: Verifying Checksum [2021-03-10T21:07:36.597Z] 7c6f9722023f: Download complete [2021-03-10T21:07:37.176Z] 188c0c94c7c5: Pull complete [2021-03-10T21:07:37.439Z] 0ef7d3d256c8: Pull complete [2021-03-10T21:07:37.439Z] de9db76c5a1d: Pull complete [2021-03-10T21:07:38.395Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T21:07:38.395Z] a35cf1a2eb13: Download complete [2021-03-10T21:07:38.971Z] bca2f99d35d6: Verifying Checksum [2021-03-10T21:07:38.971Z] bca2f99d35d6: Download complete [2021-03-10T21:07:44.312Z] bca2f99d35d6: Pull complete [2021-03-10T21:07:44.313Z] 93359f2a8cfa: Pull complete [2021-03-10T21:07:44.313Z] 7c6f9722023f: Pull complete [2021-03-10T21:07:45.244Z] Still waiting to schedule task [2021-03-10T21:07:45.244Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-10T21:07:48.538Z] a35cf1a2eb13: Pull complete [2021-03-10T21:07:48.539Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T21:07:48.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T21:07:48.539Z] ---> a62c8e92a672 [2021-03-10T21:07:48.539Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-10T21:07:48.539Z] ---> Running in bf7cc3ca7cc1 [2021-03-10T21:07:48.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:07:49.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:07:50.696Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T21:07:50.696Z] (2/12) Installing file (5.38-r0) [2021-03-10T21:07:50.696Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T21:07:50.958Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T21:07:55.175Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T21:07:55.175Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T21:07:55.436Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T21:07:55.436Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T21:07:55.436Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T21:07:55.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T21:07:55.697Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T21:07:55.697Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T21:07:55.958Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:07:55.958Z] OK: 233 MiB in 51 packages [2021-03-10T21:07:59.270Z] Removing intermediate container bf7cc3ca7cc1 [2021-03-10T21:07:59.270Z] ---> 12ab98f2aeb3 [2021-03-10T21:07:59.270Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T21:07:59.270Z] ---> Running in 53b02c241481 [2021-03-10T21:07:59.270Z] Removing intermediate container 53b02c241481 [2021-03-10T21:07:59.270Z] ---> 61878a1ff2dd [2021-03-10T21:07:59.270Z] Step 5/6 : COPY go.mod . [2021-03-10T21:07:59.532Z] ---> da5a611b0c5c [2021-03-10T21:07:59.532Z] Step 6/6 : RUN go mod download [2021-03-10T21:07:59.532Z] ---> Running in 6ef5e706f976 [2021-03-10T21:08:21.531Z] Removing intermediate container 6ef5e706f976 [2021-03-10T21:08:21.531Z] ---> 53cb606429e8 [2021-03-10T21:08:21.531Z] Successfully built 53cb606429e8 [2021-03-10T21:08:21.531Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:08:21.996Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T21:08:21.996Z] . [Pipeline] withDockerContainer [2021-03-10T21:08:22.090Z] prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container [2021-03-10T21:08:22.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T21:08:22.778Z] $ docker top 8c3eb5238d4521cf398753503d4619049b521d2748d45b90b007123ba4084679 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T21:08:23.262Z] + go version [2021-03-10T21:08:23.262Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T21:08:23.278Z] $ docker stop --time=1 8c3eb5238d4521cf398753503d4619049b521d2748d45b90b007123ba4084679 [2021-03-10T21:08:24.592Z] $ docker rm -f 8c3eb5238d4521cf398753503d4619049b521d2748d45b90b007123ba4084679 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:08:25.417Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T21:08:25.417Z] . [Pipeline] withDockerContainer [2021-03-10T21:08:25.505Z] prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container [2021-03-10T21:08:25.551Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T21:08:26.164Z] $ docker top 9c5b90c7beb2bcb68a3a9d9255da228d7eb96056cd4be282264708b8d554b979 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T21:08:26.381Z] ========================================================= [2021-03-10T21:08:26.381Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T21:08:26.381Z] ========================================================= [Pipeline] sh [2021-03-10T21:08:26.672Z] + make test [2021-03-10T21:08:26.672Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T21:08:34.866Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T21:08:53.172Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T21:08:56.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T21:08:56.529Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T21:08:56.529Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T21:08:58.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T21:08:58.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T21:08:58.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T21:08:58.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T21:08:59.421Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T21:08:59.684Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T21:09:01.627Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T21:09:01.627Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T21:09:01.627Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T21:09:04.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 45.9% of statements [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T21:09:04.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T21:09:04.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements [2021-03-10T21:09:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T21:09:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T21:09:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T21:09:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T21:09:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T21:09:07.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.9% of statements [2021-03-10T21:09:07.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T21:09:07.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:09:07.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-03-10T21:09:07.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T21:09:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T21:09:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T21:09:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T21:09:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 86.7% of statements [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T21:09:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T21:09:10.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T21:09:10.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T21:09:12.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T21:09:12.867Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T21:09:12.867Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T21:09:12.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T21:09:12.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements [2021-03-10T21:09:12.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements [2021-03-10T21:09:12.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-03-10T21:09:13.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-03-10T21:09:13.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-03-10T21:09:25.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements [2021-03-10T21:09:25.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.024s coverage: 44.8% of statements [2021-03-10T21:09:25.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.041s coverage: 81.4% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.034s coverage: 87.2% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.6% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 62.4% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 69.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 38.4% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.145s coverage: 87.1% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.750s coverage: 29.1% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 96.5% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T21:09:38.372Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-03-10T21:09:38.372Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-03-10T21:09:38.372Z] GO111MODULE=on go vet ./... [2021-03-10T21:10:05.115Z] gofmt -l . [2021-03-10T21:10:05.115Z] [ "`gofmt -l .`" = "" ] [2021-03-10T21:10:05.690Z] ./bin/test-go-mod-tidy.sh [2021-03-10T21:10:06.265Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T21:10:07.145Z] + ls -al . [2021-03-10T21:10:07.145Z] total 740 [2021-03-10T21:10:07.145Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 21:10 . [2021-03-10T21:10:07.145Z] drwxr-xr-x 4 root root 28 Mar 10 21:08 .. [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 21:06 .dockerignore [2021-03-10T21:10:07.145Z] drwxrwxr-x 8 1001 1001 179 Mar 10 21:06 .git [2021-03-10T21:10:07.145Z] drwxrwxr-x 3 1001 1001 125 Mar 10 21:06 .github [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 21:06 .gitignore [2021-03-10T21:10:07.145Z] drwx------ 3 1001 1001 60 Mar 10 21:07 .semver [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 21:06 .sonarcloud.properties [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 21:06 Attribution.txt [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 21:06 CONTRIBUTING.md [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 21:06 Dockerfile.build [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 21:06 Jenkinsfile [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 21:06 LICENSE [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 21:06 Makefile [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 21:06 README.md [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 21:06 SECURITY.md [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 21:07 VERSION [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 21:06 ZMQWindows.md [2021-03-10T21:10:07.145Z] drwxrwxr-x 2 1001 1001 117 Mar 10 21:06 bin [2021-03-10T21:10:07.145Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 21:06 cmd [2021-03-10T21:10:07.145Z] -rw-r--r-- 1 root root 628838 Mar 10 21:09 coverage.out [2021-03-10T21:10:07.145Z] -rw-r--r-- 1 root root 1055 Mar 10 21:10 go.mod [2021-03-10T21:10:07.145Z] -rw-r--r-- 1 root root 21981 Mar 10 21:10 go.sum [2021-03-10T21:10:07.145Z] drwxrwxr-x 8 1001 1001 127 Mar 10 21:06 internal [2021-03-10T21:10:07.145Z] drwxrwxr-x 4 1001 1001 26 Mar 10 21:06 openapi [2021-03-10T21:10:07.145Z] drwxrwxr-x 4 1001 1001 71 Mar 10 21:06 snap [2021-03-10T21:10:07.145Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 21:06 version.go [Pipeline] sh [2021-03-10T21:10:07.449Z] + '[' -e coverage.out ] [2021-03-10T21:10:07.449Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T21:10:07.714Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T21:10:08.013Z] + make build [2021-03-10T21:10:08.014Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T21:10:12.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T21:10:20.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T21:10:21.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T21:10:23.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T21:10:24.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T21:10:25.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T21:10:27.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T21:10:27.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T21:10:29.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T21:10:30.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T21:10:31.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-10T21:10:33.875Z] $ docker stop --time=1 9c5b90c7beb2bcb68a3a9d9255da228d7eb96056cd4be282264708b8d554b979 [2021-03-10T21:10:35.661Z] $ docker rm -f 9c5b90c7beb2bcb68a3a9d9255da228d7eb96056cd4be282264708b8d554b979 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:10:39.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T21:10:39.436Z] [2021-03-10T21:10:39.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:10:39.814Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T21:10:39.814Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T21:10:39.814Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T21:10:39.814Z] ca9280d653b3: Pulling fs layer [2021-03-10T21:10:39.815Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T21:10:40.396Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-10T21:10:40.396Z] cbdbe7a5bc2a: Download complete [2021-03-10T21:10:40.396Z] ca9280d653b3: Verifying Checksum [2021-03-10T21:10:40.396Z] ca9280d653b3: Download complete [2021-03-10T21:10:40.664Z] cbdbe7a5bc2a: Pull complete [2021-03-10T21:10:41.629Z] 7e9c9ca2126c: Verifying Checksum [2021-03-10T21:10:41.629Z] 7e9c9ca2126c: Download complete [2021-03-10T21:10:41.629Z] ca9280d653b3: Pull complete [2021-03-10T21:10:46.856Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29373 in /w/workspace/edgexfoundry_edgex-go_PR-3247 [Pipeline] { [Pipeline] ws [2021-03-10T21:10:46.922Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2021-03-10T21:10:46.947Z] 7e9c9ca2126c: Pull complete [2021-03-10T21:10:46.948Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T21:10:46.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T21:10:46.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T21:10:47.054Z] prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container [2021-03-10T21:10:47.106Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T21:10:49.900Z] $ docker top a76acdf91285e63da399b815da93d1537806e485840a2f89d99754729e5591f8 -eo pid,comm [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-03-10T21:10:50.498Z] + docker-compose build --help [2021-03-10T21:10:50.498Z] + grep parallel [2021-03-10T21:10:51.441Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T21:10:51.455Z] $ docker stop --time=1 a76acdf91285e63da399b815da93d1537806e485840a2f89d99754729e5591f8 [2021-03-10T21:10:53.387Z] $ docker rm -f a76acdf91285e63da399b815da93d1537806e485840a2f89d99754729e5591f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:10:54.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T21:10:54.070Z] . [Pipeline] withDockerContainer [2021-03-10T21:10:54.168Z] prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container [2021-03-10T21:10:54.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T21:10:54.829Z] using credential edgex-jenkins-ssh [2021-03-10T21:10:54.911Z] $ docker top 6691846a7252484f7feed9d34e0d7e05ca69c0a68fbc59068950c1be2d4943a0 -eo pid,comm [2021-03-10T21:10:54.916Z] Cloning the remote Git repository [Pipeline] { [Pipeline] sh [2021-03-10T21:10:54.968Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T21:10:55.079Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-10T21:10:55.175Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T21:10:55.176Z] > git --version # timeout=10 [2021-03-10T21:10:55.198Z] > git --version # 'git version 2.17.1' [2021-03-10T21:10:55.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T21:10:55.278Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T21:10:55.428Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T21:10:56.373Z] Building docker-core-command-go ... [2021-03-10T21:10:56.373Z] Building docker-core-data-go ... [2021-03-10T21:10:56.373Z] Building docker-core-metadata-go ... [2021-03-10T21:10:56.373Z] Building docker-security-bootstrapper-go ... [2021-03-10T21:10:56.373Z] Building docker-security-proxy-setup-go ... [2021-03-10T21:10:56.373Z] Building docker-security-secretstore-setup-go ... [2021-03-10T21:10:56.373Z] Building docker-support-notifications-go ... [2021-03-10T21:10:56.373Z] Building docker-support-scheduler-go ... [2021-03-10T21:10:56.373Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T21:10:56.373Z] Building docker-core-command-go [2021-03-10T21:10:56.373Z] Building docker-support-scheduler-go [2021-03-10T21:10:56.373Z] Building docker-security-bootstrapper-go [2021-03-10T21:10:56.373Z] Building docker-core-data-go [2021-03-10T21:10:56.373Z] Building docker-support-notifications-go [2021-03-10T21:11:18.914Z] Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:11:17.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T21:11:18.010Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T21:11:18.040Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T21:11:18.091Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T21:11:18.092Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T21:11:18.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3247/head:refs/remotes/origin/PR-3247 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T21:11:18.933Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T21:11:18.947Z] > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 [2021-03-10T21:11:19.436Z] Merge succeeded, producing 4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:11:19.437Z] Checking out Revision 4160fe1027c6e22eada700f89f287e89090e2847 (PR-3247) [2021-03-10T21:11:19.335Z] > git remote # timeout=10 [2021-03-10T21:11:19.359Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T21:11:19.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T21:11:19.395Z] > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T21:11:19.421Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T21:11:19.443Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T21:11:19.460Z] > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 [2021-03-10T21:11:23.898Z] Commit message: "feat: Use service keys for Route configuration keys" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T21:11:25.464Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T21:11:25.881Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T21:11:26.224Z] + true [2021-03-10T21:11:26.224Z] + sudo service docker restart [2021-03-10T21:11:28.779Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:11:28.779Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:11:28.779Z] ---> 53cb606429e8 [2021-03-10T21:11:28.779Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T21:11:28.779Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:11:28.779Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:11:28.779Z] ---> 53cb606429e8 [2021-03-10T21:11:28.779Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T21:11:28.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:11:28.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:11:28.779Z] ---> 53cb606429e8 [2021-03-10T21:11:28.779Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T21:11:28.779Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:11:28.779Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:11:28.779Z] ---> 53cb606429e8 [2021-03-10T21:11:28.779Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T21:11:28.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:11:28.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:11:28.779Z] ---> 53cb606429e8 [2021-03-10T21:11:28.779Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T21:11:28.779Z] ---> Running in 91cf7b493d53 [2021-03-10T21:11:28.779Z] ---> Running in 940786df7d20 [2021-03-10T21:11:28.779Z] ---> Running in 882c90d388e8 [2021-03-10T21:11:28.779Z] ---> Running in 4d52e1a984b8 [2021-03-10T21:11:28.779Z] ---> Running in cb28e173b235 [2021-03-10T21:11:28.779Z] Removing intermediate container 91cf7b493d53 [2021-03-10T21:11:28.779Z] ---> 419058f79e81 [2021-03-10T21:11:28.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:11:28.779Z] Removing intermediate container 882c90d388e8 [2021-03-10T21:11:28.779Z] ---> 167260b4b8e3 [2021-03-10T21:11:28.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:11:28.779Z] Removing intermediate container 4d52e1a984b8 [2021-03-10T21:11:28.779Z] ---> 1d2f950d7b54 [2021-03-10T21:11:28.779Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:11:28.779Z] Removing intermediate container cb28e173b235 [2021-03-10T21:11:28.779Z] ---> c54a2fa20eb8 [2021-03-10T21:11:28.779Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:11:28.779Z] Removing intermediate container 940786df7d20 [2021-03-10T21:11:28.779Z] ---> f271a722d5ca [2021-03-10T21:11:28.779Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:11:28.779Z] ---> Running in 4cc510f6336b [2021-03-10T21:11:28.779Z] ---> Running in 3c7d90a268f0 [2021-03-10T21:11:28.779Z] ---> Running in 23fc8202b2d6 [2021-03-10T21:11:28.779Z] ---> Running in f7f4f1a3f9d6 [2021-03-10T21:11:28.779Z] ---> Running in c46081c9b13c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T21:11:28.951Z] provisioning config files... [2021-03-10T21:11:29.001Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6731466024408928414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:11:29.412Z] ---> docker-login.sh [2021-03-10T21:11:29.412Z] nexus3.edgexfoundry.org:10001 [2021-03-10T21:11:30.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:11:30.192Z] Removing intermediate container 23fc8202b2d6 [2021-03-10T21:11:30.192Z] ---> 3a104cf0c800 [2021-03-10T21:11:30.192Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T21:11:30.192Z] Removing intermediate container 4cc510f6336b [2021-03-10T21:11:30.192Z] ---> 773171b291a1 [2021-03-10T21:11:30.192Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T21:11:30.192Z] Removing intermediate container c46081c9b13c [2021-03-10T21:11:30.192Z] ---> 199d1f963d7c [2021-03-10T21:11:30.192Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T21:11:30.192Z] ---> Running in 234570eed5ca [2021-03-10T21:11:30.454Z] ---> Running in c5cb8eb1b723 [2021-03-10T21:11:30.454Z] Removing intermediate container f7f4f1a3f9d6 [2021-03-10T21:11:30.454Z] ---> 679f13fd7d02 [2021-03-10T21:11:30.454Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T21:11:30.454Z] ---> Running in 8d070a862d45 [2021-03-10T21:11:30.454Z] Removing intermediate container 3c7d90a268f0 [2021-03-10T21:11:30.454Z] ---> 90f1a0343f78 [2021-03-10T21:11:30.454Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T21:11:30.454Z] ---> Running in ca86c77aeda1 [2021-03-10T21:11:30.454Z] ---> Running in 0d56cd1de8eb [2021-03-10T21:11:30.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:11:30.617Z] Configure a credential helper to remove this warning. See [2021-03-10T21:11:30.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:11:30.617Z] [2021-03-10T21:11:30.617Z] Login Succeeded [2021-03-10T21:11:30.617Z] nexus3.edgexfoundry.org:10002 [2021-03-10T21:11:30.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:11:31.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:11:31.164Z] Configure a credential helper to remove this warning. See [2021-03-10T21:11:31.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:11:31.164Z] [2021-03-10T21:11:31.164Z] Login Succeeded [2021-03-10T21:11:31.164Z] nexus3.edgexfoundry.org:10003 [2021-03-10T21:11:31.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:31.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:31.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:31.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:31.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:11:31.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:31.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:11:31.714Z] Configure a credential helper to remove this warning. See [2021-03-10T21:11:31.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:11:31.714Z] [2021-03-10T21:11:31.714Z] Login Succeeded [2021-03-10T21:11:31.714Z] nexus3.edgexfoundry.org:10004 [2021-03-10T21:11:31.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:11:32.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:32.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:32.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:11:32.260Z] Configure a credential helper to remove this warning. See [2021-03-10T21:11:32.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:11:32.260Z] [2021-03-10T21:11:32.260Z] Login Succeeded [2021-03-10T21:11:32.260Z] docker.io [2021-03-10T21:11:32.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:32.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:32.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:11:32.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T21:11:33.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T21:11:33.126Z] Configure a credential helper to remove this warning. See [2021-03-10T21:11:33.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T21:11:33.126Z] [2021-03-10T21:11:33.126Z] Login Succeeded [2021-03-10T21:11:33.126Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T21:11:33.143Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T21:11:33.592Z] ========================================================= [2021-03-10T21:11:33.593Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T21:11:33.593Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:11:33.710Z] OK: 233 MiB in 51 packages [2021-03-10T21:11:33.710Z] OK: 233 MiB in 51 packages [2021-03-10T21:11:33.710Z] OK: 233 MiB in 51 packages [2021-03-10T21:11:33.710Z] OK: 233 MiB in 51 packages [2021-03-10T21:11:33.710Z] OK: 233 MiB in 51 packages [2021-03-10T21:11:33.981Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-10T21:11:34.656Z] Removing intermediate container 234570eed5ca [2021-03-10T21:11:34.656Z] ---> 2b8bc95bf7e4 [2021-03-10T21:11:34.656Z] Step 6/23 : COPY go.mod . [2021-03-10T21:11:34.656Z] Removing intermediate container c5cb8eb1b723 [2021-03-10T21:11:34.656Z] ---> 49a52c59c3b6 [2021-03-10T21:11:34.656Z] Step 6/23 : COPY go.mod . [2021-03-10T21:11:34.656Z] Removing intermediate container 8d070a862d45 [2021-03-10T21:11:34.656Z] ---> 73761c6325aa [2021-03-10T21:11:34.656Z] Step 6/31 : COPY go.mod . [2021-03-10T21:11:34.656Z] Removing intermediate container ca86c77aeda1 [2021-03-10T21:11:34.656Z] ---> 58df00bf4ada [2021-03-10T21:11:34.656Z] Step 6/22 : COPY go.mod . [2021-03-10T21:11:34.918Z] Removing intermediate container 0d56cd1de8eb [2021-03-10T21:11:34.918Z] ---> 771b99da8ca6 [2021-03-10T21:11:34.918Z] Step 6/22 : COPY go.mod . [2021-03-10T21:11:34.918Z] ---> 11ac63f6c1f2 [2021-03-10T21:11:34.918Z] Step 7/23 : RUN go mod download [2021-03-10T21:11:34.918Z] ---> e433c47869f4 [2021-03-10T21:11:34.918Z] Step 7/23 : RUN go mod download [2021-03-10T21:11:34.918Z] ---> 8d0b62f8287a [2021-03-10T21:11:34.918Z] Step 7/31 : RUN go mod download [2021-03-10T21:11:35.179Z] ---> Running in 955d96c46d53 [2021-03-10T21:11:35.179Z] ---> Running in 3f8be22b2de3 [2021-03-10T21:11:35.179Z] ---> Running in f764264550ba [2021-03-10T21:11:35.179Z] ---> d708ab36d7d5 [2021-03-10T21:11:35.179Z] Step 7/22 : RUN go mod download [2021-03-10T21:11:35.179Z] ---> b7e5c960d5ff [2021-03-10T21:11:35.179Z] Step 7/22 : RUN go mod download [2021-03-10T21:11:35.439Z] ---> Running in 4ce888cc966d [2021-03-10T21:11:35.439Z] ---> Running in b7718e6ff2af [2021-03-10T21:11:36.623Z] Sending build context to Docker daemon 166.7MB [2021-03-10T21:11:36.624Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T21:11:36.624Z] Step 2/6 : FROM ${BASE} [2021-03-10T21:11:36.624Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T21:11:36.624Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T21:11:36.624Z] a4357932f1b6: Pulling fs layer [2021-03-10T21:11:36.624Z] 18c013af1878: Pulling fs layer [2021-03-10T21:11:36.624Z] 00ac8860ef70: Pulling fs layer [2021-03-10T21:11:36.624Z] 63d7cb157983: Pulling fs layer [2021-03-10T21:11:36.624Z] b116817d02f9: Pulling fs layer [2021-03-10T21:11:36.624Z] 745a02a5169b: Pulling fs layer [2021-03-10T21:11:36.624Z] 63d7cb157983: Waiting [2021-03-10T21:11:36.624Z] 00ac8860ef70: Waiting [2021-03-10T21:11:36.624Z] b116817d02f9: Waiting [2021-03-10T21:11:36.624Z] 18c013af1878: Verifying Checksum [2021-03-10T21:11:36.624Z] 18c013af1878: Download complete [2021-03-10T21:11:36.624Z] a4357932f1b6: Verifying Checksum [2021-03-10T21:11:36.624Z] a4357932f1b6: Download complete [2021-03-10T21:11:36.624Z] 63d7cb157983: Verifying Checksum [2021-03-10T21:11:36.624Z] 63d7cb157983: Download complete [2021-03-10T21:11:36.624Z] b116817d02f9: Verifying Checksum [2021-03-10T21:11:36.624Z] b116817d02f9: Download complete [2021-03-10T21:11:36.624Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T21:11:36.624Z] 5f621e34cdf4: Download complete [2021-03-10T21:11:37.236Z] 5f621e34cdf4: Pull complete [2021-03-10T21:11:37.370Z] Removing intermediate container 3f8be22b2de3 [2021-03-10T21:11:37.370Z] ---> 88a7438178fc [2021-03-10T21:11:37.370Z] Step 8/23 : COPY . . [2021-03-10T21:11:37.838Z] a4357932f1b6: Pull complete [2021-03-10T21:11:38.317Z] Removing intermediate container 955d96c46d53 [2021-03-10T21:11:38.318Z] ---> 6c3504cdceb8 [2021-03-10T21:11:38.318Z] Step 8/23 : COPY . . [2021-03-10T21:11:38.439Z] 18c013af1878: Pull complete [2021-03-10T21:11:39.266Z] Removing intermediate container b7718e6ff2af [2021-03-10T21:11:39.266Z] ---> 034f84e401a0 [2021-03-10T21:11:39.266Z] Step 8/22 : COPY . . [2021-03-10T21:11:39.423Z] 745a02a5169b: Verifying Checksum [2021-03-10T21:11:39.423Z] 745a02a5169b: Download complete [2021-03-10T21:11:40.416Z] 00ac8860ef70: Verifying Checksum [2021-03-10T21:11:40.416Z] 00ac8860ef70: Download complete [2021-03-10T21:11:41.833Z] Removing intermediate container 4ce888cc966d [2021-03-10T21:11:41.833Z] ---> ce899b542bad [2021-03-10T21:11:41.833Z] Step 8/22 : COPY . . [2021-03-10T21:11:45.175Z] Removing intermediate container f764264550ba [2021-03-10T21:11:45.176Z] ---> a8914a34ebc6 [2021-03-10T21:11:45.176Z] Step 8/31 : COPY . . [2021-03-10T21:11:50.591Z] 00ac8860ef70: Pull complete [2021-03-10T21:11:50.591Z] 63d7cb157983: Pull complete [2021-03-10T21:11:50.591Z] b116817d02f9: Pull complete [2021-03-10T21:11:54.923Z] 745a02a5169b: Pull complete [2021-03-10T21:11:54.923Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T21:11:54.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T21:11:54.923Z] ---> b7e6874047d6 [2021-03-10T21:11:54.923Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-10T21:11:57.546Z] ---> Running in 1e637148cc5f [2021-03-10T21:11:58.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:11:59.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:12:01.401Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T21:12:02.005Z] (2/12) Installing file (5.38-r0) [2021-03-10T21:12:02.005Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T21:12:02.277Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T21:12:17.373Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T21:12:17.373Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T21:12:17.373Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T21:12:17.373Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T21:12:17.373Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T21:12:17.373Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T21:12:17.373Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T21:12:17.373Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T21:12:17.373Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:12:17.373Z] OK: 217 MiB in 51 packages [2021-03-10T21:12:20.759Z] Removing intermediate container 1e637148cc5f [2021-03-10T21:12:20.759Z] ---> e510c7b7d067 [2021-03-10T21:12:20.759Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T21:12:20.759Z] ---> Running in b2fa7df2b760 [2021-03-10T21:12:21.033Z] Removing intermediate container b2fa7df2b760 [2021-03-10T21:12:21.034Z] ---> 2e235097c8b8 [2021-03-10T21:12:21.034Z] Step 5/6 : COPY go.mod . [2021-03-10T21:12:21.631Z] ---> a4b96eafd7d0 [2021-03-10T21:12:21.631Z] Step 6/6 : RUN go mod download [2021-03-10T21:12:21.902Z] ---> Running in 2edbce93151a [2021-03-10T21:12:24.140Z] ---> 48927941c032 [2021-03-10T21:12:24.140Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T21:12:24.140Z] ---> 329b8b15a1da [2021-03-10T21:12:24.140Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T21:12:24.140Z] ---> c686f80ef65c [2021-03-10T21:12:24.140Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T21:12:24.140Z] ---> Running in 6719ebc41357 [2021-03-10T21:12:24.140Z] ---> Running in 1f6fa25f4f81 [2021-03-10T21:12:24.140Z] ---> Running in 2a31572163df [2021-03-10T21:12:24.140Z] ---> 79a438dca9b9 [2021-03-10T21:12:24.140Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T21:12:24.140Z] ---> ab8e2666ac35 [2021-03-10T21:12:24.140Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T21:12:24.140Z] ---> Running in 221a9e4b427d [2021-03-10T21:12:24.140Z] ---> Running in 94a288f28fce [2021-03-10T21:12:24.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T21:12:24.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T21:12:24.140Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T21:12:24.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T21:12:24.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T21:12:54.236Z] Removing intermediate container 2edbce93151a [2021-03-10T21:12:54.236Z] ---> e7fc401037dc [2021-03-10T21:12:54.236Z] Successfully built e7fc401037dc [2021-03-10T21:12:54.236Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:12:54.582Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T21:12:54.582Z] . [Pipeline] withDockerContainer [2021-03-10T21:12:54.856Z] prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container [2021-03-10T21:12:54.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T21:12:56.409Z] $ docker top 466c0747735fbb86b57c76c235ea8b3da9a0c4271f3a5d45e6844045a6682f4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T21:12:57.482Z] + go version [2021-03-10T21:12:57.482Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T21:12:57.503Z] $ docker stop --time=1 466c0747735fbb86b57c76c235ea8b3da9a0c4271f3a5d45e6844045a6682f4e [2021-03-10T21:12:59.520Z] $ docker rm -f 466c0747735fbb86b57c76c235ea8b3da9a0c4271f3a5d45e6844045a6682f4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:13:00.609Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T21:13:00.609Z] . [Pipeline] withDockerContainer [2021-03-10T21:13:00.869Z] prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container [2021-03-10T21:13:00.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T21:13:02.380Z] $ docker top edf6f7e469098b7a53ce85919675d2fe8df04fb1c1426646eb7a096dd71dffde -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T21:13:02.785Z] ========================================================= [2021-03-10T21:13:02.785Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T21:13:02.785Z] ========================================================= [Pipeline] sh [2021-03-10T21:13:03.046Z] Removing intermediate container 94a288f28fce [2021-03-10T21:13:03.046Z] ---> 7b9bc9447107 [2021-03-10T21:13:03.046Z] [2021-03-10T21:13:03.046Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T21:13:03.046Z] 3.12: Pulling from library/alpine [2021-03-10T21:13:03.046Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T21:13:03.046Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T21:13:03.046Z] ---> 88dd2752d2ea [2021-03-10T21:13:03.046Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T21:13:03.432Z] + make test [2021-03-10T21:13:03.432Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T21:13:05.604Z] ---> Running in 45e2408407a4 [2021-03-10T21:13:05.604Z] Removing intermediate container 2a31572163df [2021-03-10T21:13:05.604Z] ---> 960a41d89823 [2021-03-10T21:13:05.604Z] [2021-03-10T21:13:05.604Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T21:13:05.604Z] ---> 88dd2752d2ea [2021-03-10T21:13:05.604Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T21:13:05.604Z] Removing intermediate container 221a9e4b427d [2021-03-10T21:13:05.604Z] ---> 371df2c92f32 [2021-03-10T21:13:05.604Z] [2021-03-10T21:13:05.604Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T21:13:05.604Z] ---> 88dd2752d2ea [2021-03-10T21:13:05.604Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T21:13:05.604Z] Removing intermediate container 6719ebc41357 [2021-03-10T21:13:05.604Z] ---> e46cd1466c25 [2021-03-10T21:13:05.604Z] [2021-03-10T21:13:05.604Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T21:13:05.604Z] ---> 88dd2752d2ea [2021-03-10T21:13:05.604Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T21:13:05.604Z] ---> Running in 259bf9268d77 [2021-03-10T21:13:05.604Z] ---> Running in e0c9eb9cc595 [2021-03-10T21:13:05.872Z] ---> Running in a6a907fd0b0b [2021-03-10T21:13:05.873Z] Removing intermediate container 45e2408407a4 [2021-03-10T21:13:05.873Z] ---> c0d0d8781469 [2021-03-10T21:13:05.873Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T21:13:07.800Z] ---> Running in d3313695acaa [2021-03-10T21:13:08.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:08.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:08.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:08.778Z] Removing intermediate container 1f6fa25f4f81 [2021-03-10T21:13:08.778Z] ---> 80ba86c6b9ec [2021-03-10T21:13:08.778Z] [2021-03-10T21:13:08.778Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T21:13:08.778Z] ---> 88dd2752d2ea [2021-03-10T21:13:08.778Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T21:13:08.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:09.048Z] ---> Running in 649daa7fba88 [2021-03-10T21:13:09.048Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T21:13:09.048Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T21:13:09.993Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:13:09.993Z] OK: 6 MiB in 15 packages [2021-03-10T21:13:09.993Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T21:13:09.993Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:13:09.993Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T21:13:10.255Z] OK: 6 MiB in 16 packages [2021-03-10T21:13:10.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:10.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:10.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:10.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:10.517Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T21:13:10.517Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:13:10.517Z] OK: 6 MiB in 15 packages [2021-03-10T21:13:10.517Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T21:13:10.517Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T21:13:10.517Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:13:10.517Z] OK: 6 MiB in 16 packages [2021-03-10T21:13:10.778Z] Removing intermediate container 649daa7fba88 [2021-03-10T21:13:10.778Z] ---> 147780899c5e [2021-03-10T21:13:10.778Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T21:13:11.042Z] ---> Running in 4dcacb6b8d34 [2021-03-10T21:13:11.309Z] Removing intermediate container 4dcacb6b8d34 [2021-03-10T21:13:11.309Z] ---> e3aa869977f2 [2021-03-10T21:13:11.309Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T21:13:11.888Z] ---> Running in bd827c4818f0 [2021-03-10T21:13:11.888Z] Removing intermediate container e0c9eb9cc595 [2021-03-10T21:13:11.888Z] ---> 910ae878598c [2021-03-10T21:13:11.888Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:13:11.888Z] Removing intermediate container 259bf9268d77 [2021-03-10T21:13:11.888Z] ---> afe6e4a8c313 [2021-03-10T21:13:11.888Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:13:11.888Z] Removing intermediate container d3313695acaa [2021-03-10T21:13:11.888Z] ---> 3f4216ec3e40 [2021-03-10T21:13:11.888Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T21:13:12.150Z] Removing intermediate container a6a907fd0b0b [2021-03-10T21:13:12.150Z] ---> bc52017f22cc [2021-03-10T21:13:12.150Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:13:12.150Z] ---> Running in 7fd6e64b4192 [2021-03-10T21:13:12.150Z] ---> Running in 44f11de93414 [2021-03-10T21:13:12.150Z] ---> Running in 0cb56f840fa8 [2021-03-10T21:13:12.150Z] Removing intermediate container bd827c4818f0 [2021-03-10T21:13:12.150Z] ---> d07a581c6266 [2021-03-10T21:13:12.150Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:13:12.412Z] ---> Running in b8885fe0d3f6 [2021-03-10T21:13:12.413Z] ---> Running in 899cb28f5c4d [2021-03-10T21:13:12.676Z] Removing intermediate container 44f11de93414 [2021-03-10T21:13:12.676Z] ---> e4d64b32cf60 [2021-03-10T21:13:12.676Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T21:13:12.676Z] Removing intermediate container 7fd6e64b4192 [2021-03-10T21:13:12.676Z] ---> 74eed1979b71 [2021-03-10T21:13:12.676Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T21:13:12.676Z] Removing intermediate container 0cb56f840fa8 [2021-03-10T21:13:12.676Z] ---> 572e1ee162b6 [2021-03-10T21:13:12.676Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T21:13:12.676Z] Removing intermediate container b8885fe0d3f6 [2021-03-10T21:13:12.676Z] ---> 9d5b212b87a5 [2021-03-10T21:13:12.676Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T21:13:12.944Z] ---> Running in 5a201908978c [2021-03-10T21:13:12.944Z] ---> Running in e2aec2b4c80a [2021-03-10T21:13:12.944Z] ---> Running in 569ba0f230e2 [2021-03-10T21:13:12.944Z] ---> Running in 87649122a213 [2021-03-10T21:13:13.210Z] Removing intermediate container e2aec2b4c80a [2021-03-10T21:13:13.210Z] ---> f62ad033178c [2021-03-10T21:13:13.210Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T21:13:13.210Z] Removing intermediate container 87649122a213 [2021-03-10T21:13:13.210Z] ---> dcf9155a9d97 [2021-03-10T21:13:13.210Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T21:13:13.210Z] Removing intermediate container 569ba0f230e2 [2021-03-10T21:13:13.210Z] ---> ef936439a933 [2021-03-10T21:13:13.210Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T21:13:13.483Z] Removing intermediate container 5a201908978c [2021-03-10T21:13:13.483Z] ---> 581de99ba8ce [2021-03-10T21:13:13.483Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T21:13:13.483Z] ---> Running in 498f3ed23633 [2021-03-10T21:13:13.483Z] ---> Running in b9f821c602ea [2021-03-10T21:13:13.483Z] ---> Running in 7c29e27e8fd1 [2021-03-10T21:13:13.483Z] ---> Running in aea3b6a34256 [2021-03-10T21:13:14.057Z] Removing intermediate container 498f3ed23633 [2021-03-10T21:13:14.057Z] ---> 0c54f2c46792 [2021-03-10T21:13:14.057Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:13:14.057Z] Removing intermediate container b9f821c602ea [2021-03-10T21:13:14.057Z] ---> d57219266131 [2021-03-10T21:13:14.057Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:13:14.057Z] Removing intermediate container aea3b6a34256 [2021-03-10T21:13:14.057Z] ---> ccc2093c7068 [2021-03-10T21:13:14.057Z] Step 15/23 : WORKDIR / [2021-03-10T21:13:14.330Z] Removing intermediate container 899cb28f5c4d [2021-03-10T21:13:14.330Z] ---> 151884fa0ec8 [2021-03-10T21:13:14.330Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T21:13:14.330Z] ---> Running in 158d067bcfac [2021-03-10T21:13:14.330Z] ---> 56307b483e60 [2021-03-10T21:13:14.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T21:13:14.330Z] ---> Running in edf119bb51a9 [2021-03-10T21:13:14.604Z] ---> 29e78918949d [2021-03-10T21:13:14.604Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T21:13:14.873Z] Removing intermediate container 158d067bcfac [2021-03-10T21:13:14.873Z] ---> 529c6f4b17b4 [2021-03-10T21:13:14.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:13:15.139Z] ---> cace72cbecc3 [2021-03-10T21:13:15.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T21:13:15.139Z] ---> d381120011ff [2021-03-10T21:13:15.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T21:13:15.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:15.139Z] Removing intermediate container 7c29e27e8fd1 [2021-03-10T21:13:15.139Z] ---> 098845810272 [2021-03-10T21:13:15.139Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T21:13:15.404Z] ---> ab5e733ab0ba [2021-03-10T21:13:15.404Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T21:13:15.404Z] ---> Running in d2c6874d02f6 [2021-03-10T21:13:15.669Z] ---> 01e18842c8d2 [2021-03-10T21:13:15.669Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T21:13:15.669Z] ---> Running in 53f80025475d [2021-03-10T21:13:15.669Z] ---> 1b4e285a076c [2021-03-10T21:13:15.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T21:13:15.669Z] ---> d095104b897c [2021-03-10T21:13:15.669Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T21:13:15.935Z] Removing intermediate container d2c6874d02f6 [2021-03-10T21:13:15.935Z] ---> 1ade91de9911 [2021-03-10T21:13:15.935Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T21:13:15.935Z] ---> Running in 59f57e483019 [2021-03-10T21:13:15.935Z] Removing intermediate container 53f80025475d [2021-03-10T21:13:15.935Z] ---> 6839de9e6400 [2021-03-10T21:13:15.935Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:13:15.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:13:16.197Z] ---> Running in 88a86fa51105 [2021-03-10T21:13:16.197Z] ---> c406f6f5f3d4 [2021-03-10T21:13:16.197Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T21:13:16.197Z] Removing intermediate container 59f57e483019 [2021-03-10T21:13:16.197Z] ---> cf5ba5db7029 [2021-03-10T21:13:16.197Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:13:16.460Z] ---> d41041f1f655 [2021-03-10T21:13:16.460Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T21:13:16.460Z] ---> Running in cc0adfe19c0d [2021-03-10T21:13:16.460Z] ---> Running in 051432e49a97 [2021-03-10T21:13:16.460Z] Removing intermediate container 88a86fa51105 [2021-03-10T21:13:16.460Z] ---> 4db91c7003bb [2021-03-10T21:13:16.460Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T21:13:16.460Z] ---> Running in e76e4788c221 [2021-03-10T21:13:16.722Z] Removing intermediate container cc0adfe19c0d [2021-03-10T21:13:16.722Z] ---> 222405d1429b [2021-03-10T21:13:16.722Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:13:16.722Z] ---> Running in 6f28163cdb1a [2021-03-10T21:13:16.995Z] ---> Running in f4cb3ddcf986 [2021-03-10T21:13:16.995Z] Removing intermediate container 051432e49a97 [2021-03-10T21:13:16.995Z] ---> 3d454f4125c9 [2021-03-10T21:13:16.995Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T21:13:16.995Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T21:13:16.995Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T21:13:16.995Z] ---> Running in 4b8205ff0d0c [2021-03-10T21:13:16.995Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T21:13:17.257Z] Removing intermediate container 6f28163cdb1a [2021-03-10T21:13:17.257Z] ---> 0c339216e548 [2021-03-10T21:13:17.257Z] Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:13:17.257Z] Removing intermediate container f4cb3ddcf986 [2021-03-10T21:13:17.257Z] ---> d70890c3c241 [2021-03-10T21:13:17.257Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T21:13:17.257Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T21:13:17.525Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T21:13:17.525Z] ---> Running in c641e50fdc34 [2021-03-10T21:13:17.525Z] ---> Running in f622de49f5f1 [2021-03-10T21:13:17.525Z] Removing intermediate container 4b8205ff0d0c [2021-03-10T21:13:17.525Z] ---> 4dd339735cfe [2021-03-10T21:13:17.525Z] Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:13:17.792Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T21:13:17.792Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:13:17.792Z] OK: 8 MiB in 20 packages [2021-03-10T21:13:17.792Z] ---> Running in 2c7e86ea7935 [2021-03-10T21:13:17.792Z] Removing intermediate container c641e50fdc34 [2021-03-10T21:13:17.792Z] ---> 8eb069efcaa5 [2021-03-10T21:13:17.792Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T21:13:18.060Z] Removing intermediate container f622de49f5f1 [2021-03-10T21:13:18.061Z] ---> 40f198126565 [2021-03-10T21:13:18.061Z] Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:13:18.061Z] ---> Running in c7b03ac0149d [2021-03-10T21:13:18.061Z] ---> Running in ebaa3a92873d [2021-03-10T21:13:18.322Z] Removing intermediate container 2c7e86ea7935 [2021-03-10T21:13:18.322Z] ---> 9f8485efba16 [2021-03-10T21:13:18.322Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T21:13:18.586Z] ---> Running in b152fc36f070 [2021-03-10T21:13:18.586Z] Removing intermediate container c7b03ac0149d [2021-03-10T21:13:18.586Z] ---> 4948ebd7946c [2021-03-10T21:13:18.586Z] [2021-03-10T21:13:18.586Z] Removing intermediate container ebaa3a92873d [2021-03-10T21:13:18.586Z] ---> 9debf50957d0 [2021-03-10T21:13:18.586Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T21:13:18.849Z] ---> Running in 74baf1cd29ef [2021-03-10T21:13:18.849Z] Removing intermediate container b152fc36f070 [2021-03-10T21:13:18.849Z] ---> 3e9e9b91df42 [2021-03-10T21:13:18.849Z] [2021-03-10T21:13:18.849Z] Successfully built 4948ebd7946c [2021-03-10T21:13:19.120Z] Successfully built 3e9e9b91df42 [2021-03-10T21:13:19.120Z] Removing intermediate container edf119bb51a9 [2021-03-10T21:13:19.120Z] ---> efa6422f9132 [2021-03-10T21:13:19.120Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:13:19.120Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T21:13:19.120Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T21:13:19.120Z]  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-10T21:13:19.120Z] Building docker-core-metadata-go [2021-03-10T21:13:19.120Z] Removing intermediate container e76e4788c221 [2021-03-10T21:13:19.120Z] ---> f1516c95014c [2021-03-10T21:13:19.120Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:13:19.388Z] Removing intermediate container 74baf1cd29ef [2021-03-10T21:13:19.388Z] ---> d08b23300cea [2021-03-10T21:13:19.388Z] [2021-03-10T21:13:19.388Z] Successfully built d08b23300cea [2021-03-10T21:13:19.388Z] Successfully tagged docker-core-command-go:latest [2021-03-10T21:13:19.388Z] ---> 901c91133975 [2021-03-10T21:13:19.388Z] Building docker-security-secretstore-setup-go [2021-03-10T21:13:19.388Z]  Building docker-core-command-go ... done Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T21:13:19.654Z] ---> 207fa1ef9eea [2021-03-10T21:13:19.654Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T21:13:20.608Z] ---> 52115998864c [2021-03-10T21:13:20.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> 626c132517d3 [2021-03-10T21:13:20.608Z] [2021-03-10T21:13:20.608Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T21:13:23.179Z] ---> 75bfdfa933e7 [2021-03-10T21:13:23.179Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T21:13:23.179Z] ---> 768e654d475e [2021-03-10T21:13:23.179Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T21:13:23.449Z] ---> Running in cbb2d21cdd0b [2021-03-10T21:13:25.604Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T21:13:26.005Z] Removing intermediate container cbb2d21cdd0b [2021-03-10T21:13:26.005Z] ---> 6151d45ee479 [2021-03-10T21:13:26.005Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:13:26.005Z] ---> c18e07ecc7f9 [2021-03-10T21:13:26.005Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T21:13:26.005Z] ---> Running in ddd3c4934d7d [2021-03-10T21:13:28.566Z] Removing intermediate container ddd3c4934d7d [2021-03-10T21:13:28.566Z] ---> 6893799f2f8d [2021-03-10T21:13:28.566Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T21:13:28.566Z] ---> 65dbf36e8d3e [2021-03-10T21:13:28.566Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T21:13:28.566Z] ---> Running in f2c9ce9cd753 [2021-03-10T21:13:29.142Z] ---> Running in f1686cfa0272 [2021-03-10T21:13:29.142Z] Removing intermediate container f2c9ce9cd753 [2021-03-10T21:13:29.142Z] ---> 14e108c18700 [2021-03-10T21:13:29.142Z] Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:13:31.116Z] ---> Running in c3bef72ed786 [2021-03-10T21:13:31.391Z] Removing intermediate container f1686cfa0272 [2021-03-10T21:13:31.391Z] ---> d52455b33eea [2021-03-10T21:13:31.391Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T21:13:32.815Z] Removing intermediate container c3bef72ed786 [2021-03-10T21:13:32.815Z] ---> 75cdac87d626 [2021-03-10T21:13:32.815Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T21:13:32.815Z] ---> 3662c58a87d3 [2021-03-10T21:13:32.815Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T21:13:33.090Z] ---> Running in e2cacbce84e4 [2021-03-10T21:13:36.423Z] ---> Running in e8b7a42fc195 [2021-03-10T21:13:36.702Z] Removing intermediate container e2cacbce84e4 [2021-03-10T21:13:36.702Z] ---> 3b937eee83ca [2021-03-10T21:13:36.702Z] [2021-03-10T21:13:37.670Z] Successfully built 3b937eee83ca [2021-03-10T21:13:38.260Z] Successfully tagged docker-core-data-go:latest [2021-03-10T21:13:38.260Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T21:13:43.607Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:13:43.607Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:13:43.607Z] ---> 53cb606429e8 [2021-03-10T21:13:43.607Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> f271a722d5ca [2021-03-10T21:13:43.607Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 199d1f963d7c [2021-03-10T21:13:43.607Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 73761c6325aa [2021-03-10T21:13:43.607Z] Step 6/21 : COPY go.mod . [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 8d0b62f8287a [2021-03-10T21:13:43.607Z] Step 7/21 : RUN go mod download [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> a8914a34ebc6 [2021-03-10T21:13:43.607Z] Step 8/21 : COPY . . [2021-03-10T21:13:43.607Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:13:43.607Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:13:43.607Z] ---> 53cb606429e8 [2021-03-10T21:13:43.607Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> f271a722d5ca [2021-03-10T21:13:43.607Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 199d1f963d7c [2021-03-10T21:13:43.607Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 73761c6325aa [2021-03-10T21:13:43.607Z] Step 6/23 : COPY go.mod . [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 8d0b62f8287a [2021-03-10T21:13:43.607Z] Step 7/23 : RUN go mod download [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> a8914a34ebc6 [2021-03-10T21:13:43.607Z] Step 8/23 : COPY . . [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> ab8e2666ac35 [2021-03-10T21:13:43.607Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> ab8e2666ac35 [2021-03-10T21:13:43.607Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T21:13:43.607Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:13:43.607Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:13:43.607Z] ---> 53cb606429e8 [2021-03-10T21:13:43.607Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> f271a722d5ca [2021-03-10T21:13:43.607Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 199d1f963d7c [2021-03-10T21:13:43.607Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 73761c6325aa [2021-03-10T21:13:43.607Z] Step 6/24 : COPY go.mod . [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> 8d0b62f8287a [2021-03-10T21:13:43.607Z] Step 7/24 : RUN go mod download [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> a8914a34ebc6 [2021-03-10T21:13:43.607Z] Step 8/24 : COPY . . [2021-03-10T21:13:43.607Z] ---> Using cache [2021-03-10T21:13:43.607Z] ---> ab8e2666ac35 [2021-03-10T21:13:43.607Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T21:13:44.565Z] Removing intermediate container e8b7a42fc195 [2021-03-10T21:13:44.565Z] ---> e240a6333ed3 [2021-03-10T21:13:44.565Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T21:13:44.565Z] ---> Running in 69cac3a9b0a4 [2021-03-10T21:13:44.852Z] ---> Running in e18df6e06aa7 [2021-03-10T21:13:44.852Z] ---> Running in 29782d56e303 [2021-03-10T21:13:44.852Z] ---> Running in baaa6c01656b [2021-03-10T21:13:46.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T21:13:46.532Z] Removing intermediate container baaa6c01656b [2021-03-10T21:13:46.532Z] ---> c01279f7a24d [2021-03-10T21:13:46.532Z] Step 28/31 : CMD ["gate"] [2021-03-10T21:13:47.117Z] ---> Running in cc6b22f8159b [2021-03-10T21:13:47.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T21:13:47.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T21:13:47.392Z] Removing intermediate container cc6b22f8159b [2021-03-10T21:13:47.392Z] ---> 30e632a58f8a [2021-03-10T21:13:47.392Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T21:13:47.991Z] ---> Running in 202067af0e56 [2021-03-10T21:13:48.582Z] Removing intermediate container 202067af0e56 [2021-03-10T21:13:48.582Z] ---> cb479d335b5c [2021-03-10T21:13:48.582Z] Step 30/31 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:13:49.554Z] ---> Running in 2d3b1d90e676 [2021-03-10T21:13:50.149Z] Removing intermediate container 2d3b1d90e676 [2021-03-10T21:13:50.149Z] ---> 786765f6baa7 [2021-03-10T21:13:50.149Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T21:13:50.761Z] ---> Running in 7a559bca6647 [2021-03-10T21:13:52.205Z] Removing intermediate container 7a559bca6647 [2021-03-10T21:13:52.205Z] ---> 5ed06464dffa [2021-03-10T21:13:52.205Z] [2021-03-10T21:13:52.477Z] Successfully built 5ed06464dffa [2021-03-10T21:13:52.477Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T21:13:59.177Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:13:59.177Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:13:59.177Z] ---> 53cb606429e8 [2021-03-10T21:13:59.177Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T21:13:59.177Z] ---> Using cache [2021-03-10T21:13:59.177Z] ---> f271a722d5ca [2021-03-10T21:13:59.177Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:13:59.177Z] ---> Using cache [2021-03-10T21:13:59.177Z] ---> 199d1f963d7c [2021-03-10T21:13:59.177Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T21:13:59.177Z] ---> Running in 1108dbd1bf3b [2021-03-10T21:14:00.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:01.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:01.947Z] OK: 233 MiB in 51 packages [2021-03-10T21:14:03.136Z] Removing intermediate container 1108dbd1bf3b [2021-03-10T21:14:03.136Z] ---> a12bf6b36445 [2021-03-10T21:14:03.136Z] Step 6/26 : COPY go.mod . [2021-03-10T21:14:03.403Z] ---> 24912c887cae [2021-03-10T21:14:03.403Z] Step 7/26 : RUN go mod download [2021-03-10T21:14:03.670Z] ---> Running in a9459fd194e0 [2021-03-10T21:14:07.035Z] Removing intermediate container a9459fd194e0 [2021-03-10T21:14:07.035Z] ---> 0c6098e51235 [2021-03-10T21:14:07.035Z] Step 8/26 : COPY . . [2021-03-10T21:14:11.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T21:14:11.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T21:14:12.710Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T21:14:21.496Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T21:14:28.234Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T21:14:28.234Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T21:14:29.587Z] Removing intermediate container 69cac3a9b0a4 [2021-03-10T21:14:29.587Z] ---> dc5f87b8350e [2021-03-10T21:14:29.587Z] [2021-03-10T21:14:29.587Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T21:14:29.587Z] Removing intermediate container 29782d56e303 [2021-03-10T21:14:29.587Z] ---> 605cb507a411 [2021-03-10T21:14:29.587Z] [2021-03-10T21:14:29.587Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T21:14:29.587Z] ---> 88dd2752d2ea [2021-03-10T21:14:29.587Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T21:14:29.587Z] ---> 88dd2752d2ea [2021-03-10T21:14:29.587Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T21:14:29.587Z] Removing intermediate container e18df6e06aa7 [2021-03-10T21:14:29.587Z] ---> 581acdc3647c [2021-03-10T21:14:29.587Z] [2021-03-10T21:14:29.587Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T21:14:29.587Z] ---> 88dd2752d2ea [2021-03-10T21:14:29.587Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T21:14:29.587Z] ---> Using cache [2021-03-10T21:14:29.587Z] ---> bc52017f22cc [2021-03-10T21:14:29.587Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:14:29.587Z] ---> Using cache [2021-03-10T21:14:29.587Z] ---> 9d5b212b87a5 [2021-03-10T21:14:29.587Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T21:14:29.587Z] ---> a747aa0d4abb [2021-03-10T21:14:29.587Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T21:14:29.587Z] ---> Running in 7e6de976a5aa [2021-03-10T21:14:29.587Z] ---> Running in d0dcaedfa846 [2021-03-10T21:14:29.587Z] ---> Running in ab4bb8013996 [2021-03-10T21:14:29.587Z] ---> Running in ccaa6ef201ba [2021-03-10T21:14:29.856Z] Removing intermediate container ab4bb8013996 [2021-03-10T21:14:29.856Z] ---> 727945d08a84 [2021-03-10T21:14:29.856Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T21:14:29.856Z] ---> Running in f68c83a0618e [2021-03-10T21:14:30.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:30.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:30.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T21:14:30.127Z] Removing intermediate container f68c83a0618e [2021-03-10T21:14:30.127Z] ---> 0a6ec215c156 [2021-03-10T21:14:30.127Z] Step 15/23 : WORKDIR / [2021-03-10T21:14:30.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:30.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:30.127Z] ---> Running in 4d2e5e267a82 [2021-03-10T21:14:30.392Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T21:14:30.392Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T21:14:30.392Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T21:14:30.392Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T21:14:30.392Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T21:14:30.392Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T21:14:30.392Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T21:14:30.392Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:14:30.392Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T21:14:30.392Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T21:14:30.392Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:14:30.392Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T21:14:30.392Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T21:14:30.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T21:14:30.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T21:14:30.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T21:14:30.875Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T21:14:30.996Z] OK: 7 MiB in 18 packages [2021-03-10T21:14:30.997Z] OK: 7 MiB in 19 packages [2021-03-10T21:14:30.997Z] Removing intermediate container 4d2e5e267a82 [2021-03-10T21:14:30.997Z] ---> 6d7348506991 [2021-03-10T21:14:30.997Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:14:31.979Z] ---> 54ae252981e2 [2021-03-10T21:14:31.979Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T21:14:33.394Z] Removing intermediate container 7e6de976a5aa [2021-03-10T21:14:33.394Z] ---> 6628a12bcfac [2021-03-10T21:14:33.394Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T21:14:34.301Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T21:14:34.378Z] ---> Running in 25f0452ebef4 [2021-03-10T21:14:34.378Z] Removing intermediate container d0dcaedfa846 [2021-03-10T21:14:34.378Z] ---> 6654fe98ad1c [2021-03-10T21:14:34.378Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T21:14:34.378Z] ---> 324bf80fb7b8 [2021-03-10T21:14:34.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T21:14:34.378Z] ---> Running in 44cd79b470a0 [2021-03-10T21:14:34.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T21:14:34.652Z] Removing intermediate container 25f0452ebef4 [2021-03-10T21:14:34.652Z] ---> 6e051e23f7f2 [2021-03-10T21:14:34.652Z] Step 13/24 : WORKDIR / [2021-03-10T21:14:34.652Z] Removing intermediate container 44cd79b470a0 [2021-03-10T21:14:34.652Z] ---> 527ea29198f7 [2021-03-10T21:14:34.652Z] Step 13/21 : WORKDIR /edgex [2021-03-10T21:14:34.925Z] ---> Running in 706489db2c5d [2021-03-10T21:14:34.925Z] ---> 754e5b3edc36 [2021-03-10T21:14:34.925Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T21:14:34.925Z] ---> Running in ae17fb9aee7e [2021-03-10T21:14:34.925Z] ---> Running in 35cc870ea696 [2021-03-10T21:14:35.200Z] Removing intermediate container 706489db2c5d [2021-03-10T21:14:35.200Z] ---> ffd6f37d0a7f [2021-03-10T21:14:35.200Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-10T21:14:35.200Z] Removing intermediate container ae17fb9aee7e [2021-03-10T21:14:35.200Z] ---> 04c04295646b [2021-03-10T21:14:35.200Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T21:14:35.200Z] Removing intermediate container 35cc870ea696 [2021-03-10T21:14:35.200Z] ---> 9770ff67cfab [2021-03-10T21:14:35.200Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:14:35.484Z] ---> Running in d38825f255df [2021-03-10T21:14:35.776Z] Removing intermediate container d38825f255df [2021-03-10T21:14:35.776Z] ---> 85ea55ffb3f6 [2021-03-10T21:14:35.776Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T21:14:35.776Z] ---> 7bf528674879 [2021-03-10T21:14:35.776Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-10T21:14:35.776Z] ---> 13437108666b [2021-03-10T21:14:35.776Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T21:14:36.052Z] ---> Running in 3b2cf6994083 [2021-03-10T21:14:36.653Z] ---> b9146182d1af [2021-03-10T21:14:36.654Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T21:14:36.654Z] Removing intermediate container 3b2cf6994083 [2021-03-10T21:14:36.654Z] ---> 1c53a675e4dc [2021-03-10T21:14:36.654Z] Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:14:36.654Z] ---> Running in c5c34a4d6d99 [2021-03-10T21:14:36.654Z] ---> 29325571463c [2021-03-10T21:14:36.654Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T21:14:36.936Z] ---> f0148f355346 [2021-03-10T21:14:36.936Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T21:14:36.936Z] Removing intermediate container c5c34a4d6d99 [2021-03-10T21:14:36.936Z] ---> ffb95756e764 [2021-03-10T21:14:36.936Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T21:14:37.214Z] ---> Running in 69822a2d88ab [2021-03-10T21:14:37.483Z] ---> 2475c958b1ed [2021-03-10T21:14:37.483Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T21:14:37.483Z] Removing intermediate container 69822a2d88ab [2021-03-10T21:14:37.483Z] ---> ab0e45f4adeb [2021-03-10T21:14:37.483Z] [2021-03-10T21:14:37.752Z] ---> d1d030685755 [2021-03-10T21:14:37.752Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T21:14:37.752Z] ---> Running in 5da77195b1ca [2021-03-10T21:14:37.752Z] Successfully built ab0e45f4adeb [2021-03-10T21:14:37.752Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T21:14:38.031Z]  Building docker-core-metadata-go ... done Removing intermediate container 5da77195b1ca [2021-03-10T21:14:38.031Z] ---> e4be5c9e3494 [2021-03-10T21:14:38.031Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T21:14:38.031Z] ---> Running in a262c4804122 [2021-03-10T21:14:38.293Z] ---> 0ee2bdbcf5a2 [2021-03-10T21:14:38.293Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T21:14:39.259Z] Removing intermediate container a262c4804122 [2021-03-10T21:14:39.259Z] ---> 95ef23a56c74 [2021-03-10T21:14:39.259Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T21:14:39.259Z] ---> ff5bf5d11fec [2021-03-10T21:14:39.259Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-10T21:14:39.259Z] ---> Running in 339de2abd3a9 [2021-03-10T21:14:39.259Z] ---> Running in 3f58eda4f172 [2021-03-10T21:14:39.526Z] Removing intermediate container 339de2abd3a9 [2021-03-10T21:14:39.526Z] ---> 95b25c75cd4a [2021-03-10T21:14:39.526Z] Step 20/21 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:14:39.798Z] ---> Running in d74ef9530906 [2021-03-10T21:14:40.069Z] Removing intermediate container d74ef9530906 [2021-03-10T21:14:40.069Z] ---> 67ba3a43cdeb [2021-03-10T21:14:40.069Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T21:14:40.335Z] ---> Running in e28dbf48eb32 [2021-03-10T21:14:40.598Z] Removing intermediate container e28dbf48eb32 [2021-03-10T21:14:40.598Z] ---> d9de36ef67f6 [2021-03-10T21:14:40.598Z] [2021-03-10T21:14:40.862Z] Successfully built d9de36ef67f6 [2021-03-10T21:14:40.862Z] Removing intermediate container 3f58eda4f172 [2021-03-10T21:14:40.862Z] ---> 7df7266b23b9 [2021-03-10T21:14:40.862Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T21:14:40.862Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T21:14:40.862Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 61ea541118a3 [2021-03-10T21:14:41.125Z] Removing intermediate container 61ea541118a3 [2021-03-10T21:14:41.125Z] ---> edacaa2f6c0a [2021-03-10T21:14:41.125Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T21:14:41.125Z] ---> Running in ae186aceb923 [2021-03-10T21:14:41.391Z] Removing intermediate container ae186aceb923 [2021-03-10T21:14:41.391Z] ---> ae724a7bb93d [2021-03-10T21:14:41.391Z] Step 23/24 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:14:41.391Z] ---> Running in 639fb7e75ffc [2021-03-10T21:14:41.654Z] Removing intermediate container 639fb7e75ffc [2021-03-10T21:14:41.654Z] ---> 5e21f740d050 [2021-03-10T21:14:41.654Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T21:14:41.922Z] ---> Running in d636b6f8b31b [2021-03-10T21:14:42.185Z] Removing intermediate container d636b6f8b31b [2021-03-10T21:14:42.185Z] ---> ab633bd5ef10 [2021-03-10T21:14:42.185Z] [2021-03-10T21:14:42.185Z] Successfully built ab633bd5ef10 [2021-03-10T21:14:42.185Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T21:14:42.890Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T21:14:42.890Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T21:14:42.890Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T21:14:44.119Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ccaa6ef201ba [2021-03-10T21:14:44.119Z] ---> b7a14005d33e [2021-03-10T21:14:44.119Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T21:14:44.119Z] ---> Running in 4480b8beda5f [2021-03-10T21:14:44.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T21:14:45.338Z] Removing intermediate container 4480b8beda5f [2021-03-10T21:14:45.338Z] ---> eacda371f72a [2021-03-10T21:14:45.338Z] [2021-03-10T21:14:45.338Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T21:14:45.338Z] 20.10.0: Pulling from library/docker [2021-03-10T21:14:48.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T21:14:48.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T21:14:49.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements [2021-03-10T21:14:50.664Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T21:14:50.664Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T21:14:50.664Z] ---> aefe523efa57 [2021-03-10T21:14:50.664Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T21:14:50.664Z] ---> Running in e2e55509d7e0 [2021-03-10T21:14:50.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:50.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:50.664Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T21:14:50.664Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T21:14:50.664Z] Executing bash-5.0.17-r0.post-install [2021-03-10T21:14:50.664Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:14:50.664Z] OK: 12 MiB in 22 packages [2021-03-10T21:14:51.237Z] Removing intermediate container e2e55509d7e0 [2021-03-10T21:14:51.237Z] ---> 5f78d2d09ece [2021-03-10T21:14:51.237Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T21:14:51.237Z] ---> Running in 298e9bed09ae [2021-03-10T21:14:51.498Z] Removing intermediate container 298e9bed09ae [2021-03-10T21:14:51.498Z] ---> dc2913d8e79f [2021-03-10T21:14:51.498Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T21:14:51.498Z] ---> Running in af7d086b7562 [2021-03-10T21:14:51.760Z] Removing intermediate container af7d086b7562 [2021-03-10T21:14:51.760Z] ---> ca781f9b6751 [2021-03-10T21:14:51.760Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T21:14:51.760Z] ---> Running in 80c2c0fa9c17 [2021-03-10T21:14:52.022Z] Removing intermediate container 80c2c0fa9c17 [2021-03-10T21:14:52.022Z] ---> 3c2099ca4632 [2021-03-10T21:14:52.022Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T21:14:52.598Z] ---> 5ac14afbca9f [2021-03-10T21:14:52.598Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T21:14:52.867Z] ---> a38b42b26ec8 [2021-03-10T21:14:52.867Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T21:14:53.139Z] ---> 3d2a08873328 [2021-03-10T21:14:53.139Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T21:14:53.139Z] ---> Running in 6a27c5a94568 [2021-03-10T21:14:53.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:53.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:14:53.976Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T21:14:53.976Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T21:14:53.976Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T21:14:53.976Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T21:14:53.976Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T21:14:53.976Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T21:14:53.976Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T21:14:54.920Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T21:14:54.920Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T21:14:54.920Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T21:14:54.920Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T21:14:54.920Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T21:14:54.920Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T21:14:54.920Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T21:14:55.869Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T21:14:55.869Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T21:14:55.869Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T21:14:55.869Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T21:14:55.869Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T21:14:55.869Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T21:14:56.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T21:14:56.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T21:14:56.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T21:14:56.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T21:14:56.132Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T21:14:56.132Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T21:14:56.132Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T21:14:56.132Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T21:14:56.132Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T21:14:56.132Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T21:14:56.132Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T21:14:56.132Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T21:14:56.132Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T21:14:56.132Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T21:14:56.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 71.3% of statements [2021-03-10T21:14:56.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T21:14:56.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T21:14:56.393Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T21:14:56.393Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T21:14:56.393Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T21:14:56.393Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:14:56.393Z] OK: 71 MiB in 55 packages [2021-03-10T21:14:58.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.522s coverage: 82.9% of statements [2021-03-10T21:14:58.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T21:14:58.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:14:58.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.134s coverage: 78.9% of statements [2021-03-10T21:14:58.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T21:15:04.542Z] Removing intermediate container 6a27c5a94568 [2021-03-10T21:15:04.542Z] ---> e3b99c970016 [2021-03-10T21:15:04.542Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T21:15:04.542Z] ---> Running in b40c2f444ac3 [2021-03-10T21:15:04.542Z] Collecting docker-compose==1.23.2 [2021-03-10T21:15:04.542Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T21:15:04.804Z] Collecting PyYAML<4,>=3.10 [2021-03-10T21:15:04.804Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T21:15:05.747Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T21:15:05.747Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T21:15:05.747Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T21:15:05.747Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T21:15:06.010Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T21:15:06.010Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T21:15:06.272Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T21:15:06.272Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T21:15:06.272Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-10T21:15:06.272Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T21:15:06.272Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T21:15:06.844Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T21:15:06.844Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T21:15:07.417Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T21:15:07.417Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T21:15:07.678Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T21:15:07.678Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T21:15:07.940Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T21:15:07.940Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T21:15:07.940Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-10T21:15:07.940Z] Collecting idna<2.8,>=2.5 [2021-03-10T21:15:07.940Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T21:15:07.940Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-10T21:15:07.940Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T21:15:07.940Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T21:15:08.201Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T21:15:08.201Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T21:15:08.201Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T21:15:08.201Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T21:15:08.201Z] Installing collected packages: PyYAML, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, texttable, jsonschema, docker-compose [2021-03-10T21:15:08.201Z] Running setup.py install for PyYAML: started [2021-03-10T21:15:08.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.270s coverage: 28.6% of statements [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T21:15:08.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T21:15:08.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T21:15:08.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T21:15:08.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T21:15:08.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T21:15:08.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T21:15:08.776Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T21:15:08.776Z] Attempting uninstall: idna [2021-03-10T21:15:08.776Z] Found existing installation: idna 2.9 [2021-03-10T21:15:08.776Z] Uninstalling idna-2.9: [2021-03-10T21:15:09.038Z] Successfully uninstalled idna-2.9 [2021-03-10T21:15:09.038Z] Attempting uninstall: urllib3 [2021-03-10T21:15:09.038Z] Found existing installation: urllib3 1.25.9 [2021-03-10T21:15:09.038Z] Uninstalling urllib3-1.25.9: [2021-03-10T21:15:09.038Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T21:15:09.298Z] Attempting uninstall: requests [2021-03-10T21:15:09.298Z] Found existing installation: requests 2.23.0 [2021-03-10T21:15:09.298Z] Uninstalling requests-2.23.0: [2021-03-10T21:15:09.298Z] Successfully uninstalled requests-2.23.0 [2021-03-10T21:15:09.559Z] Running setup.py install for dockerpty: started [2021-03-10T21:15:10.131Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T21:15:10.131Z] Running setup.py install for docopt: started [2021-03-10T21:15:10.715Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T21:15:10.715Z] Running setup.py install for texttable: started [2021-03-10T21:15:10.977Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T21:15:11.244Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-10T21:15:14.571Z] Removing intermediate container b40c2f444ac3 [2021-03-10T21:15:14.571Z] ---> 8002b678ce1c [2021-03-10T21:15:14.571Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T21:15:14.571Z] ---> Running in a95f6e94288c [2021-03-10T21:15:14.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T21:15:14.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T21:15:14.833Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T21:15:14.833Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T21:15:14.833Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T21:15:14.833Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:15:14.833Z] OK: 72 MiB in 58 packages [2021-03-10T21:15:15.406Z] Removing intermediate container a95f6e94288c [2021-03-10T21:15:15.406Z] ---> 7fa02ca9f1e0 [2021-03-10T21:15:15.406Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T21:15:15.406Z] ---> Running in dfb5a022ee22 [2021-03-10T21:15:15.668Z] Removing intermediate container dfb5a022ee22 [2021-03-10T21:15:15.668Z] ---> 63ce21569c1a [2021-03-10T21:15:15.668Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:15:15.668Z] ---> Running in 3c1fcc9dd3bc [2021-03-10T21:15:15.930Z] Removing intermediate container 3c1fcc9dd3bc [2021-03-10T21:15:15.930Z] ---> 08fbda7bb1e3 [2021-03-10T21:15:15.930Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T21:15:15.930Z] ---> Running in 7a12e2687e84 [2021-03-10T21:15:16.190Z] Removing intermediate container 7a12e2687e84 [2021-03-10T21:15:16.190Z] ---> af7d3126d754 [2021-03-10T21:15:16.190Z] Step 25/26 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:15:16.190Z] ---> Running in b1d1b8607dd4 [2021-03-10T21:15:16.190Z] Removing intermediate container b1d1b8607dd4 [2021-03-10T21:15:16.190Z] ---> 0055d394fb55 [2021-03-10T21:15:16.190Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T21:15:16.453Z] ---> Running in ba7757bd5a68 [2021-03-10T21:15:16.453Z] Removing intermediate container ba7757bd5a68 [2021-03-10T21:15:16.453Z] ---> 6c7fbfbb98b0 [2021-03-10T21:15:16.453Z] [2021-03-10T21:15:16.719Z] Successfully built 6c7fbfbb98b0 [2021-03-10T21:15:16.719Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.325s coverage: 92.8% of statements [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.1% of statements [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T21:15:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements [2021-03-10T21:15:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-03-10T21:15:16.991Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T21:15:17.000Z] $ docker stop --time=1 6691846a7252484f7feed9d34e0d7e05ca69c0a68fbc59068950c1be2d4943a0 [2021-03-10T21:15:18.509Z] $ docker rm -f 6691846a7252484f7feed9d34e0d7e05ca69c0a68fbc59068950c1be2d4943a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T21:15:19.041Z] + docker images [2021-03-10T21:15:19.041Z] + grep docker [2021-03-10T21:15:19.303Z] docker-sys-mgmt-agent-go latest 6c7fbfbb98b0 3 seconds ago 313MB [2021-03-10T21:15:19.303Z] docker-security-secretstore-setup-go latest ab633bd5ef10 38 seconds ago 24.9MB [2021-03-10T21:15:19.303Z] docker-security-proxy-setup-go latest d9de36ef67f6 39 seconds ago 24.7MB [2021-03-10T21:15:19.303Z] docker-core-metadata-go latest ab0e45f4adeb 42 seconds ago 19MB [2021-03-10T21:15:19.303Z] docker-security-bootstrapper-go latest 5ed06464dffa About a minute ago 18.7MB [2021-03-10T21:15:19.303Z] docker-core-data-go latest 3b937eee83ca About a minute ago 22.6MB [2021-03-10T21:15:19.303Z] docker-core-command-go latest d08b23300cea 2 minutes ago 17.2MB [2021-03-10T21:15:19.303Z] docker-support-notifications-go latest 4948ebd7946c 2 minutes ago 17.8MB [2021-03-10T21:15:19.303Z] docker-support-scheduler-go latest 3e9e9b91df42 2 minutes ago 17.3MB [2021-03-10T21:15:19.303Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-10T21:15:29.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-03-10T21:15:29.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements [2021-03-10T21:15:29.245Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.123s coverage: 81.4% of statements [2021-03-10T21:15:34.941Z] Still waiting to schedule task [2021-03-10T21:15:34.941Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.553s coverage: 62.4% of statements [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T21:15:44.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-03-10T21:15:44.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-03-10T21:15:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 69.0% of statements [2021-03-10T21:15:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T21:15:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T21:15:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T21:15:47.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 38.4% of statements [2021-03-10T21:15:47.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T21:15:47.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T21:15:47.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements [2021-03-10T21:15:47.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T21:15:47.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-03-10T21:15:53.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.440s coverage: 47.0% of statements [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T21:15:53.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T21:15:53.376Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T21:15:53.376Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T21:15:53.653Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 87.1% of statements [2021-03-10T21:15:53.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T21:15:53.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:15:53.653Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.269s coverage: 29.1% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.263s coverage: 99.0% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.255s coverage: 96.5% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T21:16:01.972Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T21:16:01.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-03-10T21:16:02.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-10T21:16:02.842Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-10T21:16:03.817Z] GO111MODULE=on go vet ./... [2021-03-10T21:16:32.132Z] Running on prd-ubuntu18.04-docker-8c-8g-29376 in /w/workspace/edgexfoundry_edgex-go_PR-3247 [Pipeline] { [Pipeline] ws [2021-03-10T21:16:32.207Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-10T21:16:34.768Z] using credential edgex-jenkins-ssh [2021-03-10T21:16:34.822Z] Cloning the remote Git repository [2021-03-10T21:16:34.855Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T21:16:34.929Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-10T21:16:34.963Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T21:16:34.963Z] > git --version # timeout=10 [2021-03-10T21:16:34.971Z] > git --version # 'git version 2.17.1' [2021-03-10T21:16:34.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T21:16:35.000Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T21:17:10.334Z] Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:17:10.552Z] Merge succeeded, producing 4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:17:10.553Z] Checking out Revision 4160fe1027c6e22eada700f89f287e89090e2847 (PR-3247) [2021-03-10T21:17:09.546Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T21:17:09.557Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T21:17:09.573Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T21:17:09.594Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T21:17:09.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T21:17:09.602Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3247/head:refs/remotes/origin/PR-3247 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T21:17:10.351Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T21:17:10.358Z] > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 [2021-03-10T21:17:10.517Z] > git remote # timeout=10 [2021-03-10T21:17:10.525Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T21:17:10.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T21:17:10.536Z] > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 [2021-03-10T21:17:10.547Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T21:17:10.559Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T21:17:10.564Z] > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 [2021-03-10T21:17:14.550Z] Commit message: "feat: Use service keys for Route configuration keys" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:17:15.734Z] + echo snap-build.sh [2021-03-10T21:17:15.734Z] snap-build.sh [2021-03-10T21:17:15.734Z] + SNAP_BASE_DIR=. [2021-03-10T21:17:15.734Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-10T21:17:15.734Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-10T21:17:15.734Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-10T21:17:15.734Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-10T21:17:15.734Z] + cd /w/workspace/edgex-go/2 [2021-03-10T21:17:15.734Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T21:17:15.734Z] Reading package lists... [2021-03-10T21:17:15.997Z] Building dependency tree... [2021-03-10T21:17:15.997Z] Reading state information... [2021-03-10T21:17:16.261Z] The following packages were automatically installed and are no longer required: [2021-03-10T21:17:16.261Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T21:17:16.262Z] uidmap xdelta3 [2021-03-10T21:17:16.262Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T21:17:16.528Z] The following packages will be REMOVED: [2021-03-10T21:17:16.528Z] lxd* lxd-client* [2021-03-10T21:17:17.123Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T21:17:17.123Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T21:17:18.472Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-10T21:17:18.472Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T21:17:19.867Z] Removing lxd dnsmasq configuration [2021-03-10T21:17:20.132Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T21:17:20.396Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T21:17:21.352Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T21:17:21.619Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-10T21:17:21.619Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T21:17:23.545Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T21:17:23.545Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T21:17:25.717Z] gofmt -l . [2021-03-10T21:17:25.717Z] [ "`gofmt -l .`" = "" ] [2021-03-10T21:17:25.717Z] ./bin/test-go-mod-tidy.sh [2021-03-10T21:17:25.717Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T21:17:26.108Z] + sudo snap remove --purge lxd [2021-03-10T21:17:26.108Z] snap "lxd" is not installed [2021-03-10T21:17:26.108Z] + sudo groupadd --force --system lxd [2021-03-10T21:17:26.108Z] ++ whoami [2021-03-10T21:17:26.108Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T21:17:26.108Z] + newgrp - lxd [2021-03-10T21:17:26.108Z] + sudo snap install lxd [2021-03-10T21:17:26.388Z] + ls -al . [2021-03-10T21:17:26.388Z] total 768 [2021-03-10T21:17:26.388Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 21:17 . [2021-03-10T21:17:26.388Z] drwxr-xr-x 4 root root 4096 Mar 10 21:13 .. [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 21:11 .dockerignore [2021-03-10T21:17:26.388Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 21:11 .git [2021-03-10T21:17:26.388Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 21:11 .github [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 21:11 .gitignore [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 21:11 .sonarcloud.properties [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 21:11 Attribution.txt [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 21:11 CONTRIBUTING.md [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 21:11 Dockerfile.build [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 21:11 Jenkinsfile [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 21:11 LICENSE [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 21:11 Makefile [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 21:11 README.md [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 21:11 SECURITY.md [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 21:07 VERSION [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 21:11 ZMQWindows.md [2021-03-10T21:17:26.388Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 21:11 bin [2021-03-10T21:17:26.388Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 21:11 cmd [2021-03-10T21:17:26.388Z] -rw-r--r-- 1 root root 628838 Mar 10 21:16 coverage.out [2021-03-10T21:17:26.388Z] -rw-r--r-- 1 root root 1055 Mar 10 21:17 go.mod [2021-03-10T21:17:26.388Z] -rw-r--r-- 1 root root 21981 Mar 10 21:17 go.sum [2021-03-10T21:17:26.388Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 21:11 internal [2021-03-10T21:17:26.388Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 21:11 openapi [2021-03-10T21:17:26.388Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 21:11 snap [2021-03-10T21:17:26.388Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 21:11 version.go [Pipeline] sh [2021-03-10T21:17:27.136Z] + '[' -e coverage.out ] [2021-03-10T21:17:27.136Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T21:17:27.201Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T21:17:28.463Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T21:17:29.143Z] + make build [2021-03-10T21:17:29.143Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T21:17:38.431Z] 2021-03-10T21:17:35Z INFO Waiting for automatic snapd restart... [2021-03-10T21:17:39.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T21:17:53.419Z] lxd 4.12 from Canonical* installed [2021-03-10T21:17:53.419Z] + sudo lxd init --auto [2021-03-10T21:18:01.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T21:18:03.478Z] + sudo snap install --classic snapcraft [2021-03-10T21:18:05.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T21:18:11.669Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T21:18:11.669Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T21:18:11.670Z] + patch --verbose -p1 [2021-03-10T21:18:11.670Z] Hmm... Looks like a unified diff to me... [2021-03-10T21:18:11.670Z] The text leading up to this was: [2021-03-10T21:18:11.670Z] -------------------------- [2021-03-10T21:18:11.670Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T21:18:11.670Z] |From: Tony Espy [2021-03-10T21:18:11.670Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T21:18:11.670Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T21:18:11.670Z] | [2021-03-10T21:18:11.670Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T21:18:11.670Z] |optimize the snap CI check run for pull requests. When [2021-03-10T21:18:11.670Z] |applied, it essentially strips out everything (apps and [2021-03-10T21:18:11.670Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T21:18:11.670Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T21:18:11.670Z] |catch changes to edgex-go that break the snap build. [2021-03-10T21:18:11.670Z] | [2021-03-10T21:18:11.670Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T21:18:11.670Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T21:18:11.670Z] |resulting in a failed snap build CI check in the associated [2021-03-10T21:18:11.670Z] |pull request. [2021-03-10T21:18:11.670Z] | [2021-03-10T21:18:11.670Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T21:18:11.670Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T21:18:11.670Z] |need to build the finally binary .snap file (and it won't [2021-03-10T21:18:11.670Z] |work with the patch applied). This further reduces the build [2021-03-10T21:18:11.670Z] |time. [2021-03-10T21:18:11.670Z] |--- [2021-03-10T21:18:11.670Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T21:18:11.670Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T21:18:11.670Z] | [2021-03-10T21:18:11.670Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T21:18:11.670Z] |index 1e537489..faf42425 100644 [2021-03-10T21:18:11.670Z] |--- a/snap/snapcraft.yaml [2021-03-10T21:18:11.670Z] |+++ b/snap/snapcraft.yaml [2021-03-10T21:18:11.670Z] -------------------------- [2021-03-10T21:18:11.670Z] patching file snap/snapcraft.yaml [2021-03-10T21:18:11.670Z] Using Plan A... [2021-03-10T21:18:11.670Z] Hunk #1 succeeded at 73. [2021-03-10T21:18:11.670Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-10T21:18:11.670Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-10T21:18:11.670Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-10T21:18:11.670Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-10T21:18:11.670Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-10T21:18:11.670Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-10T21:18:11.670Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-10T21:18:11.670Z] Hmm... Ignoring the trailing garbage. [2021-03-10T21:18:11.670Z] done [2021-03-10T21:18:11.670Z] + sudo snapcraft prime --use-lxd [2021-03-10T21:18:12.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T21:18:12.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T21:18:14.242Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-10T21:18:14.242Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-10T21:18:14.242Z] - README.md [2021-03-10T21:18:14.242Z] - snapcraft.yaml.orig [2021-03-10T21:18:14.242Z] [2021-03-10T21:18:14.242Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T21:18:15.193Z] Launching a container. [2021-03-10T21:18:19.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T21:18:23.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T21:18:28.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T21:18:31.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T21:18:33.374Z] Waiting for container to be ready [2021-03-10T21:18:33.374Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-10T21:18:33.374Z] [2021-03-10T21:18:34.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T21:18:36.696Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-10T21:18:37.274Z] Waiting for network to be ready... [2021-03-10T21:18:37.853Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T21:18:37.853Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T21:18:38.119Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T21:18:38.119Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T21:18:38.119Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T21:18:38.119Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T21:18:38.119Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T21:18:38.119Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T21:18:38.119Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T21:18:38.383Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T21:18:38.962Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T21:18:38.962Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T21:18:39.227Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T21:18:39.227Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T21:18:39.227Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T21:18:39.227Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T21:18:39.227Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T21:18:39.227Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T21:18:39.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T21:18:39.825Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T21:18:40.089Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T21:18:40.089Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T21:18:40.089Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T21:18:40.089Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T21:18:40.089Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T21:18:40.089Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T21:18:40.089Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T21:18:40.089Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T21:18:45.434Z] Fetched 24.0 MB in 7s (3449 kB/s) [2021-03-10T21:18:46.387Z] Reading package lists... [2021-03-10T21:18:46.968Z] Reading package lists... [2021-03-10T21:18:47.233Z] Building dependency tree... [2021-03-10T21:18:47.233Z] Reading state information... [2021-03-10T21:18:47.233Z] The following additional packages will be installed: [2021-03-10T21:18:47.233Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T21:18:47.233Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T21:18:47.233Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T21:18:47.233Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-10T21:18:47.233Z] Suggested packages: [2021-03-10T21:18:47.233Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-10T21:18:47.233Z] Recommended packages: [2021-03-10T21:18:47.233Z] gnupg libsasl2-modules [2021-03-10T21:18:47.496Z] The following NEW packages will be installed: [2021-03-10T21:18:47.496Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T21:18:47.496Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T21:18:47.496Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T21:18:47.496Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-10T21:18:47.496Z] The following packages will be upgraded: [2021-03-10T21:18:47.496Z] gpg gpg-agent gpgconf libudev1 [2021-03-10T21:18:47.496Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-10T21:18:47.496Z] Need to get 3530 kB of archives. [2021-03-10T21:18:47.496Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-10T21:18:47.496Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [Pipeline] } [2021-03-10T21:18:47.528Z] $ docker stop --time=1 edf6f7e469098b7a53ce85919675d2fe8df04fb1c1426646eb7a096dd71dffde [2021-03-10T21:18:48.073Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-10T21:18:48.073Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-10T21:18:48.073Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-10T21:18:48.073Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-10T21:18:48.073Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-10T21:18:48.655Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-10T21:18:48.655Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-10T21:18:48.655Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-10T21:18:48.655Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-10T21:18:48.655Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-10T21:18:48.655Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-10T21:18:48.655Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-10T21:18:48.655Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-10T21:18:48.655Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-10T21:18:48.655Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-10T21:18:48.655Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-10T21:18:48.655Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-10T21:18:48.655Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-10T21:18:48.655Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-10T21:18:48.655Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-10T21:18:48.655Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-10T21:18:48.918Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T21:18:48.918Z] Fetched 3530 kB in 1s (2591 kB/s) [2021-03-10T21:18:49.182Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T21:18:49.182Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-10T21:18:49.182Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T21:18:49.182Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-10T21:18:49.446Z] Selecting previously unselected package udev. [2021-03-10T21:18:49.446Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T21:18:49.446Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-10T21:18:49.446Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-10T21:18:49.720Z] Selecting previously unselected package libfuse2:amd64. [2021-03-10T21:18:49.720Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T21:18:49.720Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T21:18:49.983Z] Selecting previously unselected package fuse. [2021-03-10T21:18:49.983Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T21:18:49.983Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-10T21:18:49.983Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T21:18:49.983Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T21:18:50.063Z] $ docker rm -f edf6f7e469098b7a53ce85919675d2fe8df04fb1c1426646eb7a096dd71dffde [2021-03-10T21:18:50.246Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T21:18:50.246Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T21:18:50.246Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T21:18:50.509Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T21:18:50.509Z] Selecting previously unselected package libksba8:amd64. [2021-03-10T21:18:50.509Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-10T21:18:50.509Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-10T21:18:50.509Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-10T21:18:50.509Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:50.509Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:50.772Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-10T21:18:50.772Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:50.772Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:50.772Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-10T21:18:50.772Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:50.772Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:51.036Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-10T21:18:51.036Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:51.036Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:51.036Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-10T21:18:51.036Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:51.036Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:51.299Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-10T21:18:51.299Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:51.299Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:51.299Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-10T21:18:51.299Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:51.299Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-10T21:18:51.564Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-10T21:18:51.565Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:51.565Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:51.565Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-10T21:18:51.565Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T21:18:51.565Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:18:51.827Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T21:18:51.827Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T21:18:51.827Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T21:18:51.827Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T21:18:51.827Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T21:18:51.827Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T21:18:52.090Z] Selecting previously unselected package libldap-common. [2021-03-10T21:18:52.090Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-10T21:18:52.090Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T21:18:52.090Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T21:18:52.090Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-10T21:18:52.090Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T21:18:52.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T21:18:52.120Z] [2021-03-10T21:18:52.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:18:52.355Z] Selecting previously unselected package dirmngr. [2021-03-10T21:18:52.355Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T21:18:52.355Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T21:18:52.355Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T21:18:52.509Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T21:18:52.619Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-10T21:18:52.619Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T21:18:52.619Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T21:18:52.619Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T21:18:52.619Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-10T21:18:52.619Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:52.619Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-10T21:18:52.619Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T21:18:52.783Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T21:18:52.783Z] 29e5d40040c1: Pulling fs layer [2021-03-10T21:18:52.783Z] 1ce36da41761: Pulling fs layer [2021-03-10T21:18:52.783Z] 25b303627fd3: Pulling fs layer [2021-03-10T21:18:52.882Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-10T21:18:53.375Z] 29e5d40040c1: Verifying Checksum [2021-03-10T21:18:53.375Z] 29e5d40040c1: Download complete [2021-03-10T21:18:53.462Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T21:18:53.462Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.462Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-10T21:18:53.647Z] 1ce36da41761: Verifying Checksum [2021-03-10T21:18:53.647Z] 1ce36da41761: Download complete [2021-03-10T21:18:53.726Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-10T21:18:53.726Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-10T21:18:53.726Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.726Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.726Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.726Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.726Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.726Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.919Z] 29e5d40040c1: Pull complete [2021-03-10T21:18:53.990Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T21:18:53.990Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T21:18:53.990Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T21:18:53.990Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T21:18:54.944Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-10T21:18:54.944Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-10T21:18:54.944Z] This means they are not meant to be enabled using systemctl. [2021-03-10T21:18:54.944Z] Possible reasons for having this kind of units are: [2021-03-10T21:18:54.944Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-10T21:18:54.944Z] .wants/ or .requires/ directory. [2021-03-10T21:18:54.944Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-10T21:18:54.944Z] a requirement dependency on it. [2021-03-10T21:18:54.944Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-10T21:18:54.944Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-10T21:18:54.944Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-10T21:18:54.944Z] instance name specified. [2021-03-10T21:18:55.353Z] 1ce36da41761: Pull complete [2021-03-10T21:18:55.524Z] Reading package lists... [2021-03-10T21:18:55.625Z] 25b303627fd3: Verifying Checksum [2021-03-10T21:18:55.625Z] 25b303627fd3: Download complete [2021-03-10T21:18:55.789Z] Building dependency tree... [2021-03-10T21:18:55.789Z] Reading state information... [2021-03-10T21:18:56.054Z] The following additional packages will be installed: [2021-03-10T21:18:56.054Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-10T21:18:56.054Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-10T21:18:56.054Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-10T21:18:56.054Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-10T21:18:56.054Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-10T21:18:56.054Z] Suggested packages: [2021-03-10T21:18:56.054Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-10T21:18:56.054Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-10T21:18:56.054Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-10T21:18:56.054Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-10T21:18:56.054Z] systemd-container policykit-1 [2021-03-10T21:18:56.054Z] Recommended packages: [2021-03-10T21:18:56.054Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-10T21:18:56.054Z] The following NEW packages will be installed: [2021-03-10T21:18:56.054Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-10T21:18:56.054Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-10T21:18:56.054Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-10T21:18:56.055Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-10T21:18:56.055Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-10T21:18:56.055Z] The following packages will be upgraded: [2021-03-10T21:18:56.055Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-10T21:18:56.330Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-10T21:18:56.330Z] Need to get 35.2 MB of archives. [2021-03-10T21:18:56.330Z] After this operation, 141 MB of additional disk space will be used. [2021-03-10T21:18:56.330Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-10T21:18:56.330Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-10T21:18:56.330Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-10T21:18:56.330Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-10T21:18:56.330Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-10T21:18:56.330Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-10T21:18:56.330Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-10T21:18:56.597Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-10T21:18:56.597Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-10T21:18:56.597Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-10T21:18:56.597Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-10T21:18:56.597Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-10T21:18:56.597Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-10T21:18:56.597Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-10T21:18:56.597Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-10T21:18:56.597Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-10T21:18:56.597Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-10T21:18:56.597Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-10T21:18:56.597Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-10T21:18:57.549Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-10T21:18:57.549Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-10T21:18:57.549Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-10T21:18:57.549Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-10T21:18:57.549Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-10T21:18:57.549Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-10T21:18:57.549Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-10T21:18:57.549Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-10T21:18:57.549Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-10T21:18:57.549Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-10T21:18:57.549Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-10T21:18:57.816Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T21:18:58.081Z] Fetched 35.2 MB in 1s (23.8 MB/s) [2021-03-10T21:18:58.663Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T21:18:58.663Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-10T21:18:58.663Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T21:18:59.617Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-10T21:18:59.617Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T21:18:59.617Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-10T21:18:59.617Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T21:18:59.617Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T21:18:59.617Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T21:18:59.881Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-10T21:19:00.149Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T21:19:00.149Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T21:19:00.149Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T21:19:00.729Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-10T21:19:00.729Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-10T21:19:01.305Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-10T21:19:01.305Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-10T21:19:01.305Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T21:19:01.305Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T21:19:01.569Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-10T21:19:01.569Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T21:19:01.569Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:01.834Z] Selecting previously unselected package libexpat1:amd64. [2021-03-10T21:19:01.835Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-10T21:19:01.835Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T21:19:02.107Z] Selecting previously unselected package python3.6-minimal. [2021-03-10T21:19:02.107Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T21:19:02.107Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:02.374Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T21:19:02.642Z] Checking for services that may need to be restarted...done. [2021-03-10T21:19:02.642Z] Checking for services that may need to be restarted...done. [2021-03-10T21:19:02.642Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:02.642Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T21:19:02.642Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:03.616Z] Selecting previously unselected package python3-minimal. [2021-03-10T21:19:03.616Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-10T21:19:03.616Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-10T21:19:03.616Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-10T21:19:03.616Z] Selecting previously unselected package mime-support. [2021-03-10T21:19:03.616Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-10T21:19:03.887Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-10T21:19:03.887Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-10T21:19:03.887Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-10T21:19:04.155Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T21:19:04.155Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-10T21:19:04.155Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T21:19:04.155Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:04.418Z] Selecting previously unselected package python3.6. [2021-03-10T21:19:04.418Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T21:19:04.683Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:04.683Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T21:19:04.683Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-10T21:19:04.683Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T21:19:04.683Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-10T21:19:05.259Z] Selecting previously unselected package python3. [2021-03-10T21:19:05.259Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-10T21:19:05.259Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-10T21:19:05.259Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-10T21:19:05.259Z] Selecting previously unselected package multiarch-support. [2021-03-10T21:19:05.260Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T21:19:05.260Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T21:19:05.260Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T21:19:05.524Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-10T21:19:05.524Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-10T21:19:05.524Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-10T21:19:05.524Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T21:19:05.524Z] Selecting previously unselected package libbsd0:amd64. [2021-03-10T21:19:05.524Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-10T21:19:05.524Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T21:19:05.774Z] 25b303627fd3: Pull complete [2021-03-10T21:19:05.774Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T21:19:05.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T21:19:05.774Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T21:19:05.787Z] Selecting previously unselected package sudo. [2021-03-10T21:19:05.787Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-10T21:19:05.787Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T21:19:05.787Z] Selecting previously unselected package apparmor. [2021-03-10T21:19:05.787Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T21:19:05.787Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] withDockerContainer [2021-03-10T21:19:06.039Z] prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container [2021-03-10T21:19:06.053Z] Selecting previously unselected package libedit2:amd64. [2021-03-10T21:19:06.053Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-10T21:19:06.053Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T21:19:06.113Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T21:19:06.316Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T21:19:06.316Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T21:19:06.317Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:06.317Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T21:19:06.317Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T21:19:06.580Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:06.580Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T21:19:06.580Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-10T21:19:06.580Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T21:19:06.580Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T21:19:06.580Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T21:19:06.580Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:06.844Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T21:19:06.844Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T21:19:06.844Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:06.844Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-10T21:19:06.844Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-10T21:19:06.844Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T21:19:07.107Z] Selecting previously unselected package openssh-client. [2021-03-10T21:19:07.107Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-10T21:19:07.107Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T21:19:07.372Z] Selecting previously unselected package squashfs-tools. [2021-03-10T21:19:07.372Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-10T21:19:07.372Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T21:19:07.637Z] Selecting previously unselected package snapd. [2021-03-10T21:19:07.637Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-10T21:19:07.637Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-10T21:19:09.113Z] $ docker top 24179b23ce5cdaf9d9b4885eff9dbc042c23714e803456f90778af3ad4ef47ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T21:19:10.188Z] + docker-compose build --help [2021-03-10T21:19:10.188Z] + grep parallel [2021-03-10T21:19:10.200Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T21:19:10.200Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T21:19:10.463Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-10T21:19:10.463Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T21:19:10.463Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T21:19:10.463Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:10.726Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T21:19:10.726Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-10T21:19:10.726Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-10T21:19:11.681Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T21:19:11.681Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T21:19:11.681Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T21:19:11.681Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:11.681Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:11.681Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T21:19:12.633Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T21:19:12.633Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:12.633Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T21:19:12.897Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-10T21:19:12.897Z] running python rtupdate hooks for python3.6... [2021-03-10T21:19:12.897Z] running python post-rtupdate hooks for python3.6... [2021-03-10T21:19:12.897Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-10T21:19:13.554Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T21:19:13.840Z] $ docker stop --time=1 24179b23ce5cdaf9d9b4885eff9dbc042c23714e803456f90778af3ad4ef47ae [2021-03-10T21:19:15.459Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-10T21:19:15.460Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T21:19:15.460Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T21:19:15.460Z] Setting up snapd (2.48.3+18.04) ... [2021-03-10T21:19:15.816Z] $ docker rm -f 24179b23ce5cdaf9d9b4885eff9dbc042c23714e803456f90778af3ad4ef47ae [2021-03-10T21:19:16.040Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-03-10T21:19:16.305Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:19:16.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T21:19:16.630Z] . [Pipeline] withDockerContainer [2021-03-10T21:19:16.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container [2021-03-10T21:19:16.882Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-10T21:19:16.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T21:19:17.145Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-10T21:19:17.408Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T21:19:17.408Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T21:19:17.677Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-10T21:19:17.941Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-10T21:19:18.204Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-10T21:19:18.378Z] $ docker top 832d44fc326562b6fac04c202122a561a55011409bf7e82019c07875ed9b3d94 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T21:19:18.781Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-10T21:19:18.781Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-10T21:19:18.782Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T21:19:18.782Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T21:19:19.361Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T21:19:20.748Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T21:19:20.748Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T21:19:20.748Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T21:19:21.326Z] Fetched 88.7 kB in 1s (132 kB/s) [2021-03-10T21:19:23.791Z] Building docker-core-command-go ... [2021-03-10T21:19:23.791Z] Building docker-core-data-go ... [2021-03-10T21:19:23.791Z] Building docker-core-metadata-go ... [2021-03-10T21:19:23.791Z] Building docker-security-bootstrapper-go ... [2021-03-10T21:19:23.791Z] Building docker-security-proxy-setup-go ... [2021-03-10T21:19:23.791Z] Building docker-security-secretstore-setup-go ... [2021-03-10T21:19:23.791Z] Building docker-support-notifications-go ... [2021-03-10T21:19:23.791Z] Building docker-support-scheduler-go ... [2021-03-10T21:19:23.791Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T21:19:23.791Z] Building docker-security-secretstore-setup-go [2021-03-10T21:19:23.791Z] Building docker-sys-mgmt-agent-go [2021-03-10T21:19:23.791Z] Building docker-core-metadata-go [2021-03-10T21:19:23.791Z] Building docker-support-notifications-go [2021-03-10T21:19:23.791Z] Building docker-security-bootstrapper-go [2021-03-10T21:19:23.893Z] Reading package lists... [2021-03-10T21:19:24.157Z] Reading package lists... [2021-03-10T21:19:24.421Z] Building dependency tree... [2021-03-10T21:19:24.421Z] Reading state information... [2021-03-10T21:19:24.421Z] Calculating upgrade... [2021-03-10T21:19:24.996Z] The following packages will be upgraded: [2021-03-10T21:19:24.996Z] advancecomp base-files bash binutils binutils-common [2021-03-10T21:19:24.996Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-10T21:19:24.996Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-10T21:19:24.996Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-10T21:19:24.996Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-10T21:19:24.996Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-10T21:19:24.996Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-10T21:19:24.996Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-10T21:19:24.996Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-10T21:19:24.996Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-10T21:19:24.996Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-10T21:19:24.996Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-10T21:19:24.996Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-10T21:19:24.996Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-10T21:19:24.996Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-10T21:19:24.996Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T21:19:24.996Z] Need to get 63.8 MB of archives. [2021-03-10T21:19:24.996Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-10T21:19:24.996Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-10T21:19:24.996Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-10T21:19:24.996Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-10T21:19:24.996Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-10T21:19:24.996Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-10T21:19:24.996Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-10T21:19:24.996Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-10T21:19:24.996Z] 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-03-10T21:19:24.996Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-10T21:19:24.996Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-10T21:19:24.996Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-10T21:19:24.996Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-10T21:19:24.996Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-10T21:19:24.996Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-10T21:19:24.997Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-10T21:19:24.997Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-10T21:19:24.997Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-10T21:19:24.997Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-10T21:19:25.271Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-10T21:19:25.271Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-10T21:19:25.271Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-10T21:19:25.271Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-10T21:19:25.271Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-10T21:19:25.271Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-10T21:19:25.271Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-10T21:19:25.271Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-10T21:19:25.271Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-10T21:19:25.271Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-10T21:19:25.271Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-10T21:19:25.271Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-10T21:19:25.271Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-10T21:19:25.271Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-10T21:19:25.271Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-10T21:19:25.271Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-10T21:19:25.271Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-10T21:19:25.271Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-10T21:19:25.271Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-10T21:19:25.271Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-10T21:19:25.271Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-10T21:19:25.271Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-10T21:19:25.271Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-10T21:19:25.271Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-10T21:19:25.271Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-10T21:19:25.271Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-10T21:19:25.271Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-10T21:19:25.272Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-10T21:19:25.272Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-10T21:19:25.272Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-10T21:19:25.272Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-10T21:19:25.537Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-10T21:19:25.537Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-10T21:19:25.537Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-10T21:19:25.537Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-10T21:19:25.537Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-10T21:19:25.537Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-10T21:19:25.537Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-10T21:19:25.800Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-10T21:19:25.800Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-10T21:19:25.800Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-10T21:19:26.064Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-10T21:19:26.064Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-10T21:19:26.064Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-10T21:19:26.064Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-10T21:19:26.064Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-10T21:19:26.064Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-10T21:19:26.064Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-10T21:19:26.064Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-10T21:19:26.064Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-10T21:19:26.064Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-10T21:19:26.064Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-10T21:19:26.064Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-10T21:19:26.064Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-10T21:19:26.064Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-10T21:19:26.064Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-10T21:19:26.064Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-10T21:19:26.328Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-10T21:19:26.328Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-10T21:19:26.328Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-10T21:19:26.328Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-10T21:19:26.328Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-10T21:19:26.328Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-10T21:19:26.328Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-10T21:19:26.328Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-10T21:19:26.329Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-10T21:19:26.329Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-10T21:19:26.329Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-10T21:19:26.592Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-10T21:19:26.592Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-10T21:19:26.592Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-10T21:19:26.592Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-10T21:19:26.592Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-10T21:19:26.592Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-10T21:19:26.592Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-10T21:19:26.592Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-10T21:19:26.592Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-10T21:19:26.592Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-10T21:19:26.592Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-10T21:19:26.592Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-10T21:19:26.855Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-10T21:19:27.119Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T21:19:27.119Z] Fetched 63.8 MB in 2s (32.4 MB/s) [2021-03-10T21:19:27.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:27.382Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T21:19:27.382Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T21:19:27.961Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T21:19:27.961Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T21:19:28.225Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-10T21:19:28.225Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-10T21:19:29.173Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.173Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.173Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.173Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.439Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.439Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.439Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.439Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.704Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.704Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.704Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.704Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.968Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:29.968Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:29.968Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:19:29.968Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T21:19:29.968Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:30.230Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-10T21:19:30.230Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:19:30.230Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T21:19:30.230Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:30.492Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:30.492Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:30.492Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:30.756Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:30.756Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T21:19:30.756Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:19:31.020Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T21:19:31.020Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T21:19:31.285Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T21:19:31.862Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T21:19:32.442Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T21:19:32.442Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-10T21:19:32.442Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-10T21:19:32.442Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-10T21:19:32.442Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-10T21:19:32.705Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-10T21:19:32.705Z] Installing new version of config file /etc/issue ... [2021-03-10T21:19:32.705Z] Installing new version of config file /etc/issue.net ... [2021-03-10T21:19:32.705Z] Installing new version of config file /etc/lsb-release ... [2021-03-10T21:19:32.969Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-10T21:19:33.233Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-10T21:19:33.233Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-10T21:19:33.233Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-10T21:19:33.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:33.497Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-10T21:19:33.497Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-10T21:19:33.767Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-10T21:19:33.767Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-10T21:19:33.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:33.767Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:33.767Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:34.032Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:34.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:34.032Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-10T21:19:34.032Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-10T21:19:34.296Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-10T21:19:34.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:34.296Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-10T21:19:34.559Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T21:19:34.823Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-10T21:19:35.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:35.401Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T21:19:35.401Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T21:19:35.666Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T21:19:35.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:35.931Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T21:19:35.931Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T21:19:36.194Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-10T21:19:36.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:36.457Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-10T21:19:36.457Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-10T21:19:36.457Z] Setting up grep (3.1-2build1) ... [2021-03-10T21:19:36.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:36.722Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T21:19:36.722Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T21:19:36.988Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-10T21:19:36.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:36.988Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T21:19:36.988Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T21:19:37.251Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-10T21:19:37.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:37.251Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T21:19:37.251Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T21:19:38.200Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T21:19:38.200Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T21:19:38.463Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T21:19:38.463Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T21:19:39.056Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-10T21:19:39.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:39.056Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-10T21:19:39.318Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T21:19:40.268Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T21:19:40.530Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T21:19:40.530Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T21:19:40.530Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T21:19:40.837Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T21:19:40.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:40.837Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-10T21:19:40.837Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-10T21:19:41.100Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-10T21:19:41.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:41.101Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:41.101Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:41.364Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:41.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:41.364Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:41.364Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:41.628Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:41.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:41.628Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:41.890Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:41.890Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:42.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:42.153Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:42.153Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:42.153Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:42.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:42.415Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T21:19:42.415Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T21:19:42.415Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T21:19:42.415Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T21:19:42.677Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T21:19:42.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:42.677Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T21:19:42.942Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T21:19:42.942Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T21:19:42.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:42.942Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:43.206Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:43.206Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:43.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:43.206Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:43.206Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:43.469Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:43.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:43.469Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:43.733Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:44.311Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:19:44.889Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-10T21:19:45.151Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-10T21:19:46.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:46.100Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T21:19:46.100Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T21:19:46.100Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T21:19:46.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T21:19:46.363Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-10T21:19:46.363Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T21:19:46.363Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-10T21:19:46.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:46.626Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-10T21:19:46.626Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-10T21:19:46.626Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-10T21:19:47.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:47.201Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-10T21:19:47.201Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T21:19:47.201Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-10T21:19:47.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:47.464Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-10T21:19:47.464Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T21:19:47.464Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-10T21:19:47.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:47.727Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T21:19:47.728Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T21:19:47.728Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T21:19:47.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:47.990Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T21:19:47.990Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T21:19:48.254Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T21:19:48.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:48.254Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T21:19:48.518Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T21:19:48.518Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T21:19:48.781Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:48.781Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T21:19:48.781Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T21:19:49.044Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-10T21:19:49.044Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T21:19:49.044Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T21:19:49.044Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T21:19:49.307Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T21:19:49.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:49.308Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-10T21:19:49.308Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-10T21:19:49.571Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-10T21:19:49.571Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:49.571Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-10T21:19:49.571Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T21:19:49.835Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T21:19:50.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:50.103Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T21:19:50.103Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T21:19:50.369Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T21:19:50.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:50.369Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-10T21:19:50.369Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-10T21:19:50.631Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-10T21:19:50.631Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:50.631Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T21:19:50.631Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T21:19:51.208Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-10T21:19:51.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:51.470Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T21:19:51.470Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T21:19:51.733Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-10T21:19:51.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:51.733Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-10T21:19:51.733Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-10T21:19:51.995Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-10T21:19:51.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:51.995Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-10T21:19:52.258Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-10T21:19:52.258Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-10T21:19:52.258Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:52.258Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-10T21:19:52.521Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-10T21:19:52.521Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-10T21:19:52.784Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:52.784Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-10T21:19:53.049Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-10T21:19:53.312Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-10T21:19:53.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:53.312Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T21:19:53.312Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-10T21:19:53.574Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-10T21:19:53.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T21:19:53.837Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-10T21:19:53.837Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-10T21:19:54.100Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-10T21:19:54.367Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-10T21:19:54.367Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T21:19:54.367Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T21:19:54.367Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T21:19:54.630Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T21:19:54.893Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T21:19:54.893Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T21:19:55.156Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-10T21:19:55.156Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-10T21:19:55.417Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T21:19:55.417Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-10T21:19:55.417Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T21:19:55.417Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-10T21:19:55.680Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-10T21:19:55.680Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-10T21:19:55.680Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-10T21:19:55.680Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-10T21:19:55.944Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-10T21:19:55.944Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-10T21:19:55.944Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-10T21:19:56.524Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-10T21:19:56.524Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-10T21:19:56.524Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-10T21:19:56.788Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-10T21:19:56.788Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-10T21:19:57.744Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-10T21:19:57.744Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-10T21:19:58.009Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-10T21:19:58.009Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-10T21:19:58.009Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T21:19:58.009Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T21:19:58.587Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T21:19:58.587Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T21:19:58.855Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T21:19:58.855Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T21:19:58.855Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T21:19:59.120Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T21:19:59.120Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:59.120Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:19:59.383Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:59.383Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:19:59.383Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:59.647Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:19:59.647Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:19:59.647Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:20:01.049Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:20:01.049Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:20:02.024Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:20:02.024Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:20:02.981Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:20:02.981Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:20:03.558Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:20:03.558Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:20:04.965Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T21:20:04.965Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T21:20:04.965Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T21:20:04.965Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T21:20:05.228Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T21:20:05.228Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T21:20:05.228Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T21:20:05.494Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T21:20:05.494Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-10T21:20:05.494Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-10T21:20:05.757Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T21:20:05.757Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T21:20:05.757Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T21:20:05.757Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T21:20:06.024Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-10T21:20:06.024Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-10T21:20:06.024Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:06.024Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T21:20:06.287Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:06.287Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:06.287Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:06.287Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-10T21:20:06.287Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-10T21:20:06.287Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-10T21:20:06.551Z] [2021-03-10T21:20:06.551Z] Current default time zone: 'Etc/UTC' [2021-03-10T21:20:06.551Z] Local time is now: Wed Mar 10 21:20:06 UTC 2021. [2021-03-10T21:20:06.551Z] Universal Time is now: Wed Mar 10 21:20:06 UTC 2021. [2021-03-10T21:20:06.551Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-10T21:20:06.551Z] [2021-03-10T21:20:06.551Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-10T21:20:06.551Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:06.551Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-10T21:20:06.551Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-10T21:20:06.551Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-10T21:20:06.814Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-10T21:20:06.814Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-10T21:20:06.814Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-10T21:20:06.814Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-10T21:20:06.814Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T21:20:06.814Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:06.814Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-10T21:20:07.078Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:07.340Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T21:20:07.340Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:07.340Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-10T21:20:07.340Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-10T21:20:07.340Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-10T21:20:07.340Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T21:20:07.340Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-10T21:20:07.340Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-10T21:20:07.604Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-10T21:20:07.604Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-10T21:20:10.168Z] Updating certificates in /etc/ssl/certs... [2021-03-10T21:20:11.128Z] 23 added, 27 removed; done. [2021-03-10T21:20:11.128Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T21:20:11.128Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T21:20:11.128Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-10T21:20:11.128Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-10T21:20:11.128Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-10T21:20:11.390Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.390Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T21:20:11.390Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.390Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.390Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.390Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.655Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.655Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-10T21:20:11.655Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-10T21:20:11.655Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-10T21:20:11.655Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-10T21:20:11.655Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-10T21:20:11.655Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.920Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T21:20:11.920Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-10T21:20:11.920Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-10T21:20:11.920Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-10T21:20:11.920Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T21:20:12.185Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T21:20:12.185Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-10T21:20:12.185Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-10T21:20:12.185Z] Updating certificates in /etc/ssl/certs... [2021-03-10T21:20:13.142Z] 0 added, 0 removed; done. [2021-03-10T21:20:13.142Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-10T21:20:13.142Z] done. [2021-03-10T21:20:14.096Z] Reading package lists... [2021-03-10T21:20:14.359Z] Building dependency tree... [2021-03-10T21:20:14.359Z] Reading state information... [2021-03-10T21:20:14.622Z] The following NEW packages will be installed: [2021-03-10T21:20:14.622Z] apt-transport-https [2021-03-10T21:20:14.622Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T21:20:14.622Z] Need to get 1696 B of archives. [2021-03-10T21:20:14.622Z] After this operation, 153 kB of additional disk space will be used. [2021-03-10T21:20:14.622Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-10T21:20:14.885Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T21:20:14.885Z] Fetched 1696 B in 0s (38.9 kB/s) [2021-03-10T21:20:14.885Z] Selecting previously unselected package apt-transport-https. [2021-03-10T21:20:15.149Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-10T21:20:15.149Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-10T21:20:15.149Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T21:20:15.149Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T21:20:15.727Z] Waiting for network to be ready... [2021-03-10T21:20:23.899Z] 2021-03-10T21:20:21Z INFO Waiting for automatic snapd restart... [2021-03-10T21:20:24.162Z] snapd 2.49 from Canonical* installed [2021-03-10T21:20:25.564Z] "snapd" switched to the "latest/stable" channel [2021-03-10T21:20:25.564Z] [2021-03-10T21:20:32.179Z] core18 20210128 from Canonical* installed [2021-03-10T21:20:32.179Z] "core18" switched to the "latest/stable" channel [2021-03-10T21:20:32.179Z] [2021-03-10T21:20:40.341Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T21:20:40.341Z] "snapcraft" switched to the "latest/stable" channel [2021-03-10T21:20:40.341Z] [2021-03-10T21:20:45.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:20:45.578Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:20:45.578Z] ---> e7fc401037dc [2021-03-10T21:20:45.578Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T21:20:45.578Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:20:45.578Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:20:45.578Z] ---> e7fc401037dc [2021-03-10T21:20:45.578Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T21:20:45.578Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:20:45.578Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:20:45.578Z] ---> e7fc401037dc [2021-03-10T21:20:45.578Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T21:20:45.578Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:20:45.578Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:20:45.578Z] ---> e7fc401037dc [2021-03-10T21:20:45.578Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T21:20:45.578Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:20:45.578Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:20:45.578Z] ---> e7fc401037dc [2021-03-10T21:20:45.578Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T21:20:45.578Z] ---> Running in 0b5559c38e28 [2021-03-10T21:20:45.578Z] ---> Running in e2db8b3919ae [2021-03-10T21:20:45.578Z] ---> Running in 82a4f0f5ef41 [2021-03-10T21:20:45.578Z] ---> Running in 283180d469b2 [2021-03-10T21:20:45.578Z] ---> Running in b866b8e96a9a [2021-03-10T21:20:45.578Z] Removing intermediate container 0b5559c38e28 [2021-03-10T21:20:45.578Z] ---> 7db54f7bfd82 [2021-03-10T21:20:45.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:20:45.578Z] Removing intermediate container 82a4f0f5ef41 [2021-03-10T21:20:45.578Z] ---> 847739342b9c [2021-03-10T21:20:45.578Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:20:45.578Z] Removing intermediate container e2db8b3919ae [2021-03-10T21:20:45.578Z] Removing intermediate container 283180d469b2 [2021-03-10T21:20:45.578Z] ---> 0924f69dc5c7 [2021-03-10T21:20:45.578Z] ---> 1a26c5efae48 [2021-03-10T21:20:45.578Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:20:45.578Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:20:45.578Z] ---> Running in a14cef3e50ce [2021-03-10T21:20:45.578Z] Removing intermediate container b866b8e96a9a [2021-03-10T21:20:45.578Z] ---> 9746863e95cf [2021-03-10T21:20:45.578Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:20:45.578Z] ---> Running in 6e6d411d250f [2021-03-10T21:20:45.578Z] ---> Running in 1f5f89a8bf04 [2021-03-10T21:20:45.578Z] ---> Running in f4d25fb8df0c [2021-03-10T21:20:45.578Z] ---> Running in 093fbcbcd628 [2021-03-10T21:20:45.578Z] Removing intermediate container a14cef3e50ce [2021-03-10T21:20:45.578Z] ---> 1580b0e7b055 [2021-03-10T21:20:45.578Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T21:20:45.578Z] ---> Running in e2ae5acc01ff [2021-03-10T21:20:45.578Z] Removing intermediate container f4d25fb8df0c [2021-03-10T21:20:45.578Z] ---> 05ce0bbb9da6 [2021-03-10T21:20:45.578Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T21:20:45.578Z] ---> Running in 8ee6adf8b3c6 [2021-03-10T21:20:45.578Z] Removing intermediate container 6e6d411d250f [2021-03-10T21:20:45.578Z] ---> 48c508116814 [2021-03-10T21:20:45.578Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T21:20:45.578Z] Removing intermediate container 093fbcbcd628 [2021-03-10T21:20:45.578Z] Removing intermediate container 1f5f89a8bf04 [2021-03-10T21:20:45.578Z] ---> 65af31580dc7 [2021-03-10T21:20:45.578Z] ---> 9f000049cde9 [2021-03-10T21:20:45.578Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesStep 5/31 : RUN apk add --update --no-cache make git [2021-03-10T21:20:45.578Z] [2021-03-10T21:20:45.578Z] ---> Running in cf3c81b70d84 [2021-03-10T21:20:45.578Z] ---> Running in ce5b7576a429 [2021-03-10T21:20:45.578Z] ---> Running in 2b38b2d53328 [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.657Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-10T21:20:45.657Z] - README.md [2021-03-10T21:20:45.657Z] - snapcraft.yaml.orig [2021-03-10T21:20:45.657Z] [2021-03-10T21:20:45.657Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T21:20:45.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:45.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:20:46.129Z] OK: 217 MiB in 51 packages [2021-03-10T21:20:46.129Z] OK: 217 MiB in 51 packages [2021-03-10T21:20:46.737Z] OK: 217 MiB in 51 packages [2021-03-10T21:20:46.737Z] OK: 217 MiB in 51 packages [2021-03-10T21:20:47.014Z] OK: 217 MiB in 51 packages [2021-03-10T21:20:48.002Z] Removing intermediate container 8ee6adf8b3c6 [2021-03-10T21:20:48.002Z] ---> ee93842ef299 [2021-03-10T21:20:48.002Z] Step 6/26 : COPY go.mod . [2021-03-10T21:20:48.002Z] Removing intermediate container e2ae5acc01ff [2021-03-10T21:20:48.002Z] ---> 179cd1978f32 [2021-03-10T21:20:48.002Z] Step 6/23 : COPY go.mod . [2021-03-10T21:20:48.278Z] Removing intermediate container cf3c81b70d84 [2021-03-10T21:20:48.278Z] ---> 17d7107a46d6 [2021-03-10T21:20:48.278Z] Step 6/24 : COPY go.mod . [2021-03-10T21:20:48.551Z] Removing intermediate container ce5b7576a429 [2021-03-10T21:20:48.551Z] ---> 580a53c8d6c6 [2021-03-10T21:20:48.551Z] Step 6/31 : COPY go.mod . [2021-03-10T21:20:49.150Z] ---> 944e73e8c666 [2021-03-10T21:20:49.150Z] Step 7/26 : RUN go mod download [2021-03-10T21:20:49.150Z] ---> 16e44218b212 [2021-03-10T21:20:49.150Z] Step 7/23 : RUN go mod download [2021-03-10T21:20:49.150Z] Removing intermediate container 2b38b2d53328 [2021-03-10T21:20:49.150Z] ---> dcae0d03df29 [2021-03-10T21:20:49.150Z] Step 6/22 : COPY go.mod . [2021-03-10T21:20:49.425Z] ---> Running in fe73116db19b [2021-03-10T21:20:49.425Z] ---> Running in 8511d9816259 [2021-03-10T21:20:49.425Z] ---> 18973c47976f [2021-03-10T21:20:49.425Z] Step 7/24 : RUN go mod download [2021-03-10T21:20:49.701Z] ---> f960c7398580 [2021-03-10T21:20:49.701Z] Step 7/31 : RUN go mod download [2021-03-10T21:20:49.701Z] ---> Running in 19a29bffb242 [2021-03-10T21:20:49.980Z] ---> Running in 6567674b3a83 [2021-03-10T21:20:49.980Z] ---> 0a3e8d1a0f33 [2021-03-10T21:20:49.980Z] Step 7/22 : RUN go mod download [2021-03-10T21:20:50.262Z] ---> Running in b87f3d37816b [2021-03-10T21:20:52.268Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T21:20:52.268Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T21:20:52.268Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T21:20:52.268Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T21:20:54.610Z] Removing intermediate container fe73116db19b [2021-03-10T21:20:54.610Z] ---> 558c93ad6b25 [2021-03-10T21:20:54.610Z] Step 8/23 : COPY . . [2021-03-10T21:20:54.610Z] Removing intermediate container 8511d9816259 [2021-03-10T21:20:54.610Z] ---> 34df9982c6cc [2021-03-10T21:20:54.610Z] Step 8/26 : COPY . . [2021-03-10T21:20:54.832Z] Reading package lists... [2021-03-10T21:20:55.205Z] Removing intermediate container 6567674b3a83 [2021-03-10T21:20:55.205Z] ---> 4008fbed5026 [2021-03-10T21:20:55.205Z] Step 8/31 : COPY . . [2021-03-10T21:20:55.409Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-10T21:20:55.485Z] Removing intermediate container 19a29bffb242 [2021-03-10T21:20:55.485Z] ---> 8f5cc6a70228 [2021-03-10T21:20:55.485Z] Step 8/24 : COPY . . [2021-03-10T21:20:55.757Z] Removing intermediate container b87f3d37816b [2021-03-10T21:20:55.757Z] ---> 2c85360a6b95 [2021-03-10T21:20:55.757Z] Step 8/22 : COPY . . [2021-03-10T21:21:02.011Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T21:21:02.011Z] Reading package lists... [2021-03-10T21:21:02.011Z] Building dependency tree... [2021-03-10T21:21:02.011Z] Reading state information... [2021-03-10T21:21:02.011Z] Suggested packages: [2021-03-10T21:21:02.011Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-10T21:21:02.011Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-10T21:21:02.011Z] Recommended packages: [2021-03-10T21:21:02.011Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-10T21:21:02.011Z] The following NEW packages will be installed: [2021-03-10T21:21:02.011Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-10T21:21:02.011Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-10T21:21:02.011Z] pkg-config zip [2021-03-10T21:21:02.011Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T21:21:02.011Z] Need to get 7658 kB of archives. [2021-03-10T21:21:02.011Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-10T21:21:02.011Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-10T21:21:02.276Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-10T21:21:02.276Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-10T21:21:02.276Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-10T21:21:02.276Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-10T21:21:02.276Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-10T21:21:02.276Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-10T21:21:02.540Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-10T21:21:02.540Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-10T21:21:02.541Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-10T21:21:02.541Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-10T21:21:02.805Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-10T21:21:02.805Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-10T21:21:02.805Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-10T21:21:02.805Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-10T21:21:03.069Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T21:21:03.069Z] Fetched 7658 kB in 1s (9530 kB/s) [2021-03-10T21:21:03.332Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-10T21:21:03.332Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-10T21:21:03.332Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-10T21:21:03.332Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T21:21:03.596Z] Selecting previously unselected package libpsl5:amd64. [2021-03-10T21:21:03.596Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-10T21:21:03.596Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T21:21:03.596Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T21:21:03.596Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-10T21:21:03.596Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T21:21:03.859Z] Selecting previously unselected package librtmp1:amd64. [2021-03-10T21:21:03.859Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-10T21:21:03.859Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T21:21:03.859Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-10T21:21:03.859Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-10T21:21:03.859Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T21:21:04.122Z] Selecting previously unselected package liberror-perl. [2021-03-10T21:21:04.122Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-10T21:21:04.122Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-10T21:21:04.122Z] Selecting previously unselected package git-man. [2021-03-10T21:21:04.122Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-10T21:21:04.122Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T21:21:04.384Z] Selecting previously unselected package git. [2021-03-10T21:21:04.384Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-10T21:21:04.384Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T21:21:05.338Z] Selecting previously unselected package libnorm1:amd64. [2021-03-10T21:21:05.338Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-10T21:21:05.338Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T21:21:05.338Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-10T21:21:05.338Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-10T21:21:05.338Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T21:21:05.600Z] Selecting previously unselected package libsodium23:amd64. [2021-03-10T21:21:05.600Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-10T21:21:05.600Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-10T21:21:05.600Z] Selecting previously unselected package libzmq5:amd64. [2021-03-10T21:21:05.600Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T21:21:05.600Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T21:21:05.862Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-10T21:21:05.862Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T21:21:05.862Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T21:21:05.862Z] Selecting previously unselected package pkg-config. [2021-03-10T21:21:05.862Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-10T21:21:05.862Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T21:21:06.126Z] Selecting previously unselected package zip. [2021-03-10T21:21:06.126Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-10T21:21:06.126Z] Unpacking zip (3.0-11build1) ... [2021-03-10T21:21:06.126Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T21:21:06.126Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T21:21:06.126Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T21:21:06.126Z] Setting up liberror-perl (0.17025-1) ... [2021-03-10T21:21:06.388Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T21:21:06.388Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T21:21:06.388Z] No schema files found: doing nothing. [2021-03-10T21:21:06.388Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T21:21:06.388Z] Setting up zip (3.0-11build1) ... [2021-03-10T21:21:06.388Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T21:21:06.388Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-10T21:21:06.388Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T21:21:06.649Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T21:21:06.649Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T21:21:06.649Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T21:21:06.649Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T21:21:06.649Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T21:21:13.257Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T21:21:13.832Z] git set to automatically installed. [2021-03-10T21:21:13.832Z] git-man set to automatically installed. [2021-03-10T21:21:13.832Z] libcurl3-gnutls set to automatically installed. [2021-03-10T21:21:13.832Z] liberror-perl set to automatically installed. [2021-03-10T21:21:13.832Z] libglib2.0-0 set to automatically installed. [2021-03-10T21:21:13.832Z] libnghttp2-14 set to automatically installed. [2021-03-10T21:21:13.832Z] libnorm1 set to automatically installed. [2021-03-10T21:21:13.832Z] libpgm-5.2-0 set to automatically installed. [2021-03-10T21:21:13.832Z] libpsl5 set to automatically installed. [2021-03-10T21:21:13.832Z] librtmp1 set to automatically installed. [2021-03-10T21:21:13.832Z] libsodium23 set to automatically installed. [2021-03-10T21:21:13.832Z] libzmq3-dev set to automatically installed. [2021-03-10T21:21:13.832Z] libzmq5 set to automatically installed. [2021-03-10T21:21:13.832Z] pkg-config set to automatically installed. [2021-03-10T21:21:13.832Z] zip set to automatically installed. [2021-03-10T21:21:15.757Z] snapd is not logged in, snap install commands will use sudo [2021-03-10T21:21:22.356Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T21:21:22.356Z] snap "core18" has no updates available [2021-03-10T21:21:22.581Z] ---> 64cc396b38d9 [2021-03-10T21:21:22.581Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T21:21:22.581Z] ---> 260a80c00956 [2021-03-10T21:21:22.581Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T21:21:22.581Z] ---> ea31c72c30f3 [2021-03-10T21:21:22.581Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T21:21:22.581Z] ---> Running in 50ebbac07584 [2021-03-10T21:21:22.581Z] ---> c35bb1cbbd10 [2021-03-10T21:21:22.581Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T21:21:22.581Z] ---> Running in 69619c13ddcc [2021-03-10T21:21:22.581Z] ---> Running in 0095f200023d [2021-03-10T21:21:22.581Z] ---> Running in c694cacb3e4f [2021-03-10T21:21:22.581Z] ---> dcdd775ef241 [2021-03-10T21:21:22.581Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T21:21:22.581Z] ---> Running in afb9d3f98e9c [2021-03-10T21:21:22.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T21:21:22.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T21:21:22.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T21:21:22.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T21:21:22.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T21:21:22.931Z] Pulling config-common [2021-03-10T21:21:22.931Z] + snapcraftctl pull [2021-03-10T21:21:24.323Z] Pulling go-build-helper [2021-03-10T21:21:24.323Z] + snapcraftctl pull [2021-03-10T21:21:56.492Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T21:21:56.493Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T21:21:56.493Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T21:21:56.493Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T21:21:56.493Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T21:21:56.493Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T21:21:56.493Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T21:21:56.493Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T21:21:56.493Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T21:21:56.493Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T21:21:56.493Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T21:21:56.493Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T21:21:56.493Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T21:21:56.493Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T21:21:56.493Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T21:21:56.493Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T21:21:56.493Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T21:21:56.493Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T21:21:56.493Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T21:21:56.493Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T21:21:56.493Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T21:21:56.493Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T21:21:56.493Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T21:21:56.493Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T21:21:56.493Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T21:21:56.493Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T21:21:56.493Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T21:21:56.493Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-10T21:21:56.493Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-10T21:21:56.493Z] Fetched 279 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-10T21:21:56.493Z] Fetched 122 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-10T21:21:56.493Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-10T21:21:56.493Z] Fetched 8848 B in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-10T21:21:56.493Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-10T21:21:56.493Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-10T21:21:56.493Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-10T21:21:56.493Z] Fetched 214 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-10T21:21:56.493Z] Fetched 154 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-10T21:21:56.493Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-10T21:21:56.493Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-10T21:21:56.493Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-10T21:21:56.493Z] Fetched 499 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-10T21:21:56.493Z] Fetched 111 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-10T21:21:56.493Z] Fetched 240 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-10T21:21:56.493Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-10T21:21:56.493Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-10T21:21:56.493Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-10T21:21:56.493Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-10T21:21:56.493Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-10T21:21:56.493Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-10T21:21:56.493Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-10T21:21:56.493Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-10T21:21:56.493Z] Fetched 8720 B in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-10T21:21:56.493Z] Fetched 137 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-10T21:21:56.493Z] Fetched 119 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-10T21:21:56.493Z] Fetched 109 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-10T21:21:56.493Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-10T21:21:56.493Z] Fetched 645 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-10T21:21:56.493Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-10T21:21:56.493Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-10T21:21:56.493Z] Fetched 368 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-10T21:21:56.493Z] Fetched 187 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-10T21:21:56.493Z] Fetched 175 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-10T21:21:56.493Z] Fetched 206 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-10T21:21:56.493Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-10T21:21:56.493Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-10T21:21:56.493Z] Fetched 159 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-10T21:21:56.493Z] Fetched 107 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-10T21:21:56.493Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-10T21:21:56.493Z] Pulling static-packages [2021-03-10T21:21:56.493Z] + snapcraftctl pull [2021-03-10T21:21:58.432Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-10T21:21:58.432Z] Skipping pull go-build-helper (already ran) [2021-03-10T21:21:58.432Z] Skipping pull static-packages (already ran) [2021-03-10T21:21:58.432Z] Building go-build-helper [2021-03-10T21:21:58.432Z] + snapcraftctl build [2021-03-10T21:22:05.059Z] Building static-packages [2021-03-10T21:22:05.059Z] + snapcraftctl build [2021-03-10T21:22:07.629Z] Staging go-build-helper [2021-03-10T21:22:07.629Z] + snapcraftctl stage [2021-03-10T21:22:09.022Z] Staging static-packages [2021-03-10T21:22:09.022Z] + snapcraftctl stage [2021-03-10T21:22:10.450Z] Pulling go115 [2021-03-10T21:22:10.450Z] + snapcraftctl pull [2021-03-10T21:22:11.860Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-10T21:22:11.860Z] Skipping pull go115 (already ran) [2021-03-10T21:22:11.860Z] Building go115 [2021-03-10T21:22:11.860Z] + dpkg --print-architecture [2021-03-10T21:22:11.860Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-10T21:22:11.860Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-10T21:22:11.860Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-10T21:22:11.860Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T21:22:11.860Z] Dload Upload Total Spent Left Speed [2021-03-10T21:22:14.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 23.8M 0 0:00:04 --:--:-- 0:00:04 23.8M 45 115M 45 52.6M 0 0 31.4M 0 0:00:03 0:00:01 0:00:02 31.4M 79 115M 79 92.2M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 36.5M 0 0:00:03 0:00:03 --:--:-- 36.5M [2021-03-10T21:22:14.756Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-10T21:22:14.756Z] + sha256sum -c sha256 [2021-03-10T21:22:14.756Z] + grep OK [2021-03-10T21:22:15.707Z] + mkdir -p /root/stage/go1.15 [2021-03-10T21:22:15.707Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-10T21:22:15.707Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-10T21:22:22.331Z] Staging go115 [2021-03-10T21:22:22.331Z] + snapcraftctl stage [2021-03-10T21:22:30.669Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T21:22:30.669Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T21:22:30.669Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T21:22:30.669Z] Fetched 0 B in 0s (0 B/s) [2021-03-10T21:22:30.669Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-10T21:22:30.669Z] Fetched 224 kB in 0s (0 B/s) [2021-03-10T21:22:30.669Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-10T21:22:30.669Z] Fetched 157 kB in 0s (0 B/s) [2021-03-10T21:22:30.669Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-10T21:22:30.669Z] Fetched 221 kB in 0s (0 B/s) [2021-03-10T21:22:30.669Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-10T21:22:30.669Z] Fetched 143 kB in 0s (0 B/s) [2021-03-10T21:22:30.669Z] Pulling edgex-go [2021-03-10T21:22:30.669Z] + snapcraftctl pull [2021-03-10T21:22:33.319Z] Pulling version [2021-03-10T21:22:33.319Z] + cd /root/project [2021-03-10T21:22:33.319Z] + [ -f VERSION ] [2021-03-10T21:22:33.319Z] + PROJECT_VERSION=local-dev [2021-03-10T21:22:33.319Z] + git rev-parse --short HEAD [2021-03-10T21:22:33.319Z] + GIT_REVISION=4160fe10 [2021-03-10T21:22:33.319Z] + snapcraftctl set-version local-dev [2021-03-10T21:22:34.307Z] Building config-common [2021-03-10T21:22:34.307Z] + snapcraftctl build [2021-03-10T21:22:37.643Z] Skipping build go-build-helper (already ran) [2021-03-10T21:22:37.643Z] Skipping build static-packages (already ran) [2021-03-10T21:22:37.643Z] Skipping build go115 (already ran) [2021-03-10T21:22:37.643Z] Building edgex-go [2021-03-10T21:22:39.077Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-10T21:22:39.077Z] + cd /root/parts/edgex-go/src [2021-03-10T21:22:39.077Z] + make build [2021-03-10T21:22:39.077Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T21:22:41.666Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-10T21:22:41.666Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-10T21:22:41.666Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-10T21:22:41.666Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-10T21:22:41.666Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-10T21:22:41.666Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-10T21:22:41.666Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-10T21:22:41.666Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-10T21:22:41.666Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-10T21:22:41.666Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-10T21:22:41.666Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-10T21:22:41.666Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-10T21:22:41.666Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T21:22:41.666Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-10T21:22:41.666Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T21:22:41.666Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-10T21:22:41.666Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-10T21:22:41.666Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-10T21:22:41.666Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-10T21:22:41.666Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-10T21:22:41.666Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T21:22:41.666Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-10T21:22:41.666Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-10T21:22:41.666Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-10T21:22:41.666Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T21:22:41.666Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-10T21:22:41.666Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-10T21:22:41.936Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-10T21:22:41.936Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T21:22:41.936Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-10T21:22:42.199Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-10T21:22:42.199Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-10T21:22:44.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T21:22:52.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T21:22:52.243Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-10T21:23:00.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T21:23:00.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T21:23:02.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T21:23:03.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T21:23:03.244Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-10T21:23:03.510Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T21:23:03.510Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T21:23:03.510Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-10T21:23:06.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T21:23:06.121Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-10T21:23:06.121Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-10T21:23:06.618Z] Removing intermediate container afb9d3f98e9c [2021-03-10T21:23:06.619Z] ---> 00ba1bd866e2 [2021-03-10T21:23:06.619Z] [2021-03-10T21:23:06.619Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T21:23:06.619Z] 3.12: Pulling from library/alpine [2021-03-10T21:23:06.619Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T21:23:06.619Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T21:23:06.619Z] ---> d10569e2745f [2021-03-10T21:23:06.619Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T21:23:07.228Z] ---> Running in 95a5933a9b1c [2021-03-10T21:23:08.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T21:23:09.231Z] Removing intermediate container 69619c13ddcc [2021-03-10T21:23:09.231Z] ---> b83ab3f1eaf5 [2021-03-10T21:23:09.231Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T21:23:09.231Z] Removing intermediate container c694cacb3e4f [2021-03-10T21:23:09.231Z] ---> 90986363919f [2021-03-10T21:23:09.231Z] [2021-03-10T21:23:09.231Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T21:23:09.231Z] ---> d10569e2745f [2021-03-10T21:23:09.231Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T21:23:09.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T21:23:09.479Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-10T21:23:09.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:09.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:10.401Z] ---> Running in e9513d735d4a [2021-03-10T21:23:10.401Z] ---> Running in 4308cbe3dd54 [2021-03-10T21:23:10.401Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T21:23:10.685Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T21:23:10.685Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T21:23:10.685Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T21:23:10.685Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T21:23:10.685Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:23:10.685Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T21:23:10.971Z] OK: 7 MiB in 19 packages [2021-03-10T21:23:11.248Z] Removing intermediate container e9513d735d4a [2021-03-10T21:23:11.248Z] ---> 40bca9469a5a [2021-03-10T21:23:11.248Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T21:23:11.525Z] ---> Running in 2f33beea0483 [2021-03-10T21:23:12.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T21:23:12.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T21:23:13.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T21:23:13.005Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-10T21:23:14.130Z] Removing intermediate container 95a5933a9b1c [2021-03-10T21:23:14.130Z] ---> 76273f3637da [2021-03-10T21:23:14.130Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T21:23:14.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:14.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T21:23:14.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:14.410Z] ---> Running in 904ac0e5dd9a [2021-03-10T21:23:14.665Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-10T21:23:15.026Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T21:23:15.026Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T21:23:15.026Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:23:15.026Z] OK: 5 MiB in 16 packages [2021-03-10T21:23:16.026Z] Removing intermediate container 904ac0e5dd9a [2021-03-10T21:23:16.026Z] ---> 9971f6f87124 [2021-03-10T21:23:16.026Z] Step 13/24 : WORKDIR / [2021-03-10T21:23:16.639Z] ---> Running in dd3cf5c5d3b7 [2021-03-10T21:23:17.231Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-10T21:23:17.231Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-10T21:23:17.231Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-10T21:23:17.231Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-10T21:23:17.231Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-10T21:23:17.231Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-10T21:23:17.231Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-10T21:23:17.496Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-10T21:23:17.496Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-10T21:23:17.496Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-10T21:23:17.496Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-10T21:23:17.496Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-10T21:23:17.496Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-10T21:23:17.496Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-10T21:23:17.657Z] Removing intermediate container dd3cf5c5d3b7 [2021-03-10T21:23:17.657Z] ---> 4f69a1a00bd8 [2021-03-10T21:23:17.657Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-10T21:23:19.162Z] Removing intermediate container 2f33beea0483 [2021-03-10T21:23:19.162Z] ---> e7b6d5b8a561 [2021-03-10T21:23:19.162Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T21:23:20.065Z] Building version [2021-03-10T21:23:20.065Z] + snapcraftctl build [2021-03-10T21:23:20.596Z] ---> 2b10e8ec016b [2021-03-10T21:23:20.596Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-10T21:23:21.196Z] Removing intermediate container 4308cbe3dd54 [2021-03-10T21:23:21.196Z] ---> bb39cd6c8153 [2021-03-10T21:23:21.196Z] [2021-03-10T21:23:21.196Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T21:23:21.196Z] 20.10.0: Pulling from library/docker [2021-03-10T21:23:21.478Z] ---> Running in 6ff66fa11ab3 [2021-03-10T21:23:21.761Z] ---> e9575e657e9b [2021-03-10T21:23:21.761Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T21:23:22.035Z] Removing intermediate container 0095f200023d [2021-03-10T21:23:22.035Z] ---> a031cb9b0828 [2021-03-10T21:23:22.035Z] [2021-03-10T21:23:22.035Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T21:23:22.035Z] ---> d10569e2745f [2021-03-10T21:23:22.035Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T21:23:23.386Z] Staging config-common [2021-03-10T21:23:23.386Z] + snapcraftctl stage [2021-03-10T21:23:24.655Z] ---> Running in 519a2709d46c [2021-03-10T21:23:24.655Z] Removing intermediate container 6ff66fa11ab3 [2021-03-10T21:23:24.655Z] ---> 604739582dec [2021-03-10T21:23:24.655Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T21:23:25.314Z] Skipping stage go-build-helper (already ran) [2021-03-10T21:23:25.314Z] Skipping stage static-packages (already ran) [2021-03-10T21:23:25.314Z] Skipping stage go115 (already ran) [2021-03-10T21:23:25.314Z] Staging edgex-go [2021-03-10T21:23:25.314Z] + snapcraftctl stage [2021-03-10T21:23:26.264Z] Staging version [2021-03-10T21:23:26.264Z] + snapcraftctl stage [2021-03-10T21:23:27.264Z] ---> 589fe430421b [2021-03-10T21:23:27.264Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T21:23:27.264Z] ---> Running in 0236b915af70 [2021-03-10T21:23:27.866Z] Removing intermediate container 50ebbac07584 [2021-03-10T21:23:27.866Z] ---> cdc428015225 [2021-03-10T21:23:27.866Z] [2021-03-10T21:23:27.866Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T21:23:27.866Z] ---> d10569e2745f [2021-03-10T21:23:27.866Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T21:23:28.203Z] Priming config-common [2021-03-10T21:23:28.203Z] + snapcraftctl prime [2021-03-10T21:23:28.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:28.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:29.565Z] ---> Running in 23a24e072869 [2021-03-10T21:23:29.600Z] Priming go-build-helper [2021-03-10T21:23:29.600Z] + snapcraftctl prime [2021-03-10T21:23:29.855Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T21:23:29.855Z] Removing intermediate container 0236b915af70 [2021-03-10T21:23:29.855Z] ---> b0371f2b4cb4 [2021-03-10T21:23:29.855Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T21:23:29.855Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T21:23:29.855Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:23:29.855Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T21:23:29.855Z] ---> 898610f23b15 [2021-03-10T21:23:29.855Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T21:23:30.138Z] OK: 6 MiB in 16 packages [2021-03-10T21:23:30.780Z] ---> Running in f69a2a3e7d6a [2021-03-10T21:23:31.002Z] Priming static-packages [2021-03-10T21:23:31.002Z] + snapcraftctl prime [2021-03-10T21:23:32.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:32.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:33.143Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T21:23:33.143Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:23:33.143Z] OK: 5 MiB in 15 packages [2021-03-10T21:23:33.415Z] ---> c5684840ca7c [2021-03-10T21:23:33.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T21:23:34.009Z] Removing intermediate container 519a2709d46c [2021-03-10T21:23:34.009Z] ---> 898ba929579f [2021-03-10T21:23:34.009Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:23:35.238Z] Priming go115 [2021-03-10T21:23:35.238Z] + snapcraftctl prime [2021-03-10T21:23:35.444Z] ---> Running in 278b21ff8e3f [2021-03-10T21:23:35.444Z] ---> a5a1aa4bfcd3 [2021-03-10T21:23:35.444Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-10T21:23:35.720Z] Removing intermediate container 23a24e072869 [2021-03-10T21:23:35.720Z] ---> 751c24bf2fce [2021-03-10T21:23:35.720Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:23:35.817Z] Priming edgex-go [2021-03-10T21:23:35.817Z] + snapcraftctl prime [2021-03-10T21:23:35.989Z] ---> Running in 02fbbb491e24 [2021-03-10T21:23:36.262Z] ---> Running in e53a0c99e3c1 [2021-03-10T21:23:36.262Z] Removing intermediate container 278b21ff8e3f [2021-03-10T21:23:36.262Z] ---> 88a84f0d5a77 [2021-03-10T21:23:36.262Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T21:23:36.538Z] Removing intermediate container f69a2a3e7d6a [2021-03-10T21:23:36.538Z] ---> 2226b4f144bc [2021-03-10T21:23:36.538Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T21:23:36.813Z] ---> Running in 7354e343e778 [2021-03-10T21:23:37.087Z] ---> Running in 6dc813cfee95 [2021-03-10T21:23:37.088Z] Removing intermediate container e53a0c99e3c1 [2021-03-10T21:23:37.088Z] ---> 12fd2a5e7b09 [2021-03-10T21:23:37.088Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T21:23:37.363Z] Removing intermediate container 7354e343e778 [2021-03-10T21:23:37.363Z] ---> 47c191159eba [2021-03-10T21:23:37.363Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T21:23:37.639Z] ---> Running in dbe64684d610 [2021-03-10T21:23:37.639Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T21:23:37.639Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T21:23:37.639Z] ---> eeaf43b92773 [2021-03-10T21:23:37.639Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T21:23:37.639Z] ---> Running in 9af99f8157f6 [2021-03-10T21:23:37.750Z] Priming version [2021-03-10T21:23:37.750Z] + snapcraftctl prime [2021-03-10T21:23:37.912Z] Removing intermediate container 6dc813cfee95 [2021-03-10T21:23:37.912Z] ---> 4ea745b16020 [2021-03-10T21:23:37.912Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T21:23:38.540Z] ---> Running in f37f56891050 [2021-03-10T21:23:38.817Z] Removing intermediate container dbe64684d610 [2021-03-10T21:23:38.817Z] ---> 5b70a1d2648a [2021-03-10T21:23:38.817Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T21:23:39.100Z] Removing intermediate container 9af99f8157f6 [2021-03-10T21:23:39.100Z] ---> 6753a557d7b7 [2021-03-10T21:23:39.100Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:23:39.146Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-10T21:23:39.383Z] ---> Running in b3a271554739 [2021-03-10T21:23:39.383Z] ---> 309062402234 [2021-03-10T21:23:39.383Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T21:23:39.977Z] ---> Running in 4de560cf96a4 [2021-03-10T21:23:40.250Z] Removing intermediate container 02fbbb491e24 [2021-03-10T21:23:40.250Z] ---> 49f9337fcbe4 [2021-03-10T21:23:40.250Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T21:23:40.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:40.250Z] ---> 33396dfd3997 [2021-03-10T21:23:40.250Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T21:23:40.250Z] Removing intermediate container b3a271554739 [2021-03-10T21:23:40.250Z] ---> 36481a50c1a7 [2021-03-10T21:23:40.250Z] Step 15/23 : WORKDIR / [2021-03-10T21:23:40.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:40.524Z] ---> Running in 116ee0a8671d [2021-03-10T21:23:40.797Z] ---> Running in 057a90fa6fad [2021-03-10T21:23:41.075Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T21:23:41.075Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T21:23:41.075Z] Executing bash-5.0.17-r0.post-install [2021-03-10T21:23:41.075Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:23:41.075Z] OK: 12 MiB in 22 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T21:23:41.682Z] Removing intermediate container 116ee0a8671d [2021-03-10T21:23:41.682Z] ---> 80619099f6e3 [2021-03-10T21:23:41.682Z] Step 22/24 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T21:23:41.955Z] Removing intermediate container 057a90fa6fad [2021-03-10T21:23:41.955Z] ---> bf10f4598ffe [2021-03-10T21:23:41.955Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:23:42.228Z] ---> 86b29d85bb6d [2021-03-10T21:23:42.228Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T21:23:42.228Z] ---> Running in 06cf2aa4a448 [2021-03-10T21:23:43.238Z] Removing intermediate container 06cf2aa4a448 [2021-03-10T21:23:43.238Z] ---> ec1148621267 [2021-03-10T21:23:43.238Z] Step 23/24 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:23:43.514Z] ---> 14bf8c48a958 [2021-03-10T21:23:43.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T21:23:43.793Z] ---> Running in d25a29b76775 [2021-03-10T21:23:43.793Z] ---> 4144c08726cc [2021-03-10T21:23:43.793Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T21:23:44.072Z] Removing intermediate container f37f56891050 [2021-03-10T21:23:44.072Z] ---> ebfb5927bfd6 [2021-03-10T21:23:44.072Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T21:23:44.664Z] ---> Running in 3a1f17932220 [2021-03-10T21:23:44.939Z] ---> Running in e54130e13912 [2021-03-10T21:23:44.939Z] Removing intermediate container 4de560cf96a4 [2021-03-10T21:23:44.939Z] ---> 6f769aa12407 [2021-03-10T21:23:44.939Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:23:45.213Z] Removing intermediate container d25a29b76775 [2021-03-10T21:23:45.213Z] ---> e100776d0eb2 [2021-03-10T21:23:45.213Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T21:23:45.486Z] ---> 117c1686ed5f [2021-03-10T21:23:45.486Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T21:23:45.760Z] ---> Running in be8d3f8bb461 [2021-03-10T21:23:45.760Z] Removing intermediate container 3a1f17932220 [2021-03-10T21:23:45.760Z] ---> 10491538d3d3 [2021-03-10T21:23:45.760Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:23:46.034Z] Removing intermediate container e54130e13912 [2021-03-10T21:23:46.034Z] ---> e9b90d425551 [2021-03-10T21:23:46.034Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T21:23:46.312Z] ---> a0148be6513b [2021-03-10T21:23:46.312Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T21:23:46.588Z] ---> Running in f32ec6104a2e [2021-03-10T21:23:46.588Z] ---> Running in f6133b416fea [2021-03-10T21:23:46.881Z] ---> aac493d6bb3c [2021-03-10T21:23:46.881Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T21:23:46.881Z] Removing intermediate container be8d3f8bb461 [2021-03-10T21:23:46.881Z] ---> ca3779717dc3 [2021-03-10T21:23:46.881Z] [2021-03-10T21:23:47.476Z] Successfully built ca3779717dc3 [2021-03-10T21:23:47.755Z] ---> Running in 36076e643d85 [2021-03-10T21:23:47.755Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T21:23:47.755Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-10T21:23:47.755Z] Removing intermediate container f6133b416fea [2021-03-10T21:23:47.755Z] ---> b12a1198ff22 [2021-03-10T21:23:47.755Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T21:23:48.046Z] Removing intermediate container f32ec6104a2e [2021-03-10T21:23:48.046Z] ---> 06ba81fc5c2b [2021-03-10T21:23:48.046Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T21:23:48.320Z] ---> ebdf544cc362 [2021-03-10T21:23:48.321Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T21:23:48.922Z] ---> Running in f920d5d26ed3 [2021-03-10T21:23:48.922Z] ---> Running in dff9f28051ef [2021-03-10T21:23:48.922Z] Removing intermediate container 36076e643d85 [2021-03-10T21:23:48.922Z] ---> 76c442e54acc [2021-03-10T21:23:48.922Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:23:49.520Z] ---> Running in 28d7c2231ce1 [2021-03-10T21:23:50.116Z] ---> 7756401594fc [2021-03-10T21:23:50.116Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T21:23:50.412Z] Removing intermediate container dff9f28051ef [2021-03-10T21:23:50.412Z] ---> 263257427a2f [2021-03-10T21:23:50.412Z] Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:23:50.412Z] Removing intermediate container f920d5d26ed3 [2021-03-10T21:23:50.412Z] ---> 108b3b6fe44a [2021-03-10T21:23:50.412Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T21:23:50.682Z] Removing intermediate container 28d7c2231ce1 [2021-03-10T21:23:50.682Z] ---> 7b05f772c978 [2021-03-10T21:23:50.682Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T21:23:50.969Z] ---> Running in d58768942955 [2021-03-10T21:23:51.580Z] ---> Running in 96e27e261616 [2021-03-10T21:23:51.853Z] ---> a26f8e8cd1b3 [2021-03-10T21:23:51.853Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T21:23:52.136Z] Removing intermediate container d58768942955 [2021-03-10T21:23:52.136Z] ---> 16d786168538 [2021-03-10T21:23:52.136Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T21:23:52.136Z] ---> 35944ff788b2 [2021-03-10T21:23:52.136Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T21:23:52.728Z] ---> Running in 8bd571f3dc24 [2021-03-10T21:23:52.728Z] Removing intermediate container 96e27e261616 [2021-03-10T21:23:52.728Z] ---> 03aa98cf9b76 [2021-03-10T21:23:52.728Z] Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:23:53.322Z] ---> 8a2a066a1827 [2021-03-10T21:23:53.322Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T21:23:53.595Z] ---> Running in ea0b2a798520 [2021-03-10T21:23:53.876Z] Removing intermediate container 8bd571f3dc24 [2021-03-10T21:23:53.876Z] ---> 63bb40bd422c [2021-03-10T21:23:53.876Z] [2021-03-10T21:23:53.876Z] ---> f2a08e06d32a [2021-03-10T21:23:53.876Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T21:23:54.150Z] ---> Running in 55ee8a847538 [2021-03-10T21:23:54.426Z] Removing intermediate container ea0b2a798520 [2021-03-10T21:23:54.426Z] ---> 196a06dba739 [2021-03-10T21:23:54.426Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T21:23:54.426Z] Successfully built 63bb40bd422c [2021-03-10T21:23:54.426Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T21:23:54.426Z] Building docker-core-data-go [2021-03-10T21:23:54.702Z]  Building docker-support-notifications-go ... done  ---> Running in 73dcc37074f4 [2021-03-10T21:23:54.973Z] ---> b9bf80a2922d [2021-03-10T21:23:54.973Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T21:23:54.973Z] Removing intermediate container 55ee8a847538 [2021-03-10T21:23:54.973Z] ---> a84a3e8a4be4 [2021-03-10T21:23:54.973Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T21:23:55.270Z] ---> Running in d5f3ed32a056 [2021-03-10T21:23:55.270Z] Removing intermediate container 73dcc37074f4 [2021-03-10T21:23:55.270Z] ---> 9abb476bf02c [2021-03-10T21:23:55.270Z] [2021-03-10T21:23:55.871Z] Successfully built 9abb476bf02c [2021-03-10T21:23:55.871Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T21:23:55.871Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-10T21:23:56.145Z] ---> 742f81ab4640 [2021-03-10T21:23:56.145Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T21:23:56.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:56.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:23:56.703Z] ---> Running in 7963e0c481f5 [2021-03-10T21:23:57.302Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T21:23:57.302Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T21:23:57.302Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T21:23:57.302Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T21:23:57.302Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T21:23:57.302Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T21:23:57.302Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T21:23:59.309Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T21:23:59.309Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T21:23:59.581Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T21:23:59.581Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T21:23:59.581Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T21:23:59.581Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T21:23:59.581Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T21:23:59.581Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T21:23:59.581Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T21:23:59.581Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T21:23:59.857Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T21:23:59.857Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T21:23:59.857Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T21:23:59.857Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T21:23:59.857Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T21:23:59.857Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T21:23:59.857Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T21:23:59.857Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T21:23:59.857Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T21:23:59.857Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T21:23:59.857Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T21:23:59.857Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T21:23:59.857Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T21:24:00.135Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T21:24:00.135Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T21:24:00.135Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T21:24:00.135Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:24:00.135Z] OK: 71 MiB in 55 packages [2021-03-10T21:24:02.124Z] Removing intermediate container 7963e0c481f5 [2021-03-10T21:24:02.124Z] ---> a2af2b804544 [2021-03-10T21:24:02.124Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T21:24:03.560Z] ---> Running in 8e600dcbfaa5 [2021-03-10T21:24:04.543Z] Removing intermediate container 8e600dcbfaa5 [2021-03-10T21:24:04.543Z] ---> fca22317bdc1 [2021-03-10T21:24:04.543Z] Step 28/31 : CMD ["gate"] [2021-03-10T21:24:05.540Z] ---> Running in 0b7710975162 [2021-03-10T21:24:06.533Z] Removing intermediate container 0b7710975162 [2021-03-10T21:24:06.533Z] ---> 5f008de11532 [2021-03-10T21:24:06.533Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T21:24:07.514Z] ---> Running in 8887ab2b0b60 [2021-03-10T21:24:08.952Z] Removing intermediate container 8887ab2b0b60 [2021-03-10T21:24:08.952Z] ---> 90e2b27170e5 [2021-03-10T21:24:08.952Z] Step 30/31 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:24:09.555Z] Removing intermediate container d5f3ed32a056 [2021-03-10T21:24:09.555Z] ---> ecca387f31a8 [2021-03-10T21:24:09.555Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T21:24:09.832Z] ---> Running in 13430520e527 [2021-03-10T21:24:10.428Z] ---> Running in 6568b0ac9230 [2021-03-10T21:24:10.701Z] Removing intermediate container 13430520e527 [2021-03-10T21:24:10.701Z] ---> 630bfcff3ab6 [2021-03-10T21:24:10.701Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T21:24:11.304Z] ---> Running in 717c304dc6ea [2021-03-10T21:24:12.291Z] Removing intermediate container 717c304dc6ea [2021-03-10T21:24:12.291Z] ---> 8a024f60db44 [2021-03-10T21:24:12.291Z] [2021-03-10T21:24:12.564Z] Successfully built 8a024f60db44 [2021-03-10T21:24:12.564Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T21:24:12.564Z] Building docker-support-scheduler-go [2021-03-10T21:24:15.938Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-03-10T21:24:15.938Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T21:24:16.542Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T21:24:16.542Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T21:24:19.178Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T21:24:19.178Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T21:24:20.167Z] Collecting PyYAML<4,>=3.10 [2021-03-10T21:24:20.443Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T21:24:23.063Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:24:23.063Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:24:23.063Z] ---> e7fc401037dc [2021-03-10T21:24:23.063Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T21:24:23.063Z] ---> Using cache [2021-03-10T21:24:23.063Z] ---> 9746863e95cf [2021-03-10T21:24:23.063Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:24:23.063Z] ---> Using cache [2021-03-10T21:24:23.063Z] ---> 05ce0bbb9da6 [2021-03-10T21:24:23.063Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T21:24:26.143Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T21:24:26.143Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T21:24:26.143Z] ---> Running in ef9df17dda38 [2021-03-10T21:24:26.143Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T21:24:26.143Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T21:24:27.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:24:28.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:24:29.249Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T21:24:29.249Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T21:24:29.249Z] OK: 217 MiB in 51 packages [2021-03-10T21:24:32.665Z] Removing intermediate container ef9df17dda38 [2021-03-10T21:24:32.665Z] ---> 37e88ac72341 [2021-03-10T21:24:32.665Z] Step 6/23 : COPY go.mod . [2021-03-10T21:24:32.665Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T21:24:32.665Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T21:24:32.665Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-10T21:24:32.942Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T21:24:33.221Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T21:24:33.221Z] ---> 3cfaf90f62d3 [2021-03-10T21:24:33.221Z] Step 7/23 : RUN go mod download [2021-03-10T21:24:33.831Z] ---> Running in 34b6eb30f8a1 [2021-03-10T21:24:34.105Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T21:24:34.106Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T21:24:34.709Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T21:24:34.709Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T21:24:34.709Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-10T21:24:34.989Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-10T21:24:35.589Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T21:24:35.589Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T21:24:36.197Z] Collecting idna<2.8,>=2.5 [2021-03-10T21:24:36.197Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T21:24:36.197Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T21:24:36.197Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T21:24:36.197Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T21:24:36.197Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T21:24:37.684Z] Installing collected packages: docopt, cached-property, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose [2021-03-10T21:24:37.684Z] Running setup.py install for docopt: started [2021-03-10T21:24:37.961Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:24:37.961Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:24:37.961Z] ---> e7fc401037dc [2021-03-10T21:24:37.961Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T21:24:37.961Z] ---> Using cache [2021-03-10T21:24:37.961Z] ---> 9746863e95cf [2021-03-10T21:24:37.961Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:24:37.961Z] ---> Using cache [2021-03-10T21:24:37.961Z] ---> 05ce0bbb9da6 [2021-03-10T21:24:37.961Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T21:24:38.240Z] ---> Running in 4338c0125c5a [2021-03-10T21:24:38.240Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:24:38.240Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:24:38.240Z] ---> e7fc401037dc [2021-03-10T21:24:38.240Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T21:24:38.240Z] ---> Using cache [2021-03-10T21:24:38.241Z] ---> 9746863e95cf [2021-03-10T21:24:38.241Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:24:38.241Z] ---> Using cache [2021-03-10T21:24:38.241Z] ---> 05ce0bbb9da6 [2021-03-10T21:24:38.241Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T21:24:38.241Z] ---> Using cache [2021-03-10T21:24:38.241Z] ---> 37e88ac72341 [2021-03-10T21:24:38.241Z] Step 6/21 : COPY go.mod . [2021-03-10T21:24:38.241Z] ---> Using cache [2021-03-10T21:24:38.241Z] ---> 3cfaf90f62d3 [2021-03-10T21:24:38.241Z] Step 7/21 : RUN go mod download [2021-03-10T21:24:38.521Z] ---> Running in 842caa36df8f [2021-03-10T21:24:38.521Z] Removing intermediate container 34b6eb30f8a1 [2021-03-10T21:24:38.521Z] ---> 4fc82aa85561 [2021-03-10T21:24:38.521Z] Step 8/23 : COPY . . [2021-03-10T21:24:39.971Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T21:24:39.971Z] Running setup.py install for PyYAML: started [2021-03-10T21:24:40.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:24:41.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:24:42.211Z] OK: 217 MiB in 51 packages [2021-03-10T21:24:43.207Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T21:24:43.207Z] Attempting uninstall: urllib3 [2021-03-10T21:24:43.207Z] Found existing installation: urllib3 1.25.9 [2021-03-10T21:24:43.207Z] Uninstalling urllib3-1.25.9: [2021-03-10T21:24:43.207Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T21:24:44.204Z] Attempting uninstall: idna [2021-03-10T21:24:44.204Z] Found existing installation: idna 2.9 [2021-03-10T21:24:44.482Z] Uninstalling idna-2.9: [2021-03-10T21:24:44.760Z] Successfully uninstalled idna-2.9 [2021-03-10T21:24:45.040Z] Removing intermediate container 842caa36df8f [2021-03-10T21:24:45.040Z] ---> 03979d261e10 [2021-03-10T21:24:45.040Z] Step 8/21 : COPY . . [2021-03-10T21:24:45.324Z] Attempting uninstall: requests [2021-03-10T21:24:45.324Z] Found existing installation: requests 2.23.0 [2021-03-10T21:24:45.324Z] Removing intermediate container 4338c0125c5a [2021-03-10T21:24:45.324Z] ---> 14d83b3c5326 [2021-03-10T21:24:45.324Z] Step 6/23 : COPY go.mod . [2021-03-10T21:24:45.324Z] Uninstalling requests-2.23.0: [2021-03-10T21:24:45.616Z] Successfully uninstalled requests-2.23.0 [2021-03-10T21:24:47.646Z] ---> 28c7b150019c [2021-03-10T21:24:47.646Z] Step 7/23 : RUN go mod download [2021-03-10T21:24:47.646Z] Running setup.py install for dockerpty: started [2021-03-10T21:24:48.644Z] ---> Running in 12bf12db8e81 [2021-03-10T21:24:49.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T21:24:49.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T21:24:49.253Z] ---> e7fc401037dc [2021-03-10T21:24:49.253Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T21:24:49.253Z] ---> Using cache [2021-03-10T21:24:49.253Z] ---> 9746863e95cf [2021-03-10T21:24:49.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:24:49.253Z] ---> Using cache [2021-03-10T21:24:49.253Z] ---> 05ce0bbb9da6 [2021-03-10T21:24:49.253Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T21:24:49.253Z] ---> Using cache [2021-03-10T21:24:49.253Z] ---> 37e88ac72341 [2021-03-10T21:24:49.253Z] Step 6/22 : COPY go.mod . [2021-03-10T21:24:49.253Z] ---> Using cache [2021-03-10T21:24:49.253Z] ---> 3cfaf90f62d3 [2021-03-10T21:24:49.253Z] Step 7/22 : RUN go mod download [2021-03-10T21:24:49.253Z] ---> Using cache [2021-03-10T21:24:49.253Z] ---> 03979d261e10 [2021-03-10T21:24:49.253Z] Step 8/22 : COPY . . [2021-03-10T21:24:49.860Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T21:24:49.860Z] Running setup.py install for texttable: started [2021-03-10T21:24:52.509Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T21:24:55.933Z] Removing intermediate container 12bf12db8e81 [2021-03-10T21:24:55.933Z] ---> 76c9166a705f [2021-03-10T21:24:55.933Z] Step 8/23 : COPY . . [2021-03-10T21:24:55.933Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-10T21:25:02.719Z] ---> d6921e7caddb [2021-03-10T21:25:02.719Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T21:25:04.172Z] ---> Running in b8dcfc98515c [2021-03-10T21:25:04.452Z] Removing intermediate container 6568b0ac9230 [2021-03-10T21:25:04.452Z] ---> 157fa2d87cdd [2021-03-10T21:25:04.452Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T21:25:05.440Z] ---> Running in b36b388b0f5b [2021-03-10T21:25:05.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T21:25:07.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:25:07.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:25:07.455Z] ---> 19b29c24382e [2021-03-10T21:25:07.455Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T21:25:08.061Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T21:25:08.061Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T21:25:08.061Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T21:25:08.061Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:25:08.061Z] OK: 71 MiB in 58 packages [2021-03-10T21:25:08.348Z] ---> Running in ebab9a24f2f4 [2021-03-10T21:25:11.018Z] Removing intermediate container b36b388b0f5b [2021-03-10T21:25:11.018Z] ---> 514d34666830 [2021-03-10T21:25:11.018Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T21:25:11.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T21:25:11.591Z] ---> Running in 2f48af3b5272 [2021-03-10T21:25:13.046Z] Removing intermediate container 2f48af3b5272 [2021-03-10T21:25:13.046Z] ---> 11f38f834a39 [2021-03-10T21:25:13.046Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:25:13.327Z] ---> Running in 8427ede12b06 [2021-03-10T21:25:14.324Z] Removing intermediate container 8427ede12b06 [2021-03-10T21:25:14.324Z] ---> 04df1b60f122 [2021-03-10T21:25:14.324Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T21:25:14.931Z] ---> Running in 96266f6156c7 [2021-03-10T21:25:14.931Z] ---> e944a222a135 [2021-03-10T21:25:14.931Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T21:25:15.539Z] ---> Running in 27ec9415b4df [2021-03-10T21:25:15.816Z] Removing intermediate container 96266f6156c7 [2021-03-10T21:25:15.816Z] ---> fe21a0d67015 [2021-03-10T21:25:15.816Z] Step 25/26 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:25:16.095Z] ---> Running in 3ea507a1f4b3 [2021-03-10T21:25:18.093Z] Removing intermediate container 3ea507a1f4b3 [2021-03-10T21:25:18.093Z] ---> f0b332ff64e4 [2021-03-10T21:25:18.093Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T21:25:18.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T21:25:18.372Z] ---> Running in 1795d51c53c6 [2021-03-10T21:25:19.362Z] Removing intermediate container 1795d51c53c6 [2021-03-10T21:25:19.362Z] ---> 7681c1f38060 [2021-03-10T21:25:19.362Z] [2021-03-10T21:25:20.356Z] Successfully built 7681c1f38060 [2021-03-10T21:25:20.356Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T21:25:22.378Z]  Building docker-sys-mgmt-agent-go ... done  ---> f7a25edff628 [2021-03-10T21:25:22.378Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T21:25:22.665Z] ---> Running in e8de0643c24f [2021-03-10T21:25:24.666Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T21:26:21.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T21:26:36.789Z] Removing intermediate container b8dcfc98515c [2021-03-10T21:26:36.789Z] ---> 3061ef2aa9ac [2021-03-10T21:26:36.789Z] [2021-03-10T21:26:36.789Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T21:26:36.789Z] ---> d10569e2745f [2021-03-10T21:26:36.789Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T21:26:36.789Z] ---> Using cache [2021-03-10T21:26:36.789Z] ---> 751c24bf2fce [2021-03-10T21:26:36.789Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:26:36.789Z] ---> Using cache [2021-03-10T21:26:36.789Z] ---> 12fd2a5e7b09 [2021-03-10T21:26:36.789Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T21:26:36.789Z] ---> Running in ae6d172cf77c [2021-03-10T21:26:37.069Z] Removing intermediate container ae6d172cf77c [2021-03-10T21:26:37.069Z] ---> 7efab81b42e4 [2021-03-10T21:26:37.069Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T21:26:37.682Z] ---> Running in c0fe9d7b4068 [2021-03-10T21:26:38.288Z] Removing intermediate container ebab9a24f2f4 [2021-03-10T21:26:38.288Z] ---> 10c69af4ecda [2021-03-10T21:26:38.288Z] [2021-03-10T21:26:38.288Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T21:26:38.288Z] ---> d10569e2745f [2021-03-10T21:26:38.288Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T21:26:38.572Z] ---> Running in 8d712feaed66 [2021-03-10T21:26:38.857Z] Removing intermediate container c0fe9d7b4068 [2021-03-10T21:26:38.857Z] ---> 65dd0a8fee83 [2021-03-10T21:26:38.857Z] Step 15/23 : WORKDIR / [2021-03-10T21:26:38.857Z] ---> Running in 9c7d1161aa53 [2021-03-10T21:26:40.324Z] Removing intermediate container 9c7d1161aa53 [2021-03-10T21:26:40.324Z] ---> 0fdf0d549cb9 [2021-03-10T21:26:40.324Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:26:40.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:26:40.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:26:41.492Z] ---> 4967e5c4816b [2021-03-10T21:26:41.492Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T21:26:41.771Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T21:26:41.771Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T21:26:42.051Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T21:26:42.051Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T21:26:42.051Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:26:42.051Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T21:26:42.338Z] OK: 7 MiB in 18 packages [2021-03-10T21:26:43.800Z] ---> 8196e8c6bf4c [2021-03-10T21:26:43.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T21:26:45.264Z] Removing intermediate container 8d712feaed66 [2021-03-10T21:26:45.264Z] ---> 5f02c87bccad [2021-03-10T21:26:45.264Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T21:26:45.264Z] ---> 0ff8dbbac7d6 [2021-03-10T21:26:45.264Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T21:26:45.543Z] ---> Running in 85d94a263be3 [2021-03-10T21:26:45.543Z] ---> Running in 915d98c37ee9 [2021-03-10T21:26:46.532Z] Removing intermediate container 85d94a263be3 [2021-03-10T21:26:46.532Z] ---> 1196b8535da9 [2021-03-10T21:26:46.532Z] Step 13/21 : WORKDIR /edgex [2021-03-10T21:26:46.532Z] Removing intermediate container 915d98c37ee9 [2021-03-10T21:26:46.532Z] ---> b11bebbfaa6d [2021-03-10T21:26:46.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:26:46.532Z] ---> Running in f08ce2cd79d2 [2021-03-10T21:26:46.532Z] ---> Running in b38fade6aab3 [2021-03-10T21:26:47.527Z] Removing intermediate container b38fade6aab3 [2021-03-10T21:26:47.527Z] ---> 23da5c0100cb [2021-03-10T21:26:47.527Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T21:26:47.527Z] Removing intermediate container f08ce2cd79d2 [2021-03-10T21:26:47.527Z] ---> 074a8912ddf2 [2021-03-10T21:26:47.527Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T21:26:47.527Z] ---> Running in 82dcf88e4587 [2021-03-10T21:26:48.525Z] Removing intermediate container 82dcf88e4587 [2021-03-10T21:26:48.525Z] ---> 038412fd74bd [2021-03-10T21:26:48.525Z] Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:26:48.801Z] ---> Running in eacb17a23555 [2021-03-10T21:26:49.080Z] ---> 1a43ed2312e3 [2021-03-10T21:26:49.080Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T21:26:49.684Z] Removing intermediate container eacb17a23555 [2021-03-10T21:26:49.684Z] ---> 9b516d5045d4 [2021-03-10T21:26:49.684Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T21:26:50.294Z] ---> Running in db3482c68c0b [2021-03-10T21:26:51.284Z] ---> 5754df36f03c [2021-03-10T21:26:51.284Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T21:26:51.284Z] Removing intermediate container db3482c68c0b [2021-03-10T21:26:51.284Z] ---> 43d0c41044d1 [2021-03-10T21:26:51.284Z] [2021-03-10T21:26:51.890Z] Successfully built 43d0c41044d1 [2021-03-10T21:26:51.890Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T21:26:53.893Z]  Building docker-core-command-go ... done  ---> 29fbc7b3915c [2021-03-10T21:26:53.893Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T21:26:53.893Z] ---> Running in 8d0b23cfda48 [2021-03-10T21:26:53.893Z] Removing intermediate container 27ec9415b4df [2021-03-10T21:26:53.893Z] ---> b1b92f940ea8 [2021-03-10T21:26:53.893Z] [2021-03-10T21:26:53.893Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T21:26:53.893Z] ---> d10569e2745f [2021-03-10T21:26:53.893Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T21:26:53.893Z] ---> Using cache [2021-03-10T21:26:53.893Z] ---> 751c24bf2fce [2021-03-10T21:26:53.893Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T21:26:53.893Z] ---> Using cache [2021-03-10T21:26:53.893Z] ---> 12fd2a5e7b09 [2021-03-10T21:26:53.893Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T21:26:54.172Z] ---> Running in 09065e5c3b6b [2021-03-10T21:26:54.172Z] Removing intermediate container 8d0b23cfda48 [2021-03-10T21:26:54.172Z] ---> 2b020d407218 [2021-03-10T21:26:54.172Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T21:26:54.449Z] ---> Running in 36b6cfd3f7bc [2021-03-10T21:26:54.727Z] Removing intermediate container 09065e5c3b6b [2021-03-10T21:26:54.727Z] ---> bb52fae9ec7a [2021-03-10T21:26:54.727Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T21:26:55.005Z] ---> Running in e56000b22719 [2021-03-10T21:26:55.006Z] Removing intermediate container 36b6cfd3f7bc [2021-03-10T21:26:55.006Z] ---> ef9c341a632d [2021-03-10T21:26:55.006Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T21:26:55.282Z] ---> Running in 7d574e226b43 [2021-03-10T21:26:55.568Z] Removing intermediate container e56000b22719 [2021-03-10T21:26:55.568Z] ---> d896fb96d5b7 [2021-03-10T21:26:55.568Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:26:55.844Z] Removing intermediate container 7d574e226b43 [2021-03-10T21:26:55.844Z] ---> 861f76f5a092 [2021-03-10T21:26:55.844Z] Step 20/21 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:26:56.449Z] ---> Running in dc03632997b8 [2021-03-10T21:26:56.449Z] ---> 7142e44f9d7f [2021-03-10T21:26:56.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T21:26:57.071Z] Removing intermediate container dc03632997b8 [2021-03-10T21:26:57.072Z] ---> 41324e34c345 [2021-03-10T21:26:57.072Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T21:26:57.669Z] ---> Running in 83483762f6a2 [2021-03-10T21:26:58.270Z] ---> b58db9bec110 [2021-03-10T21:26:58.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T21:26:58.270Z] Removing intermediate container 83483762f6a2 [2021-03-10T21:26:58.270Z] ---> 981c9637cf64 [2021-03-10T21:26:58.270Z] [2021-03-10T21:26:58.880Z] Successfully built 981c9637cf64 [2021-03-10T21:26:58.880Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T21:26:59.155Z]  Building docker-security-proxy-setup-go ... done  ---> e101407eb834 [2021-03-10T21:26:59.155Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T21:26:59.434Z] ---> Running in 250c1495d117 [2021-03-10T21:27:00.042Z] Removing intermediate container 250c1495d117 [2021-03-10T21:27:00.042Z] ---> 504ca0e64c33 [2021-03-10T21:27:00.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:27:00.042Z] ---> Running in c65736ba4d38 [2021-03-10T21:27:00.643Z] Removing intermediate container c65736ba4d38 [2021-03-10T21:27:00.643Z] ---> ca0405511808 [2021-03-10T21:27:00.643Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T21:27:00.643Z] ---> Running in f3476c897264 [2021-03-10T21:27:01.241Z] Removing intermediate container f3476c897264 [2021-03-10T21:27:01.241Z] ---> 3bf636607f15 [2021-03-10T21:27:01.241Z] Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:27:01.241Z] ---> Running in afbc3ca83407 [2021-03-10T21:27:02.227Z] Removing intermediate container afbc3ca83407 [2021-03-10T21:27:02.227Z] ---> 14892338d0b0 [2021-03-10T21:27:02.227Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T21:27:02.227Z] ---> Running in 5b8552b8a1b7 [2021-03-10T21:27:02.825Z] Removing intermediate container 5b8552b8a1b7 [2021-03-10T21:27:02.825Z] ---> b532b2d33514 [2021-03-10T21:27:02.825Z] [2021-03-10T21:27:03.106Z] Successfully built b532b2d33514 [2021-03-10T21:27:03.380Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T21:27:05.358Z]  Building docker-support-scheduler-go ... done Removing intermediate container e8de0643c24f [2021-03-10T21:27:05.358Z] ---> 1f8080a290db [2021-03-10T21:27:05.358Z] [2021-03-10T21:27:05.358Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T21:27:05.358Z] ---> d10569e2745f [2021-03-10T21:27:05.358Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T21:27:05.358Z] ---> Running in 34781a5285f8 [2021-03-10T21:27:05.964Z] Removing intermediate container 34781a5285f8 [2021-03-10T21:27:05.964Z] ---> 9b5b499ce929 [2021-03-10T21:27:05.964Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T21:27:06.239Z] ---> Running in 9c7a6e29e8f6 [2021-03-10T21:27:06.514Z] Removing intermediate container 9c7a6e29e8f6 [2021-03-10T21:27:06.514Z] ---> 7ea3050635c8 [2021-03-10T21:27:06.514Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T21:27:06.514Z] ---> Running in 33ff9b2a98e9 [2021-03-10T21:27:07.121Z] Removing intermediate container 33ff9b2a98e9 [2021-03-10T21:27:07.121Z] ---> 8d8e711684e3 [2021-03-10T21:27:07.121Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T21:27:07.121Z] ---> Running in 1616b95e55cd [2021-03-10T21:27:09.097Z] Removing intermediate container 1616b95e55cd [2021-03-10T21:27:09.097Z] ---> 0fc4f3dd4e3c [2021-03-10T21:27:09.097Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T21:27:09.372Z] ---> Running in b5af7b065191 [2021-03-10T21:27:10.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T21:27:11.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T21:27:11.935Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T21:27:11.935Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T21:27:11.935Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T21:27:12.218Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T21:27:12.494Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T21:27:12.494Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T21:27:12.494Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T21:27:12.768Z] OK: 8 MiB in 20 packages [2021-03-10T21:27:14.211Z] Removing intermediate container b5af7b065191 [2021-03-10T21:27:14.211Z] ---> b213a6e57786 [2021-03-10T21:27:14.211Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T21:27:14.490Z] ---> 0004ff46e5c7 [2021-03-10T21:27:14.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T21:27:16.215Z] ---> 58b888d5cfee [2021-03-10T21:27:16.215Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T21:27:16.817Z] ---> 0918ae2ec153 [2021-03-10T21:27:16.817Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T21:27:16.817Z] ---> Running in ad0c1cd827d9 [2021-03-10T21:27:17.415Z] Removing intermediate container ad0c1cd827d9 [2021-03-10T21:27:17.415Z] ---> 4194c8358fe8 [2021-03-10T21:27:17.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T21:27:17.415Z] ---> Running in b0126589790b [2021-03-10T21:27:18.019Z] Removing intermediate container b0126589790b [2021-03-10T21:27:18.019Z] ---> 5689112f9899 [2021-03-10T21:27:18.019Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T21:27:18.019Z] ---> Running in cbcebd1e8ad6 [2021-03-10T21:27:18.620Z] Removing intermediate container cbcebd1e8ad6 [2021-03-10T21:27:18.620Z] ---> ecb9195522c4 [2021-03-10T21:27:18.620Z] Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 [2021-03-10T21:27:18.620Z] ---> Running in 5639577afdf3 [2021-03-10T21:27:19.220Z] Removing intermediate container 5639577afdf3 [2021-03-10T21:27:19.220Z] ---> ecaca54e8408 [2021-03-10T21:27:19.220Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T21:27:19.220Z] ---> Running in 1642d7359a71 [2021-03-10T21:27:19.820Z] Removing intermediate container 1642d7359a71 [2021-03-10T21:27:19.820Z] ---> edd61658e14d [2021-03-10T21:27:19.820Z] [2021-03-10T21:27:20.094Z] Successfully built edd61658e14d [2021-03-10T21:27:20.094Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T21:27:20.710Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-10T21:27:20.710Z] $ docker stop --time=1 832d44fc326562b6fac04c202122a561a55011409bf7e82019c07875ed9b3d94 [2021-03-10T21:27:22.688Z] $ docker rm -f 832d44fc326562b6fac04c202122a561a55011409bf7e82019c07875ed9b3d94 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T21:27:23.537Z] + grep docker [2021-03-10T21:27:23.537Z] + docker images [2021-03-10T21:27:23.815Z] docker-core-data-go-arm64 latest edd61658e14d 4 seconds ago 21.3MB [2021-03-10T21:27:23.815Z] docker-support-scheduler-go-arm64 latest b532b2d33514 21 seconds ago 16.3MB [2021-03-10T21:27:23.815Z] docker-security-proxy-setup-go-arm64 latest 981c9637cf64 26 seconds ago 23.4MB [2021-03-10T21:27:23.815Z] docker-core-command-go-arm64 latest 43d0c41044d1 33 seconds ago 16.2MB [2021-03-10T21:27:23.815Z] docker-sys-mgmt-agent-go-arm64 latest 7681c1f38060 2 minutes ago 300MB [2021-03-10T21:27:23.815Z] docker-security-bootstrapper-go-arm64 latest 8a024f60db44 3 minutes ago 17.8MB [2021-03-10T21:27:23.815Z] docker-core-metadata-go-arm64 latest 9abb476bf02c 3 minutes ago 17.9MB [2021-03-10T21:27:23.815Z] docker-support-notifications-go-arm64 latest 63bb40bd422c 3 minutes ago 16.9MB [2021-03-10T21:27:23.815Z] docker-security-secretstore-setup-go-arm64 latest ca3779717dc3 3 minutes ago 23.7MB [2021-03-10T21:27:23.815Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:27:25.021Z] ---> job-cost.sh [2021-03-10T21:27:25.022Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sJ6D [2021-03-10T21:28:03.965Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T21:29:40.716Z] lf-activate-venv(): INFO: Adding /tmp/venv-sJ6D/bin to PATH [2021-03-10T21:29:40.716Z] INFO: No Stack... [2021-03-10T21:29:40.716Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T21:29:40.716Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T21:29:41.054Z] + cut -d, -f6 [2021-03-10T21:29:41.054Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-03-10T21:29:41.165Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] [2021-03-10T21:29:41.174Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] did not exist. Created. [2021-03-10T21:29:41.174Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T21:29:41.641Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T21:29:41.997Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T21:29:42.014Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-10T21:29:43.566Z] provisioning config files... [2021-03-10T21:29:43.589Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config885325442120567021tmp [Pipeline] { [Pipeline] sh [2021-03-10T21:29:44.001Z] + set +x [2021-03-10T21:29:44.001Z] + curl -s https://codecov.io/bash [2021-03-10T21:29:44.001Z] + bash -s -- [2021-03-10T21:29:44.272Z] [2021-03-10T21:29:44.272Z] _____ _ [2021-03-10T21:29:44.272Z] / ____| | | [2021-03-10T21:29:44.272Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T21:29:44.272Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T21:29:44.272Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T21:29:44.272Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T21:29:44.272Z] Bash-20210309-2b87ace [2021-03-10T21:29:44.272Z] [2021-03-10T21:29:44.272Z] [2021-03-10T21:29:44.272Z] ==> git version 2.24.3 found [2021-03-10T21:29:44.272Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-10T21:29:44.272Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T21:29:44.272Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T21:29:44.272Z] ==> Jenkins CI detected. [2021-03-10T21:29:44.272Z] project root: . [2021-03-10T21:29:44.272Z] --> token set from env [2021-03-10T21:29:44.272Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T21:29:44.536Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T21:29:44.536Z] ==> Python coveragepy not found [2021-03-10T21:29:44.536Z] ==> Searching for coverage reports in: [2021-03-10T21:29:44.536Z] + . [2021-03-10T21:29:44.536Z] -> Found 1 reports [2021-03-10T21:29:44.536Z] ==> Detecting git/mercurial file structure [2021-03-10T21:29:44.536Z] ==> Reading reports [2021-03-10T21:29:44.536Z] + ./coverage.out bytes=628838 [2021-03-10T21:29:44.536Z] ==> Appending adjustments [2021-03-10T21:29:44.536Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T21:29:47.838Z] + Found adjustments [2021-03-10T21:29:47.838Z] ==> Gzipping contents [2021-03-10T21:29:47.838Z] 92K /tmp/codecov.ChXCyT.gz [2021-03-10T21:29:47.838Z] ==> Uploading reports [2021-03-10T21:29:47.838Z] url: https://codecov.io [2021-03-10T21:29:47.838Z] query: branch=PR-3247&commit=4160fe1027c6e22eada700f89f287e89090e2847&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3247%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3247&job=&cmd_args= [2021-03-10T21:29:47.838Z] -> Pinging Codecov [2021-03-10T21:29:47.838Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3247&commit=4160fe1027c6e22eada700f89f287e89090e2847&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3247%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3247&job=&cmd_args= [2021-03-10T21:29:48.099Z] -> Uploading to [2021-03-10T21:29:48.099Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/4160fe1027c6e22eada700f89f287e89090e2847/1e43297c-be28-4204-9823-5ee95fc2cbe8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T212948Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1426fbedf8862ed6219f6cee467b9d3c6600d1d99ddc00623f21df10cb8b3ba1 [2021-03-10T21:29:48.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T21:29:48.099Z] Dload Upload Total Spent Left Speed [2021-03-10T21:29:48.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92662 0 0 100 92662 0 160k --:--:-- --:--:-- --:--:-- 161k [2021-03-10T21:29:48.671Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4160fe1027c6e22eada700f89f287e89090e2847 [Pipeline] } [2021-03-10T21:29:48.681Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:29:50.330Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:29:51.215Z] ---> package-listing.sh [2021-03-10T21:29:51.215Z] ++ facter osfamily [2021-03-10T21:29:51.215Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T21:29:51.215Z] + OS_FAMILY=redhat [2021-03-10T21:29:51.215Z] + workspace=/w/workspace/edgex-go/2 [2021-03-10T21:29:51.215Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T21:29:51.215Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T21:29:51.215Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T21:29:51.215Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T21:29:51.215Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-10T21:29:51.215Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T21:29:51.215Z] + case "${OS_FAMILY}" in [2021-03-10T21:29:51.215Z] + rpm -qa [2021-03-10T21:29:51.215Z] + sort [2021-03-10T21:29:56.519Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T21:29:56.519Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T21:29:56.519Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T21:29:56.519Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-10T21:29:56.519Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-10T21:29:56.519Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-10T21:29:56.567Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T21:29:56.863Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:29:57.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T21:29:57.172Z] [2021-03-10T21:29:57.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T21:29:57.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T21:29:57.513Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T21:29:57.513Z] df20fa9351a1: Pulling fs layer [2021-03-10T21:29:57.513Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T21:29:57.513Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T21:29:57.513Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T21:29:57.513Z] 93b61091891f: Pulling fs layer [2021-03-10T21:29:57.513Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T21:29:57.513Z] 5e14af77c1be: Pulling fs layer [2021-03-10T21:29:57.513Z] 01666e4c0597: Pulling fs layer [2021-03-10T21:29:57.513Z] aa168da1d23b: Pulling fs layer [2021-03-10T21:29:57.513Z] 5e14af77c1be: Waiting [2021-03-10T21:29:57.513Z] 93b9cdb0e59b: Waiting [2021-03-10T21:29:57.513Z] 01666e4c0597: Waiting [2021-03-10T21:29:57.513Z] 46f8f816bc3b: Waiting [2021-03-10T21:29:57.513Z] 93b61091891f: Waiting [2021-03-10T21:29:57.513Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T21:29:57.513Z] 36b3adc4ff6f: Download complete [2021-03-10T21:29:57.513Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T21:29:57.513Z] 46f8f816bc3b: Download complete [2021-03-10T21:29:57.776Z] 93b61091891f: Download complete [2021-03-10T21:29:57.776Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T21:29:57.776Z] 93b9cdb0e59b: Download complete [2021-03-10T21:29:57.776Z] 5e14af77c1be: Verifying Checksum [2021-03-10T21:29:57.776Z] 5e14af77c1be: Download complete [2021-03-10T21:29:57.776Z] 01666e4c0597: Verifying Checksum [2021-03-10T21:29:57.776Z] 01666e4c0597: Download complete [2021-03-10T21:29:57.776Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T21:29:57.776Z] 8ad3a11d3b57: Download complete [2021-03-10T21:29:57.776Z] df20fa9351a1: Verifying Checksum [2021-03-10T21:29:57.776Z] df20fa9351a1: Download complete [2021-03-10T21:29:58.038Z] df20fa9351a1: Pull complete [2021-03-10T21:29:58.299Z] 36b3adc4ff6f: Pull complete [2021-03-10T21:29:59.254Z] 8ad3a11d3b57: Pull complete [2021-03-10T21:29:59.254Z] 46f8f816bc3b: Pull complete [2021-03-10T21:30:00.199Z] aa168da1d23b: Verifying Checksum [2021-03-10T21:30:00.199Z] aa168da1d23b: Download complete [2021-03-10T21:30:00.772Z] 93b61091891f: Pull complete [2021-03-10T21:30:00.772Z] 93b9cdb0e59b: Pull complete [2021-03-10T21:30:01.039Z] 5e14af77c1be: Pull complete [2021-03-10T21:30:01.039Z] 01666e4c0597: Pull complete [2021-03-10T21:30:09.229Z] aa168da1d23b: Pull complete [2021-03-10T21:30:09.229Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T21:30:09.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T21:30:09.229Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T21:30:09.430Z] prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container [2021-03-10T21:30:09.481Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T21:30:13.077Z] $ docker top 3bc1924aaf421312e8cad18c1c46997fca3df31edc6d68d34a44198a2fde7341 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T21:30:13.567Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T21:30:13.863Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T21:30:14.163Z] + ls /var/log/sa-host [2021-03-10T21:30:14.163Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T21:30:14.163Z] file_magic: OK [2021-03-10T21:30:14.163Z] HZ: Using current value: 100 [2021-03-10T21:30:14.163Z] file_header: OK [2021-03-10T21:30:14.163Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T21:30:14.163Z] Statistics: [2021-03-10T21:30:14.163Z] 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-03-10T21:30:14.163Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T21:30:14.163Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T21:30:14.163Z] file_magic: OK [2021-03-10T21:30:14.163Z] HZ: Using current value: 100 [2021-03-10T21:30:14.163Z] file_header: OK [2021-03-10T21:30:14.163Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-10T21:30:14.163Z] Statistics: [2021-03-10T21:30:14.163Z] Hnuu...uuuununununu... [2021-03-10T21:30:14.163Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T21:30:14.358Z] provisioning config files... [2021-03-10T21:30:14.372Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5227055270964989256tmp [Pipeline] { [Pipeline] echo [2021-03-10T21:30:14.449Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:30:14.745Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T21:30:14.755Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T21:30:14.842Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:30:15.139Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T21:30:15.149Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:30:15.443Z] ---> sudo-logs.sh [2021-03-10T21:30:15.443Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T21:30:15.514Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:30:15.809Z] ---> job-cost.sh [2021-03-10T21:30:15.809Z] lf-activate-venv: SKIPPING [2021-03-10T21:30:15.809Z] DEBUG: total: 0.20999999344348907 [2021-03-10T21:30:15.809Z] INFO: Retrieving Stack Cost... [2021-03-10T21:30:16.752Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T21:30:17.324Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T21:30:17.337Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T21:30:17.631Z] ---> logs-deploy.sh [2021-03-10T21:30:17.631Z] lf-activate-venv: SKIPPING [2021-03-10T21:30:17.631Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3247/2 [2021-03-10T21:30:17.632Z] INFO: archiving workspace using pattern(s): [2021-03-10T21:30:19.017Z] Archives upload complete. [2021-03-10T21:30:19.017Z] INFO: archiving logs to Nexus [2021-03-10T21:30:19.962Z] ---> uname -a: [2021-03-10T21:30:19.962Z] Linux prd-centos7-docker-4c-2g-29371.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] ---> lscpu: [2021-03-10T21:30:19.962Z] Architecture: x86_64 [2021-03-10T21:30:19.962Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-10T21:30:19.962Z] Byte Order: Little Endian [2021-03-10T21:30:19.962Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-10T21:30:19.962Z] CPU(s): 4 [2021-03-10T21:30:19.962Z] On-line CPU(s) list: 0-3 [2021-03-10T21:30:19.962Z] Thread(s) per core: 1 [2021-03-10T21:30:19.962Z] Core(s) per socket: 1 [2021-03-10T21:30:19.962Z] Socket(s): 4 [2021-03-10T21:30:19.962Z] NUMA node(s): 1 [2021-03-10T21:30:19.962Z] Vendor ID: GenuineIntel [2021-03-10T21:30:19.962Z] CPU family: 6 [2021-03-10T21:30:19.962Z] Model: 44 [2021-03-10T21:30:19.962Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-10T21:30:19.962Z] Stepping: 1 [2021-03-10T21:30:19.962Z] CPU MHz: 2933.442 [2021-03-10T21:30:19.962Z] BogoMIPS: 5866.88 [2021-03-10T21:30:19.962Z] Virtualization: VT-x [2021-03-10T21:30:19.962Z] Hypervisor vendor: KVM [2021-03-10T21:30:19.962Z] Virtualization type: full [2021-03-10T21:30:19.962Z] L1d cache: 128 KiB [2021-03-10T21:30:19.962Z] L1i cache: 128 KiB [2021-03-10T21:30:19.962Z] L2 cache: 16 MiB [2021-03-10T21:30:19.962Z] L3 cache: 64 MiB [2021-03-10T21:30:19.962Z] NUMA node0 CPU(s): 0-3 [2021-03-10T21:30:19.962Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-10T21:30:19.962Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-10T21:30:19.962Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-10T21:30:19.962Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-10T21:30:19.962Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-10T21:30:19.962Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-10T21:30:19.962Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-10T21:30:19.962Z] Vulnerability Srbds: Not affected [2021-03-10T21:30:19.962Z] Vulnerability Tsx async abort: Not affected [2021-03-10T21:30:19.962Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] ---> nproc: [2021-03-10T21:30:19.962Z] 4 [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] ---> df -h: [2021-03-10T21:30:19.962Z] Filesystem Size Used Available Use% Mounted on [2021-03-10T21:30:19.962Z] overlay 50.0G 11.3G 38.7G 23% / [2021-03-10T21:30:19.962Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-10T21:30:19.962Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-10T21:30:19.962Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2 [2021-03-10T21:30:19.962Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2@tmp [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] ---> free -m: [2021-03-10T21:30:19.962Z] total used free shared buff/cache available [2021-03-10T21:30:19.962Z] Mem: 1837 738 111 0 988 1016 [2021-03-10T21:30:19.962Z] Swap: 1023 52 971 [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] ---> ip addr: [2021-03-10T21:30:19.962Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-10T21:30:19.962Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-10T21:30:19.962Z] inet 127.0.0.1/8 scope host lo [2021-03-10T21:30:19.962Z] valid_lft forever preferred_lft forever [2021-03-10T21:30:19.962Z] inet6 ::1/128 scope host [2021-03-10T21:30:19.962Z] valid_lft forever preferred_lft forever [2021-03-10T21:30:19.962Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-10T21:30:19.962Z] link/ether fa:16:3e:b8:d2:74 brd ff:ff:ff:ff:ff:ff [2021-03-10T21:30:19.962Z] inet 10.30.122.83/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-10T21:30:19.962Z] valid_lft 84944sec preferred_lft 84944sec [2021-03-10T21:30:19.962Z] inet6 fe80::f816:3eff:feb8:d274/64 scope link [2021-03-10T21:30:19.962Z] valid_lft forever preferred_lft forever [2021-03-10T21:30:19.962Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-10T21:30:19.962Z] link/ether 02:42:b3:d0:4e:d3 brd ff:ff:ff:ff:ff:ff [2021-03-10T21:30:19.962Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-10T21:30:19.962Z] valid_lft forever preferred_lft forever [2021-03-10T21:30:19.962Z] inet6 fe80::42:b3ff:fed0:4ed3/64 scope link [2021-03-10T21:30:19.962Z] valid_lft forever preferred_lft forever [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] ---> sar -b -r -n DEV: [2021-03-10T21:30:19.962Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] 21:05:51 LINUX RESTART (4 CPU) [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] 21:07:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-10T21:30:19.962Z] 21:08:01 242.07 98.43 143.64 0.00 7772.77 53054.48 0.00 [2021-03-10T21:30:19.962Z] 21:09:01 268.22 102.76 165.46 0.00 3720.61 19675.62 0.00 [2021-03-10T21:30:19.962Z] 21:10:01 132.57 48.56 84.01 0.00 1691.03 9688.69 0.00 [2021-03-10T21:30:19.962Z] 21:11:02 167.87 52.07 115.79 0.00 7706.09 45114.16 0.00 [2021-03-10T21:30:19.962Z] 21:12:03 2560.03 2197.97 362.06 0.00 172184.69 218448.94 0.00 [2021-03-10T21:30:19.962Z] 21:13:01 1315.19 1090.29 224.89 0.00 67089.52 81023.50 0.00 [2021-03-10T21:30:19.962Z] 21:14:01 1651.98 1298.35 353.63 0.00 91471.45 135936.39 0.00 [2021-03-10T21:30:19.962Z] 21:15:01 969.34 689.50 279.84 0.00 41606.65 66865.40 0.00 [2021-03-10T21:30:19.962Z] 21:16:02 46.06 10.14 35.92 0.00 2944.88 1344.63 0.00 [2021-03-10T21:30:19.962Z] 21:17:01 1.00 0.71 0.29 0.00 27.91 3.84 0.00 [2021-03-10T21:30:19.962Z] 21:18:01 0.65 0.25 0.40 0.00 13.32 5.11 0.00 [2021-03-10T21:30:19.962Z] 21:19:01 0.43 0.00 0.43 0.00 0.00 4.81 0.00 [2021-03-10T21:30:19.962Z] 21:20:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 [2021-03-10T21:30:19.962Z] 21:21:01 2.20 1.95 0.25 0.00 64.23 2.30 0.00 [2021-03-10T21:30:19.962Z] 21:22:01 1.07 0.28 0.78 0.00 117.65 15.42 0.00 [2021-03-10T21:30:19.962Z] 21:23:01 0.55 0.20 0.35 0.00 2.27 4.68 0.00 [2021-03-10T21:30:19.962Z] 21:24:01 0.28 0.02 0.27 0.00 0.13 3.38 0.00 [2021-03-10T21:30:19.962Z] 21:25:01 0.25 0.02 0.23 0.00 0.13 2.75 0.00 [2021-03-10T21:30:19.962Z] 21:26:01 0.33 0.02 0.32 0.00 0.27 3.43 0.00 [2021-03-10T21:30:19.962Z] 21:27:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 [2021-03-10T21:30:19.962Z] 21:28:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 [2021-03-10T21:30:19.962Z] 21:29:01 0.42 0.02 0.40 0.00 0.27 6.15 0.00 [2021-03-10T21:30:19.962Z] 21:30:01 81.85 65.87 15.98 0.00 5665.39 5162.84 0.00 [2021-03-10T21:30:19.962Z] Average: 324.75 247.00 77.74 0.00 17580.72 27770.61 0.00 [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] 21:07:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-10T21:30:19.962Z] 21:08:01 137164 0 699516 37.18 2004 1042860 1534260 52.36 563684 935556 1092 [2021-03-10T21:30:19.962Z] 21:09:01 193928 0 757628 40.27 900 929088 1430256 48.81 624204 776416 85348 [2021-03-10T21:30:19.962Z] 21:10:01 185248 0 817400 43.44 732 878164 1813048 61.88 639996 758396 74188 [2021-03-10T21:30:19.962Z] 21:11:02 68804 0 744028 39.54 232 1068480 1271740 43.40 702816 835480 100384 [2021-03-10T21:30:19.962Z] 21:12:03 68632 0 851616 45.26 8 961288 2368472 80.83 743292 834172 64348 [2021-03-10T21:30:19.962Z] 21:13:01 304904 0 811620 43.14 0 765020 1996304 68.13 553952 760216 54696 [2021-03-10T21:30:19.962Z] 21:14:01 223984 0 1076376 57.21 0 581184 2713276 92.60 769456 645164 22232 [2021-03-10T21:30:19.962Z] 21:15:01 94540 0 710116 37.74 0 1076888 1441160 49.18 610260 924236 8 [2021-03-10T21:30:19.962Z] 21:16:02 223140 0 652308 34.67 0 1006096 1223704 41.76 484724 931732 8 [2021-03-10T21:30:19.962Z] 21:17:01 223408 0 651320 34.62 0 1006816 1210328 41.31 483964 932116 8 [2021-03-10T21:30:19.962Z] 21:18:01 224908 0 649444 34.52 0 1007192 1194908 40.78 483068 931976 8 [2021-03-10T21:30:19.962Z] 21:19:01 224760 0 649568 34.52 0 1007216 1194908 40.78 483056 931992 8 [2021-03-10T21:30:19.962Z] 21:20:01 225236 0 649080 34.50 0 1007228 1194908 40.78 483184 931996 8 [2021-03-10T21:30:19.962Z] 21:21:01 223392 0 649776 34.53 0 1008376 1194904 40.78 483980 932252 20 [2021-03-10T21:30:19.962Z] 21:22:01 216848 0 652804 34.70 0 1011892 1194980 40.78 489708 932932 8 [2021-03-10T21:30:19.962Z] 21:23:01 216340 0 653308 34.72 0 1011896 1195232 40.79 490152 932988 20 [2021-03-10T21:30:19.962Z] 21:24:01 216984 0 652660 34.69 0 1011900 1194012 40.75 489504 932996 16 [2021-03-10T21:30:19.962Z] 21:25:01 217024 0 652608 34.68 0 1011912 1194012 40.75 489640 933000 8 [2021-03-10T21:30:19.962Z] 21:26:01 217016 0 652612 34.68 0 1011916 1194012 40.75 489520 933004 8 [2021-03-10T21:30:19.962Z] 21:27:01 216812 0 652800 34.69 0 1011932 1194096 40.75 489756 933012 8 [2021-03-10T21:30:19.962Z] 21:28:01 216720 0 652888 34.70 0 1011936 1194048 40.75 489680 933012 8 [2021-03-10T21:30:19.962Z] 21:29:01 216924 0 652672 34.69 0 1011948 1194012 40.75 489656 933020 8 [2021-03-10T21:30:19.962Z] 21:30:01 73360 0 720848 38.31 0 1087336 1621432 55.34 586432 973008 48596 [2021-03-10T21:30:19.962Z] Average: 192612 0 709261 37.70 169 979503 1432957 48.90 548421 891247 19610 [2021-03-10T21:30:19.962Z] [2021-03-10T21:30:19.962Z] 21:07:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-10T21:30:19.962Z] 21:08:01 vethc11703c 18.28 17.97 1.72 18.33 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.962Z] 21:08:01 eth0 1035.41 1174.18 6109.07 139.28 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.962Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:08:01 docker0 884.99 691.29 73.37 3151.28 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:09:01 veth15d0765 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:09:01 eth0 150.47 132.26 488.85 22.45 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:09:01 docker0 113.45 118.04 8.88 458.61 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:10:01 veth15d0765 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:10:01 eth0 31.34 20.36 17.27 75.44 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:10:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:11:02 veth63375d0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:11:02 eth0 205.97 167.88 1695.77 45.55 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:12:03 veth63375d0 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:12:03 eth0 59.00 31.92 160.69 40.83 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:12:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:12:03 docker0 12.48 30.07 0.65 144.38 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:13:01 veth63375d0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:13:01 eth0 11.89 7.61 53.48 3.42 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:13:01 veth76b8b23 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:14:01 veth81b94da 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:14:01 veth63375d0 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:14:01 eth0 81.09 42.45 230.87 57.25 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:15:01 veth63375d0 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:15:01 eth0 207.80 139.92 1668.71 59.57 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:15:01 docker0 1029.66 920.21 83.14 4269.70 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:16:02 eth0 24.70 14.39 67.72 7.18 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:16:02 docker0 5.76 8.29 0.58 54.14 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:17:01 eth0 1.37 0.73 0.76 0.45 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:18:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:19:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:22:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:23:01 eth0 3.16 2.71 0.46 10.82 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:24:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:25:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:26:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:27:01 eth0 3.61 3.58 0.30 6.89 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:28:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:29:01 eth0 0.53 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:30:01 eth0 228.17 191.91 2173.42 58.86 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] Average: eth0 87.81 82.55 544.09 22.88 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] Average: docker0 45.16 40.49 3.65 188.57 0.00 0.00 0.00 0.00 [2021-03-10T21:30:19.963Z] [2021-03-10T21:30:19.963Z] [2021-03-10T21:30:19.963Z] ---> sar -P ALL: [2021-03-10T21:30:19.963Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T21:30:19.963Z] [2021-03-10T21:30:19.963Z] 21:05:51 LINUX RESTART (4 CPU) [2021-03-10T21:30:19.963Z] [2021-03-10T21:30:19.963Z] 21:07:03 CPU %user %nice %system %iowait %steal %idle [2021-03-10T21:30:19.963Z] 21:08:01 all 15.67 0.00 7.23 3.12 0.06 73.93 [2021-03-10T21:30:19.963Z] 21:08:01 0 13.38 0.00 8.32 2.44 0.05 75.80 [2021-03-10T21:30:19.963Z] 21:08:01 1 12.01 0.00 6.80 3.97 0.07 77.15 [2021-03-10T21:30:19.963Z] 21:08:01 2 24.07 0.00 6.46 2.82 0.05 66.59 [2021-03-10T21:30:19.963Z] 21:08:01 3 13.22 0.00 7.35 3.23 0.05 76.15 [2021-03-10T21:30:19.963Z] 21:09:01 all 37.87 0.00 9.42 6.54 0.05 46.13 [2021-03-10T21:30:19.963Z] 21:09:01 0 36.88 0.00 9.24 4.57 0.05 49.25 [2021-03-10T21:30:19.963Z] 21:09:01 1 38.01 0.00 9.73 8.53 0.03 43.68 [2021-03-10T21:30:19.963Z] 21:09:01 2 38.24 0.00 9.25 6.17 0.03 46.31 [2021-03-10T21:30:19.963Z] 21:09:01 3 38.34 0.00 9.44 6.88 0.07 45.27 [2021-03-10T21:30:19.963Z] 21:10:01 all 52.62 0.00 11.52 5.22 0.12 30.52 [2021-03-10T21:30:19.963Z] 21:10:01 0 52.27 0.00 11.40 6.75 0.10 29.47 [2021-03-10T21:30:19.963Z] 21:10:01 1 52.46 0.00 11.61 4.48 0.16 31.29 [2021-03-10T21:30:19.963Z] 21:10:01 2 52.19 0.00 11.69 3.70 0.09 32.33 [2021-03-10T21:30:19.963Z] 21:10:01 3 53.56 0.00 11.36 5.94 0.14 29.01 [2021-03-10T21:30:19.963Z] 21:11:02 all 27.00 0.00 9.71 5.46 0.10 57.73 [2021-03-10T21:30:19.963Z] 21:11:02 0 27.34 0.00 10.58 4.39 0.12 57.57 [2021-03-10T21:30:19.963Z] 21:11:02 1 27.39 0.00 9.53 7.98 0.09 55.01 [2021-03-10T21:30:19.963Z] 21:11:02 2 26.27 0.00 9.40 4.77 0.07 59.49 [2021-03-10T21:30:19.963Z] 21:11:02 3 26.98 0.00 9.33 4.69 0.12 58.87 [2021-03-10T21:30:19.963Z] 21:12:03 all 21.14 0.00 23.88 24.33 0.25 30.39 [2021-03-10T21:30:19.963Z] 21:12:03 0 20.10 0.00 22.36 24.03 0.29 33.22 [2021-03-10T21:30:19.963Z] 21:12:03 1 21.43 0.00 24.54 24.63 0.24 29.16 [2021-03-10T21:30:19.963Z] 21:12:03 2 20.98 0.00 24.14 24.65 0.24 29.99 [2021-03-10T21:30:19.963Z] 21:12:03 3 22.08 0.00 24.50 24.01 0.21 29.19 [2021-03-10T21:30:19.963Z] 21:13:01 all 62.03 0.00 15.40 12.79 0.19 9.59 [2021-03-10T21:30:19.963Z] 21:13:01 0 60.01 0.00 15.20 13.18 0.18 11.42 [2021-03-10T21:30:19.963Z] 21:13:01 1 62.23 0.00 15.53 13.85 0.20 8.19 [2021-03-10T21:30:19.963Z] 21:13:01 2 62.57 0.00 15.50 13.09 0.14 8.70 [2021-03-10T21:30:19.963Z] 21:13:01 3 63.31 0.00 15.39 11.01 0.24 10.06 [2021-03-10T21:30:19.963Z] 21:14:01 all 33.97 0.00 19.62 23.03 0.23 23.15 [2021-03-10T21:30:19.963Z] 21:14:01 0 34.41 0.00 17.41 21.22 0.28 26.68 [2021-03-10T21:30:19.963Z] 21:14:01 1 32.68 0.00 19.43 24.69 0.28 22.93 [2021-03-10T21:30:19.963Z] 21:14:01 2 34.62 0.00 20.53 22.62 0.17 22.06 [2021-03-10T21:30:19.963Z] 21:14:01 3 34.17 0.00 21.13 23.60 0.17 20.92 [2021-03-10T21:30:19.963Z] 21:15:01 all 32.86 0.00 14.36 16.45 0.14 36.19 [2021-03-10T21:30:19.963Z] 21:15:01 0 32.50 0.00 14.21 16.35 0.12 36.82 [2021-03-10T21:30:19.963Z] 21:15:01 1 32.67 0.00 14.12 17.65 0.17 35.39 [2021-03-10T21:30:19.963Z] 21:15:01 2 33.71 0.00 14.64 15.21 0.14 36.30 [2021-03-10T21:30:19.963Z] 21:15:01 3 32.58 0.00 14.49 16.57 0.12 36.25 [2021-03-10T21:30:19.963Z] 21:16:02 all 3.57 0.00 1.34 1.24 0.02 93.84 [2021-03-10T21:30:19.963Z] 21:16:02 0 6.08 0.00 1.66 0.52 0.00 91.74 [2021-03-10T21:30:19.963Z] 21:16:02 1 2.18 0.00 1.24 2.10 0.03 94.45 [2021-03-10T21:30:19.963Z] 21:16:02 2 4.84 0.00 1.47 1.61 0.03 92.04 [2021-03-10T21:30:19.963Z] 21:16:02 3 1.16 0.00 0.97 0.75 0.00 97.12 [2021-03-10T21:30:19.963Z] 21:17:01 all 0.18 0.00 0.03 0.02 0.00 99.78 [2021-03-10T21:30:19.963Z] 21:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-10T21:30:19.963Z] 21:17:01 1 0.05 0.00 0.03 0.02 0.02 99.88 [2021-03-10T21:30:19.963Z] 21:17:01 2 0.53 0.00 0.03 0.05 0.00 99.39 [2021-03-10T21:30:19.963Z] 21:17:01 3 0.10 0.00 0.03 0.00 0.00 99.86 [2021-03-10T21:30:19.963Z] 21:18:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-03-10T21:30:19.963Z] 21:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-10T21:30:19.963Z] 21:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.963Z] 21:18:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-10T21:30:19.963Z] 21:18:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2021-03-10T21:30:19.963Z] [2021-03-10T21:30:19.963Z] 21:18:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T21:30:19.963Z] 21:19:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2021-03-10T21:30:19.963Z] 21:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-03-10T21:30:19.963Z] 21:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.963Z] 21:19:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-03-10T21:30:19.963Z] 21:19:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-10T21:30:19.963Z] 21:20:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-03-10T21:30:19.963Z] 21:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T21:30:19.963Z] 21:20:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-10T21:30:19.963Z] 21:20:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-10T21:30:19.963Z] 21:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.963Z] 21:21:01 all 0.15 0.00 0.04 0.02 0.00 99.79 [2021-03-10T21:30:19.963Z] 21:21:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-03-10T21:30:19.963Z] 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.963Z] 21:21:01 2 0.52 0.00 0.05 0.08 0.00 99.35 [2021-03-10T21:30:19.963Z] 21:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T21:30:19.963Z] 21:22:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-03-10T21:30:19.963Z] 21:22:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-10T21:30:19.963Z] 21:22:01 1 0.05 0.00 0.07 0.02 0.00 99.87 [2021-03-10T21:30:19.963Z] 21:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-10T21:30:19.963Z] 21:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.963Z] 21:23:01 all 0.20 0.00 0.03 0.00 0.00 99.77 [2021-03-10T21:30:19.963Z] 21:23:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-10T21:30:19.963Z] 21:23:01 1 0.07 0.00 0.03 0.02 0.00 99.88 [2021-03-10T21:30:19.963Z] 21:23:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-03-10T21:30:19.963Z] 21:23:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2021-03-10T21:30:19.963Z] 21:24:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2021-03-10T21:30:19.963Z] 21:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.963Z] 21:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.963Z] 21:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.963Z] 21:24:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-10T21:30:19.963Z] 21:25:01 all 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.963Z] 21:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.964Z] 21:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.964Z] 21:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-10T21:30:19.964Z] 21:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:26:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:26:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-10T21:30:19.964Z] 21:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.964Z] 21:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:27:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-03-10T21:30:19.964Z] 21:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-10T21:30:19.964Z] 21:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-10T21:30:19.964Z] 21:27:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-10T21:30:19.964Z] 21:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-10T21:30:19.964Z] 21:28:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2021-03-10T21:30:19.964Z] 21:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-10T21:30:19.964Z] 21:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:29:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2021-03-10T21:30:19.964Z] 21:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T21:30:19.964Z] 21:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] 21:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2021-03-10T21:30:19.964Z] 21:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T21:30:19.964Z] [2021-03-10T21:30:19.964Z] 21:29:01 CPU %user %nice %system %iowait %steal %idle [2021-03-10T21:30:19.964Z] 21:30:01 all 3.50 0.00 1.89 1.94 0.02 92.66 [2021-03-10T21:30:19.964Z] 21:30:01 0 2.93 0.00 2.06 0.42 0.02 94.58 [2021-03-10T21:30:19.964Z] 21:30:01 1 5.83 0.00 2.72 4.74 0.02 86.69 [2021-03-10T21:30:19.964Z] 21:30:01 2 2.59 0.00 1.49 1.19 0.02 94.71 [2021-03-10T21:30:19.964Z] 21:30:01 3 2.66 0.00 1.29 1.40 0.02 94.63 [2021-03-10T21:30:19.964Z] Average: all 12.32 0.00 4.86 4.24 0.05 78.53 [2021-03-10T21:30:19.964Z] Average: 0 12.14 0.00 4.78 3.98 0.05 79.05 [2021-03-10T21:30:19.964Z] Average: 1 12.15 0.00 4.90 4.79 0.06 78.10 [2021-03-10T21:30:19.964Z] Average: 2 12.82 0.00 4.87 4.07 0.04 78.19 [2021-03-10T21:30:19.964Z] Average: 3 12.15 0.00 4.88 4.14 0.05 78.78 [2021-03-10T21:30:19.964Z] [2021-03-10T21:30:19.964Z] [2021-03-10T21:30:19.964Z]