Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cdaf6afc2b0fbb655888abe39c5d5b05f9a06494+be0d14e436fe9c753018b2c9bd281985489666e3 (7c13156a9f451657ac95c089a7f3377aca457223) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30739 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 Merge succeeded, producing cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 Checking out Revision cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:25:53.481Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-20T17:25:53.715Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:25:53.820Z] ========================================================= [2021-03-20T17:25:53.820Z] EdgeX Global Pipelines Version Info [2021-03-20T17:25:53.820Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:25:55.297Z] ------------------- [2021-03-20T17:25:55.297Z] stable info: [2021-03-20T17:25:55.297Z] ------------------- [2021-03-20T17:25:55.297Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:25:55.297Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:25:55.297Z] Message: update stable to v1.0.186 [2021-03-20T17:25:56.252Z] ------------------- [2021-03-20T17:25:56.252Z] experimental info: [2021-03-20T17:25:56.252Z] ------------------- [2021-03-20T17:25:56.252Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:25:56.252Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:25:56.252Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:25:56.497Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-20T17:25:56.577Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-20T17:25:56.658Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:25:56.738Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:25:56.821Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:25:56.897Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:25:56.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:25:57.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-20T17:25:57.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-20T17:25:57.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-20T17:25:57.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:25:57.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:25:57.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:25:57.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:25:57.696Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:25:57.794Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:25:57.907Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:25:57.994Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:25:58.077Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-20T17:25:58.163Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-20T17:25:58.245Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-20T17:25:58.369Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:25:58.446Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-20T17:25:58.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-20T17:25:58.617Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-20T17:25:58.823Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [Pipeline] echo [2021-03-20T17:25:58.901Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cdaf6af [Pipeline] echo [2021-03-20T17:25:58.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:25:59.136Z] provisioning config files... [2021-03-20T17:25:59.164Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config4651508050615721503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:25:59.522Z] ---> docker-login.sh [2021-03-20T17:25:59.522Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:25:59.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:00.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:00.068Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:00.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:00.068Z] [2021-03-20T17:26:00.068Z] Login Succeeded [2021-03-20T17:26:00.068Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:26:00.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:00.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:00.068Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:00.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:00.068Z] [2021-03-20T17:26:00.068Z] Login Succeeded [2021-03-20T17:26:00.068Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:26:00.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:00.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:00.335Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:00.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:00.335Z] [2021-03-20T17:26:00.335Z] Login Succeeded [2021-03-20T17:26:00.335Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:26:00.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:00.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:00.601Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:00.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:00.601Z] [2021-03-20T17:26:00.601Z] Login Succeeded [2021-03-20T17:26:00.601Z] docker.io [2021-03-20T17:26:00.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:26:01.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:26:01.132Z] Configure a credential helper to remove this warning. See [2021-03-20T17:26:01.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:26:01.132Z] [2021-03-20T17:26:01.132Z] Login Succeeded [2021-03-20T17:26:01.132Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:26:01.143Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:26:01.613Z] ++ 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-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/core-command/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/core-data/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-20T17:26:01.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:26:01.613Z] ++ cut -d/ -f2 [2021-03-20T17:26:01.613Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-20T17:26:01.613Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-20T17:26:01.690Z] 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-20T17:26:02.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:26:02.568Z] [2021-03-20T17:26:02.568Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:26:02.959Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:26:02.959Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:26:02.959Z] 31603596830f: Pulling fs layer [2021-03-20T17:26:02.959Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:26:02.959Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:26:02.959Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:26:02.959Z] ecc8261a40a4: Waiting [2021-03-20T17:26:02.959Z] 2a8b12db71e7: Download complete [2021-03-20T17:26:03.235Z] 31603596830f: Verifying Checksum [2021-03-20T17:26:03.235Z] 31603596830f: Download complete [2021-03-20T17:26:03.235Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:26:03.235Z] ecc8261a40a4: Download complete [2021-03-20T17:26:03.507Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:26:03.507Z] 6ca5941a6612: Download complete [2021-03-20T17:26:03.774Z] 31603596830f: Pull complete [2021-03-20T17:26:04.042Z] 2a8b12db71e7: Pull complete [2021-03-20T17:26:04.996Z] 6ca5941a6612: Pull complete [2021-03-20T17:26:05.262Z] ecc8261a40a4: Pull complete [2021-03-20T17:26:05.262Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:26:05.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:26:05.262Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:26:05.400Z] prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container [2021-03-20T17:26:05.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-20T17:26:08.160Z] $ docker top caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:26:08.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:26:08.570Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:26:08.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:26:08.835Z] $ docker exec caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent [2021-03-20T17:26:09.064Z] SSH_AUTH_SOCK=/tmp/ssh-GacKqtQXUBbM/agent.12 [2021-03-20T17:26:09.064Z] SSH_AGENT_PID=17 [2021-03-20T17:26:09.076Z] Running ssh-add (command line suppressed) [2021-03-20T17:26:09.246Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_1302412816207157397.key (/w/workspace/edgex-go/21@tmp/private_key_1302412816207157397.key) [2021-03-20T17:26:09.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:26:09.727Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:26:09.751Z] $ docker exec --env ******** --env ******** caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent -k [2021-03-20T17:26:09.898Z] unset SSH_AUTH_SOCK; [2021-03-20T17:26:09.898Z] unset SSH_AGENT_PID; [2021-03-20T17:26:09.898Z] echo Agent pid 17 killed; [2021-03-20T17:26:09.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:26:10.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:26:10.215Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:26:10.509Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:26:10.516Z] $ docker exec caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent [2021-03-20T17:26:10.747Z] SSH_AUTH_SOCK=/tmp/ssh-sukQIEsxzQBW/agent.46 [2021-03-20T17:26:10.747Z] SSH_AGENT_PID=51 [2021-03-20T17:26:10.804Z] Running ssh-add (command line suppressed) [2021-03-20T17:26:10.973Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_6637062415679095600.key (/w/workspace/edgex-go/21@tmp/private_key_6637062415679095600.key) [2021-03-20T17:26:11.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:26:11.398Z] + git semver init [2021-03-20T17:26:11.398Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:26:11.398Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-03-20T17:26:11.398Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-03-20T17:26:11.398Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:26:11.398Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:26:11.398Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:26:11.398Z] # $SEMVER_BRANCH = PR-3234 [2021-03-20T17:26:11.398Z] # $SEMVER_TEMP = /tmp/semver-288864984 [2021-03-20T17:26:11.398Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-20T17:26:33.478Z] # '/tmp/semver-288864984' -> '/w/workspace/edgex-go/21/.semver' [2021-03-20T17:26:33.478Z] # -> Force: false [2021-03-20T17:26:33.478Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-03-20T17:26:33.504Z] $ docker exec --env ******** --env ******** caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c ssh-agent -k [2021-03-20T17:26:33.762Z] unset SSH_AUTH_SOCK; [2021-03-20T17:26:33.762Z] unset SSH_AGENT_PID; [2021-03-20T17:26:33.762Z] echo Agent pid 51 killed; [2021-03-20T17:26:33.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:26:34.327Z] + git semver [Pipeline] } [2021-03-20T17:26:34.348Z] $ docker stop --time=1 caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c [2021-03-20T17:26:36.060Z] $ docker rm -f caf0ba1b6de8ba0869846cc9299911bbf5c2a011a37641c260e94bba24514c7c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:26:36.630Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:26:37.341Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:26:37.344Z] [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-20T17:26:38.203Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:26:38.508Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:26:38.815Z] + sudo service docker restart [2021-03-20T17:26:38.816Z] + true [2021-03-20T17:26:38.816Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-20T17:26:39.410Z] ========================================================= [2021-03-20T17:26:39.410Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:26:39.410Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:26:39.760Z] + 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-20T17:26:44.058Z] Sending build context to Docker daemon 328.6MB [2021-03-20T17:26:44.058Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:44.058Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:26:44.058Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:26:44.058Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:26:44.058Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:26:44.058Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:26:44.058Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:26:44.058Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:26:44.058Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:26:44.058Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:26:44.058Z] 93359f2a8cfa: Waiting [2021-03-20T17:26:44.058Z] 7c6f9722023f: Waiting [2021-03-20T17:26:44.058Z] a35cf1a2eb13: Waiting [2021-03-20T17:26:44.058Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:26:44.058Z] de9db76c5a1d: Download complete [2021-03-20T17:26:44.058Z] 0ef7d3d256c8: Download complete [2021-03-20T17:26:44.058Z] 93359f2a8cfa: Verifying Checksum [2021-03-20T17:26:44.058Z] 93359f2a8cfa: Download complete [2021-03-20T17:26:44.058Z] 7c6f9722023f: Download complete [2021-03-20T17:26:44.058Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:26:44.059Z] 188c0c94c7c5: Download complete [2021-03-20T17:26:44.327Z] 188c0c94c7c5: Pull complete [2021-03-20T17:26:44.595Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:26:44.595Z] de9db76c5a1d: Pull complete [2021-03-20T17:26:46.001Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:26:46.001Z] a35cf1a2eb13: Download complete [2021-03-20T17:26:46.273Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:26:46.273Z] bca2f99d35d6: Download complete [2021-03-20T17:26:52.680Z] Still waiting to schedule task [2021-03-20T17:26:52.680Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30718’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30732’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30742’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30738’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30743’ is offline [2021-03-20T17:26:52.932Z] bca2f99d35d6: Pull complete [2021-03-20T17:26:52.932Z] 93359f2a8cfa: Pull complete [2021-03-20T17:26:52.932Z] 7c6f9722023f: Pull complete [2021-03-20T17:26:57.186Z] a35cf1a2eb13: Pull complete [2021-03-20T17:26:57.464Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:26:57.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:26:57.464Z] ---> a62c8e92a672 [2021-03-20T17:26:57.464Z] 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-20T17:26:57.735Z] ---> Running in 6ff52e07b46b [2021-03-20T17:26:58.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:58.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:59.836Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:27:00.099Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:27:00.099Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:27:00.361Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:27:12.649Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:27:12.919Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:27:12.919Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:27:12.919Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:27:13.183Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:27:13.183Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:27:13.183Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:27:13.478Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:27:13.478Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:27:13.478Z] OK: 233 MiB in 51 packages [2021-03-20T17:27:17.849Z] Removing intermediate container 6ff52e07b46b [2021-03-20T17:27:17.849Z] ---> d1732e522c89 [2021-03-20T17:27:17.849Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:27:17.849Z] ---> Running in 9d577dba9fd3 [2021-03-20T17:27:17.849Z] Removing intermediate container 9d577dba9fd3 [2021-03-20T17:27:17.849Z] ---> 31f87ef201d5 [2021-03-20T17:27:17.849Z] Step 5/6 : COPY go.mod . [2021-03-20T17:27:17.849Z] ---> 20f2829621fe [2021-03-20T17:27:17.849Z] Step 6/6 : RUN go mod download [2021-03-20T17:27:17.849Z] ---> Running in 4d0abf47f8eb [2021-03-20T17:27:39.905Z] Removing intermediate container 4d0abf47f8eb [2021-03-20T17:27:39.905Z] ---> bc0eca8df120 [2021-03-20T17:27:39.905Z] Successfully built bc0eca8df120 [2021-03-20T17:27:39.905Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:40.230Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:27:40.230Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:40.360Z] prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container [2021-03-20T17:27:40.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-20T17:27:41.375Z] $ docker top a353f8ea8fdb17bdebf9442f48dfd054b382eba1289d6c39c65dd98d48eaf131 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:27:41.916Z] + go version [2021-03-20T17:27:41.916Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:27:41.936Z] $ docker stop --time=1 a353f8ea8fdb17bdebf9442f48dfd054b382eba1289d6c39c65dd98d48eaf131 [2021-03-20T17:27:43.347Z] $ docker rm -f a353f8ea8fdb17bdebf9442f48dfd054b382eba1289d6c39c65dd98d48eaf131 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:44.159Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:27:44.159Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:44.278Z] prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container [2021-03-20T17:27:44.333Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-20T17:27:45.222Z] $ docker top 2a67f5bb4b13a6be99717de15fdbc16b276c83fd1c81598e9a8b3b790ea0a583 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:27:45.471Z] ========================================================= [2021-03-20T17:27:45.471Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:27:45.471Z] ========================================================= [Pipeline] sh [2021-03-20T17:27:45.769Z] + make test [2021-03-20T17:27:45.769Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:27:55.857Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:28:14.202Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:28:19.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:28:19.574Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:28:19.847Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:28:22.455Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:28:22.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:28:22.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:28:22.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:28:23.045Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:28:24.004Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:28:26.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:28:26.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:28:26.606Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:28:28.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-03-20T17:28:28.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:28:28.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:28:28.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:28:28.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:28:28.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:28:28.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:28:28.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements [2021-03-20T17:28:28.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.116s coverage: 100.0% of statements [2021-03-20T17:28:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:28:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:28:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:28:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:28:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:28:32.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.081s coverage: 78.9% of statements [2021-03-20T17:28:32.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:28:36.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:28:36.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:28:36.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:28:36.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:28:36.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:28:36.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:28:36.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.444s coverage: 92.8% of statements [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:28:38.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-03-20T17:28:38.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-03-20T17:28:50.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-03-20T17:28:50.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-03-20T17:28:52.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.122s coverage: 81.9% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.073s coverage: 92.9% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.6% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 62.4% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 38.4% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 87.1% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:29:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.761s coverage: 29.1% of statements [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:29:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 96.5% of statements [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:29:05.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-20T17:29:05.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-20T17:29:05.311Z] GO111MODULE=on go vet ./... [2021-03-20T17:29:32.148Z] gofmt -l . [2021-03-20T17:29:32.148Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:29:32.148Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:29:32.729Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:29:33.622Z] + ls -al . [2021-03-20T17:29:33.622Z] total 760 [2021-03-20T17:29:33.622Z] drwxrwxr-x 10 1001 1001 4096 Mar 20 17:29 . [2021-03-20T17:29:33.622Z] drwxr-xr-x 4 root root 30 Mar 20 17:27 .. [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:25 .dockerignore [2021-03-20T17:29:33.622Z] drwxrwxr-x 8 1001 1001 179 Mar 20 17:25 .git [2021-03-20T17:29:33.622Z] drwxrwxr-x 3 1001 1001 125 Mar 20 17:25 .github [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:25 .gitignore [2021-03-20T17:29:33.622Z] drwx------ 3 1001 1001 60 Mar 20 17:26 .semver [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:25 .sonarcloud.properties [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:25 Attribution.txt [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:25 CONTRIBUTING.md [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:25 Dockerfile.build [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:25 Jenkinsfile [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:25 LICENSE [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:25 Makefile [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:25 README.md [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:25 SECURITY.md [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:26 VERSION [2021-03-20T17:29:33.622Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:25 ZMQWindows.md [2021-03-20T17:29:33.622Z] drwxrwxr-x 2 1001 1001 117 Mar 20 17:25 bin [2021-03-20T17:29:33.622Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:25 cmd [2021-03-20T17:29:33.622Z] -rw-r--r-- 1 root root 650607 Mar 20 17:29 coverage.out [2021-03-20T17:29:33.623Z] -rw-r--r-- 1 root root 1056 Mar 20 17:29 go.mod [2021-03-20T17:29:33.623Z] -rw-r--r-- 1 root root 22211 Mar 20 17:29 go.sum [2021-03-20T17:29:33.623Z] drwxrwxr-x 8 1001 1001 127 Mar 20 17:25 internal [2021-03-20T17:29:33.623Z] drwxrwxr-x 4 1001 1001 26 Mar 20 17:25 openapi [2021-03-20T17:29:33.623Z] drwxrwxr-x 4 1001 1001 71 Mar 20 17:25 snap [2021-03-20T17:29:33.623Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:25 version.go [Pipeline] sh [2021-03-20T17:29:33.933Z] + '[' -e coverage.out ] [2021-03-20T17:29:33.933Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:29:34.154Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:29:34.449Z] + make build [2021-03-20T17:29:34.449Z] 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-20T17:29:38.678Z] 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-20T17:29:46.904Z] 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-20T17:29:47.490Z] 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-20T17:29:49.433Z] 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-20T17:29:49.433Z] 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-20T17:29:51.364Z] 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-20T17:29:52.756Z] 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-20T17:29:53.712Z] 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-20T17:29:55.111Z] 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-20T17:29:56.062Z] 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-20T17:29:57.013Z] 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-20T17:29:59.611Z] $ docker stop --time=1 2a67f5bb4b13a6be99717de15fdbc16b276c83fd1c81598e9a8b3b790ea0a583 [2021-03-20T17:30:01.348Z] $ docker rm -f 2a67f5bb4b13a6be99717de15fdbc16b276c83fd1c81598e9a8b3b790ea0a583 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:03.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:30:03.417Z] [2021-03-20T17:30:03.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:03.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:30:03.769Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-20T17:30:03.769Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-20T17:30:03.769Z] ca9280d653b3: Pulling fs layer [2021-03-20T17:30:03.769Z] 7e9c9ca2126c: Pulling fs layer [2021-03-20T17:30:04.041Z] cbdbe7a5bc2a: Download complete [2021-03-20T17:30:04.626Z] cbdbe7a5bc2a: Pull complete [2021-03-20T17:30:04.626Z] ca9280d653b3: Download complete [2021-03-20T17:30:05.581Z] 7e9c9ca2126c: Verifying Checksum [2021-03-20T17:30:05.581Z] 7e9c9ca2126c: Download complete [2021-03-20T17:30:05.581Z] ca9280d653b3: Pull complete [2021-03-20T17:30:12.415Z] 7e9c9ca2126c: Pull complete [2021-03-20T17:30:12.415Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-20T17:30:12.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:30:12.415Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-20T17:30:12.594Z] prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container [2021-03-20T17:30:12.659Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-20T17:30:15.715Z] $ docker top c60324f22f4c7e6f6f806e9071ac4418d89ae9af855e66e36e45b9860a30aeca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:30:16.275Z] + docker-compose build --help [2021-03-20T17:30:16.275Z] + grep parallel [2021-03-20T17:30:17.225Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:30:17.241Z] $ docker stop --time=1 c60324f22f4c7e6f6f806e9071ac4418d89ae9af855e66e36e45b9860a30aeca [2021-03-20T17:30:18.660Z] $ docker rm -f c60324f22f4c7e6f6f806e9071ac4418d89ae9af855e66e36e45b9860a30aeca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:19.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:30:19.283Z] . [Pipeline] withDockerContainer [2021-03-20T17:30:19.386Z] prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container [2021-03-20T17:30:19.437Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-20T17:30:20.250Z] $ docker top e9ef3b87f3d5f0dd625bb236f8f83a0da4e14f8f8ac016ed5514dfa20e323566 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:30:21.064Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:30:22.010Z] Building docker-core-command-go ... [2021-03-20T17:30:22.010Z] Building docker-core-data-go ... [2021-03-20T17:30:22.010Z] Building docker-core-metadata-go ... [2021-03-20T17:30:22.010Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:30:22.010Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:30:22.010Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:30:22.010Z] Building docker-support-notifications-go ... [2021-03-20T17:30:22.010Z] Building docker-support-scheduler-go ... [2021-03-20T17:30:22.010Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:30:22.010Z] Building docker-sys-mgmt-agent-go [2021-03-20T17:30:22.010Z] Building docker-core-data-go [2021-03-20T17:30:22.010Z] Building docker-support-scheduler-go [2021-03-20T17:30:22.010Z] Building docker-support-notifications-go [2021-03-20T17:30:22.010Z] Building docker-security-bootstrapper-go [2021-03-20T17:30:54.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:54.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:54.275Z] [2021-03-20T17:30:54.275Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:54.275Z] ---> bc0eca8df120 [2021-03-20T17:30:54.275Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:30:54.275Z] ---> bc0eca8df120 [2021-03-20T17:30:54.275Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:30:54.275Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:54.275Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:54.275Z] ---> bc0eca8df120 [2021-03-20T17:30:54.275Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:30:54.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:54.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:54.551Z] ---> bc0eca8df120 [2021-03-20T17:30:54.551Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:30:54.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:30:54.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:30:54.551Z] ---> bc0eca8df120 [2021-03-20T17:30:54.551Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:30:55.508Z] ---> Running in ed20adf86074 [2021-03-20T17:30:55.508Z] ---> Running in 2ba3bbbb2be1 [2021-03-20T17:30:55.508Z] ---> Running in 60d7f9e177ec [2021-03-20T17:30:55.508Z] ---> Running in 352c57fffa92 [2021-03-20T17:30:55.508Z] ---> Running in ca6b2d2a0b2d [2021-03-20T17:30:55.771Z] Removing intermediate container ed20adf86074 [2021-03-20T17:30:55.771Z] ---> 5e1a149d874f [2021-03-20T17:30:55.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:56.033Z] Removing intermediate container ca6b2d2a0b2d [2021-03-20T17:30:56.033Z] ---> 85f01d4a5edc [2021-03-20T17:30:56.033Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:56.033Z] Removing intermediate container 2ba3bbbb2be1 [2021-03-20T17:30:56.033Z] ---> fdfd74b76c4d [2021-03-20T17:30:56.033Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:56.033Z] Removing intermediate container 352c57fffa92 [2021-03-20T17:30:56.033Z] ---> a5793ca9af6c [2021-03-20T17:30:56.033Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:56.033Z] Removing intermediate container 60d7f9e177ec [2021-03-20T17:30:56.033Z] ---> aff8195dd2ee [2021-03-20T17:30:56.033Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:56.033Z] ---> Running in fd8896805b6f [2021-03-20T17:30:56.033Z] ---> Running in a7c9f14a0705 [2021-03-20T17:30:56.033Z] ---> Running in 5627d06b9f74 [2021-03-20T17:30:56.295Z] ---> Running in 78a73815a38b [2021-03-20T17:30:56.295Z] ---> Running in fe099d5fe8e0 [2021-03-20T17:30:58.242Z] Removing intermediate container fd8896805b6f [2021-03-20T17:30:58.242Z] ---> 641547f63914 [2021-03-20T17:30:58.242Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:30:58.242Z] ---> Running in 38edd726ed12 [2021-03-20T17:30:58.508Z] Removing intermediate container a7c9f14a0705 [2021-03-20T17:30:58.508Z] ---> e674b4fd461a [2021-03-20T17:30:58.508Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:30:58.784Z] ---> Running in bda4ba52b5d5 [2021-03-20T17:30:58.784Z] Removing intermediate container 5627d06b9f74 [2021-03-20T17:30:58.784Z] ---> 9d6705571981 [2021-03-20T17:30:58.784Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:30:58.784Z] Removing intermediate container 78a73815a38b [2021-03-20T17:30:58.784Z] ---> cac01464a4ba [2021-03-20T17:30:58.784Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:30:58.784Z] Removing intermediate container fe099d5fe8e0 [2021-03-20T17:30:58.784Z] ---> e2accd92a0e6 [2021-03-20T17:30:58.784Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:30:59.051Z] ---> Running in 76b2dcb2065a [2021-03-20T17:30:59.051Z] ---> Running in 052178a6bb9c [2021-03-20T17:30:59.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:59.051Z] ---> Running in b3a88d4aa233 [2021-03-20T17:30:59.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:59.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:59.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:59.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:59.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:00.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:00.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:00.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:00.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:31:00.994Z] OK: 233 MiB in 51 packages [2021-03-20T17:31:01.586Z] Removing intermediate container 38edd726ed12 [2021-03-20T17:31:01.586Z] ---> 777a1737a9e8 [2021-03-20T17:31:01.586Z] Step 6/26 : COPY go.mod . [2021-03-20T17:31:01.586Z] OK: 233 MiB in 51 packages [2021-03-20T17:31:01.586Z] OK: 233 MiB in 51 packages [2021-03-20T17:31:01.586Z] OK: 233 MiB in 51 packages [2021-03-20T17:31:01.851Z] ---> 1541bfd56631 [2021-03-20T17:31:01.851Z] Step 7/26 : RUN go mod download [2021-03-20T17:31:01.851Z] ---> Running in 6baef547a515 [2021-03-20T17:31:02.114Z] OK: 233 MiB in 51 packages [2021-03-20T17:31:02.382Z] Removing intermediate container bda4ba52b5d5 [2021-03-20T17:31:02.382Z] ---> 26c70c008aeb [2021-03-20T17:31:02.382Z] Step 6/22 : COPY go.mod . [2021-03-20T17:31:02.649Z] Removing intermediate container 052178a6bb9c [2021-03-20T17:31:02.649Z] ---> 7414df5afa44 [2021-03-20T17:31:02.649Z] Step 6/31 : COPY go.mod . [2021-03-20T17:31:02.924Z] ---> e6bfcd9fda79 [2021-03-20T17:31:02.924Z] Step 7/22 : RUN go mod download [2021-03-20T17:31:02.924Z] Removing intermediate container 76b2dcb2065a [2021-03-20T17:31:02.924Z] ---> 152e64a99c60 [2021-03-20T17:31:02.924Z] Step 6/22 : COPY go.mod . [2021-03-20T17:31:02.924Z] ---> Running in 8f1f8ba6b849 [2021-03-20T17:31:03.198Z] Removing intermediate container b3a88d4aa233 [2021-03-20T17:31:03.198Z] ---> b4832045b28c [2021-03-20T17:31:03.198Z] Step 6/23 : COPY go.mod . [2021-03-20T17:31:03.198Z] ---> f22dc12b1678 [2021-03-20T17:31:03.198Z] Step 7/31 : RUN go mod download [2021-03-20T17:31:03.464Z] ---> Running in 565a05e90a31 [2021-03-20T17:31:03.465Z] ---> d6fe69f5e280 [2021-03-20T17:31:03.465Z] Step 7/22 : RUN go mod download [2021-03-20T17:31:03.465Z] ---> 4cf3f246d501 [2021-03-20T17:31:03.465Z] Step 7/23 : RUN go mod download [2021-03-20T17:31:03.733Z] ---> Running in a350acfcc946 [2021-03-20T17:31:03.733Z] ---> Running in 6ce215f87315 [2021-03-20T17:31:04.688Z] Removing intermediate container 6baef547a515 [2021-03-20T17:31:04.689Z] ---> 42f4db068365 [2021-03-20T17:31:04.689Z] Step 8/26 : COPY . . [2021-03-20T17:31:08.943Z] Removing intermediate container 8f1f8ba6b849 [2021-03-20T17:31:08.943Z] ---> f65d21c78769 [2021-03-20T17:31:08.943Z] Step 8/22 : COPY . . [2021-03-20T17:31:10.355Z] Removing intermediate container 565a05e90a31 [2021-03-20T17:31:10.355Z] ---> 6c9a1c6f19bb [2021-03-20T17:31:10.355Z] Step 8/31 : COPY . . [2021-03-20T17:31:12.927Z] Removing intermediate container a350acfcc946 [2021-03-20T17:31:12.927Z] ---> 33b5bcd303ef [2021-03-20T17:31:12.927Z] Step 8/22 : COPY . . [2021-03-20T17:31:14.865Z] Removing intermediate container 6ce215f87315 [2021-03-20T17:31:14.865Z] ---> b82cbc798d54 [2021-03-20T17:31:14.865Z] Step 8/23 : COPY . . [2021-03-20T17:31:47.335Z] ---> eed210098539 [2021-03-20T17:31:47.335Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:31:48.753Z] ---> 563d4b64acc3 [2021-03-20T17:31:48.753Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:31:48.753Z] ---> Running in 6d69be71bc53 [2021-03-20T17:31:48.753Z] ---> 1a9ce60c996f [2021-03-20T17:31:48.753Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:31:50.147Z] ---> 6f7e22168d35 [2021-03-20T17:31:50.147Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:31:50.721Z] ---> Running in affda0b6b549 [2021-03-20T17:31:50.721Z] ---> Running in f6233fc1ac19 [2021-03-20T17:31:50.721Z] ---> Running in 6c2a0f9b5cb3 [2021-03-20T17:31:52.116Z] ---> 783d5333233d [2021-03-20T17:31:52.116Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:31:52.116Z] 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-20T17:31:52.384Z] ---> Running in 4d8bb160f7df [2021-03-20T17:31:52.662Z] 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-20T17:31:52.931Z] 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-20T17:31:52.931Z] 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-20T17:31:53.200Z] 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-20T17:32:33.370Z] Removing intermediate container 6d69be71bc53 [2021-03-20T17:32:33.370Z] ---> dc1996090e56 [2021-03-20T17:32:33.370Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:32:33.370Z] Removing intermediate container affda0b6b549 [2021-03-20T17:32:33.370Z] ---> b0ded04f29c6 [2021-03-20T17:32:33.370Z] [2021-03-20T17:32:33.370Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:32:33.370Z] 3.12: Pulling from library/alpine [2021-03-20T17:32:33.370Z] ---> Running in 60eebbc43287 [2021-03-20T17:32:33.370Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:32:33.370Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:32:33.370Z] ---> 88dd2752d2ea [2021-03-20T17:32:33.370Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:32:33.370Z] 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-20T17:32:35.354Z] ---> Running in a305b1e73b27 [2021-03-20T17:32:36.309Z] Removing intermediate container f6233fc1ac19 [2021-03-20T17:32:36.309Z] ---> ea272a92e731 [2021-03-20T17:32:36.309Z] [2021-03-20T17:32:36.309Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:32:36.309Z] ---> 88dd2752d2ea [2021-03-20T17:32:36.309Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:32:36.309Z] Removing intermediate container 6c2a0f9b5cb3 [2021-03-20T17:32:36.309Z] ---> f56674737961 [2021-03-20T17:32:36.309Z] [2021-03-20T17:32:36.309Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:32:36.309Z] ---> 88dd2752d2ea [2021-03-20T17:32:36.309Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:32:36.309Z] Removing intermediate container a305b1e73b27 [2021-03-20T17:32:36.309Z] ---> 533567d2d4fe [2021-03-20T17:32:36.309Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:32:36.575Z] ---> Running in 6a3a8dcffad0 [2021-03-20T17:32:36.575Z] ---> Running in c42889267eaa [2021-03-20T17:32:36.575Z] ---> Running in e502f51ad1ad [2021-03-20T17:32:37.994Z] Removing intermediate container 60eebbc43287 [2021-03-20T17:32:37.994Z] ---> b351e2547a91 [2021-03-20T17:32:37.994Z] [2021-03-20T17:32:37.994Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:32:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:38.271Z] 20.10.0: Pulling from library/docker [2021-03-20T17:32:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:38.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:38.535Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:32:38.535Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:38.535Z] OK: 6 MiB in 15 packages [2021-03-20T17:32:38.535Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:32:38.535Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:32:38.535Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:38.535Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:32:38.535Z] OK: 6 MiB in 16 packages [2021-03-20T17:32:39.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:39.112Z] Removing intermediate container 4d8bb160f7df [2021-03-20T17:32:39.112Z] ---> 274af48908fe [2021-03-20T17:32:39.112Z] [2021-03-20T17:32:39.112Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:32:39.112Z] ---> 88dd2752d2ea [2021-03-20T17:32:39.112Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:32:39.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:39.375Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:32:39.375Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:32:39.375Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:39.375Z] OK: 6 MiB in 16 packages [2021-03-20T17:32:40.777Z] ---> Running in a01f2442d6c1 [2021-03-20T17:32:42.198Z] Removing intermediate container a01f2442d6c1 [2021-03-20T17:32:42.198Z] ---> 4eb153711019 [2021-03-20T17:32:42.198Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:32:42.468Z] Removing intermediate container c42889267eaa [2021-03-20T17:32:42.468Z] ---> efdd0646a4ed [2021-03-20T17:32:42.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:32:42.468Z] Removing intermediate container 6a3a8dcffad0 [2021-03-20T17:32:42.468Z] ---> ed1cef77136c [2021-03-20T17:32:42.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:32:42.735Z] Removing intermediate container e502f51ad1ad [2021-03-20T17:32:42.735Z] ---> a2b7339835d4 [2021-03-20T17:32:42.735Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:32:42.735Z] ---> Running in 40c02303921b [2021-03-20T17:32:42.735Z] ---> Running in 9d80f729ed35 [2021-03-20T17:32:42.735Z] ---> Running in ba8abf78062c [2021-03-20T17:32:42.735Z] ---> Running in 4b7195c2435b [2021-03-20T17:32:43.001Z] Removing intermediate container 9d80f729ed35 [2021-03-20T17:32:43.001Z] ---> 77941b999227 [2021-03-20T17:32:43.001Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:32:43.001Z] Removing intermediate container 40c02303921b [2021-03-20T17:32:43.001Z] ---> 02e79e3cd695 [2021-03-20T17:32:43.001Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:32:43.001Z] Removing intermediate container ba8abf78062c [2021-03-20T17:32:43.001Z] ---> f8f0f99511a2 [2021-03-20T17:32:43.001Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:32:43.001Z] Removing intermediate container 4b7195c2435b [2021-03-20T17:32:43.001Z] ---> 5d9ae334ac06 [2021-03-20T17:32:43.001Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:32:43.267Z] ---> Running in 7a29020b2e40 [2021-03-20T17:32:43.267Z] ---> Running in 406667de94e3 [2021-03-20T17:32:43.267Z] ---> Running in 1940ffb9adce [2021-03-20T17:32:43.267Z] ---> Running in ba2d02b8e0b8 [2021-03-20T17:32:43.532Z] Removing intermediate container 7a29020b2e40 [2021-03-20T17:32:43.532Z] ---> 6a0ce83c0c5e [2021-03-20T17:32:43.532Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:32:43.532Z] ---> Running in 3ded9985a0b1 [2021-03-20T17:32:43.532Z] Removing intermediate container 1940ffb9adce [2021-03-20T17:32:43.532Z] ---> c142d1a318a9 [2021-03-20T17:32:43.532Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:32:43.794Z] Removing intermediate container 406667de94e3 [2021-03-20T17:32:43.794Z] ---> 117aec10a430 [2021-03-20T17:32:43.794Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:32:43.794Z] Removing intermediate container ba2d02b8e0b8 [2021-03-20T17:32:43.794Z] ---> 4ba0dc5b2109 [2021-03-20T17:32:43.794Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:32:44.369Z] ---> Running in 995c337f30ff [2021-03-20T17:32:44.637Z] ---> Running in 542cb6e95800 [2021-03-20T17:32:44.637Z] ---> Running in acdd613b27a0 [2021-03-20T17:32:44.637Z] Removing intermediate container 3ded9985a0b1 [2021-03-20T17:32:44.637Z] ---> 94fe6c67226e [2021-03-20T17:32:44.637Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:32:44.900Z] Removing intermediate container 995c337f30ff [2021-03-20T17:32:44.900Z] ---> 96b68b15c1d6 [2021-03-20T17:32:44.900Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:32:45.487Z] ---> ea3e3dd42b23 [2021-03-20T17:32:45.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:32:45.487Z] ---> 1d475f3b76e2 [2021-03-20T17:32:45.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:32:45.752Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:32:45.752Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:32:45.752Z] ---> aefe523efa57 [2021-03-20T17:32:45.752Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:32:46.018Z] ---> Running in 14b633a82c5a [2021-03-20T17:32:46.018Z] ---> fe50dbd47a4a [2021-03-20T17:32:46.018Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:32:46.281Z] ---> 0bb9d0065f8f [2021-03-20T17:32:46.281Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:32:46.543Z] Removing intermediate container acdd613b27a0 [2021-03-20T17:32:46.543Z] ---> 2cd643780931 [2021-03-20T17:32:46.543Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:32:46.543Z] ---> 7c1c4983ccff [2021-03-20T17:32:46.543Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:32:46.810Z] ---> 0bde009ba172 [2021-03-20T17:32:46.810Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:32:46.810Z] ---> Running in 9f949e908e6f [2021-03-20T17:32:46.810Z] ---> Running in e068c9bb1f45 [2021-03-20T17:32:46.810Z] ---> Running in ac86fcda3832 [2021-03-20T17:32:46.810Z] Removing intermediate container 542cb6e95800 [2021-03-20T17:32:46.810Z] ---> eeaaa24c51da [2021-03-20T17:32:46.810Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:32:47.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:47.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:47.075Z] ---> Running in b66c742adf99 [2021-03-20T17:32:47.075Z] Removing intermediate container 9f949e908e6f [2021-03-20T17:32:47.075Z] ---> 5c0f91edb2dc [2021-03-20T17:32:47.075Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:32:47.075Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:32:47.075Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:32:47.338Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:32:47.338Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:47.338Z] OK: 12 MiB in 22 packages [2021-03-20T17:32:47.338Z] Removing intermediate container e068c9bb1f45 [2021-03-20T17:32:47.338Z] ---> 1d2dc707b481 [2021-03-20T17:32:47.338Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:32:47.338Z] Removing intermediate container ac86fcda3832 [2021-03-20T17:32:47.338Z] ---> 8a9b63c5207b [2021-03-20T17:32:47.338Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:32:47.924Z] ---> Running in 4122f181ad98 [2021-03-20T17:32:47.924Z] ---> Running in c6efe2272943 [2021-03-20T17:32:48.187Z] ---> 6b368116f64a [2021-03-20T17:32:48.187Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:32:48.187Z] ---> Running in 3be6dec5ca72 [2021-03-20T17:32:48.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:48.717Z] Removing intermediate container 4122f181ad98 [2021-03-20T17:32:48.717Z] ---> 8da7c3309ec9 [2021-03-20T17:32:48.717Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:32:48.717Z] Removing intermediate container c6efe2272943 [2021-03-20T17:32:48.717Z] ---> 158cb52708ca [2021-03-20T17:32:48.717Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:32:48.717Z] Removing intermediate container 14b633a82c5a [2021-03-20T17:32:48.717Z] ---> 7fcfbb5bbf9a [2021-03-20T17:32:48.717Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:32:48.717Z] ---> Running in 773e446207a6 [2021-03-20T17:32:48.984Z] ---> Running in 6a2afa049127 [2021-03-20T17:32:48.984Z] ---> Running in 4537f5dfcdc9 [2021-03-20T17:32:48.984Z] Removing intermediate container 773e446207a6 [2021-03-20T17:32:48.984Z] ---> 07dbac1ffee2 [2021-03-20T17:32:48.984Z] Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:32:48.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:32:49.246Z] Removing intermediate container 4537f5dfcdc9 [2021-03-20T17:32:49.246Z] ---> d1374c3c994e [2021-03-20T17:32:49.246Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:32:49.246Z] ---> Running in c205a98f9c30 [2021-03-20T17:32:49.246Z] Removing intermediate container 6a2afa049127 [2021-03-20T17:32:49.246Z] ---> 1c86f6604f23 [2021-03-20T17:32:49.246Z] Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:32:49.510Z] ---> Running in 25e4f8a93b0c [2021-03-20T17:32:49.510Z] ---> Running in 297245bfecba [2021-03-20T17:32:49.510Z] Removing intermediate container c205a98f9c30 [2021-03-20T17:32:49.510Z] ---> e0e2e4582774 [2021-03-20T17:32:49.510Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:32:49.773Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:32:49.773Z] ---> Running in 43f0e85a8c06 [2021-03-20T17:32:49.773Z] Removing intermediate container 25e4f8a93b0c [2021-03-20T17:32:49.773Z] ---> 01575a6f2131 [2021-03-20T17:32:49.773Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:32:49.773Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:32:49.773Z] Removing intermediate container 297245bfecba [2021-03-20T17:32:49.773Z] ---> 29574004acf9 [2021-03-20T17:32:49.773Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:32:49.773Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:32:50.037Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:32:50.038Z] ---> Running in fb0fed024057 [2021-03-20T17:32:50.038Z] ---> Running in 7249df6df3d3 [2021-03-20T17:32:50.038Z] Removing intermediate container 3be6dec5ca72 [2021-03-20T17:32:50.038Z] ---> eedf5c0e74bb [2021-03-20T17:32:50.038Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:32:50.038Z] Removing intermediate container 43f0e85a8c06 [2021-03-20T17:32:50.038Z] ---> d95348b8e77e [2021-03-20T17:32:50.038Z] [2021-03-20T17:32:50.302Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:32:50.302Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:32:50.569Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:50.569Z] OK: 8 MiB in 20 packages [2021-03-20T17:32:50.569Z] Removing intermediate container fb0fed024057 [2021-03-20T17:32:50.569Z] ---> fd2587ec0a63 [2021-03-20T17:32:50.569Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:32:50.569Z] Successfully built d95348b8e77e [2021-03-20T17:32:50.569Z] Removing intermediate container 7249df6df3d3 [2021-03-20T17:32:50.569Z] ---> 67781362a6e1 [2021-03-20T17:32:50.569Z] [2021-03-20T17:32:50.569Z] Successfully tagged docker-support-notifications-go:latest [2021-03-20T17:32:50.569Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-20T17:32:50.569Z] ---> 4eeb45812388 [2021-03-20T17:32:50.569Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:32:50.835Z] Successfully built 67781362a6e1 [2021-03-20T17:32:50.835Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-20T17:32:50.835Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-20T17:32:52.237Z] ---> 09db1b3cb8b3 [2021-03-20T17:32:52.237Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:32:52.237Z] Removing intermediate container b66c742adf99 [2021-03-20T17:32:52.237Z] ---> f7b70550878f [2021-03-20T17:32:52.237Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:32:52.237Z] ---> d56f8856072f [2021-03-20T17:32:52.237Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:32:54.801Z] ---> baeededa764e [2021-03-20T17:32:54.801Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:32:54.801Z] ---> f66a76dc3e84 [2021-03-20T17:32:54.801Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:32:54.801Z] ---> 3a0e131530f5 [2021-03-20T17:32:54.801Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:32:57.401Z] ---> 14fd695f7e84 [2021-03-20T17:32:57.401Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:32:57.401Z] ---> fff6a45f56db [2021-03-20T17:32:57.401Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:32:57.401Z] ---> ddb906dc2909 [2021-03-20T17:32:57.401Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:32:59.330Z] ---> Running in 6191e670c9cb [2021-03-20T17:32:59.330Z] ---> a98c93ed73df [2021-03-20T17:32:59.330Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:32:59.330Z] ---> 418e90e1548d [2021-03-20T17:32:59.330Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:32:59.919Z] ---> Running in c67c12bd525a [2021-03-20T17:33:00.501Z] ---> Running in 614e1332e0c7 [2021-03-20T17:33:01.465Z] Removing intermediate container c67c12bd525a [2021-03-20T17:33:01.465Z] ---> 76d3e3770500 [2021-03-20T17:33:01.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:33:01.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:02.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:02.008Z] Removing intermediate container 614e1332e0c7 [2021-03-20T17:33:02.008Z] ---> 432ae90e99c8 [2021-03-20T17:33:02.008Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:33:02.008Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:33:02.009Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:33:02.009Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:33:02.288Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:33:02.288Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:33:02.288Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:33:02.288Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:33:02.288Z] ---> Running in 7c3833e6cb28 [2021-03-20T17:33:07.640Z] Removing intermediate container 7c3833e6cb28 [2021-03-20T17:33:07.640Z] ---> 25d6b2a2ac88 [2021-03-20T17:33:07.640Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:33:09.050Z] ---> 32adb4e7e550 [2021-03-20T17:33:09.051Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:33:09.643Z] ---> Running in f9ea66824dfc [2021-03-20T17:33:10.596Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:33:10.596Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:33:10.596Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:33:10.596Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:33:10.596Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:33:10.859Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:33:10.859Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:33:11.435Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:33:12.012Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:12.012Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:12.012Z] ---> bc0eca8df120 [2021-03-20T17:33:12.012Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:33:12.012Z] ---> Using cache [2021-03-20T17:33:12.012Z] ---> aff8195dd2ee [2021-03-20T17:33:12.012Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:12.012Z] ---> Using cache [2021-03-20T17:33:12.012Z] ---> e2accd92a0e6 [2021-03-20T17:33:12.012Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:33:12.012Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:12.012Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:12.012Z] ---> bc0eca8df120 [2021-03-20T17:33:12.012Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:33:12.012Z] ---> Using cache [2021-03-20T17:33:12.012Z] ---> aff8195dd2ee [2021-03-20T17:33:12.012Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:12.012Z] ---> Using cache [2021-03-20T17:33:12.012Z] ---> e2accd92a0e6 [2021-03-20T17:33:12.012Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:33:12.275Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:33:13.224Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:33:13.224Z] ---> Running in 304f82d8c146 [2021-03-20T17:33:13.224Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:33:13.224Z] Removing intermediate container f9ea66824dfc [2021-03-20T17:33:13.224Z] ---> f913bc760abc [2021-03-20T17:33:13.224Z] Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:33:13.224Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:33:13.489Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:33:13.751Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:33:13.751Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:33:13.751Z] ---> Running in 8bef1e2c8ba2 [2021-03-20T17:33:13.751Z] ---> Running in 06d6ce379d0f [2021-03-20T17:33:14.021Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:33:14.021Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:33:14.021Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:33:14.021Z] ---> Running in d287b463d522 [2021-03-20T17:33:14.021Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:33:14.021Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:33:14.021Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:33:14.021Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:33:14.021Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:33:14.021Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:33:14.021Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:33:14.295Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:33:14.295Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:33:14.295Z] OK: 71 MiB in 55 packages [2021-03-20T17:33:15.254Z] Removing intermediate container d287b463d522 [2021-03-20T17:33:15.254Z] ---> 57f662166d9e [2021-03-20T17:33:15.254Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:33:15.254Z] ---> Running in 56a04a1c6c89 [2021-03-20T17:33:15.518Z] Removing intermediate container 56a04a1c6c89 [2021-03-20T17:33:15.518Z] ---> aedf57d28bb2 [2021-03-20T17:33:15.518Z] [2021-03-20T17:33:15.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:15.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:15.781Z] Successfully built aedf57d28bb2 [2021-03-20T17:33:15.781Z] Successfully tagged docker-core-data-go:latest [2021-03-20T17:33:15.781Z] Building docker-security-proxy-setup-go [2021-03-20T17:33:16.356Z]  Building docker-core-data-go ... done Removing intermediate container 304f82d8c146 [2021-03-20T17:33:16.356Z] ---> 7a468e057dbc [2021-03-20T17:33:16.356Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:33:16.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:16.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:17.327Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:17.327Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:18.571Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30745 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-20T17:33:18.636Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-03-20T17:33:22.666Z] ---> Running in a557fbbf30ec [2021-03-20T17:33:24.128Z] using credential edgex-jenkins-ssh [2021-03-20T17:33:24.187Z] Cloning the remote Git repository [2021-03-20T17:33:24.253Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:33:24.370Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-03-20T17:33:24.453Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:33:24.454Z] > git --version # timeout=10 [2021-03-20T17:33:24.473Z] > git --version # 'git version 2.17.1' [2021-03-20T17:33:24.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:33:24.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:33:26.007Z] Removing intermediate container a557fbbf30ec [2021-03-20T17:33:26.007Z] ---> cb14ed365604 [2021-03-20T17:33:26.007Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:33:27.961Z] Removing intermediate container 06d6ce379d0f [2021-03-20T17:33:27.961Z] ---> eff3dfd4f540 [2021-03-20T17:33:27.961Z] Step 6/24 : COPY go.mod . [2021-03-20T17:33:27.961Z] Removing intermediate container 8bef1e2c8ba2 [2021-03-20T17:33:27.961Z] ---> 02d3589def59 [2021-03-20T17:33:27.961Z] Step 6/23 : COPY go.mod . [2021-03-20T17:33:30.572Z] ---> Running in 36d5ed634204 [2021-03-20T17:33:30.572Z] ---> ce925aaf0c9a [2021-03-20T17:33:30.572Z] Step 7/24 : RUN go mod download [2021-03-20T17:33:31.972Z] ---> 0397e2e28b3a [2021-03-20T17:33:31.972Z] Step 7/23 : RUN go mod download [2021-03-20T17:33:31.972Z] Removing intermediate container 6191e670c9cb [2021-03-20T17:33:31.972Z] ---> 3357ecb6e9dd [2021-03-20T17:33:31.972Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:33:31.972Z] Removing intermediate container 36d5ed634204 [2021-03-20T17:33:31.972Z] ---> 43715cde7509 [2021-03-20T17:33:31.972Z] Step 29/31 : LABEL arch=x86_64 [2021-03-20T17:33:31.972Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:31.972Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:31.972Z] ---> bc0eca8df120 [2021-03-20T17:33:31.972Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:33:31.972Z] ---> Using cache [2021-03-20T17:33:31.972Z] ---> aff8195dd2ee [2021-03-20T17:33:31.972Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:31.972Z] ---> Using cache [2021-03-20T17:33:31.972Z] ---> e2accd92a0e6 [2021-03-20T17:33:31.972Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:33:31.972Z] ---> Using cache [2021-03-20T17:33:31.972Z] ---> 02d3589def59 [2021-03-20T17:33:31.972Z] Step 6/21 : COPY go.mod . [2021-03-20T17:33:31.972Z] ---> Using cache [2021-03-20T17:33:31.972Z] ---> 0397e2e28b3a [2021-03-20T17:33:31.972Z] Step 7/21 : RUN go mod download [2021-03-20T17:33:32.919Z] ---> Running in c0837775be6d [2021-03-20T17:33:33.251Z] ---> Running in 466bc7d2a598 [2021-03-20T17:33:33.251Z] ---> Running in 83e6cc0dc39b [2021-03-20T17:33:33.251Z] ---> Running in 7589ba136290 [2021-03-20T17:33:33.251Z] ---> Running in 556c9c79df85 [2021-03-20T17:33:33.958Z] Removing intermediate container 556c9c79df85 [2021-03-20T17:33:33.958Z] ---> f1943b46fd9c [2021-03-20T17:33:33.958Z] Step 30/31 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:33:34.238Z] ---> Running in 13ca999f3d2e [2021-03-20T17:33:34.543Z] Removing intermediate container 13ca999f3d2e [2021-03-20T17:33:34.543Z] ---> 12304c053a02 [2021-03-20T17:33:34.543Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:33:34.909Z] ---> Running in 981e23bce93d [2021-03-20T17:33:34.909Z] Removing intermediate container 981e23bce93d [2021-03-20T17:33:34.909Z] ---> 9b804ab71867 [2021-03-20T17:33:34.909Z] [2021-03-20T17:33:35.177Z] Successfully built 9b804ab71867 [2021-03-20T17:33:35.177Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-20T17:33:35.177Z] Building docker-core-metadata-go [2021-03-20T17:33:36.130Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 7589ba136290 [2021-03-20T17:33:36.130Z] ---> a6baa41a30e7 [2021-03-20T17:33:36.130Z] Step 8/23 : COPY . . [2021-03-20T17:33:36.396Z] Removing intermediate container c0837775be6d [2021-03-20T17:33:36.396Z] ---> e2e44520efc7 [2021-03-20T17:33:36.396Z] Step 8/24 : COPY . . [2021-03-20T17:33:36.396Z] Removing intermediate container 466bc7d2a598 [2021-03-20T17:33:36.396Z] ---> 0c59c9522010 [2021-03-20T17:33:36.396Z] Step 8/21 : COPY . . [2021-03-20T17:33:40.595Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:33:40.613Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:33:40.690Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:33:40.738Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:33:40.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:33:40.756Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:33:41.473Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:33:41.789Z] Collecting docker-compose==1.23.2 [2021-03-20T17:33:41.789Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:33:41.790Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:33:41.790Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:33:42.073Z] Merge succeeded, producing cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:33:42.074Z] Checking out Revision cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 (PR-3234) [2021-03-20T17:33:41.500Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:33:41.517Z] > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 [2021-03-20T17:33:41.877Z] > git remote # timeout=10 [2021-03-20T17:33:41.904Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:33:41.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:33:41.985Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-20T17:33:42.032Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:33:42.084Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:33:42.119Z] > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 [2021-03-20T17:33:46.855Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-03-20T17:33:47.158Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:33:47.158Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-03-20T17:33:47.431Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:33:47.431Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:33:48.018Z] 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-20T17:33:48.471Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:33:48.970Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:33:48.970Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:33:48.975Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:33:49.329Z] + sudo service docker restart [2021-03-20T17:33:49.329Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:33:52.031Z] provisioning config files... [2021-03-20T17:33:52.087Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config3280615042043700968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:33:52.499Z] ---> docker-login.sh [2021-03-20T17:33:52.499Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:33:53.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:33:53.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:33:53.768Z] Configure a credential helper to remove this warning. See [2021-03-20T17:33:53.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:33:53.768Z] [2021-03-20T17:33:53.768Z] Login Succeeded [2021-03-20T17:33:53.768Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:33:54.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:33:54.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:33:54.368Z] Configure a credential helper to remove this warning. See [2021-03-20T17:33:54.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:33:54.368Z] [2021-03-20T17:33:54.368Z] Login Succeeded [2021-03-20T17:33:54.368Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:33:54.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:33:54.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:33:54.973Z] Configure a credential helper to remove this warning. See [2021-03-20T17:33:54.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:33:54.973Z] [2021-03-20T17:33:54.973Z] Login Succeeded [2021-03-20T17:33:54.973Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:33:55.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:33:55.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:33:55.576Z] Configure a credential helper to remove this warning. See [2021-03-20T17:33:55.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:33:55.576Z] [2021-03-20T17:33:55.576Z] Login Succeeded [2021-03-20T17:33:55.576Z] docker.io [2021-03-20T17:33:55.647Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:33:55.647Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:33:56.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:33:56.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:33:56.448Z] Configure a credential helper to remove this warning. See [2021-03-20T17:33:56.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:33:56.448Z] [2021-03-20T17:33:56.448Z] Login Succeeded [2021-03-20T17:33:56.448Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:33:56.466Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-20T17:33:57.000Z] ========================================================= [2021-03-20T17:33:57.000Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-20T17:33:57.000Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:33:57.070Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:33:57.070Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:33:57.397Z] + 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-20T17:33:59.742Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:33:59.742Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:34:00.011Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:34:00.011Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:34:00.066Z] Sending build context to Docker daemon 166.8MB [2021-03-20T17:34:00.066Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:00.066Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:34:00.066Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-20T17:34:00.066Z] 5f621e34cdf4: Pulling fs layer [2021-03-20T17:34:00.066Z] a4357932f1b6: Pulling fs layer [2021-03-20T17:34:00.066Z] 18c013af1878: Pulling fs layer [2021-03-20T17:34:00.066Z] 00ac8860ef70: Pulling fs layer [2021-03-20T17:34:00.066Z] 63d7cb157983: Pulling fs layer [2021-03-20T17:34:00.066Z] b116817d02f9: Pulling fs layer [2021-03-20T17:34:00.066Z] 745a02a5169b: Pulling fs layer [2021-03-20T17:34:00.066Z] 00ac8860ef70: Waiting [2021-03-20T17:34:00.066Z] 63d7cb157983: Waiting [2021-03-20T17:34:00.066Z] b116817d02f9: Waiting [2021-03-20T17:34:00.066Z] 745a02a5169b: Waiting [2021-03-20T17:34:00.066Z] 18c013af1878: Verifying Checksum [2021-03-20T17:34:00.066Z] 18c013af1878: Download complete [2021-03-20T17:34:00.066Z] a4357932f1b6: Verifying Checksum [2021-03-20T17:34:00.066Z] 63d7cb157983: Download complete [2021-03-20T17:34:00.674Z] b116817d02f9: Verifying Checksum [2021-03-20T17:34:00.674Z] b116817d02f9: Download complete [2021-03-20T17:34:00.674Z] 5f621e34cdf4: Verifying Checksum [2021-03-20T17:34:00.674Z] 5f621e34cdf4: Download complete [2021-03-20T17:34:01.289Z] 5f621e34cdf4: Pull complete [2021-03-20T17:34:01.918Z] a4357932f1b6: Pull complete [2021-03-20T17:34:02.194Z] 18c013af1878: Pull complete [2021-03-20T17:34:03.186Z] 745a02a5169b: Verifying Checksum [2021-03-20T17:34:03.186Z] 745a02a5169b: Download complete [2021-03-20T17:34:04.185Z] 00ac8860ef70: Verifying Checksum [2021-03-20T17:34:04.185Z] 00ac8860ef70: Download complete [2021-03-20T17:34:05.365Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:34:05.365Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:34:05.365Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:05.365Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:34:05.365Z] ---> bc0eca8df120 [2021-03-20T17:34:05.365Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:34:05.365Z] ---> Using cache [2021-03-20T17:34:05.365Z] ---> aff8195dd2ee [2021-03-20T17:34:05.365Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:05.365Z] ---> Using cache [2021-03-20T17:34:05.365Z] ---> e2accd92a0e6 [2021-03-20T17:34:05.365Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:34:05.365Z] ---> Using cache [2021-03-20T17:34:05.365Z] ---> 02d3589def59 [2021-03-20T17:34:05.365Z] Step 6/23 : COPY go.mod . [2021-03-20T17:34:05.365Z] ---> Using cache [2021-03-20T17:34:05.365Z] ---> 0397e2e28b3a [2021-03-20T17:34:05.365Z] Step 7/23 : RUN go mod download [2021-03-20T17:34:05.365Z] 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-20T17:34:05.365Z] ---> Using cache [2021-03-20T17:34:05.365Z] ---> 0c59c9522010 [2021-03-20T17:34:05.365Z] Step 8/23 : COPY . . [2021-03-20T17:34:05.365Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:34:05.365Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:34:05.365Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:34:05.365Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:34:05.640Z] 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-20T17:34:06.224Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:34:06.224Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:34:07.175Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:34:07.175Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:34:07.175Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:34:07.175Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:34:08.574Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, texttable, docopt, cached-property, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-03-20T17:34:08.574Z] Running setup.py install for dockerpty: started [2021-03-20T17:34:11.927Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:34:12.193Z] Attempting uninstall: idna [2021-03-20T17:34:12.193Z] Found existing installation: idna 2.9 [2021-03-20T17:34:12.193Z] Uninstalling idna-2.9: [2021-03-20T17:34:13.587Z] Successfully uninstalled idna-2.9 [2021-03-20T17:34:14.365Z] 00ac8860ef70: Pull complete [2021-03-20T17:34:14.365Z] 63d7cb157983: Pull complete [2021-03-20T17:34:14.535Z] ---> 952521b702b0 [2021-03-20T17:34:14.535Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:34:14.535Z] ---> 8b65325cded3 [2021-03-20T17:34:14.535Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:34:14.640Z] b116817d02f9: Pull complete [2021-03-20T17:34:14.798Z] Attempting uninstall: urllib3 [2021-03-20T17:34:14.798Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:34:14.798Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:34:14.798Z] ---> 10de9319cd37 [2021-03-20T17:34:14.798Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:34:14.798Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:34:16.213Z] ---> Running in 8be4f0f3e6e8 [2021-03-20T17:34:16.213Z] ---> Running in 79fcff578a0b [2021-03-20T17:34:16.213Z] Attempting uninstall: requests [2021-03-20T17:34:16.213Z] Found existing installation: requests 2.23.0 [2021-03-20T17:34:16.213Z] Uninstalling requests-2.23.0: [2021-03-20T17:34:16.213Z] ---> Running in 14c490c9d12c [2021-03-20T17:34:16.213Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:34:16.213Z] Running setup.py install for texttable: started [2021-03-20T17:34:18.086Z] 745a02a5169b: Pull complete [2021-03-20T17:34:18.086Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-20T17:34:18.349Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:34:18.349Z] Running setup.py install for docopt: started [2021-03-20T17:34:18.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-20T17:34:18.362Z] ---> b7e6874047d6 [2021-03-20T17:34:18.362Z] 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-20T17:34:18.934Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:34:19.206Z] 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-20T17:34:19.206Z] 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-20T17:34:19.206Z] 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-20T17:34:19.479Z] Running setup.py install for PyYAML: started [2021-03-20T17:34:20.447Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:34:21.762Z] ---> Running in a9034c53c33f [2021-03-20T17:34:23.074Z] 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-20T17:34:23.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:34:24.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:34:28.082Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:34:28.678Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:34:28.678Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:34:28.949Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:34:29.766Z] ---> 656f7e0c38d0 [2021-03-20T17:34:29.767Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:34:29.767Z] ---> Running in 1c4321be395c [2021-03-20T17:34:30.034Z] Removing intermediate container 83e6cc0dc39b [2021-03-20T17:34:30.034Z] ---> c8ba42ed2656 [2021-03-20T17:34:30.034Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:34:30.304Z] ---> Running in f107666d7bad [2021-03-20T17:34:31.279Z] 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-20T17:34:31.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:31.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:31.819Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:34:31.819Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:34:31.819Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:34:31.819Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:34:31.819Z] OK: 72 MiB in 58 packages [2021-03-20T17:34:33.256Z] Removing intermediate container f107666d7bad [2021-03-20T17:34:33.256Z] ---> 3176102ea802 [2021-03-20T17:34:33.256Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:34:33.256Z] ---> Running in 0c491c21be33 [2021-03-20T17:34:33.525Z] Removing intermediate container 0c491c21be33 [2021-03-20T17:34:33.525Z] ---> 5d1abb468e3f [2021-03-20T17:34:33.525Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:34:33.797Z] ---> Running in 2db9b0f316e7 [2021-03-20T17:34:34.070Z] Removing intermediate container 2db9b0f316e7 [2021-03-20T17:34:34.070Z] ---> 6c60de882833 [2021-03-20T17:34:34.070Z] Step 24/26 : LABEL arch=x86_64 [2021-03-20T17:34:34.070Z] ---> Running in 98607637a64f [2021-03-20T17:34:34.340Z] Removing intermediate container 98607637a64f [2021-03-20T17:34:34.340Z] ---> 87d2a7a8a9d6 [2021-03-20T17:34:34.340Z] Step 25/26 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:34:34.340Z] ---> Running in 2b8503a85fc9 [2021-03-20T17:34:34.612Z] Removing intermediate container 2b8503a85fc9 [2021-03-20T17:34:34.612Z] ---> 8f736a26d6b8 [2021-03-20T17:34:34.612Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:34:34.884Z] ---> Running in fb3e71680e3a [2021-03-20T17:34:35.154Z] Removing intermediate container fb3e71680e3a [2021-03-20T17:34:35.154Z] ---> 897a1316cf53 [2021-03-20T17:34:35.154Z] [2021-03-20T17:34:35.154Z] Successfully built 897a1316cf53 [2021-03-20T17:34:35.423Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-20T17:34:41.315Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:34:41.315Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:34:41.315Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:34:41.315Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:34:41.315Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:34:41.315Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:34:41.315Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:34:41.315Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:34:41.315Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:34:41.315Z] OK: 217 MiB in 51 packages [2021-03-20T17:34:43.667Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-20T17:34:44.255Z] 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-20T17:34:44.726Z] Removing intermediate container a9034c53c33f [2021-03-20T17:34:44.726Z] ---> 1d0ca4997cad [2021-03-20T17:34:44.726Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:34:45.001Z] ---> Running in b5371496db07 [2021-03-20T17:34:45.604Z] Removing intermediate container b5371496db07 [2021-03-20T17:34:45.604Z] ---> cfa82e867591 [2021-03-20T17:34:45.604Z] Step 5/6 : COPY go.mod . [2021-03-20T17:34:46.213Z] ---> 7fa15ebdb962 [2021-03-20T17:34:46.213Z] Step 6/6 : RUN go mod download [2021-03-20T17:34:46.213Z] ---> Running in c0fdd3f7f599 [2021-03-20T17:34:52.656Z] Removing intermediate container 14c490c9d12c [2021-03-20T17:34:52.656Z] ---> 5d295bd3da6e [2021-03-20T17:34:52.656Z] [2021-03-20T17:34:52.656Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:34:52.656Z] ---> 88dd2752d2ea [2021-03-20T17:34:52.656Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:34:54.582Z] Removing intermediate container 8be4f0f3e6e8 [2021-03-20T17:34:54.582Z] ---> 0ab8a916b0da [2021-03-20T17:34:54.582Z] [2021-03-20T17:34:54.582Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:34:54.582Z] ---> 88dd2752d2ea [2021-03-20T17:34:54.582Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:34:54.582Z] ---> Using cache [2021-03-20T17:34:54.582Z] ---> ed1cef77136c [2021-03-20T17:34:54.582Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:34:54.582Z] ---> Using cache [2021-03-20T17:34:54.582Z] ---> f8f0f99511a2 [2021-03-20T17:34:54.582Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:34:54.848Z] Removing intermediate container 79fcff578a0b [2021-03-20T17:34:54.848Z] ---> e9b142f88ddb [2021-03-20T17:34:54.848Z] [2021-03-20T17:34:54.848Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:34:54.848Z] ---> 88dd2752d2ea [2021-03-20T17:34:54.848Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:34:54.848Z] ---> Running in 9d6b51060c7b [2021-03-20T17:34:55.125Z] ---> Running in 3fa3706e8f9b [2021-03-20T17:34:55.125Z] ---> Running in 196c59c89752 [2021-03-20T17:34:55.715Z] Removing intermediate container 3fa3706e8f9b [2021-03-20T17:34:55.715Z] ---> 39c123dde1dd [2021-03-20T17:34:55.715Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:34:55.715Z] ---> Running in 17faa7e36675 [2021-03-20T17:34:55.989Z] Removing intermediate container 17faa7e36675 [2021-03-20T17:34:55.989Z] ---> 85540883da2a [2021-03-20T17:34:55.989Z] Step 15/23 : WORKDIR / [2021-03-20T17:34:56.275Z] ---> Running in afc02cb234e4 [2021-03-20T17:34:56.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:56.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:56.539Z] Removing intermediate container afc02cb234e4 [2021-03-20T17:34:56.539Z] ---> d61d62484c1c [2021-03-20T17:34:56.539Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:34:56.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:56.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:56.539Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:34:56.539Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:34:56.539Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:34:56.802Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:34:56.802Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:34:56.802Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:34:56.802Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:34:56.802Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:34:56.802Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:34:56.802Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:34:56.802Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:34:56.802Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:34:56.802Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:34:57.382Z] OK: 7 MiB in 18 packages [2021-03-20T17:34:57.382Z] OK: 7 MiB in 19 packages [2021-03-20T17:34:57.382Z] ---> c8c2b9ace677 [2021-03-20T17:34:57.382Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:35:00.698Z] Removing intermediate container 196c59c89752 [2021-03-20T17:35:00.698Z] ---> 04bc7c2aa670 [2021-03-20T17:35:00.698Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:35:00.698Z] ---> db96b8c60f4f [2021-03-20T17:35:00.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:35:00.698Z] Removing intermediate container 9d6b51060c7b [2021-03-20T17:35:00.698Z] ---> d3f6f5727962 [2021-03-20T17:35:00.698Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:35:00.698Z] ---> Running in 5bf3568a1cce [2021-03-20T17:35:00.698Z] ---> Running in 0625b640b150 [2021-03-20T17:35:00.698Z] Removing intermediate container 1c4321be395c [2021-03-20T17:35:00.698Z] ---> a79d0f5c4d19 [2021-03-20T17:35:00.698Z] [2021-03-20T17:35:00.698Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:35:00.698Z] ---> 88dd2752d2ea [2021-03-20T17:35:00.698Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:35:00.698Z] ---> Using cache [2021-03-20T17:35:00.698Z] ---> ed1cef77136c [2021-03-20T17:35:00.698Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:35:00.698Z] ---> Using cache [2021-03-20T17:35:00.698Z] ---> f8f0f99511a2 [2021-03-20T17:35:00.698Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:35:00.698Z] ---> Running in 46b35d68939c [2021-03-20T17:35:00.698Z] ---> 26159f6ee961 [2021-03-20T17:35:00.698Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:35:00.961Z] Removing intermediate container 5bf3568a1cce [2021-03-20T17:35:00.961Z] ---> e10e0198d8c2 [2021-03-20T17:35:00.961Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:35:00.961Z] Removing intermediate container 0625b640b150 [2021-03-20T17:35:00.961Z] ---> c90ef4770868 [2021-03-20T17:35:00.961Z] Step 13/24 : WORKDIR / [2021-03-20T17:35:01.223Z] Removing intermediate container 46b35d68939c [2021-03-20T17:35:01.223Z] ---> 42f79b1ec382 [2021-03-20T17:35:01.223Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:35:01.223Z] ---> Running in 1aa3d6863604 [2021-03-20T17:35:01.223Z] ---> Running in e48dc7886f15 [2021-03-20T17:35:01.223Z] ---> Running in a32618fdb5f8 [2021-03-20T17:35:01.223Z] ---> Running in da7eafe675f8 [2021-03-20T17:35:01.485Z] Removing intermediate container e48dc7886f15 [2021-03-20T17:35:01.485Z] ---> 4bf48b9eff63 [2021-03-20T17:35:01.485Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:35:01.485Z] Removing intermediate container 1aa3d6863604 [2021-03-20T17:35:01.485Z] ---> 8845cf875f23 [2021-03-20T17:35:01.485Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:35:01.485Z] Removing intermediate container a32618fdb5f8 [2021-03-20T17:35:01.485Z] ---> e2a154735421 [2021-03-20T17:35:01.485Z] 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-20T17:35:01.485Z] Removing intermediate container da7eafe675f8 [2021-03-20T17:35:01.485Z] ---> fba5e00cfd94 [2021-03-20T17:35:01.485Z] Step 15/23 : WORKDIR / [2021-03-20T17:35:01.748Z] ---> Running in 96e352cb799f [2021-03-20T17:35:01.748Z] ---> Running in 66384bb6eb75 [2021-03-20T17:35:02.016Z] ---> fe6173f36be5 [2021-03-20T17:35:02.016Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:35:02.016Z] ---> 705547b9eb79 [2021-03-20T17:35:02.016Z] 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-20T17:35:02.016Z] Removing intermediate container 96e352cb799f [2021-03-20T17:35:02.016Z] ---> eed0e8076125 [2021-03-20T17:35:02.016Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:35:02.016Z] Removing intermediate container 66384bb6eb75 [2021-03-20T17:35:02.016Z] ---> d7a8d641abe2 [2021-03-20T17:35:02.016Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:35:02.278Z] ---> Running in 6a3a4006a11a [2021-03-20T17:35:02.278Z] ---> 0ae76b4a307d [2021-03-20T17:35:02.278Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:35:02.542Z] ---> 80fd1b2cf5cf [2021-03-20T17:35:02.542Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:35:02.542Z] ---> 9b5adc5cb518 [2021-03-20T17:35:02.542Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:35:02.542Z] Removing intermediate container 6a3a4006a11a [2021-03-20T17:35:02.542Z] ---> 4b17ac27fa95 [2021-03-20T17:35:02.542Z] Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:35:02.542Z] ---> Running in ffa416c98aa2 [2021-03-20T17:35:02.804Z] ---> 74f1f96a4ad6 [2021-03-20T17:35:02.804Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:35:03.066Z] Removing intermediate container ffa416c98aa2 [2021-03-20T17:35:03.066Z] ---> 9cfb7fe43413 [2021-03-20T17:35:03.066Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:35:03.640Z] ---> 236826b05354 [2021-03-20T17:35:03.640Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:35:03.908Z] ---> Running in b7a2b46aae41 [2021-03-20T17:35:03.908Z] ---> 691a4a5cd64d [2021-03-20T17:35:03.908Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:35:03.908Z] ---> 64c1074559cb [2021-03-20T17:35:03.908Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:35:03.908Z] ---> Running in e0d5d323f902 [2021-03-20T17:35:03.908Z] Removing intermediate container b7a2b46aae41 [2021-03-20T17:35:04.173Z] ---> ee53ce44dbfe [2021-03-20T17:35:04.173Z] [2021-03-20T17:35:04.173Z] ---> 29d0dfd5b1fc [2021-03-20T17:35:04.173Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:35:04.173Z] Removing intermediate container e0d5d323f902 [2021-03-20T17:35:04.173Z] ---> a71b24ae97b6 [2021-03-20T17:35:04.173Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:35:04.434Z] Successfully built ee53ce44dbfe [2021-03-20T17:35:04.434Z] Successfully tagged docker-core-command-go:latest [2021-03-20T17:35:04.434Z]  Building docker-core-command-go ... done  ---> Running in 0ef9442449db [2021-03-20T17:35:04.434Z] ---> Running in 4e67ff8617bf [2021-03-20T17:35:04.434Z] ---> d709dc9873c9 [2021-03-20T17:35:04.434Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:35:04.696Z] Removing intermediate container 0ef9442449db [2021-03-20T17:35:04.696Z] ---> d3341e9293cf [2021-03-20T17:35:04.696Z] Step 19/21 : LABEL arch=x86_64 [2021-03-20T17:35:04.696Z] Removing intermediate container 4e67ff8617bf [2021-03-20T17:35:04.696Z] ---> 4e082fb1c2a0 [2021-03-20T17:35:04.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:35:04.959Z] ---> Running in 5492da91c2c1 [2021-03-20T17:35:05.221Z] ---> Running in 3cfe3c3f328b [2021-03-20T17:35:05.221Z] ---> 8251b7095971 [2021-03-20T17:35:05.221Z] 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-20T17:35:05.221Z] ---> Running in a1aa7163312b [2021-03-20T17:35:05.221Z] Removing intermediate container 5492da91c2c1 [2021-03-20T17:35:05.221Z] ---> a3299456df59 [2021-03-20T17:35:05.221Z] Step 20/21 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:35:05.483Z] Removing intermediate container 3cfe3c3f328b [2021-03-20T17:35:05.483Z] ---> 81aa81da0af7 [2021-03-20T17:35:05.483Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:35:05.483Z] ---> Running in 6a4d50dc3240 [2021-03-20T17:35:05.744Z] ---> Running in 158cae6476ae [2021-03-20T17:35:05.744Z] Removing intermediate container 6a4d50dc3240 [2021-03-20T17:35:05.744Z] ---> 95699157cf55 [2021-03-20T17:35:05.744Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:35:06.008Z] Removing intermediate container 158cae6476ae [2021-03-20T17:35:06.008Z] ---> 49fc5bea1472 [2021-03-20T17:35:06.008Z] Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:35:06.008Z] ---> Running in 998c44d69d9c [2021-03-20T17:35:06.008Z] ---> Running in 34b43f2f5168 [2021-03-20T17:35:06.008Z] Removing intermediate container 998c44d69d9c [2021-03-20T17:35:06.008Z] ---> 991962a1e17b [2021-03-20T17:35:06.008Z] [2021-03-20T17:35:06.274Z] Removing intermediate container 34b43f2f5168 [2021-03-20T17:35:06.274Z] ---> 49e2d78b4820 [2021-03-20T17:35:06.274Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:35:06.274Z] Successfully built 991962a1e17b [2021-03-20T17:35:06.538Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-20T17:35:06.538Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 771da09c6dad [2021-03-20T17:35:06.804Z] Removing intermediate container 771da09c6dad [2021-03-20T17:35:06.804Z] ---> 1583cf6a644f [2021-03-20T17:35:06.804Z] [2021-03-20T17:35:06.804Z] Removing intermediate container a1aa7163312b [2021-03-20T17:35:06.804Z] ---> d21e5330981b [2021-03-20T17:35:06.804Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:35:06.804Z] ---> Running in 3e93e57b6fc3 [2021-03-20T17:35:06.804Z] Successfully built 1583cf6a644f [2021-03-20T17:35:06.804Z] Successfully tagged docker-core-metadata-go:latest [2021-03-20T17:35:07.067Z]  Building docker-core-metadata-go ... done Removing intermediate container 3e93e57b6fc3 [2021-03-20T17:35:07.067Z] ---> 60845fe2b98e [2021-03-20T17:35:07.067Z] Step 22/24 : LABEL arch=x86_64 [2021-03-20T17:35:07.067Z] ---> Running in b1c29b7232a4 [2021-03-20T17:35:07.329Z] Removing intermediate container b1c29b7232a4 [2021-03-20T17:35:07.329Z] ---> 4c9857e0fddb [2021-03-20T17:35:07.329Z] Step 23/24 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:35:07.329Z] ---> Running in 0142b6eb905a [2021-03-20T17:35:07.591Z] Removing intermediate container 0142b6eb905a [2021-03-20T17:35:07.591Z] ---> f7908c3de6e2 [2021-03-20T17:35:07.591Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:35:07.591Z] ---> Running in 6f7d12702977 [2021-03-20T17:35:07.591Z] Removing intermediate container 6f7d12702977 [2021-03-20T17:35:07.591Z] ---> a76f2b91ef6c [2021-03-20T17:35:07.591Z] [2021-03-20T17:35:07.852Z] Successfully built a76f2b91ef6c [2021-03-20T17:35:07.852Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-20T17:35:08.128Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-20T17:35:08.135Z] $ docker stop --time=1 e9ef3b87f3d5f0dd625bb236f8f83a0da4e14f8f8ac016ed5514dfa20e323566 [2021-03-20T17:35:09.811Z] $ docker rm -f e9ef3b87f3d5f0dd625bb236f8f83a0da4e14f8f8ac016ed5514dfa20e323566 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:35:10.449Z] + docker images [2021-03-20T17:35:10.449Z] + grep docker [2021-03-20T17:35:10.711Z] docker-security-secretstore-setup-go latest a76f2b91ef6c 3 seconds ago 24.9MB [2021-03-20T17:35:10.711Z] docker-core-metadata-go latest 1583cf6a644f 4 seconds ago 19.1MB [2021-03-20T17:35:10.711Z] docker-security-proxy-setup-go latest 991962a1e17b 5 seconds ago 24.7MB [2021-03-20T17:35:10.711Z] docker-core-command-go latest ee53ce44dbfe 7 seconds ago 17.3MB [2021-03-20T17:35:10.711Z] docker-sys-mgmt-agent-go latest 897a1316cf53 36 seconds ago 313MB [2021-03-20T17:35:10.711Z] docker-security-bootstrapper-go latest 9b804ab71867 About a minute ago 18.8MB [2021-03-20T17:35:10.711Z] docker-core-data-go latest aedf57d28bb2 About a minute ago 22.6MB [2021-03-20T17:35:10.711Z] docker-support-scheduler-go latest 67781362a6e1 2 minutes ago 17.3MB [2021-03-20T17:35:10.711Z] docker-support-notifications-go latest d95348b8e77e 2 minutes ago 17.9MB [2021-03-20T17:35:10.711Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-20T17:35:13.009Z] Removing intermediate container c0fdd3f7f599 [2021-03-20T17:35:13.010Z] ---> 0fc2b585c451 [2021-03-20T17:35:13.010Z] Successfully built 0fc2b585c451 [2021-03-20T17:35:13.010Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:13.363Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:35:13.363Z] . [Pipeline] withDockerContainer [2021-03-20T17:35:13.648Z] prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container [2021-03-20T17:35:13.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:35:15.114Z] $ docker top 8ede40ed4d2d3d1e6f81c6f07e1c8fb061018ec23a9a6b46c00a5605896f2720 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:35:16.093Z] + go version [2021-03-20T17:35:16.093Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-20T17:35:16.117Z] $ docker stop --time=1 8ede40ed4d2d3d1e6f81c6f07e1c8fb061018ec23a9a6b46c00a5605896f2720 [2021-03-20T17:35:17.947Z] $ docker rm -f 8ede40ed4d2d3d1e6f81c6f07e1c8fb061018ec23a9a6b46c00a5605896f2720 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:18.868Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:35:18.868Z] . [Pipeline] withDockerContainer [2021-03-20T17:35:19.085Z] prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container [2021-03-20T17:35:19.171Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:35:20.496Z] $ docker top f4a001702c814b26d3628e73be61a3492470f67a13214df09486d7ce07e536a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:35:20.833Z] ========================================================= [2021-03-20T17:35:20.833Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:35:20.833Z] ========================================================= [Pipeline] sh [2021-03-20T17:35:21.472Z] + make test [2021-03-20T17:35:21.472Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:35:26.643Z] Still waiting to schedule task [2021-03-20T17:35:26.643Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30746’ [2021-03-20T17:35:43.647Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:36:30.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:36:49.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:36:52.730Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:36:53.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:37:01.317Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:37:01.317Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:37:01.317Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:37:06.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.289s coverage: 45.9% of statements [2021-03-20T17:37:06.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:37:06.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:37:06.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:37:06.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:37:06.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:37:06.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:37:06.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.192s coverage: 19.8% of statements [2021-03-20T17:37:06.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.311s coverage: 100.0% of statements [2021-03-20T17:37:13.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:37:13.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:37:13.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:37:13.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:37:15.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.268s coverage: 71.3% of statements [2021-03-20T17:37:15.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:37:15.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:37:16.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.499s coverage: 82.9% of statements [2021-03-20T17:37:16.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:37:16.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:37:16.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.164s coverage: 78.9% of statements [2021-03-20T17:37:16.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:37:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.117s coverage: 28.6% of statements [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:37:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:37:27.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-03-20T17:37:27.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:37:27.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements [2021-03-20T17:37:27.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:37:27.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-03-20T17:37:27.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:37:27.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-03-20T17:37:27.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:37:27.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:37:27.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:37:27.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.202s coverage: 92.8% of statements [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 0.1% of statements [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:37:35.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-03-20T17:37:35.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-03-20T17:37:47.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements [2021-03-20T17:37:47.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-20T17:37:53.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 81.9% of statements [2021-03-20T17:38:00.338Z] Running on prd-ubuntu18.04-docker-8c-8g-30747 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-20T17:38:00.462Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-03-20T17:38:02.493Z] using credential edgex-jenkins-ssh [2021-03-20T17:38:02.617Z] Cloning the remote Git repository [2021-03-20T17:38:02.668Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:38:02.738Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-03-20T17:38:02.765Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:38:02.765Z] > git --version # timeout=10 [2021-03-20T17:38:02.770Z] > git --version # 'git version 2.17.1' [2021-03-20T17:38:02.771Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:38:02.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.154s coverage: 92.9% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.6% of statements [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.6% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 62.4% of statements [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:38:03.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements [2021-03-20T17:38:03.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-20T17:38:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.129s coverage: 73.7% of statements [2021-03-20T17:38:04.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2021-03-20T17:38:08.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.927s coverage: 69.0% of statements [2021-03-20T17:38:08.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:38:08.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:38:08.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:38:09.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 38.4% of statements [2021-03-20T17:38:09.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:38:09.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:38:09.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-03-20T17:38:09.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:38:09.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.142s coverage: 84.8% of statements [2021-03-20T17:38:14.831Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:38:14.848Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:38:14.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:38:14.880Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:38:14.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:38:14.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:38:15.357Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:38:15.516Z] Merge succeeded, producing cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:38:15.517Z] Checking out Revision cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 (PR-3234) [2021-03-20T17:38:15.386Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:38:15.391Z] > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 [2021-03-20T17:38:15.510Z] > git remote # timeout=10 [2021-03-20T17:38:15.516Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:38:15.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:38:15.523Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-20T17:38:15.531Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:38:15.538Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:38:15.555Z] > git checkout -f cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 # timeout=10 [2021-03-20T17:38:17.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.416s coverage: 47.0% of statements [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:38:17.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:38:17.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.169s coverage: 100.0% of statements [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:38:17.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.474s coverage: 87.1% of statements [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:38:17.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:38:19.217Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:38:20.478Z] + echo snap-build.sh [2021-03-20T17:38:20.478Z] snap-build.sh [2021-03-20T17:38:20.478Z] + SNAP_BASE_DIR=. [2021-03-20T17:38:20.478Z] + '[' '!' -z /w/workspace/edgex-go/21 ']' [2021-03-20T17:38:20.478Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/21 [2021-03-20T17:38:20.478Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' [2021-03-20T17:38:20.478Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/21] [2021-03-20T17:38:20.478Z] + cd /w/workspace/edgex-go/21 [2021-03-20T17:38:20.478Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-20T17:38:20.478Z] Reading package lists... [2021-03-20T17:38:20.740Z] Building dependency tree... [2021-03-20T17:38:20.740Z] Reading state information... [2021-03-20T17:38:20.740Z] The following packages were automatically installed and are no longer required: [2021-03-20T17:38:20.740Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-20T17:38:20.740Z] uidmap xdelta3 [2021-03-20T17:38:20.740Z] Use 'sudo apt autoremove' to remove them. [2021-03-20T17:38:20.740Z] The following packages will be REMOVED: [2021-03-20T17:38:20.740Z] lxd* lxd-client* [2021-03-20T17:38:21.313Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-20T17:38:21.313Z] After this operation, 31.7 MB disk space will be freed. [2021-03-20T17:38:22.359Z] (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-20T17:38:22.359Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:38:23.310Z] Removing lxd dnsmasq configuration [2021-03-20T17:38:23.310Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:38:23.577Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-20T17:38:24.148Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-20T17:38:24.409Z] (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-20T17:38:24.409Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:38:25.793Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-20T17:38:25.793Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.303s coverage: 29.1% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.251s coverage: 99.0% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.315s coverage: 96.5% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:38:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-20T17:38:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-20T17:38:26.367Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-20T17:38:27.187Z] + sudo snap remove --purge lxd [2021-03-20T17:38:27.350Z] GO111MODULE=on go vet ./... [2021-03-20T17:38:27.449Z] snap "lxd" is not installed [2021-03-20T17:38:27.449Z] + sudo groupadd --force --system lxd [2021-03-20T17:38:27.449Z] ++ whoami [2021-03-20T17:38:27.449Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-20T17:38:27.449Z] + newgrp - lxd [2021-03-20T17:38:27.449Z] + sudo snap install lxd [2021-03-20T17:38:37.456Z] 2021-03-20T17:38:34Z INFO Waiting for automatic snapd restart... [2021-03-20T17:38:52.392Z] lxd 4.12 from Canonical* installed [2021-03-20T17:38:52.392Z] + sudo lxd init --auto [2021-03-20T17:38:58.995Z] + sudo snap install --classic snapcraft [2021-03-20T17:39:04.303Z] snapcraft 4.5.4 from Canonical* installed [2021-03-20T17:39:04.303Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-20T17:39:04.303Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-20T17:39:04.303Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:04.303Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:04.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3993 0 --:--:-- --:--:-- --:--:-- 3993 [2021-03-20T17:39:04.303Z] 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M [2021-03-20T17:39:04.303Z] ./yq_linux_amd64 [2021-03-20T17:39:04.303Z] + sudo snapcraft prime --use-lxd [2021-03-20T17:39:05.696Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-20T17:39:05.696Z] 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-20T17:39:05.696Z] - README.md [2021-03-20T17:39:05.696Z] [2021-03-20T17:39:05.696Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-20T17:39:06.644Z] Launching a container. [2021-03-20T17:39:18.901Z] Waiting for container to be ready [2021-03-20T17:39:18.901Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-20T17:39:18.901Z] [2021-03-20T17:39:22.215Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-20T17:39:22.477Z] Waiting for network to be ready... [2021-03-20T17:39:22.738Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:39:22.738Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-20T17:39:23.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-20T17:39:23.314Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-20T17:39:23.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-20T17:39:23.576Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-20T17:39:23.838Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-20T17:39:23.838Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-20T17:39:23.838Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-20T17:39:23.838Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-20T17:39:23.838Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-20T17:39:23.838Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-20T17:39:23.838Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-20T17:39:23.838Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-20T17:39:23.838Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-20T17:39:23.838Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-20T17:39:23.838Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-20T17:39:23.838Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-20T17:39:24.410Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-20T17:39:24.410Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-20T17:39:24.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-20T17:39:24.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-20T17:39:24.721Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-20T17:39:24.721Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-20T17:39:24.721Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-20T17:39:24.721Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-20T17:39:24.721Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-20T17:39:28.948Z] Fetched 24.1 MB in 6s (4235 kB/s) [2021-03-20T17:39:29.895Z] Reading package lists... [2021-03-20T17:39:29.895Z] Reading package lists... [2021-03-20T17:39:30.156Z] Building dependency tree... [2021-03-20T17:39:30.156Z] Reading state information... [2021-03-20T17:39:30.419Z] The following additional packages will be installed: [2021-03-20T17:39:30.419Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-20T17:39:30.419Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-20T17:39:30.419Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-20T17:39:30.419Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-20T17:39:30.419Z] Suggested packages: [2021-03-20T17:39:30.419Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-20T17:39:30.419Z] Recommended packages: [2021-03-20T17:39:30.419Z] gnupg libsasl2-modules [2021-03-20T17:39:30.419Z] The following NEW packages will be installed: [2021-03-20T17:39:30.419Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-20T17:39:30.419Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-20T17:39:30.419Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-20T17:39:30.419Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-20T17:39:30.419Z] The following packages will be upgraded: [2021-03-20T17:39:30.419Z] gpg gpg-agent gpgconf libudev1 [2021-03-20T17:39:30.419Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-20T17:39:30.419Z] Need to get 3530 kB of archives. [2021-03-20T17:39:30.419Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-20T17:39:30.419Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-20T17:39:30.419Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-20T17:39:30.419Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-20T17:39:30.419Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-20T17:39:30.419Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-20T17:39:30.995Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-20T17:39:31.261Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-20T17:39:31.261Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-20T17:39:31.261Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-20T17:39:31.261Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-20T17:39:31.261Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-20T17:39:31.261Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-20T17:39:31.261Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-20T17:39:31.261Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-20T17:39:31.261Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-20T17:39:31.523Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-20T17:39:31.523Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-20T17:39:31.523Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-20T17:39:31.523Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-20T17:39:31.523Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-20T17:39:31.523Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-20T17:39:31.792Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-20T17:39:31.792Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:39:31.792Z] Fetched 3530 kB in 1s (2704 kB/s) [2021-03-20T17:39:31.792Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-20T17:39:31.792Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:39:32.062Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:39:32.062Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-20T17:39:32.062Z] Selecting previously unselected package udev. [2021-03-20T17:39:32.062Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-20T17:39:32.062Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:39:32.062Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-20T17:39:32.323Z] Selecting previously unselected package libfuse2:amd64. [2021-03-20T17:39:32.323Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-20T17:39:32.323Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-20T17:39:32.584Z] Selecting previously unselected package fuse. [2021-03-20T17:39:32.584Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-20T17:39:32.584Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-20T17:39:32.584Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:39:32.584Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:39:32.848Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:39:32.848Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:39:32.848Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:39:32.848Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:39:33.111Z] Selecting previously unselected package libksba8:amd64. [2021-03-20T17:39:33.111Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-20T17:39:33.111Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-20T17:39:33.111Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-20T17:39:33.111Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.111Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.111Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-20T17:39:33.111Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.111Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.371Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-20T17:39:33.372Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.372Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.372Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-20T17:39:33.372Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.372Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.633Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-20T17:39:33.633Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.633Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.633Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-20T17:39:33.633Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.633Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.633Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-20T17:39:33.633Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.633Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.898Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-20T17:39:33.898Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.898Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.898Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-20T17:39:33.898Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:39:33.898Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:33.898Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-20T17:39:33.898Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-20T17:39:33.898Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:39:34.160Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-20T17:39:34.160Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-20T17:39:34.160Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:39:34.160Z] Selecting previously unselected package libldap-common. [2021-03-20T17:39:34.160Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-20T17:39:34.160Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:39:34.160Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-20T17:39:34.160Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-20T17:39:34.160Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:39:34.425Z] Selecting previously unselected package dirmngr. [2021-03-20T17:39:34.425Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:39:34.425Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-20T17:39:34.425Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:39:34.425Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-20T17:39:34.687Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-20T17:39:34.687Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:39:34.687Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:39:34.687Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-20T17:39:34.949Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:34.949Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-20T17:39:34.949Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:39:34.949Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-20T17:39:35.212Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-20T17:39:35.473Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.473Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-20T17:39:35.473Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-20T17:39:35.473Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-20T17:39:35.473Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.473Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.735Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.735Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.735Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.735Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.735Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:39:35.735Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:39:35.735Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-20T17:39:35.735Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:39:36.313Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-20T17:39:36.313Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-20T17:39:36.313Z] This means they are not meant to be enabled using systemctl. [2021-03-20T17:39:36.313Z] Possible reasons for having this kind of units are: [2021-03-20T17:39:36.313Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-20T17:39:36.313Z] .wants/ or .requires/ directory. [2021-03-20T17:39:36.313Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-20T17:39:36.313Z] a requirement dependency on it. [2021-03-20T17:39:36.313Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-20T17:39:36.313Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-20T17:39:36.313Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-20T17:39:36.313Z] instance name specified. [2021-03-20T17:39:36.856Z] Reading package lists... [2021-03-20T17:39:36.856Z] Building dependency tree... [2021-03-20T17:39:36.856Z] Reading state information... [2021-03-20T17:39:37.119Z] The following additional packages will be installed: [2021-03-20T17:39:37.119Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-20T17:39:37.119Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-20T17:39:37.119Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-20T17:39:37.119Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-20T17:39:37.119Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-20T17:39:37.119Z] Suggested packages: [2021-03-20T17:39:37.119Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-20T17:39:37.119Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-20T17:39:37.119Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-20T17:39:37.119Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-20T17:39:37.119Z] systemd-container policykit-1 [2021-03-20T17:39:37.119Z] Recommended packages: [2021-03-20T17:39:37.119Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-20T17:39:37.119Z] The following NEW packages will be installed: [2021-03-20T17:39:37.119Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-20T17:39:37.119Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-20T17:39:37.119Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-20T17:39:37.119Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-20T17:39:37.119Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-20T17:39:37.120Z] The following packages will be upgraded: [2021-03-20T17:39:37.120Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-20T17:39:37.120Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-20T17:39:37.120Z] Need to get 35.2 MB of archives. [2021-03-20T17:39:37.120Z] After this operation, 141 MB of additional disk space will be used. [2021-03-20T17:39:37.120Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-20T17:39:37.120Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-20T17:39:38.070Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-20T17:39:38.070Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-20T17:39:38.070Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-20T17:39:38.070Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-20T17:39:38.070Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-20T17:39:38.070Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-20T17:39:38.070Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-20T17:39:38.070Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-20T17:39:38.070Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-20T17:39:38.070Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-20T17:39:38.070Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-20T17:39:38.070Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-20T17:39:38.331Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-20T17:39:38.331Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-20T17:39:38.331Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-20T17:39:38.331Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-20T17:39:38.331Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-20T17:39:38.331Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-20T17:39:38.331Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-20T17:39:38.331Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-20T17:39:38.331Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-20T17:39:38.331Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-20T17:39:38.331Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-20T17:39:38.331Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-20T17:39:38.331Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-20T17:39:38.594Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-20T17:39:38.594Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-20T17:39:38.594Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-20T17:39:39.981Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:39:39.981Z] Fetched 35.2 MB in 3s (13.8 MB/s) [2021-03-20T17:39:40.243Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:39:40.243Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:39:40.243Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:39:40.817Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:39:40.817Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:39:41.079Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-20T17:39:41.079Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:39:41.079Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-20T17:39:41.079Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-20T17:39:41.339Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-20T17:39:41.339Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:39:41.339Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-20T17:39:41.600Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-20T17:39:41.861Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-20T17:39:41.861Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-20T17:39:42.124Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-20T17:39:42.388Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-20T17:39:42.388Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-20T17:39:42.388Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-20T17:39:42.666Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-20T17:39:42.666Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:39:42.666Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:42.927Z] Selecting previously unselected package libexpat1:amd64. [2021-03-20T17:39:42.927Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-20T17:39:42.927Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-20T17:39:42.927Z] Selecting previously unselected package python3.6-minimal. [2021-03-20T17:39:42.927Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:39:42.927Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:43.188Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-20T17:39:43.449Z] Checking for services that may need to be restarted...done. [2021-03-20T17:39:43.449Z] Checking for services that may need to be restarted...done. [2021-03-20T17:39:43.449Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:43.449Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-20T17:39:43.449Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:44.022Z] Selecting previously unselected package python3-minimal. [2021-03-20T17:39:44.022Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-20T17:39:44.022Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:39:44.022Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-20T17:39:44.284Z] Selecting previously unselected package mime-support. [2021-03-20T17:39:44.284Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-20T17:39:44.284Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-20T17:39:44.284Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-20T17:39:44.284Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-20T17:39:44.284Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-20T17:39:44.284Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-20T17:39:44.284Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:39:44.284Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:44.546Z] Selecting previously unselected package python3.6. [2021-03-20T17:39:44.546Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:39:44.546Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:44.813Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-20T17:39:44.813Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:39:44.813Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-20T17:39:44.813Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-20T17:39:45.078Z] Selecting previously unselected package python3. [2021-03-20T17:39:45.078Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-20T17:39:45.078Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:39:45.078Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-20T17:39:45.078Z] Selecting previously unselected package multiarch-support. [2021-03-20T17:39:45.078Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:39:45.078Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-20T17:39:45.341Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-20T17:39:46.286Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-20T17:39:46.286Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-20T17:39:46.286Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-20T17:39:46.286Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-20T17:39:46.286Z] Selecting previously unselected package libbsd0:amd64. [2021-03-20T17:39:46.286Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-20T17:39:46.286Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-20T17:39:46.286Z] Selecting previously unselected package sudo. [2021-03-20T17:39:46.286Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-20T17:39:46.286Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-20T17:39:46.547Z] Selecting previously unselected package apparmor. [2021-03-20T17:39:46.547Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-20T17:39:46.547Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-20T17:39:46.547Z] Selecting previously unselected package libedit2:amd64. [2021-03-20T17:39:46.547Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-20T17:39:46.547Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-20T17:39:46.808Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-20T17:39:46.808Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:39:46.808Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:46.808Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-20T17:39:46.808Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:39:46.808Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:46.808Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-20T17:39:46.808Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-20T17:39:46.808Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-20T17:39:47.069Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-20T17:39:47.069Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:39:47.069Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:47.069Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-20T17:39:47.069Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:39:47.069Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:47.330Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-20T17:39:47.331Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-20T17:39:47.331Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-20T17:39:47.600Z] Selecting previously unselected package openssh-client. [2021-03-20T17:39:47.600Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-20T17:39:47.600Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-20T17:39:47.861Z] Selecting previously unselected package squashfs-tools. [2021-03-20T17:39:47.861Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-20T17:39:47.861Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-20T17:39:47.861Z] Selecting previously unselected package snapd. [2021-03-20T17:39:47.861Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-20T17:39:47.861Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-20T17:39:49.222Z] gofmt -l . [2021-03-20T17:39:49.222Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:39:49.222Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:39:49.222Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:39:50.408Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-20T17:39:50.408Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-20T17:39:50.408Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-20T17:39:50.408Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-20T17:39:50.408Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-20T17:39:50.408Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:50.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:39:50.408Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-20T17:39:50.408Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-20T17:39:50.471Z] + ls -al . [2021-03-20T17:39:50.471Z] total 788 [2021-03-20T17:39:50.471Z] drwxrwxr-x 9 1001 1001 4096 Mar 20 17:39 . [2021-03-20T17:39:50.471Z] drwxr-xr-x 4 root root 4096 Mar 20 17:35 .. [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:33 .dockerignore [2021-03-20T17:39:50.471Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:33 .git [2021-03-20T17:39:50.471Z] drwxrwxr-x 3 1001 1001 4096 Mar 20 17:33 .github [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:33 .gitignore [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:33 .sonarcloud.properties [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:33 Attribution.txt [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:33 CONTRIBUTING.md [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:33 Dockerfile.build [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:33 Jenkinsfile [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:33 LICENSE [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:33 Makefile [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:33 README.md [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:33 SECURITY.md [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:26 VERSION [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:33 ZMQWindows.md [2021-03-20T17:39:50.471Z] drwxrwxr-x 2 1001 1001 4096 Mar 20 17:33 bin [2021-03-20T17:39:50.471Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:33 cmd [2021-03-20T17:39:50.471Z] -rw-r--r-- 1 root root 650607 Mar 20 17:38 coverage.out [2021-03-20T17:39:50.471Z] -rw-r--r-- 1 root root 1056 Mar 20 17:39 go.mod [2021-03-20T17:39:50.471Z] -rw-r--r-- 1 root root 22211 Mar 20 17:39 go.sum [2021-03-20T17:39:50.471Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:33 internal [2021-03-20T17:39:50.471Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:33 openapi [2021-03-20T17:39:50.471Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:33 snap [2021-03-20T17:39:50.471Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:33 version.go [Pipeline] sh [2021-03-20T17:39:51.195Z] + '[' -e coverage.out ] [2021-03-20T17:39:51.195Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:39:51.264Z] Warning: overwriting stash ‘coverage-report’ [2021-03-20T17:39:51.351Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-20T17:39:51.351Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-20T17:39:51.351Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-20T17:39:51.351Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:51.351Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:51.351Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:39:52.293Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-20T17:39:52.293Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:52.293Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-20T17:39:52.293Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-20T17:39:52.293Z] running python rtupdate hooks for python3.6... [2021-03-20T17:39:52.293Z] running python post-rtupdate hooks for python3.6... [2021-03-20T17:39:52.489Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:39:52.558Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-20T17:39:53.213Z] + make build [2021-03-20T17:39:53.213Z] 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-20T17:39:53.945Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-20T17:39:53.945Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:39:53.945Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-20T17:39:54.206Z] Setting up snapd (2.48.3+18.04) ... [2021-03-20T17:39:54.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-20T17:39:54.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-20T17:39:55.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-20T17:39:55.305Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-20T17:39:55.565Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-20T17:39:55.565Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-20T17:39:55.826Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-20T17:39:56.088Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-20T17:39:56.088Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-20T17:39:56.350Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-20T17:39:56.610Z] /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-20T17:39:56.610Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:39:56.610Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-20T17:39:57.553Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:39:57.815Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:39:57.815Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:39:59.461Z] Reading package lists... [2021-03-20T17:39:59.721Z] Reading package lists... [2021-03-20T17:39:59.721Z] Building dependency tree... [2021-03-20T17:39:59.721Z] Reading state information... [2021-03-20T17:39:59.982Z] Calculating upgrade... [2021-03-20T17:39:59.983Z] The following packages will be upgraded: [2021-03-20T17:39:59.983Z] advancecomp base-files bash binutils binutils-common [2021-03-20T17:39:59.983Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-20T17:39:59.983Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-20T17:39:59.983Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-20T17:39:59.983Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-20T17:39:59.983Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-20T17:39:59.983Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-20T17:39:59.983Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-20T17:39:59.983Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-20T17:39:59.983Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-20T17:39:59.983Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-20T17:39:59.983Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-20T17:39:59.983Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-20T17:39:59.983Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-20T17:39:59.983Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-20T17:40:00.244Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:40:00.244Z] Need to get 63.8 MB of archives. [2021-03-20T17:40:00.244Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-20T17:40:00.244Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-20T17:40:00.244Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-20T17:40:01.205Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-20T17:40:01.205Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-20T17:40:01.205Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-20T17:40:01.205Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-20T17:40:01.205Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-20T17:40:01.205Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-20T17:40:01.205Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-20T17:40:01.205Z] 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-20T17:40:01.205Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-20T17:40:01.205Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-20T17:40:01.205Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-20T17:40:01.205Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-20T17:40:01.205Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-20T17:40:01.205Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-20T17:40:01.205Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-20T17:40:01.476Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-20T17:40:01.476Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-20T17:40:01.476Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-20T17:40:01.476Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-20T17:40:01.476Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-20T17:40:01.739Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-20T17:40:01.739Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-20T17:40:01.739Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-20T17:40:01.739Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-20T17:40:01.739Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-20T17:40:01.739Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-20T17:40:01.739Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-20T17:40:01.739Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-20T17:40:01.739Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-20T17:40:01.739Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-20T17:40:02.002Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-20T17:40:02.002Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-20T17:40:02.002Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-20T17:40:02.002Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-20T17:40:02.002Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-20T17:40:02.002Z] Get:38 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-20T17:40:02.002Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-20T17:40:02.002Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-20T17:40:02.002Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-20T17:40:02.002Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-20T17:40:02.002Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-20T17:40:02.002Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-20T17:40:02.002Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-20T17:40:02.265Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-20T17:40:02.265Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-20T17:40:02.265Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-20T17:40:02.265Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-20T17:40:02.265Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-20T17:40:02.265Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-20T17:40:02.265Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-20T17:40:02.265Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-20T17:40:02.265Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-20T17:40:02.265Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-20T17:40:02.265Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-20T17:40:02.265Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-20T17:40:02.265Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-20T17:40:02.265Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-20T17:40:02.265Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-20T17:40:02.265Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-20T17:40:02.265Z] Get:62 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-20T17:40:02.265Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-20T17:40:02.265Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-20T17:40:02.530Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-20T17:40:02.530Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-20T17:40:02.530Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-20T17:40:02.530Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-20T17:40:02.530Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-20T17:40:02.530Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-20T17:40:02.530Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-20T17:40:02.530Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-20T17:40:02.530Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-20T17:40:02.530Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-20T17:40:02.530Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-20T17:40:02.530Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-20T17:40:02.530Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-20T17:40:02.530Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-20T17:40:02.530Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-20T17:40:02.792Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-20T17:40:02.792Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-20T17:40:02.792Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-20T17:40:02.792Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-20T17:40:02.792Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-20T17:40:03.054Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-20T17:40:03.054Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-20T17:40:03.054Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-20T17:40:03.054Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-20T17:40:03.054Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-20T17:40:03.054Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-20T17:40:03.370Z] 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-20T17:40:03.628Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-20T17:40:04.202Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-20T17:40:04.468Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-20T17:40:04.730Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-20T17:40:05.304Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-20T17:40:05.304Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-20T17:40:05.304Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-20T17:40:05.304Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-20T17:40:05.304Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-20T17:40:05.304Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:40:05.304Z] Fetched 63.8 MB in 5s (12.3 MB/s) [2021-03-20T17:40:05.567Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:05.567Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:40:05.567Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:40:06.145Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:40:06.145Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:40:06.407Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-20T17:40:06.407Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-20T17:40:07.353Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.353Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.353Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.353Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.353Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.353Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.613Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.613Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.613Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.613Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.613Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.875Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.875Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:07.875Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:07.875Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:08.137Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:40:08.137Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:08.137Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-20T17:40:08.137Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:08.137Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:40:08.137Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:08.137Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:08.400Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:08.400Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:08.400Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:08.400Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:40:08.662Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:08.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:40:08.662Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:40:08.949Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:40:09.216Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-20T17:40:09.479Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:40:09.479Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-20T17:40:09.741Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-20T17:40:09.741Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-20T17:40:09.741Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-20T17:40:10.003Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-20T17:40:10.003Z] Installing new version of config file /etc/issue ... [2021-03-20T17:40:10.003Z] Installing new version of config file /etc/issue.net ... [2021-03-20T17:40:10.003Z] Installing new version of config file /etc/lsb-release ... [2021-03-20T17:40:10.003Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-20T17:40:10.265Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-20T17:40:10.265Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-20T17:40:10.265Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-20T17:40:10.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:10.528Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-20T17:40:10.528Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-20T17:40:10.790Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-20T17:40:10.790Z] 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-20T17:40:10.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:10.790Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:10.790Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:10.790Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:11.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:11.053Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-20T17:40:11.053Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-20T17:40:11.053Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-20T17:40:11.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:11.317Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-20T17:40:11.317Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:40:11.580Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-20T17:40:11.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:11.580Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:40:11.580Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:40:11.842Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:40:11.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:11.842Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:40:11.842Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:40:12.104Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-20T17:40:12.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:12.104Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-20T17:40:12.104Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-20T17:40:12.104Z] Setting up grep (3.1-2build1) ... [2021-03-20T17:40:12.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:12.366Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-20T17:40:12.366Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-20T17:40:12.366Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-20T17:40:12.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:12.628Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:40:12.628Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:40:12.628Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-20T17:40:12.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:12.889Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:40:12.889Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:40:13.461Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:40:13.461Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:40:13.461Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:40:13.461Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:40:14.042Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-20T17:40:14.305Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:14.305Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-20T17:40:14.305Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:40:15.247Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-20T17:40:15.247Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-20T17:40:15.247Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-20T17:40:15.247Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-20T17:40:15.509Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-20T17:40:15.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:15.509Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-20T17:40:15.509Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-20T17:40:15.771Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-20T17:40:15.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:15.771Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:15.771Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:16.039Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:16.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:16.039Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:16.039Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:16.039Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:16.303Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:16.303Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:16.303Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:16.303Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:16.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:16.563Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:16.563Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:16.563Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:16.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:16.563Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:40:16.824Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:40:16.824Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:40:16.824Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:40:17.085Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:40:17.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:17.085Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:40:17.085Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:40:17.085Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:40:17.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:17.348Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:17.348Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:17.348Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:17.348Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:17.348Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:17.348Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:17.610Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:17.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:17.610Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:17.610Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:18.183Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:18.443Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-20T17:40:18.705Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-20T17:40:18.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:18.705Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:40:18.705Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:40:18.966Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:40:19.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:40:19.228Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-20T17:40:19.228Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:40:19.228Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-20T17:40:19.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:19.490Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-20T17:40:19.490Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-20T17:40:19.752Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-20T17:40:19.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:19.752Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-20T17:40:20.014Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-20T17:40:20.014Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-20T17:40:20.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:20.014Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-20T17:40:20.014Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-20T17:40:20.276Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-20T17:40:20.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:20.276Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:40:20.276Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:40:20.538Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:40:20.538Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:20.538Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:40:20.538Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:40:20.799Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:40:20.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:20.799Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:40:21.062Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:40:21.062Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:40:21.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:21.346Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:40:21.346Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:40:21.346Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:40:21.346Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:40:21.346Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:40:21.346Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:40:21.690Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:40:21.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:21.690Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-20T17:40:21.690Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-20T17:40:21.690Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-20T17:40:21.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:21.965Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-20T17:40:21.965Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:40:22.549Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:40:22.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:22.822Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:40:22.822Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:40:22.822Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:40:23.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:23.089Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-20T17:40:23.089Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-20T17:40:23.089Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-20T17:40:23.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:23.368Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-20T17:40:23.368Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-20T17:40:23.655Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-20T17:40:23.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:23.655Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:40:23.655Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:40:23.923Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-20T17:40:23.923Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:23.923Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-20T17:40:23.923Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-20T17:40:24.183Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-20T17:40:24.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:24.184Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-20T17:40:24.184Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-20T17:40:24.445Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-20T17:40:24.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:24.445Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-20T17:40:24.707Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-20T17:40:24.707Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-20T17:40:24.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:24.968Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-20T17:40:24.968Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-20T17:40:24.968Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-20T17:40:25.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:25.231Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-20T17:40:25.231Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-20T17:40:25.231Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-20T17:40:25.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:40:25.231Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-20T17:40:25.231Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-20T17:40:25.495Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-20T17:40:25.495Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-20T17:40:25.495Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-20T17:40:25.495Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-20T17:40:25.756Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-20T17:40:25.756Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-20T17:40:25.756Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-20T17:40:25.756Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-20T17:40:26.018Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-20T17:40:26.018Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-20T17:40:26.279Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-20T17:40:26.279Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-20T17:40:26.279Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-20T17:40:26.279Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-20T17:40:26.541Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-20T17:40:26.541Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-20T17:40:26.541Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-20T17:40:26.541Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-20T17:40:26.802Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-20T17:40:26.802Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-20T17:40:26.802Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-20T17:40:27.062Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-20T17:40:27.062Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-20T17:40:27.062Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-20T17:40:27.322Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-20T17:40:27.322Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-20T17:40:28.268Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-20T17:40:28.268Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-20T17:40:28.268Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-20T17:40:28.268Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-20T17:40:28.268Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:40:28.528Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:40:28.790Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:40:28.790Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:40:29.052Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:40:29.052Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:40:29.052Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:40:29.052Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:40:29.313Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:29.313Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:29.313Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:29.313Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:29.576Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:29.576Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:29.576Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:29.576Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:30.197Z] 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-20T17:40:30.517Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:30.518Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:31.905Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:31.905Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:32.483Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:32.483Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:32.749Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:32.749Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:33.126Z] 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-20T17:40:34.135Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:40:34.135Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:40:34.135Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:40:34.135Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:40:34.135Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-20T17:40:34.135Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:40:34.135Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-20T17:40:34.135Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:40:34.397Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-20T17:40:34.398Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-20T17:40:34.398Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:40:34.398Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:40:34.659Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:40:34.659Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:40:34.659Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-20T17:40:34.659Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-20T17:40:34.920Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:34.920Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:40:34.920Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:34.920Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:34.920Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:34.920Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-20T17:40:35.182Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-20T17:40:35.182Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-20T17:40:35.182Z] [2021-03-20T17:40:35.182Z] Current default time zone: 'Etc/UTC' [2021-03-20T17:40:35.182Z] Local time is now: Sat Mar 20 17:40:35 UTC 2021. [2021-03-20T17:40:35.182Z] Universal Time is now: Sat Mar 20 17:40:35 UTC 2021. [2021-03-20T17:40:35.182Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-20T17:40:35.182Z] [2021-03-20T17:40:35.182Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-20T17:40:35.182Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:35.444Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-20T17:40:35.444Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:40:35.444Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-20T17:40:35.444Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-20T17:40:35.444Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-20T17:40:35.444Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-20T17:40:35.444Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-20T17:40:35.444Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-20T17:40:35.444Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:35.707Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-20T17:40:35.707Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:35.967Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:40:35.967Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:35.967Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-20T17:40:35.967Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-20T17:40:35.967Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-20T17:40:35.967Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-20T17:40:35.967Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-20T17:40:35.967Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-20T17:40:35.967Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:40:35.967Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-20T17:40:37.354Z] Updating certificates in /etc/ssl/certs... [2021-03-20T17:40:37.930Z] 23 added, 27 removed; done. [2021-03-20T17:40:38.191Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-20T17:40:38.191Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:40:38.191Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-20T17:40:38.191Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-20T17:40:38.191Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-20T17:40:38.191Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.191Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:40:38.191Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.452Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.452Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.452Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.452Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.452Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-20T17:40:38.452Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:40:38.452Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:40:38.453Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-20T17:40:38.453Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:40:38.533Z] 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-20T17:40:38.713Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.713Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:40:38.713Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:40:38.713Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-20T17:40:38.713Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:40:38.713Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:40:38.713Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-20T17:40:38.975Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-20T17:40:38.975Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-20T17:40:38.975Z] Updating certificates in /etc/ssl/certs... [2021-03-20T17:40:39.237Z] 0 added, 0 removed; done. [2021-03-20T17:40:39.237Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-20T17:40:39.237Z] done. [2021-03-20T17:40:39.971Z] 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-20T17:40:40.181Z] Reading package lists... [2021-03-20T17:40:40.181Z] Building dependency tree... [2021-03-20T17:40:40.181Z] Reading state information... [2021-03-20T17:40:40.444Z] The following NEW packages will be installed: [2021-03-20T17:40:40.444Z] apt-transport-https [2021-03-20T17:40:40.444Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:40:40.444Z] Need to get 1696 B of archives. [2021-03-20T17:40:40.444Z] After this operation, 153 kB of additional disk space will be used. [2021-03-20T17:40:40.444Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-20T17:40:40.705Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:40:40.705Z] Fetched 1696 B in 0s (8576 B/s) [2021-03-20T17:40:40.705Z] Selecting previously unselected package apt-transport-https. [2021-03-20T17:40:40.705Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-20T17:40:40.705Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-20T17:40:40.705Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-20T17:40:40.705Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-20T17:40:41.277Z] Waiting for network to be ready... [2021-03-20T17:40:45.379Z] 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-20T17:40:47.869Z] 2021-03-20T17:40:44Z INFO Waiting for automatic snapd restart... [2021-03-20T17:40:48.442Z] snapd 2.49 from Canonical* installed [2021-03-20T17:40:49.389Z] "snapd" switched to the "latest/stable" channel [2021-03-20T17:40:49.389Z] [2021-03-20T17:40:52.084Z] 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-20T17:40:53.674Z] core18 20210128 from Canonical* installed [2021-03-20T17:40:53.674Z] "core18" switched to the "latest/stable" channel [2021-03-20T17:40:53.674Z] [2021-03-20T17:40:55.470Z] 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-20T17:40:58.965Z] snapcraft 4.5.4 from Canonical* installed [2021-03-20T17:40:58.966Z] "snapcraft" switched to the "latest/stable" channel [2021-03-20T17:40:58.966Z] [2021-03-20T17:40:59.756Z] 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-20T17:41:02.260Z] 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-20T17:41:02.260Z] - README.md [2021-03-20T17:41:02.260Z] [2021-03-20T17:41:02.260Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-20T17:41:02.396Z] 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-20T17:41:06.702Z] 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-20T17:41:08.856Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:41:08.857Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:41:08.857Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:41:08.857Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:41:10.254Z] Reading package lists... [2021-03-20T17:41:10.516Z] 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.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [Pipeline] } [2021-03-20T17:41:13.448Z] $ docker stop --time=1 f4a001702c814b26d3628e73be61a3492470f67a13214df09486d7ce07e536a3 [2021-03-20T17:41:16.092Z] $ docker rm -f f4a001702c814b26d3628e73be61a3492470f67a13214df09486d7ce07e536a3 [2021-03-20T17:41:17.117Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:41:17.117Z] Reading package lists... [2021-03-20T17:41:17.117Z] Building dependency tree... [2021-03-20T17:41:17.117Z] Reading state information... [2021-03-20T17:41:17.117Z] Suggested packages: [2021-03-20T17:41:17.117Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-20T17:41:17.117Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-20T17:41:17.117Z] Recommended packages: [2021-03-20T17:41:17.117Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-20T17:41:17.117Z] The following NEW packages will be installed: [2021-03-20T17:41:17.117Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-20T17:41:17.117Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-20T17:41:17.117Z] pkg-config zip [2021-03-20T17:41:17.377Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:41:17.377Z] Need to get 7657 kB of archives. [2021-03-20T17:41:17.377Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-20T17:41:17.377Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-20T17:41:17.377Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-20T17:41:17.377Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-20T17:41:17.642Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-20T17:41:17.642Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-20T17:41:17.642Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:41:17.903Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-20T17:41:17.903Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-20T17:41:17.903Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-20T17:41:17.903Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-20T17:41:17.903Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-20T17:41:17.903Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-20T17:41:18.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:41:18.068Z] [2021-03-20T17:41:18.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:41:18.164Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-20T17:41:18.426Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-20T17:41:18.426Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-20T17:41:18.426Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:41:18.426Z] Fetched 7657 kB in 1s (6133 kB/s) [2021-03-20T17:41:18.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:41:18.448Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-20T17:41:18.448Z] 29e5d40040c1: Pulling fs layer [2021-03-20T17:41:18.448Z] 1ce36da41761: Pulling fs layer [2021-03-20T17:41:18.448Z] 25b303627fd3: Pulling fs layer [2021-03-20T17:41:18.689Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-20T17:41:18.689Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-20T17:41:18.689Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-20T17:41:18.689Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-20T17:41:18.949Z] Selecting previously unselected package libpsl5:amd64. [2021-03-20T17:41:18.949Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-20T17:41:18.949Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-20T17:41:18.949Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-20T17:41:18.949Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-20T17:41:18.949Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-20T17:41:19.041Z] 29e5d40040c1: Verifying Checksum [2021-03-20T17:41:19.041Z] 29e5d40040c1: Download complete [2021-03-20T17:41:19.211Z] Selecting previously unselected package librtmp1:amd64. [2021-03-20T17:41:19.211Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-20T17:41:19.211Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-20T17:41:19.211Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-20T17:41:19.211Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-20T17:41:19.211Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-20T17:41:19.211Z] Selecting previously unselected package liberror-perl. [2021-03-20T17:41:19.211Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-20T17:41:19.211Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-20T17:41:19.472Z] Selecting previously unselected package git-man. [2021-03-20T17:41:19.472Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-20T17:41:19.472Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:41:19.472Z] Selecting previously unselected package git. [2021-03-20T17:41:19.472Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-20T17:41:19.472Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:41:19.639Z] 1ce36da41761: Verifying Checksum [2021-03-20T17:41:19.639Z] 1ce36da41761: Download complete [2021-03-20T17:41:19.911Z] 29e5d40040c1: Pull complete [2021-03-20T17:41:20.417Z] Selecting previously unselected package libnorm1:amd64. [2021-03-20T17:41:20.417Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-20T17:41:20.417Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-20T17:41:20.417Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-20T17:41:20.417Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-20T17:41:20.417Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-20T17:41:20.678Z] Selecting previously unselected package libsodium23:amd64. [2021-03-20T17:41:20.678Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-20T17:41:20.678Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-20T17:41:20.678Z] Selecting previously unselected package libzmq5:amd64. [2021-03-20T17:41:20.678Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-20T17:41:20.678Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:41:20.939Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-20T17:41:20.939Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-20T17:41:20.939Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:41:20.939Z] Selecting previously unselected package pkg-config. [2021-03-20T17:41:20.939Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-20T17:41:20.939Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-20T17:41:20.939Z] Selecting previously unselected package zip. [2021-03-20T17:41:20.939Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-20T17:41:21.199Z] Unpacking zip (3.0-11build1) ... [2021-03-20T17:41:21.199Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-20T17:41:21.199Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:41:21.199Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-20T17:41:21.199Z] Setting up liberror-perl (0.17025-1) ... [2021-03-20T17:41:21.199Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-20T17:41:21.199Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-20T17:41:21.199Z] No schema files found: doing nothing. [2021-03-20T17:41:21.344Z] 1ce36da41761: Pull complete [2021-03-20T17:41:21.344Z] 25b303627fd3: Verifying Checksum [2021-03-20T17:41:21.344Z] 25b303627fd3: Download complete [2021-03-20T17:41:21.459Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-20T17:41:21.459Z] Setting up zip (3.0-11build1) ... [2021-03-20T17:41:21.459Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-20T17:41:21.459Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-20T17:41:21.459Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-20T17:41:21.459Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:41:21.459Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-20T17:41:21.459Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:41:21.721Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:41:21.721Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:41:28.337Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:41:28.337Z] git set to automatically installed. [2021-03-20T17:41:28.337Z] git-man set to automatically installed. [2021-03-20T17:41:28.337Z] libcurl3-gnutls set to automatically installed. [2021-03-20T17:41:28.337Z] liberror-perl set to automatically installed. [2021-03-20T17:41:28.337Z] libglib2.0-0 set to automatically installed. [2021-03-20T17:41:28.337Z] libnghttp2-14 set to automatically installed. [2021-03-20T17:41:28.337Z] libnorm1 set to automatically installed. [2021-03-20T17:41:28.337Z] libpgm-5.2-0 set to automatically installed. [2021-03-20T17:41:28.337Z] libpsl5 set to automatically installed. [2021-03-20T17:41:28.337Z] librtmp1 set to automatically installed. [2021-03-20T17:41:28.337Z] libsodium23 set to automatically installed. [2021-03-20T17:41:28.337Z] libzmq3-dev set to automatically installed. [2021-03-20T17:41:28.337Z] libzmq5 set to automatically installed. [2021-03-20T17:41:28.337Z] pkg-config set to automatically installed. [2021-03-20T17:41:28.337Z] zip set to automatically installed. [2021-03-20T17:41:29.790Z] snapd is not logged in, snap install commands will use sudo [2021-03-20T17:41:31.525Z] 25b303627fd3: Pull complete [2021-03-20T17:41:31.525Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-20T17:41:31.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:41:31.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-20T17:41:31.798Z] prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container [2021-03-20T17:41:31.876Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-20T17:41:34.986Z] $ docker top bc796494334a889c14cd45afa9aacc45fdb7f6b91a48795407d7c564640fddaa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:41:36.045Z] + docker-compose build --help [2021-03-20T17:41:36.045Z] + grep parallel [2021-03-20T17:41:36.393Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:41:39.414Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:41:39.702Z] $ docker stop --time=1 bc796494334a889c14cd45afa9aacc45fdb7f6b91a48795407d7c564640fddaa [2021-03-20T17:41:41.633Z] $ docker rm -f bc796494334a889c14cd45afa9aacc45fdb7f6b91a48795407d7c564640fddaa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:41:42.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:41:42.456Z] . [Pipeline] withDockerContainer [2021-03-20T17:41:42.737Z] prd-ubuntu18.04-docker-arm64-4c-16g-30745 does not seem to be running inside a container [2021-03-20T17:41:42.848Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-20T17:41:44.262Z] $ docker top 47ff33f5e44531864a70fa1e5062a5afbe5b219212b78ecdd4b23c0cd6714da7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:41:45.274Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:41:49.604Z] Building docker-core-command-go ... [2021-03-20T17:41:49.604Z] Building docker-core-data-go ... [2021-03-20T17:41:49.604Z] Building docker-core-metadata-go ... [2021-03-20T17:41:49.604Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:41:49.604Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:41:49.604Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:41:49.604Z] Building docker-support-notifications-go ... [2021-03-20T17:41:49.604Z] Building docker-support-scheduler-go ... [2021-03-20T17:41:49.604Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:41:49.604Z] Building docker-support-notifications-go [2021-03-20T17:41:49.604Z] Building docker-core-command-go [2021-03-20T17:41:49.604Z] Building docker-security-proxy-setup-go [2021-03-20T17:41:49.604Z] Building docker-core-metadata-go [2021-03-20T17:41:49.604Z] Building docker-security-bootstrapper-go [2021-03-20T17:41:51.313Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-20T17:41:51.313Z] snapd is not logged in, snap install commands will use sudo [2021-03-20T17:41:57.895Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:41:57.895Z] snap "core18" has no updates available [2021-03-20T17:41:58.155Z] Pulling go-build-helper [2021-03-20T17:41:58.155Z] + snapcraftctl pull [2021-03-20T17:41:59.099Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-20T17:41:59.099Z] Skipping pull go-build-helper (already ran) [2021-03-20T17:41:59.099Z] Building go-build-helper [2021-03-20T17:41:59.099Z] + snapcraftctl build [2021-03-20T17:42:01.644Z] + snapcraftctl stage [2021-03-20T17:42:01.644Z] Staging go-build-helper [2021-03-20T17:42:13.883Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-20T17:42:13.883Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:42:13.883Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-20T17:42:13.883Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-20T17:42:13.883Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-20T17:42:13.883Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-20T17:42:13.883Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-20T17:42:13.883Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-20T17:42:13.883Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-20T17:42:13.883Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-20T17:42:13.883Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-20T17:42:13.883Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-20T17:42:13.883Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-20T17:42:13.883Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-20T17:42:13.883Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-20T17:42:13.883Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-20T17:42:13.883Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-20T17:42:13.883Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-20T17:42:13.883Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-20T17:42:13.883Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-20T17:42:13.883Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-20T17:42:13.883Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-20T17:42:13.883Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-20T17:42:13.883Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-20T17:42:13.883Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-20T17:42:13.883Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-20T17:42:13.883Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-20T17:42:13.883Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-20T17:42:13.883Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-20T17:42:13.883Z] Fetched 224 kB in 0s (0 B/s) [2021-03-20T17:42:13.883Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-20T17:42:13.883Z] Fetched 157 kB in 0s (0 B/s) [2021-03-20T17:42:13.883Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-20T17:42:13.883Z] Fetched 221 kB in 0s (0 B/s) [2021-03-20T17:42:13.883Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-20T17:42:13.883Z] Fetched 143 kB in 0s (0 B/s) [2021-03-20T17:42:13.883Z] Pulling app-service-config [2021-03-20T17:42:13.883Z] + snapcraftctl pull [2021-03-20T17:42:14.457Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-20T17:42:15.030Z] Pulling config-common [2021-03-20T17:42:15.030Z] + snapcraftctl pull [2021-03-20T17:42:20.319Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:42:20.319Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:42:20.319Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:42:20.319Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:42:20.319Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-20T17:42:20.319Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:42:20.319Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-20T17:42:20.319Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:42:20.319Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-20T17:42:20.319Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:42:20.319Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-20T17:42:20.319Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:42:20.319Z] Pulling edgex-go [2021-03-20T17:42:20.319Z] + snapcraftctl pull [2021-03-20T17:42:43.909Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:42:43.909Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:42:43.909Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:42:43.909Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-20T17:42:43.909Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-20T17:42:43.909Z] Fetched 279 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-20T17:42:43.909Z] Fetched 122 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-20T17:42:43.909Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-20T17:42:43.909Z] Fetched 8848 B in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-20T17:42:43.909Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-20T17:42:43.909Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-20T17:42:43.909Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-20T17:42:43.909Z] Fetched 214 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-20T17:42:43.909Z] Fetched 154 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-20T17:42:43.909Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-20T17:42:43.909Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-20T17:42:43.909Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-20T17:42:43.909Z] Fetched 499 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-20T17:42:43.909Z] Fetched 111 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-20T17:42:43.909Z] Fetched 240 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-20T17:42:43.909Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-20T17:42:43.909Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-20T17:42:43.909Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-20T17:42:43.909Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-20T17:42:43.909Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-20T17:42:43.909Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-20T17:42:43.909Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-20T17:42:43.909Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-20T17:42:43.909Z] Fetched 8720 B in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-20T17:42:43.909Z] Fetched 137 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-20T17:42:43.909Z] Fetched 119 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-20T17:42:43.909Z] Fetched 109 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-20T17:42:43.909Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-20T17:42:43.909Z] Fetched 645 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-20T17:42:43.909Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-20T17:42:43.909Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-20T17:42:43.909Z] Fetched 368 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-20T17:42:43.909Z] Fetched 187 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-20T17:42:43.909Z] Fetched 175 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-20T17:42:43.909Z] Fetched 206 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-20T17:42:43.909Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-20T17:42:43.909Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-20T17:42:43.909Z] Fetched 159 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-20T17:42:43.909Z] Fetched 107 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-20T17:42:43.909Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-20T17:42:43.909Z] Pulling static-packages [2021-03-20T17:42:43.909Z] + snapcraftctl pull [2021-03-20T17:42:44.170Z] Pulling version [2021-03-20T17:42:44.170Z] + cd /root/project [2021-03-20T17:42:44.170Z] + [ -f VERSION ] [2021-03-20T17:42:44.170Z] + PROJECT_VERSION=local-dev [2021-03-20T17:42:44.170Z] + git rev-parse --short HEAD [2021-03-20T17:42:44.170Z] + GIT_REVISION=cdaf6afc [2021-03-20T17:42:44.170Z] + snapcraftctl set-version local-dev [2021-03-20T17:42:45.554Z] Skipping build go-build-helper (already ran) [2021-03-20T17:42:45.554Z] Building app-service-config [2021-03-20T17:42:45.554Z] + make build [2021-03-20T17:42:45.554Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-20T17:42:48.104Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-20T17:42:48.365Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-20T17:42:48.365Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-20T17:42:48.365Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-20T17:42:48.365Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-20T17:42:48.365Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-20T17:42:48.365Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-20T17:42:48.626Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-20T17:42:48.626Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-20T17:42:48.626Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-20T17:42:48.626Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-20T17:42:48.886Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-20T17:42:48.886Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-20T17:42:48.886Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-20T17:42:48.886Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-20T17:42:49.148Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-20T17:42:49.148Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-20T17:42:49.148Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-20T17:42:49.148Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-20T17:42:49.148Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-20T17:42:49.408Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-20T17:42:49.409Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-20T17:42:49.409Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-20T17:42:49.409Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-20T17:42:49.409Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-20T17:42:49.409Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-20T17:42:49.409Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-20T17:42:49.409Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-20T17:42:49.409Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-20T17:42:49.671Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-20T17:42:49.671Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-20T17:42:49.671Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-20T17:42:49.671Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-20T17:42:49.947Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-20T17:42:49.948Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-20T17:42:49.948Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-20T17:42:49.948Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-20T17:43:02.194Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-20T17:43:02.194Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-20T17:43:02.194Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-20T17:43:02.194Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-20T17:43:02.763Z] Building config-common [2021-03-20T17:43:02.763Z] + snapcraftctl build [2021-03-20T17:43:05.303Z] Building edgex-go [2021-03-20T17:43:06.246Z] + cd /root/parts/edgex-go/src [2021-03-20T17:43:06.246Z] + make build [2021-03-20T17:43:06.246Z] 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-20T17:43:06.826Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-20T17:43:06.826Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-20T17:43:06.826Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-20T17:43:06.826Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-20T17:43:06.826Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-20T17:43:06.826Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-20T17:43:06.826Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-20T17:43:06.826Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-20T17:43:06.826Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-20T17:43:06.826Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-20T17:43:12.124Z] 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-20T17:43:12.124Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-20T17:43:12.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:43:12.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:43:12.293Z] ---> 0fc2b585c451 [2021-03-20T17:43:12.293Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:43:12.293Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:43:12.293Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:43:12.293Z] ---> 0fc2b585c451 [2021-03-20T17:43:12.293Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:43:12.293Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:43:12.293Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:43:12.293Z] ---> 0fc2b585c451 [2021-03-20T17:43:12.293Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:43:12.293Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:43:12.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:43:12.293Z] ---> 0fc2b585c451 [2021-03-20T17:43:12.293Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:43:12.293Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:43:12.293Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:43:12.293Z] ---> 0fc2b585c451 [2021-03-20T17:43:12.293Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:43:12.293Z] ---> Running in 61bc4e86eee1 [2021-03-20T17:43:12.293Z] ---> Running in 1862eb3e0d59 [2021-03-20T17:43:12.293Z] ---> Running in 24322f583530 [2021-03-20T17:43:12.293Z] ---> Running in 422d75c45d41 [2021-03-20T17:43:12.293Z] ---> Running in a9cf9f94d2a0 [2021-03-20T17:43:12.293Z] Removing intermediate container a9cf9f94d2a0 [2021-03-20T17:43:12.293Z] ---> b636e23d5a13 [2021-03-20T17:43:12.293Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:43:12.293Z] Removing intermediate container 24322f583530 [2021-03-20T17:43:12.293Z] ---> 64c554e88433 [2021-03-20T17:43:12.293Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:43:12.293Z] Removing intermediate container 1862eb3e0d59 [2021-03-20T17:43:12.293Z] ---> 22333316d021 [2021-03-20T17:43:12.293Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:43:12.293Z] Removing intermediate container 61bc4e86eee1 [2021-03-20T17:43:12.293Z] ---> c240fec30c51 [2021-03-20T17:43:12.293Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:43:12.293Z] Removing intermediate container 422d75c45d41 [2021-03-20T17:43:12.293Z] ---> b0da984948dc [2021-03-20T17:43:12.293Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:43:12.293Z] ---> Running in 0ec2c9af5349 [2021-03-20T17:43:12.293Z] ---> Running in f4b916e2eb3c [2021-03-20T17:43:12.294Z] ---> Running in 68cc7606d653 [2021-03-20T17:43:12.294Z] ---> Running in 544b4672d7af [2021-03-20T17:43:12.294Z] ---> Running in f53e3da30264 [2021-03-20T17:43:12.294Z] Removing intermediate container 0ec2c9af5349 [2021-03-20T17:43:12.294Z] ---> 0d3228acb112 [2021-03-20T17:43:12.294Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:43:12.294Z] ---> Running in d70771e36adc [2021-03-20T17:43:12.294Z] Removing intermediate container 68cc7606d653 [2021-03-20T17:43:12.294Z] ---> b7402f87fe95 [2021-03-20T17:43:12.294Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:43:12.294Z] Removing intermediate container f4b916e2eb3c [2021-03-20T17:43:12.294Z] ---> a64852a4bfdf [2021-03-20T17:43:12.294Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:43:12.294Z] ---> Running in ed945d3f6c38 [2021-03-20T17:43:12.294Z] Removing intermediate container 544b4672d7af [2021-03-20T17:43:12.294Z] ---> 9f71d0040dd5 [2021-03-20T17:43:12.294Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:43:12.294Z] ---> Running in 656e2a8320f1 [2021-03-20T17:43:12.294Z] Removing intermediate container f53e3da30264 [2021-03-20T17:43:12.294Z] ---> fdbc64f7ba92 [2021-03-20T17:43:12.294Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:43:12.294Z] ---> Running in 6c935b3d61c9 [2021-03-20T17:43:12.294Z] ---> Running in d1f3547f253b [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] OK: 217 MiB in 51 packages [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:43:12.294Z] OK: 217 MiB in 51 packages [2021-03-20T17:43:12.294Z] OK: 217 MiB in 51 packages [2021-03-20T17:43:12.567Z] Removing intermediate container d70771e36adc [2021-03-20T17:43:12.567Z] ---> 386db5211f5a [2021-03-20T17:43:12.567Z] Step 6/22 : COPY go.mod . [2021-03-20T17:43:12.567Z] OK: 217 MiB in 51 packages [2021-03-20T17:43:12.567Z] OK: 217 MiB in 51 packages [2021-03-20T17:43:14.010Z] ---> 90099d08a6fc [2021-03-20T17:43:14.010Z] Step 7/22 : RUN go mod download [2021-03-20T17:43:14.010Z] Removing intermediate container ed945d3f6c38 [2021-03-20T17:43:14.010Z] ---> 0c06ece12e47 [2021-03-20T17:43:14.010Z] Step 6/31 : COPY go.mod . [2021-03-20T17:43:14.288Z] ---> Running in 93464853f75c [2021-03-20T17:43:14.288Z] Removing intermediate container 656e2a8320f1 [2021-03-20T17:43:14.288Z] ---> ad1a9f0b33ce [2021-03-20T17:43:14.288Z] Step 6/21 : COPY go.mod . [2021-03-20T17:43:14.892Z] Removing intermediate container 6c935b3d61c9 [2021-03-20T17:43:14.892Z] ---> be2e5ca29de3 [2021-03-20T17:43:14.892Z] Step 6/23 : COPY go.mod . [2021-03-20T17:43:15.183Z] ---> a2e5a647c662 [2021-03-20T17:43:15.183Z] Step 7/31 : RUN go mod download [2021-03-20T17:43:15.183Z] Removing intermediate container d1f3547f253b [2021-03-20T17:43:15.183Z] ---> a9df738f9c4c [2021-03-20T17:43:15.183Z] Step 6/23 : COPY go.mod . [2021-03-20T17:43:15.464Z] ---> f92f1a210ead [2021-03-20T17:43:15.464Z] Step 7/21 : RUN go mod download [2021-03-20T17:43:15.464Z] ---> Running in b43d4ba8338d [2021-03-20T17:43:16.088Z] ---> Running in 2c2812f3f90d [2021-03-20T17:43:16.088Z] ---> 56ab06fc2c26 [2021-03-20T17:43:16.088Z] Step 7/23 : RUN go mod download [2021-03-20T17:43:16.369Z] ---> Running in b7962096746c [2021-03-20T17:43:16.644Z] ---> 4b12a627f719 [2021-03-20T17:43:16.644Z] Step 7/23 : RUN go mod download [2021-03-20T17:43:16.924Z] ---> Running in 9660fdf8cdac [2021-03-20T17:43:17.411Z] 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-20T17:43:18.371Z] Removing intermediate container 93464853f75c [2021-03-20T17:43:18.372Z] ---> e94174515ba9 [2021-03-20T17:43:18.372Z] Step 8/22 : COPY . . [2021-03-20T17:43:18.798Z] 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-20T17:43:20.708Z] 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-20T17:43:21.013Z] Removing intermediate container b43d4ba8338d [2021-03-20T17:43:21.013Z] ---> 8bc1e8f46d76 [2021-03-20T17:43:21.013Z] Step 8/31 : COPY . . [2021-03-20T17:43:21.284Z] 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-20T17:43:21.284Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-20T17:43:21.284Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-20T17:43:21.284Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-20T17:43:21.284Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-20T17:43:21.988Z] Removing intermediate container 2c2812f3f90d [2021-03-20T17:43:21.988Z] ---> b558591d2115 [2021-03-20T17:43:21.988Z] Step 8/21 : COPY . . [2021-03-20T17:43:22.586Z] Removing intermediate container b7962096746c [2021-03-20T17:43:22.586Z] ---> 8c7781629286 [2021-03-20T17:43:22.586Z] Step 8/23 : COPY . . [2021-03-20T17:43:23.181Z] Removing intermediate container 9660fdf8cdac [2021-03-20T17:43:23.181Z] ---> c096ac021992 [2021-03-20T17:43:23.181Z] Step 8/23 : COPY . . [2021-03-20T17:43:23.833Z] 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-20T17:43:23.833Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-20T17:43:23.833Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-20T17:43:25.224Z] 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-20T17:43:26.607Z] 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-20T17:43:26.607Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-20T17:43:28.519Z] 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-20T17:43:29.459Z] 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-20T17:43:29.719Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-20T17:43:31.105Z] 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-20T17:43:31.105Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-20T17:43:33.648Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-20T17:43:33.648Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-20T17:43:33.648Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-20T17:43:33.648Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-20T17:43:33.648Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-20T17:43:33.648Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-20T17:43:33.648Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-20T17:43:33.648Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-20T17:43:33.648Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-20T17:43:33.648Z] + 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-20T17:43:33.648Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-20T17:43:33.648Z] + 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-20T17:43:33.648Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-20T17:43:33.648Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-20T17:43:33.648Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-20T17:43:33.648Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-20T17:43:33.648Z] + 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-20T17:43:37.032Z] Building static-packages [2021-03-20T17:43:37.032Z] + snapcraftctl build [2021-03-20T17:43:39.012Z] Building version [2021-03-20T17:43:39.012Z] + snapcraftctl build [2021-03-20T17:43:41.556Z] Skipping stage go-build-helper (already ran) [2021-03-20T17:43:41.556Z] Staging app-service-config [2021-03-20T17:43:41.556Z] + snapcraftctl stage [2021-03-20T17:43:42.941Z] Staging config-common [2021-03-20T17:43:42.941Z] + snapcraftctl stage [2021-03-20T17:43:43.884Z] Staging edgex-go [2021-03-20T17:43:43.884Z] + snapcraftctl stage [2021-03-20T17:43:44.829Z] Staging static-packages [2021-03-20T17:43:44.829Z] + snapcraftctl stage [2021-03-20T17:43:45.368Z] ---> ce073b911cac [2021-03-20T17:43:45.369Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:43:45.369Z] ---> 32502d4cb22e [2021-03-20T17:43:45.369Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:43:45.369Z] ---> 5940fb524cb1 [2021-03-20T17:43:45.369Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:43:45.369Z] ---> Running in f3fe81aa1409 [2021-03-20T17:43:45.369Z] ---> 93851b0d3013 [2021-03-20T17:43:45.369Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:43:45.369Z] ---> Running in a7a5a98b224d [2021-03-20T17:43:45.369Z] ---> 7534b22d5370 [2021-03-20T17:43:45.369Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:43:45.369Z] ---> Running in bea4318837d9 [2021-03-20T17:43:45.646Z] ---> Running in c132f0a0474b [2021-03-20T17:43:45.647Z] ---> Running in 9f73e7528b17 [2021-03-20T17:43:46.212Z] Staging version [2021-03-20T17:43:46.212Z] + snapcraftctl stage [2021-03-20T17:43:47.097Z] 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-20T17:43:47.597Z] Priming go-build-helper [2021-03-20T17:43:47.597Z] + snapcraftctl prime [2021-03-20T17:43:47.704Z] 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-20T17:43:47.979Z] 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-20T17:43:47.979Z] 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-20T17:43:47.979Z] 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-20T17:43:48.547Z] Priming app-service-config [2021-03-20T17:43:48.547Z] + snapcraftctl prime [2021-03-20T17:43:49.934Z] Priming config-common [2021-03-20T17:43:49.934Z] + snapcraftctl prime [2021-03-20T17:43:50.880Z] Priming edgex-go [2021-03-20T17:43:50.880Z] + snapcraftctl prime [2021-03-20T17:43:52.271Z] Priming static-packages [2021-03-20T17:43:52.271Z] + snapcraftctl prime [2021-03-20T17:43:54.816Z] Priming version [2021-03-20T17:43:54.816Z] + snapcraftctl prime [2021-03-20T17:43:55.757Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-20T17:45:24.814Z] 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-20T17:45:31.566Z] Removing intermediate container a7a5a98b224d [2021-03-20T17:45:31.567Z] ---> 601f35fa28ba [2021-03-20T17:45:31.567Z] [2021-03-20T17:45:31.567Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:45:31.567Z] 3.12: Pulling from library/alpine [2021-03-20T17:45:33.557Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:45:33.557Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:45:33.557Z] ---> d10569e2745f [2021-03-20T17:45:33.557Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:45:34.541Z] ---> Running in bdb215bcdc8a [2021-03-20T17:45:34.816Z] Removing intermediate container bea4318837d9 [2021-03-20T17:45:34.816Z] ---> 835221fb61ec [2021-03-20T17:45:34.816Z] [2021-03-20T17:45:34.816Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:45:34.816Z] ---> d10569e2745f [2021-03-20T17:45:34.816Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:45:35.414Z] ---> Running in 43fef140ac8b [2021-03-20T17:45:36.014Z] Removing intermediate container 43fef140ac8b [2021-03-20T17:45:36.014Z] ---> 2b6fac47a8ed [2021-03-20T17:45:36.014Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:45:36.288Z] ---> Running in 1c5440c75487 [2021-03-20T17:45:36.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:36.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:37.833Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:45:37.833Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:45:37.833Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:45:37.833Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:45:37.833Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:45:37.833Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:45:38.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:38.110Z] OK: 7 MiB in 18 packages [2021-03-20T17:45:38.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:38.992Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:45:38.992Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:45:38.992Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:45:38.992Z] OK: 5 MiB in 16 packages [2021-03-20T17:45:41.632Z] Removing intermediate container bdb215bcdc8a [2021-03-20T17:45:41.632Z] ---> 55ad0d4a24f7 [2021-03-20T17:45:41.632Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:45:41.632Z] Removing intermediate container 1c5440c75487 [2021-03-20T17:45:41.632Z] ---> 4853dc839a7c [2021-03-20T17:45:41.632Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:45:41.632Z] ---> Running in 8020ce62af74 [2021-03-20T17:45:41.632Z] ---> Running in 9541224ef386 [2021-03-20T17:45:42.641Z] Removing intermediate container 8020ce62af74 [2021-03-20T17:45:42.641Z] Removing intermediate container 9541224ef386 [2021-03-20T17:45:42.641Z] ---> 58ee8c36cb25 [2021-03-20T17:45:42.641Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:45:42.641Z] ---> 68bf82c45988 [2021-03-20T17:45:42.641Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:45:43.240Z] ---> Running in 242376b4cd6f [2021-03-20T17:45:43.240Z] ---> Running in 44d03883f30a [2021-03-20T17:45:44.673Z] Removing intermediate container 44d03883f30a [2021-03-20T17:45:44.673Z] ---> 831d39b560a5 [2021-03-20T17:45:44.673Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:45:44.948Z] Removing intermediate container 242376b4cd6f [2021-03-20T17:45:44.948Z] ---> 5b58ba62cf0d [2021-03-20T17:45:44.948Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:45:45.228Z] ---> Running in 2910255c42cb [2021-03-20T17:45:47.216Z] ---> 0ba9ddc71125 [2021-03-20T17:45:47.216Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:45:47.216Z] Removing intermediate container c132f0a0474b [2021-03-20T17:45:47.216Z] ---> e0b92965e84f [2021-03-20T17:45:47.216Z] [2021-03-20T17:45:47.216Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:45:47.216Z] ---> d10569e2745f [2021-03-20T17:45:47.216Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:45:47.814Z] ---> Running in 8311991d1aae [2021-03-20T17:45:49.263Z] Removing intermediate container f3fe81aa1409 [2021-03-20T17:45:49.263Z] ---> 36f2a5c47ace [2021-03-20T17:45:49.263Z] [2021-03-20T17:45:49.263Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:45:49.263Z] ---> d10569e2745f [2021-03-20T17:45:49.263Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:45:49.263Z] ---> ce0dfa8a097f [2021-03-20T17:45:49.263Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:45:49.263Z] Removing intermediate container 2910255c42cb [2021-03-20T17:45:49.263Z] ---> 80b618b719e8 [2021-03-20T17:45:49.263Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:45:49.263Z] ---> Running in 43a33ec58659 [2021-03-20T17:45:49.535Z] ---> Running in 3cd5b746d30c [2021-03-20T17:45:49.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:50.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:50.373Z] Removing intermediate container 3cd5b746d30c [2021-03-20T17:45:50.373Z] ---> ff883c638ec8 [2021-03-20T17:45:50.373Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:45:50.649Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:45:50.649Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:45:50.649Z] OK: 5 MiB in 15 packages [2021-03-20T17:45:51.639Z] ---> 53b933a4102d [2021-03-20T17:45:51.639Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:45:51.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:51.991Z] ---> Running in 0998a7ab840b [2021-03-20T17:45:51.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:52.275Z] ---> 69a9d88fe0f6 [2021-03-20T17:45:52.275Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:45:52.626Z] ---> Running in 2a43ba476a31 [2021-03-20T17:45:52.626Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:45:52.626Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:45:52.626Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:45:52.626Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:45:52.953Z] OK: 6 MiB in 16 packages [2021-03-20T17:45:53.639Z] Removing intermediate container 8311991d1aae [2021-03-20T17:45:53.639Z] ---> ca25a319168e [2021-03-20T17:45:53.639Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:45:53.639Z] Removing intermediate container 0998a7ab840b [2021-03-20T17:45:53.639Z] ---> 03c618623755 [2021-03-20T17:45:53.639Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:45:53.922Z] ---> Running in cb86a684169e [2021-03-20T17:45:54.203Z] ---> Running in 6cf82f2a7f34 [2021-03-20T17:45:54.803Z] Removing intermediate container 9f73e7528b17 [2021-03-20T17:45:54.803Z] ---> 2559e9a9110b [2021-03-20T17:45:54.803Z] [2021-03-20T17:45:54.803Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:45:55.075Z] ---> d10569e2745f [2021-03-20T17:45:55.075Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:45:55.075Z] ---> Using cache [2021-03-20T17:45:55.075Z] ---> ca25a319168e [2021-03-20T17:45:55.075Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:45:55.075Z] ---> Using cache [2021-03-20T17:45:55.075Z] ---> 2207f9179afe [2021-03-20T17:45:55.075Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:45:55.075Z] Removing intermediate container 6cf82f2a7f34 [2021-03-20T17:45:55.075Z] ---> bb2fc681636d [2021-03-20T17:45:55.075Z] Step 19/21 : LABEL arch=arm64 [2021-03-20T17:45:55.350Z] Removing intermediate container cb86a684169e [2021-03-20T17:45:55.350Z] ---> 2207f9179afe [2021-03-20T17:45:55.350Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:45:55.350Z] ---> Running in 616032033ff3 [2021-03-20T17:45:55.350Z] ---> Running in b4120d74f713 [2021-03-20T17:45:55.624Z] ---> Running in 9b64dba52cee [2021-03-20T17:45:55.624Z] Removing intermediate container 43a33ec58659 [2021-03-20T17:45:55.624Z] ---> 2f0dd07850b1 [2021-03-20T17:45:55.624Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:45:55.899Z] ---> Running in ab328fa682c5 [2021-03-20T17:45:56.171Z] Removing intermediate container 9b64dba52cee [2021-03-20T17:45:56.171Z] ---> 0647cb1e7216 [2021-03-20T17:45:56.171Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:45:56.171Z] Removing intermediate container 616032033ff3 [2021-03-20T17:45:56.171Z] ---> 5991f66fd364 [2021-03-20T17:45:56.171Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:45:56.171Z] Removing intermediate container b4120d74f713 [2021-03-20T17:45:56.171Z] ---> 6edd20b75fd3 [2021-03-20T17:45:56.171Z] Step 20/21 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:45:56.447Z] Removing intermediate container 2a43ba476a31 [2021-03-20T17:45:56.447Z] ---> c39db7ce1fbf [2021-03-20T17:45:56.447Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:45:56.447Z] ---> Running in 0d7b5703d420 [2021-03-20T17:45:56.447Z] ---> Running in 5e0c41f9111e [2021-03-20T17:45:56.447Z] ---> Running in 867be9e75f29 [2021-03-20T17:45:56.721Z] Removing intermediate container ab328fa682c5 [2021-03-20T17:45:56.721Z] ---> bfb4794f91fd [2021-03-20T17:45:56.721Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:45:56.995Z] ---> Running in 6ae44ec0e332 [2021-03-20T17:45:57.268Z] Removing intermediate container 0d7b5703d420 [2021-03-20T17:45:57.268Z] ---> 011a65f04ef6 [2021-03-20T17:45:57.268Z] Step 15/23 : WORKDIR / [2021-03-20T17:45:57.268Z] Removing intermediate container 867be9e75f29 [2021-03-20T17:45:57.268Z] ---> b68eefa13d19 [2021-03-20T17:45:57.268Z] Removing intermediate container 5e0c41f9111e [2021-03-20T17:45:57.268Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:45:57.268Z] ---> 15b2635b5ac2 [2021-03-20T17:45:57.268Z] Step 15/23 : WORKDIR / [2021-03-20T17:45:57.542Z] ---> Running in 32514d48246c [2021-03-20T17:45:57.542Z] ---> 0c0951d9e4ae [2021-03-20T17:45:57.542Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:45:57.542Z] ---> Running in 80d8dfae97f4 [2021-03-20T17:45:57.542Z] ---> Running in de93b913b26b [2021-03-20T17:45:57.542Z] Removing intermediate container 6ae44ec0e332 [2021-03-20T17:45:57.542Z] ---> 5288b8e5a390 [2021-03-20T17:45:57.542Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:45:57.822Z] ---> Running in de86c6d78cef [2021-03-20T17:45:58.426Z] Removing intermediate container 80d8dfae97f4 [2021-03-20T17:45:58.426Z] ---> a246ea0538df [2021-03-20T17:45:58.426Z] [2021-03-20T17:45:58.426Z] Removing intermediate container 32514d48246c [2021-03-20T17:45:58.426Z] ---> 08396f500eec [2021-03-20T17:45:58.426Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:45:58.426Z] Removing intermediate container de93b913b26b [2021-03-20T17:45:58.426Z] ---> feefd18f5eee [2021-03-20T17:45:58.426Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:45:58.702Z] Removing intermediate container de86c6d78cef [2021-03-20T17:45:58.702Z] ---> 52eb36b814e1 [2021-03-20T17:45:58.702Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:45:59.306Z] Successfully built a246ea0538df [2021-03-20T17:45:59.581Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-20T17:45:59.581Z] Building docker-security-secretstore-setup-go [2021-03-20T17:45:59.581Z]  Building docker-security-proxy-setup-go ... done  ---> 6e6bb6030ece [2021-03-20T17:45:59.581Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:45:59.860Z] ---> 2d3f054aba53 [2021-03-20T17:45:59.860Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:45:59.860Z] ---> 1bf9bb8a842f [2021-03-20T17:45:59.860Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:45:59.860Z] ---> df03fbca7a20 [2021-03-20T17:45:59.860Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:46:01.300Z] ---> 1c47b0fe9e56 [2021-03-20T17:46:01.300Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:46:02.282Z] ---> cb318f8eb24a [2021-03-20T17:46:02.282Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:46:02.873Z] ---> cc280c34c3a1 [2021-03-20T17:46:02.873Z] ---> be02fc4f879b [2021-03-20T17:46:02.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:46:02.873Z] ---> 0bd07524e889 [2021-03-20T17:46:02.873Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:46:02.873Z] [2021-03-20T17:46:03.146Z] ---> c0038687a1b1 [2021-03-20T17:46:03.146Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:46:03.420Z] ---> Running in cd52629002b2 [2021-03-20T17:46:04.395Z] ---> 761e3f378d5b [2021-03-20T17:46:04.395Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:46:04.395Z] ---> 5b3a23a9b5fd [2021-03-20T17:46:04.395Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:46:04.668Z] ---> Running in 8b2249e968db [2021-03-20T17:46:04.668Z] Removing intermediate container cd52629002b2 [2021-03-20T17:46:04.668Z] ---> eb7d1f15334d [2021-03-20T17:46:04.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:46:04.954Z] ---> c4f2d876eaa9 [2021-03-20T17:46:04.954Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:46:05.229Z] ---> Running in 5f710045ecec [2021-03-20T17:46:05.229Z] ---> Running in 21a19ea5d425 [2021-03-20T17:46:05.503Z] ---> Running in fbf0afa58c0a [2021-03-20T17:46:05.503Z] Removing intermediate container 8b2249e968db [2021-03-20T17:46:05.503Z] ---> b05c9ea88ee2 [2021-03-20T17:46:05.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:46:05.780Z] ---> Running in aaa7174cc90d [2021-03-20T17:46:05.780Z] Removing intermediate container 5f710045ecec [2021-03-20T17:46:05.780Z] ---> 07df756e74e9 [2021-03-20T17:46:05.780Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:46:06.056Z] Removing intermediate container 21a19ea5d425 [2021-03-20T17:46:06.056Z] ---> c5f3e90f7d39 [2021-03-20T17:46:06.056Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:46:06.056Z] Removing intermediate container fbf0afa58c0a [2021-03-20T17:46:06.056Z] ---> be8a400b6671 [2021-03-20T17:46:06.056Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:46:06.329Z] ---> Running in 70bf3ca3deaa [2021-03-20T17:46:06.329Z] Removing intermediate container aaa7174cc90d [2021-03-20T17:46:06.329Z] ---> fc8acdfbf783 [2021-03-20T17:46:06.329Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:46:06.329Z] ---> Running in de370454bbd9 [2021-03-20T17:46:06.599Z] ---> Running in b3f51a5ded21 [2021-03-20T17:46:06.872Z] ---> 32bdc36d6e19 [2021-03-20T17:46:06.872Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:46:07.145Z] Removing intermediate container 70bf3ca3deaa [2021-03-20T17:46:07.145Z] ---> f669c2bb15bf [2021-03-20T17:46:07.145Z] Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:46:07.145Z] Removing intermediate container de370454bbd9 [2021-03-20T17:46:07.145Z] ---> 0d8fc03582c1 [2021-03-20T17:46:07.145Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:46:07.419Z] ---> Running in 39942dbb0f8a [2021-03-20T17:46:07.419Z] Removing intermediate container b3f51a5ded21 [2021-03-20T17:46:07.419Z] ---> 84897df490b1 [2021-03-20T17:46:07.419Z] Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:46:07.419Z] ---> Running in f3be27a0289c [2021-03-20T17:46:07.419Z] ---> Running in 51cbd538d797 [2021-03-20T17:46:07.727Z] ---> Running in 454d2d1bb492 [2021-03-20T17:46:08.350Z] Removing intermediate container 51cbd538d797 [2021-03-20T17:46:08.350Z] ---> 163f92375f2b [2021-03-20T17:46:08.350Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:46:08.350Z] Removing intermediate container f3be27a0289c [2021-03-20T17:46:08.350Z] ---> 6ffbd61349b1 [2021-03-20T17:46:08.350Z] Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:46:08.955Z] Removing intermediate container 454d2d1bb492 [2021-03-20T17:46:08.955Z] ---> 8481d86cd557 [2021-03-20T17:46:08.955Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:46:08.955Z] ---> Running in 35179ff9c353 [2021-03-20T17:46:08.955Z] ---> Running in 0f638c7d3a72 [2021-03-20T17:46:09.234Z] ---> Running in 97f0f6e9302f [2021-03-20T17:46:09.830Z] Removing intermediate container 0f638c7d3a72 [2021-03-20T17:46:09.830Z] ---> 8135d2de9540 [2021-03-20T17:46:09.830Z] [2021-03-20T17:46:10.424Z] Removing intermediate container 35179ff9c353 [2021-03-20T17:46:10.424Z] ---> db25577441dc [2021-03-20T17:46:10.424Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:46:10.424Z] Removing intermediate container 97f0f6e9302f [2021-03-20T17:46:10.424Z] ---> 8e15bbffbbda [2021-03-20T17:46:10.424Z] [2021-03-20T17:46:10.424Z] Successfully built 8135d2de9540 [2021-03-20T17:46:10.424Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-20T17:46:10.424Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-20T17:46:10.697Z] ---> Running in be28cd7c9bf1 [2021-03-20T17:46:10.970Z] Successfully built 8e15bbffbbda [2021-03-20T17:46:10.970Z] Removing intermediate container 39942dbb0f8a [2021-03-20T17:46:10.970Z] ---> dea77b34d9e6 [2021-03-20T17:46:10.970Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:46:10.970Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-20T17:46:10.970Z] Building docker-sys-mgmt-agent-go [2021-03-20T17:46:11.242Z]  Building docker-support-notifications-go ... done  ---> Running in f47bccd22e8b [2021-03-20T17:46:11.242Z] Removing intermediate container be28cd7c9bf1 [2021-03-20T17:46:11.242Z] ---> e8d14c50831b [2021-03-20T17:46:11.242Z] [2021-03-20T17:46:11.843Z] Successfully built e8d14c50831b [2021-03-20T17:46:11.843Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-20T17:46:11.843Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-20T17:46:12.114Z] Removing intermediate container f47bccd22e8b [2021-03-20T17:46:12.114Z] ---> 6d8d4d6cfe6b [2021-03-20T17:46:12.114Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:46:12.386Z] ---> Running in 2d2d9ae2c82d [2021-03-20T17:46:12.993Z] Removing intermediate container 2d2d9ae2c82d [2021-03-20T17:46:12.993Z] ---> 13259ec64ab6 [2021-03-20T17:46:12.993Z] Step 29/31 : LABEL arch=arm64 [2021-03-20T17:46:13.267Z] ---> Running in 8a8b26f8d4ce [2021-03-20T17:46:13.872Z] Removing intermediate container 8a8b26f8d4ce [2021-03-20T17:46:13.872Z] ---> 7fa403404d26 [2021-03-20T17:46:13.872Z] Step 30/31 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:46:14.147Z] ---> Running in a7e92fa1a6b3 [2021-03-20T17:46:15.128Z] Removing intermediate container a7e92fa1a6b3 [2021-03-20T17:46:15.128Z] ---> aa0c120a25d0 [2021-03-20T17:46:15.128Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:46:15.736Z] ---> Running in 861eeda748b6 [2021-03-20T17:46:16.733Z] Removing intermediate container 861eeda748b6 [2021-03-20T17:46:16.733Z] ---> 886d00c57a2c [2021-03-20T17:46:16.733Z] [2021-03-20T17:46:17.005Z] Successfully built 886d00c57a2c [2021-03-20T17:46:17.005Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-20T17:46:39.177Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:46:39.177Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:46:39.177Z] ---> 0fc2b585c451 [2021-03-20T17:46:39.177Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:46:39.177Z] ---> Using cache [2021-03-20T17:46:39.177Z] ---> b0da984948dc [2021-03-20T17:46:39.177Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:46:39.177Z] ---> Using cache [2021-03-20T17:46:39.177Z] ---> fdbc64f7ba92 [2021-03-20T17:46:39.177Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:46:39.177Z] ---> Using cache [2021-03-20T17:46:39.177Z] ---> a9df738f9c4c [2021-03-20T17:46:39.177Z] Step 6/24 : COPY go.mod . [2021-03-20T17:46:39.177Z] ---> Using cache [2021-03-20T17:46:39.177Z] ---> 4b12a627f719 [2021-03-20T17:46:39.177Z] Step 7/24 : RUN go mod download [2021-03-20T17:46:39.177Z] ---> Using cache [2021-03-20T17:46:39.177Z] ---> c096ac021992 [2021-03-20T17:46:39.177Z] Step 8/24 : COPY . . [2021-03-20T17:46:39.177Z] ---> Using cache [2021-03-20T17:46:39.177Z] ---> 7534b22d5370 [2021-03-20T17:46:39.177Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:46:42.559Z] ---> Running in 73c49a831cb7 [2021-03-20T17:46:43.546Z] 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-20T17:46:55.995Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:46:55.995Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:46:55.995Z] ---> 0fc2b585c451 [2021-03-20T17:46:55.995Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:46:55.995Z] ---> Using cache [2021-03-20T17:46:55.995Z] ---> b0da984948dc [2021-03-20T17:46:55.995Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:46:55.995Z] ---> Using cache [2021-03-20T17:46:55.995Z] ---> fdbc64f7ba92 [2021-03-20T17:46:55.995Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:46:56.273Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:46:56.273Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:46:56.273Z] ---> 0fc2b585c451 [2021-03-20T17:46:56.273Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:46:56.273Z] ---> Using cache [2021-03-20T17:46:56.273Z] ---> b0da984948dc [2021-03-20T17:46:56.273Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:46:56.273Z] ---> Using cache [2021-03-20T17:46:56.273Z] ---> fdbc64f7ba92 [2021-03-20T17:46:56.273Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:46:56.273Z] ---> Using cache [2021-03-20T17:46:56.273Z] ---> a9df738f9c4c [2021-03-20T17:46:56.273Z] Step 6/22 : COPY go.mod . [2021-03-20T17:46:56.273Z] ---> Using cache [2021-03-20T17:46:56.273Z] ---> 4b12a627f719 [2021-03-20T17:46:56.273Z] Step 7/22 : RUN go mod download [2021-03-20T17:46:56.273Z] ---> Using cache [2021-03-20T17:46:56.273Z] ---> c096ac021992 [2021-03-20T17:46:56.273Z] Step 8/22 : COPY . . [2021-03-20T17:46:56.551Z] ---> Using cache [2021-03-20T17:46:56.551Z] ---> 7534b22d5370 [2021-03-20T17:46:56.551Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:46:56.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:46:56.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:46:56.551Z] ---> 0fc2b585c451 [2021-03-20T17:46:56.551Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:46:56.551Z] ---> Using cache [2021-03-20T17:46:56.551Z] ---> b0da984948dc [2021-03-20T17:46:56.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:46:56.551Z] ---> Using cache [2021-03-20T17:46:56.551Z] ---> fdbc64f7ba92 [2021-03-20T17:46:56.551Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:46:57.999Z] ---> Running in 9ca208fa1231 [2021-03-20T17:46:57.999Z] ---> Running in cd5e55f8ebbc [2021-03-20T17:46:57.999Z] ---> Running in 1b0d7dbbe34c [2021-03-20T17:46:59.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:47:00.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:47:00.587Z] 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-20T17:47:00.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:47:01.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:47:01.746Z] OK: 217 MiB in 51 packages [2021-03-20T17:47:02.024Z] OK: 217 MiB in 51 packages [2021-03-20T17:47:03.492Z] Removing intermediate container 9ca208fa1231 [2021-03-20T17:47:03.492Z] ---> fa6e87692eec [2021-03-20T17:47:03.492Z] Step 6/23 : COPY go.mod . [2021-03-20T17:47:03.769Z] Removing intermediate container 1b0d7dbbe34c [2021-03-20T17:47:03.769Z] ---> ac4eb79793df [2021-03-20T17:47:03.769Z] Step 6/26 : COPY go.mod . [2021-03-20T17:47:04.768Z] ---> 6477a7320761 [2021-03-20T17:47:04.768Z] Step 7/23 : RUN go mod download [2021-03-20T17:47:05.050Z] ---> Running in d2b6838580b8 [2021-03-20T17:47:05.050Z] ---> a963cbe5f7f2 [2021-03-20T17:47:05.050Z] Step 7/26 : RUN go mod download [2021-03-20T17:47:05.326Z] ---> Running in 42dc41dd5454 [2021-03-20T17:47:09.681Z] Removing intermediate container 42dc41dd5454 [2021-03-20T17:47:09.681Z] ---> b6f23de159c0 [2021-03-20T17:47:09.681Z] Step 8/26 : COPY . . [2021-03-20T17:47:09.964Z] Removing intermediate container d2b6838580b8 [2021-03-20T17:47:09.964Z] ---> 8df1eaa1c9ed [2021-03-20T17:47:09.964Z] Step 8/23 : COPY . . [2021-03-20T17:47:32.296Z] 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-20T17:47:42.475Z] ---> 9ef3a94788b8 [2021-03-20T17:47:42.475Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:47:42.475Z] ---> 710aeefb10f2 [2021-03-20T17:47:42.475Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:47:42.757Z] ---> Running in 7921023fc80b [2021-03-20T17:47:42.757Z] ---> Running in fb3e180686ca [2021-03-20T17:47:45.383Z] 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-20T17:47:45.657Z] 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-20T17:47:46.260Z] Removing intermediate container 73c49a831cb7 [2021-03-20T17:47:46.260Z] ---> aea6fbe7400b [2021-03-20T17:47:46.260Z] [2021-03-20T17:47:46.260Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:47:46.260Z] ---> d10569e2745f [2021-03-20T17:47:46.260Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:47:46.536Z] ---> Running in a213367ea3ea [2021-03-20T17:47:48.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:47:48.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:47:49.511Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:47:49.511Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:47:49.511Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:47:49.511Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:47:49.511Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:47:49.511Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:47:49.511Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:47:49.788Z] OK: 7 MiB in 19 packages [2021-03-20T17:47:52.418Z] Removing intermediate container a213367ea3ea [2021-03-20T17:47:52.418Z] ---> 14418422e10c [2021-03-20T17:47:52.418Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:47:52.418Z] ---> Running in 674bf3929bb5 [2021-03-20T17:47:53.396Z] Removing intermediate container 674bf3929bb5 [2021-03-20T17:47:53.396Z] ---> 1f21bd2bec8a [2021-03-20T17:47:53.396Z] Step 13/24 : WORKDIR / [2021-03-20T17:47:53.396Z] ---> Running in 689d79f9115b [2021-03-20T17:47:53.994Z] Removing intermediate container 689d79f9115b [2021-03-20T17:47:53.994Z] ---> 822164944723 [2021-03-20T17:47:53.994Z] 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-20T17:47:55.438Z] ---> 60a929544fe6 [2021-03-20T17:47:55.438Z] 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-20T17:47:56.429Z] ---> 83bfb43f83e6 [2021-03-20T17:47:56.429Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:47:57.433Z] ---> 646aa6418941 [2021-03-20T17:47:57.433Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:47:59.399Z] ---> 56820f2451bc [2021-03-20T17:47:59.399Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:48:01.394Z] ---> b7d57b28167a [2021-03-20T17:48:01.394Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:48:02.836Z] ---> 6bd7843b510d [2021-03-20T17:48:02.836Z] 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-20T17:48:03.108Z] ---> Running in 2bc48a3781d0 [2021-03-20T17:48:07.438Z] Removing intermediate container cd5e55f8ebbc [2021-03-20T17:48:07.438Z] ---> 5e719bc0b5ff [2021-03-20T17:48:07.438Z] [2021-03-20T17:48:07.438Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:48:07.438Z] ---> d10569e2745f [2021-03-20T17:48:07.438Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:48:07.438Z] ---> Using cache [2021-03-20T17:48:07.438Z] ---> ca25a319168e [2021-03-20T17:48:07.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:48:07.438Z] ---> Using cache [2021-03-20T17:48:07.438Z] ---> 2207f9179afe [2021-03-20T17:48:07.438Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:48:08.047Z] ---> Running in 9b663dc9d407 [2021-03-20T17:48:08.047Z] Removing intermediate container 2bc48a3781d0 [2021-03-20T17:48:08.047Z] ---> a3307655863d [2021-03-20T17:48:08.047Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:48:08.323Z] ---> Running in a0d1ed34d93e [2021-03-20T17:48:08.604Z] Removing intermediate container 9b663dc9d407 [2021-03-20T17:48:08.604Z] ---> 63be966e5be4 [2021-03-20T17:48:08.604Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:48:08.882Z] ---> Running in d884049b37d9 [2021-03-20T17:48:09.158Z] Removing intermediate container a0d1ed34d93e [2021-03-20T17:48:09.158Z] ---> 6b1824124724 [2021-03-20T17:48:09.158Z] Step 22/24 : LABEL arch=arm64 [2021-03-20T17:48:09.435Z] ---> Running in 67a7e282e2d6 [2021-03-20T17:48:09.711Z] Removing intermediate container d884049b37d9 [2021-03-20T17:48:09.711Z] ---> 2600b26ea278 [2021-03-20T17:48:09.711Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:48:09.987Z] Removing intermediate container 67a7e282e2d6 [2021-03-20T17:48:09.987Z] ---> e1db848b078f [2021-03-20T17:48:09.987Z] Step 23/24 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:48:10.264Z] ---> Running in cd06d74746dd [2021-03-20T17:48:11.264Z] ---> 37fd8b1b048e [2021-03-20T17:48:11.264Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:48:11.264Z] Removing intermediate container cd06d74746dd [2021-03-20T17:48:11.264Z] ---> 82f3c53cf451 [2021-03-20T17:48:11.264Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:48:11.264Z] ---> Running in 18812d9649e0 [2021-03-20T17:48:12.253Z] Removing intermediate container 18812d9649e0 [2021-03-20T17:48:12.253Z] ---> df1efab57719 [2021-03-20T17:48:12.253Z] [2021-03-20T17:48:13.247Z] Successfully built df1efab57719 [2021-03-20T17:48:13.247Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-20T17:48:13.247Z]  Building docker-security-secretstore-setup-go ... done  ---> 51a333a8b4ea [2021-03-20T17:48:13.247Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:48:14.691Z] ---> 2b68a0407848 [2021-03-20T17:48:14.691Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:48:14.691Z] ---> Running in c23f697a8f52 [2021-03-20T17:48:15.302Z] Removing intermediate container c23f697a8f52 [2021-03-20T17:48:15.302Z] ---> 95761d180f2b [2021-03-20T17:48:15.302Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:48:15.574Z] ---> Running in 8010659352f1 [2021-03-20T17:48:16.171Z] Removing intermediate container 8010659352f1 [2021-03-20T17:48:16.171Z] ---> 9674516ab797 [2021-03-20T17:48:16.171Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:48:16.444Z] ---> Running in eac43ed3d2e2 [2021-03-20T17:48:17.043Z] Removing intermediate container eac43ed3d2e2 [2021-03-20T17:48:17.043Z] ---> 41c5674fc01f [2021-03-20T17:48:17.043Z] Step 21/22 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:48:17.043Z] ---> Running in 04c4a9097c8a [2021-03-20T17:48:18.030Z] Removing intermediate container 04c4a9097c8a [2021-03-20T17:48:18.030Z] ---> 9f34e61b1d3d [2021-03-20T17:48:18.030Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:48:18.030Z] ---> Running in 4250e5308a58 [2021-03-20T17:48:18.627Z] Removing intermediate container 4250e5308a58 [2021-03-20T17:48:18.627Z] ---> 2f2f6f42ab36 [2021-03-20T17:48:18.627Z] [2021-03-20T17:48:19.227Z] Successfully built 2f2f6f42ab36 [2021-03-20T17:48:19.227Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-20T17:48:46.026Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7921023fc80b [2021-03-20T17:48:46.026Z] ---> 4ee7a4a27a81 [2021-03-20T17:48:46.026Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:48:46.026Z] ---> Running in 1f843ce1db7d [2021-03-20T17:48:46.026Z] 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-20T17:48:48.661Z] Removing intermediate container 1f843ce1db7d [2021-03-20T17:48:48.661Z] ---> 10bc3aa40b9d [2021-03-20T17:48:48.661Z] [2021-03-20T17:48:48.661Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:48:48.661Z] 20.10.0: Pulling from library/docker [2021-03-20T17:48:56.966Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:48:56.966Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:48:57.242Z] ---> eeaf43b92773 [2021-03-20T17:48:57.242Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:48:58.228Z] ---> Running in 890634b42e0f [2021-03-20T17:48:58.228Z] Removing intermediate container fb3e180686ca [2021-03-20T17:48:58.228Z] ---> a00575b4fe53 [2021-03-20T17:48:58.228Z] [2021-03-20T17:48:58.228Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:48:58.228Z] ---> d10569e2745f [2021-03-20T17:48:58.228Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:48:58.504Z] ---> Running in 81ab7aad52b0 [2021-03-20T17:48:59.103Z] Removing intermediate container 81ab7aad52b0 [2021-03-20T17:48:59.103Z] ---> 47e201dbd72a [2021-03-20T17:48:59.103Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:48:59.103Z] ---> Running in 06feb37ed6f1 [2021-03-20T17:48:59.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:48:59.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:48:59.648Z] Removing intermediate container 06feb37ed6f1 [2021-03-20T17:48:59.648Z] ---> 98cf70ed548c [2021-03-20T17:48:59.648Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:48:59.648Z] ---> Running in 4868b70cd21e [2021-03-20T17:48:59.920Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:48:59.920Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:48:59.920Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:48:59.920Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:49:00.196Z] OK: 12 MiB in 22 packages [2021-03-20T17:49:00.196Z] Removing intermediate container 4868b70cd21e [2021-03-20T17:49:00.196Z] ---> 324b039fd845 [2021-03-20T17:49:00.196Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:49:00.196Z] ---> Running in 80f651eba8a5 [2021-03-20T17:49:01.248Z] Removing intermediate container 890634b42e0f [2021-03-20T17:49:01.248Z] ---> c1974045223f [2021-03-20T17:49:01.248Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:49:01.537Z] ---> Running in 85e8e7883108 [2021-03-20T17:49:02.192Z] Removing intermediate container 85e8e7883108 [2021-03-20T17:49:02.192Z] ---> 87371e0e0245 [2021-03-20T17:49:02.192Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:49:02.192Z] ---> Running in 78705fff322a [2021-03-20T17:49:02.798Z] Removing intermediate container 78705fff322a [2021-03-20T17:49:02.798Z] ---> 1ae1a513c4b4 [2021-03-20T17:49:02.798Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:49:02.798Z] Removing intermediate container 80f651eba8a5 [2021-03-20T17:49:02.798Z] ---> c377b2644d6d [2021-03-20T17:49:02.798Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:49:03.075Z] ---> Running in b00af1f94f23 [2021-03-20T17:49:03.075Z] ---> Running in 8549d4197e59 [2021-03-20T17:49:03.349Z] Removing intermediate container b00af1f94f23 [2021-03-20T17:49:03.349Z] ---> 326c90e9335b [2021-03-20T17:49:03.349Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:49:04.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:49:04.613Z] ---> 283ceab664d2 [2021-03-20T17:49:04.613Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:49:05.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:49:05.491Z] ---> 2c76cfc09941 [2021-03-20T17:49:05.491Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:49:06.471Z] ---> fc4ab8726077 [2021-03-20T17:49:06.471Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:49:06.471Z] ---> Running in 64559f0b7a2e [2021-03-20T17:49:06.743Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:49:06.743Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:49:06.743Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:49:07.018Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:49:07.610Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:49:07.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:49:07.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:49:07.882Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:49:07.882Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:49:07.882Z] OK: 8 MiB in 20 packages [2021-03-20T17:49:08.157Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:49:08.157Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:49:08.157Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:49:08.157Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:49:08.157Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:49:08.157Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:49:08.157Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:49:10.124Z] Removing intermediate container 8549d4197e59 [2021-03-20T17:49:10.124Z] ---> 49af7a6b3c18 [2021-03-20T17:49:10.124Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:49:10.124Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:49:10.124Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:49:10.124Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:49:10.124Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:49:10.124Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:49:10.124Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:49:10.397Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:49:10.397Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:49:10.397Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:49:10.397Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:49:10.397Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:49:10.397Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:49:10.397Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:49:10.397Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:49:10.397Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:49:10.397Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:49:10.673Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:49:10.673Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:49:10.673Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:49:10.673Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:49:10.673Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:49:10.673Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:49:10.673Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:49:10.673Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:49:10.673Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:49:10.673Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:49:10.945Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:49:10.945Z] OK: 71 MiB in 55 packages [2021-03-20T17:49:10.945Z] ---> 1f9d6d77b3ea [2021-03-20T17:49:10.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:49:12.387Z] ---> 411aa7357fc6 [2021-03-20T17:49:12.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:49:13.372Z] ---> 4ed3fb5920b2 [2021-03-20T17:49:13.372Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:49:13.647Z] ---> Running in 4c9ee478a3f6 [2021-03-20T17:49:14.245Z] Removing intermediate container 4c9ee478a3f6 [2021-03-20T17:49:14.245Z] ---> 8cb229c5d62a [2021-03-20T17:49:14.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:49:14.519Z] ---> Running in ee71803a2b86 [2021-03-20T17:49:15.114Z] Removing intermediate container ee71803a2b86 [2021-03-20T17:49:15.114Z] ---> 6a5f674f153c [2021-03-20T17:49:15.114Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:49:15.386Z] ---> Running in e39ee7b8c670 [2021-03-20T17:49:15.982Z] Removing intermediate container e39ee7b8c670 [2021-03-20T17:49:15.982Z] ---> b748e3617be4 [2021-03-20T17:49:15.982Z] Step 22/23 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:49:16.253Z] ---> Running in 6e527279a8d0 [2021-03-20T17:49:16.849Z] Removing intermediate container 6e527279a8d0 [2021-03-20T17:49:16.849Z] ---> 8be747d0d8ff [2021-03-20T17:49:16.849Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:49:16.849Z] ---> Running in af9c5666b2f0 [2021-03-20T17:49:17.120Z] Removing intermediate container 64559f0b7a2e [2021-03-20T17:49:17.120Z] ---> 4eff9a5edb85 [2021-03-20T17:49:17.120Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:49:17.120Z] ---> Running in 25b47f78cb5b [2021-03-20T17:49:17.395Z] Removing intermediate container af9c5666b2f0 [2021-03-20T17:49:17.395Z] ---> 5a3b01c66085 [2021-03-20T17:49:17.395Z] [2021-03-20T17:49:17.988Z] Successfully built 5a3b01c66085 [2021-03-20T17:49:17.988Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-20T17:49:22.275Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-20T17:49:22.275Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:49:22.275Z] 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-20T17:49:22.275Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:49:22.275Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:49:22.865Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:49:22.865Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:49:24.826Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:49:24.826Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:49:25.096Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:49:25.096Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:49:27.710Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:49:27.710Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:49:27.710Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:49:27.710Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:49:30.317Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:49:30.317Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:49:30.920Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:49:30.920Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:49:32.342Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:49:32.342Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:49:34.961Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:49:34.961Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:49:35.558Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:49:35.558Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:49:35.829Z] 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-20T17:49:35.829Z] 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-20T17:49:35.829Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:49:36.100Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:49:36.100Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:49:36.100Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:49:36.100Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:49:36.100Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:49:37.073Z] Installing collected packages: cached-property, dockerpty, websocket-client, docopt, jsonschema, texttable, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2021-03-20T17:49:37.073Z] Running setup.py install for dockerpty: started [2021-03-20T17:49:39.038Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:49:39.038Z] Running setup.py install for docopt: started [2021-03-20T17:49:41.008Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:49:41.008Z] Running setup.py install for texttable: started [2021-03-20T17:49:42.975Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:49:42.975Z] Attempting uninstall: idna [2021-03-20T17:49:42.975Z] Found existing installation: idna 2.9 [2021-03-20T17:49:42.975Z] Uninstalling idna-2.9: [2021-03-20T17:49:42.975Z] Successfully uninstalled idna-2.9 [2021-03-20T17:49:43.568Z] Attempting uninstall: urllib3 [2021-03-20T17:49:43.568Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:49:43.568Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:49:43.840Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:49:44.431Z] Attempting uninstall: requests [2021-03-20T17:49:44.431Z] Found existing installation: requests 2.23.0 [2021-03-20T17:49:44.431Z] Uninstalling requests-2.23.0: [2021-03-20T17:49:44.431Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:49:45.860Z] Running setup.py install for PyYAML: started [2021-03-20T17:49:47.821Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:49:48.795Z] 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-20T17:49:52.176Z] Removing intermediate container 25b47f78cb5b [2021-03-20T17:49:52.176Z] ---> 5e72be42c773 [2021-03-20T17:49:52.176Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:49:52.449Z] ---> Running in 3ea00b0218f5 [2021-03-20T17:49:53.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:49:53.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:49:54.287Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:49:54.287Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:49:54.287Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:49:54.287Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:49:54.287Z] OK: 72 MiB in 58 packages [2021-03-20T17:49:55.716Z] Removing intermediate container 3ea00b0218f5 [2021-03-20T17:49:55.716Z] ---> 10a305f0b12b [2021-03-20T17:49:55.716Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:49:55.716Z] ---> Running in f89b32a281f1 [2021-03-20T17:49:55.988Z] Removing intermediate container f89b32a281f1 [2021-03-20T17:49:55.988Z] ---> 6e150f581ca9 [2021-03-20T17:49:55.988Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:49:56.261Z] ---> Running in ef084a889258 [2021-03-20T17:49:56.534Z] Removing intermediate container ef084a889258 [2021-03-20T17:49:56.534Z] ---> 8f86efb3edf9 [2021-03-20T17:49:56.534Z] Step 24/26 : LABEL arch=arm64 [2021-03-20T17:49:56.807Z] ---> Running in 6e5d8852ea93 [2021-03-20T17:49:57.080Z] Removing intermediate container 6e5d8852ea93 [2021-03-20T17:49:57.080Z] ---> 3b7c2f0e3604 [2021-03-20T17:49:57.080Z] Step 25/26 : LABEL git_sha=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [2021-03-20T17:49:57.351Z] ---> Running in a9e9bea05dd8 [2021-03-20T17:49:57.626Z] Removing intermediate container a9e9bea05dd8 [2021-03-20T17:49:57.626Z] ---> 3ca50b4bc5cf [2021-03-20T17:49:57.626Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:49:57.897Z] ---> Running in f1276588797b [2021-03-20T17:49:58.222Z] Removing intermediate container f1276588797b [2021-03-20T17:49:58.222Z] ---> e9cb4573189e [2021-03-20T17:49:58.222Z] [2021-03-20T17:49:58.835Z] Successfully built e9cb4573189e [2021-03-20T17:49:58.835Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-20T17:49:59.128Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-20T17:49:59.125Z] $ docker stop --time=1 47ff33f5e44531864a70fa1e5062a5afbe5b219212b78ecdd4b23c0cd6714da7 [2021-03-20T17:50:01.125Z] $ docker rm -f 47ff33f5e44531864a70fa1e5062a5afbe5b219212b78ecdd4b23c0cd6714da7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:50:01.928Z] + docker images [2021-03-20T17:50:01.928Z] + grep docker [2021-03-20T17:50:02.202Z] docker-sys-mgmt-agent-go-arm64 latest e9cb4573189e 4 seconds ago 300MB [2021-03-20T17:50:02.202Z] docker-core-data-go-arm64 latest 5a3b01c66085 45 seconds ago 21.3MB [2021-03-20T17:50:02.202Z] docker-support-scheduler-go-arm64 latest 2f2f6f42ab36 About a minute ago 16.3MB [2021-03-20T17:50:02.202Z] docker-security-secretstore-setup-go-arm64 latest df1efab57719 About a minute ago 23.7MB [2021-03-20T17:50:02.202Z] docker-security-bootstrapper-go-arm64 latest 886d00c57a2c 3 minutes ago 17.8MB [2021-03-20T17:50:02.202Z] docker-core-metadata-go-arm64 latest e8d14c50831b 3 minutes ago 17.9MB [2021-03-20T17:50:02.202Z] docker-support-notifications-go-arm64 latest 8e15bbffbbda 3 minutes ago 16.9MB [2021-03-20T17:50:02.202Z] docker-core-command-go-arm64 latest 8135d2de9540 3 minutes ago 16.3MB [2021-03-20T17:50:02.202Z] docker-security-proxy-setup-go-arm64 latest a246ea0538df 4 minutes ago 23.4MB [2021-03-20T17:50:02.202Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:50:03.136Z] ---> job-cost.sh [2021-03-20T17:50:03.136Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yo8I [2021-03-20T17:50:42.081Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:52:18.837Z] lf-activate-venv(): INFO: Adding /tmp/venv-yo8I/bin to PATH [2021-03-20T17:52:18.837Z] INFO: No Stack... [2021-03-20T17:52:18.837Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-20T17:52:18.837Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:52:19.173Z] + + cutcat -d, /w/workspace/edgex-go/21/archives/cost.csv -f6 [2021-03-20T17:52:19.173Z] [Pipeline] lock [2021-03-20T17:52:19.278Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-21-stack-cost] [2021-03-20T17:52:19.293Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-21-stack-cost] did not exist. Created. [2021-03-20T17:52:19.293Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:52:19.727Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-20T17:52:19.994Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:52:20.009Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-21-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-20T17:52:21.392Z] provisioning config files... [2021-03-20T17:52:21.405Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config9052869983544410188tmp [Pipeline] { [Pipeline] sh [2021-03-20T17:52:21.789Z] + set +x [2021-03-20T17:52:21.790Z] + curl -s https://codecov.io/bash [2021-03-20T17:52:21.790Z] + bash -s -- [2021-03-20T17:52:22.371Z] [2021-03-20T17:52:22.371Z] _____ _ [2021-03-20T17:52:22.371Z] / ____| | | [2021-03-20T17:52:22.371Z] | | ___ __| | ___ ___ _____ __ [2021-03-20T17:52:22.371Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-20T17:52:22.371Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-20T17:52:22.371Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-20T17:52:22.371Z] Bash-20210309-2b87ace [2021-03-20T17:52:22.371Z] [2021-03-20T17:52:22.371Z] [2021-03-20T17:52:22.371Z] ==> git version 2.24.3 found [2021-03-20T17:52:22.371Z] ==> 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-20T17:52:22.371Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-20T17:52:22.371Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-20T17:52:22.371Z] ==> Jenkins CI detected. [2021-03-20T17:52:22.371Z] project root: . [2021-03-20T17:52:22.371Z] --> token set from env [2021-03-20T17:52:22.371Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-20T17:52:22.371Z] ==> Running gcov in . (disable via -X gcov) [2021-03-20T17:52:22.371Z] ==> Python coveragepy not found [2021-03-20T17:52:22.371Z] ==> Searching for coverage reports in: [2021-03-20T17:52:22.371Z] + . [2021-03-20T17:52:22.371Z] -> Found 1 reports [2021-03-20T17:52:22.371Z] ==> Detecting git/mercurial file structure [2021-03-20T17:52:22.634Z] ==> Reading reports [2021-03-20T17:52:22.634Z] + ./coverage.out bytes=650607 [2021-03-20T17:52:22.634Z] ==> Appending adjustments [2021-03-20T17:52:22.634Z] https://docs.codecov.io/docs/fixing-reports [2021-03-20T17:52:25.950Z] + Found adjustments [2021-03-20T17:52:25.950Z] ==> Gzipping contents [2021-03-20T17:52:25.950Z] 96K /tmp/codecov.OlIvgk.gz [2021-03-20T17:52:25.950Z] ==> Uploading reports [2021-03-20T17:52:25.950Z] url: https://codecov.io [2021-03-20T17:52:25.950Z] query: branch=PR-3234&commit=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-20T17:52:25.950Z] -> Pinging Codecov [2021-03-20T17:52:25.950Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=cdaf6afc2b0fbb655888abe39c5d5b05f9a06494&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-20T17:52:26.526Z] -> Uploading to [2021-03-20T17:52:26.526Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/cdaf6afc2b0fbb655888abe39c5d5b05f9a06494/6dd20d97-1e1e-4276-97b4-4c20e0477e46.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T175226Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a6503d1649c1d9b85c96fb5c708d69be3362eb49914dff4d5ee26a9c7e3a76a [2021-03-20T17:52:26.526Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:52:26.526Z] Dload Upload Total Spent Left Speed [2021-03-20T17:52:27.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95111 0 0 100 95111 0 183k --:--:-- --:--:-- --:--:-- 183k 100 95111 0 0 100 95111 0 183k --:--:-- --:--:-- --:--:-- 182k [2021-03-20T17:52:27.102Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cdaf6afc2b0fbb655888abe39c5d5b05f9a06494 [Pipeline] } [2021-03-20T17:52:27.112Z] 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-20T17:52:28.723Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:52:29.642Z] ---> package-listing.sh [2021-03-20T17:52:29.642Z] ++ facter osfamily [2021-03-20T17:52:29.642Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:52:29.642Z] + OS_FAMILY=redhat [2021-03-20T17:52:29.642Z] + workspace=/w/workspace/edgex-go/21 [2021-03-20T17:52:29.643Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:52:29.643Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:52:29.643Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:52:29.643Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:52:29.643Z] + '[' /w/workspace/edgex-go/21 ']' [2021-03-20T17:52:29.643Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:52:29.643Z] + case "${OS_FAMILY}" in [2021-03-20T17:52:29.643Z] + rpm -qa [2021-03-20T17:52:29.643Z] + sort [2021-03-20T17:52:34.957Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:52:34.957Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:52:34.957Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:52:34.957Z] + '[' /w/workspace/edgex-go/21 ']' [2021-03-20T17:52:34.957Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-03-20T17:52:34.957Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-03-20T17:52:34.971Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-20T17:52:35.264Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:52:35.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:52:35.574Z] [2021-03-20T17:52:35.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:52:35.920Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:52:35.920Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:52:35.920Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:52:35.920Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:52:35.920Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:52:35.920Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:52:35.920Z] 93b61091891f: Pulling fs layer [2021-03-20T17:52:35.920Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:52:35.920Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:52:35.920Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:52:35.920Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:52:35.920Z] 93b9cdb0e59b: Waiting [2021-03-20T17:52:35.920Z] 5e14af77c1be: Waiting [2021-03-20T17:52:35.920Z] 01666e4c0597: Waiting [2021-03-20T17:52:35.920Z] aa168da1d23b: Waiting [2021-03-20T17:52:35.920Z] 46f8f816bc3b: Waiting [2021-03-20T17:52:35.920Z] 93b61091891f: Waiting [2021-03-20T17:52:35.920Z] 36b3adc4ff6f: Download complete [2021-03-20T17:52:35.920Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:52:35.920Z] 46f8f816bc3b: Download complete [2021-03-20T17:52:36.183Z] df20fa9351a1: Verifying Checksum [2021-03-20T17:52:36.183Z] 93b9cdb0e59b: Verifying Checksum [2021-03-20T17:52:36.183Z] 93b9cdb0e59b: Download complete [2021-03-20T17:52:36.183Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:52:36.183Z] 5e14af77c1be: Download complete [2021-03-20T17:52:36.183Z] 01666e4c0597: Verifying Checksum [2021-03-20T17:52:36.183Z] 01666e4c0597: Download complete [2021-03-20T17:52:36.183Z] 93b61091891f: Verifying Checksum [2021-03-20T17:52:36.183Z] 93b61091891f: Download complete [2021-03-20T17:52:36.183Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:52:36.183Z] 8ad3a11d3b57: Download complete [2021-03-20T17:52:36.444Z] df20fa9351a1: Pull complete [2021-03-20T17:52:36.708Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:52:37.799Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:52:37.799Z] 46f8f816bc3b: Pull complete [2021-03-20T17:52:38.520Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:52:38.520Z] aa168da1d23b: Download complete [2021-03-20T17:52:39.467Z] 93b61091891f: Pull complete [2021-03-20T17:52:39.467Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:52:39.737Z] 5e14af77c1be: Pull complete [2021-03-20T17:52:40.000Z] 01666e4c0597: Pull complete [2021-03-20T17:52:52.277Z] aa168da1d23b: Pull complete [2021-03-20T17:52:52.277Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:52:52.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:52:52.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:52:52.532Z] prd-centos7-docker-4c-2g-30739 does not seem to be running inside a container [2021-03-20T17:52:52.589Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-20T17:52:55.850Z] $ docker top 3f61efcc3fc71fabda9106447255a804598da057df9e6c096900362ff467924f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:52:56.435Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:52:56.738Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:52:57.040Z] + ls /var/log/sa-host [2021-03-20T17:52:57.040Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:52:57.040Z] file_magic: OK [2021-03-20T17:52:57.040Z] HZ: Using current value: 100 [2021-03-20T17:52:57.040Z] file_header: OK [2021-03-20T17:52:57.040Z] 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-20T17:52:57.040Z] Statistics: [2021-03-20T17:52:57.040Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-20T17:52:57.040Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:52:57.040Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:52:57.040Z] file_magic: OK [2021-03-20T17:52:57.040Z] HZ: Using current value: 100 [2021-03-20T17:52:57.040Z] file_header: OK [2021-03-20T17:52:57.040Z] 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-20T17:52:57.040Z] Statistics: [2021-03-20T17:52:57.040Z] Hnuu...uuuununununu... [2021-03-20T17:52:57.040Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:52:57.256Z] provisioning config files... [2021-03-20T17:52:57.284Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config7943213953673601303tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:52:57.344Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:52:57.645Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:52:57.655Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:52:57.753Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:52:58.084Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:52:58.095Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:52:58.394Z] ---> sudo-logs.sh [2021-03-20T17:52:58.394Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:52:58.454Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:52:58.754Z] ---> job-cost.sh [2021-03-20T17:52:58.754Z] lf-activate-venv: SKIPPING [2021-03-20T17:52:58.754Z] DEBUG: total: 0.20999999344348907 [2021-03-20T17:52:58.754Z] INFO: Retrieving Stack Cost... [2021-03-20T17:52:59.701Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:53:00.275Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:53:00.291Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:53:00.591Z] ---> logs-deploy.sh [2021-03-20T17:53:00.591Z] lf-activate-venv: SKIPPING [2021-03-20T17:53:00.591Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/21 [2021-03-20T17:53:00.591Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:53:01.985Z] Archives upload complete. [2021-03-20T17:53:02.254Z] INFO: archiving logs to Nexus [2021-03-20T17:53:03.210Z] ---> uname -a: [2021-03-20T17:53:03.210Z] Linux prd-centos7-docker-4c-2g-30739.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-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] ---> lscpu: [2021-03-20T17:53:03.210Z] Architecture: x86_64 [2021-03-20T17:53:03.210Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-20T17:53:03.210Z] Byte Order: Little Endian [2021-03-20T17:53:03.210Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-20T17:53:03.210Z] CPU(s): 4 [2021-03-20T17:53:03.210Z] On-line CPU(s) list: 0-3 [2021-03-20T17:53:03.210Z] Thread(s) per core: 1 [2021-03-20T17:53:03.210Z] Core(s) per socket: 1 [2021-03-20T17:53:03.210Z] Socket(s): 4 [2021-03-20T17:53:03.210Z] NUMA node(s): 1 [2021-03-20T17:53:03.210Z] Vendor ID: GenuineIntel [2021-03-20T17:53:03.210Z] CPU family: 6 [2021-03-20T17:53:03.210Z] Model: 44 [2021-03-20T17:53:03.210Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-20T17:53:03.210Z] Stepping: 1 [2021-03-20T17:53:03.210Z] CPU MHz: 2933.438 [2021-03-20T17:53:03.210Z] BogoMIPS: 5866.87 [2021-03-20T17:53:03.210Z] Virtualization: VT-x [2021-03-20T17:53:03.210Z] Hypervisor vendor: KVM [2021-03-20T17:53:03.210Z] Virtualization type: full [2021-03-20T17:53:03.210Z] L1d cache: 128 KiB [2021-03-20T17:53:03.210Z] L1i cache: 128 KiB [2021-03-20T17:53:03.210Z] L2 cache: 16 MiB [2021-03-20T17:53:03.210Z] L3 cache: 64 MiB [2021-03-20T17:53:03.210Z] NUMA node0 CPU(s): 0-3 [2021-03-20T17:53:03.210Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-20T17:53:03.210Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-20T17:53:03.210Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-20T17:53:03.210Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-20T17:53:03.210Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-20T17:53:03.210Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-20T17:53:03.210Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-20T17:53:03.210Z] Vulnerability Srbds: Not affected [2021-03-20T17:53:03.210Z] Vulnerability Tsx async abort: Not affected [2021-03-20T17:53:03.210Z] 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-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] ---> nproc: [2021-03-20T17:53:03.210Z] 4 [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] ---> df -h: [2021-03-20T17:53:03.210Z] Filesystem Size Used Available Use% Mounted on [2021-03-20T17:53:03.210Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-20T17:53:03.210Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-20T17:53:03.210Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-20T17:53:03.210Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21 [2021-03-20T17:53:03.210Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21@tmp [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] ---> free -m: [2021-03-20T17:53:03.210Z] total used free shared buff/cache available [2021-03-20T17:53:03.210Z] Mem: 1837 717 111 0 1008 1034 [2021-03-20T17:53:03.210Z] Swap: 1023 57 966 [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] ---> ip addr: [2021-03-20T17:53:03.210Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-20T17:53:03.210Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-20T17:53:03.210Z] inet 127.0.0.1/8 scope host lo [2021-03-20T17:53:03.210Z] valid_lft forever preferred_lft forever [2021-03-20T17:53:03.210Z] inet6 ::1/128 scope host [2021-03-20T17:53:03.210Z] valid_lft forever preferred_lft forever [2021-03-20T17:53:03.210Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-20T17:53:03.210Z] link/ether fa:16:3e:f8:11:a6 brd ff:ff:ff:ff:ff:ff [2021-03-20T17:53:03.210Z] inet 10.30.123.98/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-20T17:53:03.210Z] valid_lft 84719sec preferred_lft 84719sec [2021-03-20T17:53:03.210Z] inet6 fe80::f816:3eff:fef8:11a6/64 scope link [2021-03-20T17:53:03.210Z] valid_lft forever preferred_lft forever [2021-03-20T17:53:03.210Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-20T17:53:03.210Z] link/ether 02:42:7f:1b:9f:50 brd ff:ff:ff:ff:ff:ff [2021-03-20T17:53:03.210Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-20T17:53:03.210Z] valid_lft forever preferred_lft forever [2021-03-20T17:53:03.210Z] inet6 fe80::42:7fff:fe1b:9f50/64 scope link [2021-03-20T17:53:03.210Z] valid_lft forever preferred_lft forever [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] ---> sar -b -r -n DEV: [2021-03-20T17:53:03.210Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] 17:24:49 LINUX RESTART (4 CPU) [2021-03-20T17:53:03.210Z] [2021-03-20T17:53:03.210Z] 17:26:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-20T17:53:03.210Z] 17:27:01 207.29 88.59 118.70 0.00 8281.91 47333.53 0.00 [2021-03-20T17:53:03.210Z] 17:28:02 233.21 93.04 140.18 0.00 3722.77 19463.06 0.00 [2021-03-20T17:53:03.210Z] 17:29:01 106.86 31.20 75.66 0.00 1173.23 10836.48 0.00 [2021-03-20T17:53:03.210Z] 17:30:01 146.43 68.85 77.58 0.00 3386.92 13793.21 0.00 [2021-03-20T17:53:03.210Z] 17:31:01 948.13 674.76 273.38 0.00 95127.30 163940.79 0.00 [2021-03-20T17:53:03.210Z] 17:32:02 2039.99 1707.65 332.33 0.00 148422.99 153247.03 0.00 [2021-03-20T17:53:03.210Z] 17:33:01 457.21 186.89 270.33 0.00 35473.30 75421.40 0.00 [2021-03-20T17:53:03.210Z] 17:34:02 2610.22 2241.29 368.93 0.00 152280.52 167840.87 0.00 [2021-03-20T17:53:03.211Z] 17:35:01 985.94 711.10 274.84 0.00 52024.20 68187.43 0.00 [2021-03-20T17:53:03.211Z] 17:36:01 57.88 16.87 41.01 0.00 3115.15 4101.98 0.00 [2021-03-20T17:53:03.211Z] 17:37:01 1.57 1.28 0.28 0.00 101.23 3.88 0.00 [2021-03-20T17:53:03.211Z] 17:38:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 [2021-03-20T17:53:03.211Z] 17:39:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 [2021-03-20T17:53:03.211Z] 17:40:02 1.50 1.32 0.18 0.00 48.88 2.01 0.00 [2021-03-20T17:53:03.211Z] 17:41:01 0.86 0.03 0.83 0.00 1.08 15.99 0.00 [2021-03-20T17:53:03.211Z] 17:42:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-03-20T17:53:03.211Z] 17:43:01 0.30 0.03 0.27 0.00 1.07 3.36 0.00 [2021-03-20T17:53:03.211Z] 17:44:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 [2021-03-20T17:53:03.211Z] 17:45:01 0.27 0.00 0.27 0.00 0.00 3.80 0.00 [2021-03-20T17:53:03.211Z] 17:46:01 0.25 0.00 0.25 0.00 0.00 3.06 0.00 [2021-03-20T17:53:03.211Z] 17:47:01 0.22 0.02 0.20 0.00 0.53 1.95 0.00 [2021-03-20T17:53:03.211Z] 17:48:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 [2021-03-20T17:53:03.211Z] 17:49:01 0.27 0.02 0.25 0.00 0.53 2.48 0.00 [2021-03-20T17:53:03.211Z] 17:50:01 0.30 0.00 0.30 0.00 0.00 3.15 0.00 [2021-03-20T17:53:03.211Z] 17:51:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-03-20T17:53:03.211Z] 17:52:01 0.25 0.02 0.23 0.00 0.53 2.06 0.00 [2021-03-20T17:53:03.211Z] Average: 301.83 225.65 76.18 0.00 19476.16 27964.02 0.00 [2021-03-20T17:53:03.211Z] [2021-03-20T17:53:03.211Z] 17:26:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-20T17:53:03.211Z] 17:27:01 123140 0 724244 38.49 1892 1032268 1435016 48.97 551388 965932 20772 [2021-03-20T17:53:03.211Z] 17:28:02 149040 0 808048 42.95 1500 922956 1426176 48.67 610756 839380 33428 [2021-03-20T17:53:03.211Z] 17:29:01 212136 0 826028 43.90 560 842820 1736900 59.28 697384 681324 37260 [2021-03-20T17:53:03.211Z] 17:30:01 170404 0 732536 38.93 544 978060 1280076 43.69 609532 816112 36 [2021-03-20T17:53:03.211Z] 17:31:01 303284 0 695220 36.95 8 883032 1465596 50.02 554116 807240 0 [2021-03-20T17:53:03.211Z] 17:32:02 434344 0 1011920 53.78 8 435272 4100736 139.95 565040 608864 37288 [2021-03-20T17:53:03.211Z] 17:33:01 70772 0 777228 41.31 8 1033536 1864436 63.63 723232 835424 10152 [2021-03-20T17:53:03.211Z] 17:34:02 75480 0 839708 44.63 8 966348 2274384 77.62 667288 909404 88760 [2021-03-20T17:53:03.211Z] 17:35:01 548672 0 685372 36.43 8 647492 1345716 45.93 396532 684256 20 [2021-03-20T17:53:03.211Z] 17:36:01 457920 0 640020 34.02 8 783596 1181200 40.31 446992 726488 16 [2021-03-20T17:53:03.211Z] 17:37:01 458500 0 636424 33.82 8 786612 1148292 39.19 444356 729236 8 [2021-03-20T17:53:03.211Z] 17:38:01 458960 0 635940 33.80 8 786636 1148292 39.19 444220 729252 8 [2021-03-20T17:53:03.211Z] 17:39:01 458328 0 636564 33.83 8 786644 1148412 39.19 444876 729252 8 [2021-03-20T17:53:03.211Z] 17:40:02 457212 0 636892 33.85 8 787432 1148292 39.19 444344 729924 20 [2021-03-20T17:53:03.211Z] 17:41:01 457236 0 636844 33.85 8 787456 1148352 39.19 444572 729940 8 [2021-03-20T17:53:03.211Z] 17:42:01 457152 0 636916 33.85 8 787468 1148292 39.19 444380 729940 8 [2021-03-20T17:53:03.211Z] 17:43:01 457268 0 636812 33.85 8 787456 1148388 39.19 444504 729956 8 [2021-03-20T17:53:03.211Z] 17:44:01 457484 0 636572 33.83 8 787480 1148292 39.19 444368 729972 8 [2021-03-20T17:53:03.211Z] 17:45:01 457228 0 636820 33.85 8 787488 1148376 39.19 444768 729972 20 [2021-03-20T17:53:03.211Z] 17:46:01 457072 0 636968 33.85 8 787496 1148388 39.19 444816 729972 8 [2021-03-20T17:53:03.211Z] 17:47:01 456988 0 637060 33.86 8 787488 1148400 39.19 444788 729972 8 [2021-03-20T17:53:03.211Z] 17:48:01 457604 0 636416 33.82 8 787516 1148292 39.19 444532 729992 8 [2021-03-20T17:53:03.211Z] 17:49:01 457620 0 636392 33.82 8 787524 1148292 39.19 444420 730004 8 [2021-03-20T17:53:03.211Z] 17:50:01 457596 0 636412 33.82 8 787528 1148292 39.19 444408 730004 8 [2021-03-20T17:53:03.211Z] 17:51:01 457352 0 636644 33.84 8 787540 1148352 39.19 444620 730004 8 [2021-03-20T17:53:03.211Z] 17:52:01 457416 0 636588 33.83 8 787532 1148328 39.19 444620 730004 8 [2021-03-20T17:53:03.211Z] Average: 379470 0 689484 36.64 180 812411 1403214 47.89 497494 751993 8765 [2021-03-20T17:53:03.211Z] [2021-03-20T17:53:03.211Z] 17:26:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-20T17:53:03.211Z] 17:27:01 eth0 1223.23 1197.01 6031.38 151.99 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:27:01 veth5e73419 7.08 14.64 0.49 84.03 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:27:01 docker0 887.40 849.90 72.88 2817.98 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:28:02 vethab1e528 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:28:02 eth0 172.51 118.12 769.87 20.50 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:28:02 docker0 99.68 141.42 7.06 741.62 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:29:01 vethab1e528 2.27 2.27 0.18 0.19 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:29:01 eth0 37.47 25.64 23.13 67.94 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:29:01 docker0 2.27 2.27 0.15 0.19 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:30:01 eth0 27.81 15.03 23.65 12.31 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:30:01 docker0 0.20 0.20 0.01 0.02 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:31:01 veth307ad4c 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:31:01 veth8d71020 2.95 5.72 0.20 26.02 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:31:01 vethd0b45d1 3.04 6.04 0.21 29.27 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:31:01 veth2fa14bd 6.04 3.04 29.27 0.21 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:32:02 vetha71fb7a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:32:02 veth307ad4c 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:32:02 veth1a603fc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:32:02 eth0 2597.95 2201.16 11978.71 465.64 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:33:01 veth307ad4c 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:33:01 eth0 169.80 128.21 1475.18 22.77 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:33:01 veth1b62595 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:34:02 veth307ad4c 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:34:02 veth0f35db1 2.80 3.38 0.37 13.60 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:34:02 eth0 116.09 65.39 409.55 72.56 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:35:01 veth307ad4c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:35:01 eth0 73.43 47.07 150.92 67.50 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:35:01 docker0 1055.43 1133.01 83.98 4406.53 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:36:01 eth0 11.29 6.73 9.80 4.60 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:36:01 docker0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:37:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:38:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:39:01 eth0 0.60 0.33 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:40:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:41:01 eth0 0.29 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:42:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:43:01 eth0 0.50 0.25 0.27 0.16 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:45:01 eth0 0.92 0.27 0.31 0.17 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:46:01 eth0 0.63 0.15 0.17 0.10 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:47:01 eth0 0.70 0.30 0.29 0.20 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:48:01 eth0 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:49:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:51:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:52:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] Average: eth0 80.63 68.87 410.74 20.84 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] Average: docker0 40.06 43.01 3.19 167.26 0.00 0.00 0.00 0.00 [2021-03-20T17:53:03.211Z] [2021-03-20T17:53:03.211Z] [2021-03-20T17:53:03.211Z] ---> sar -P ALL: [2021-03-20T17:53:03.211Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) [2021-03-20T17:53:03.211Z] [2021-03-20T17:53:03.211Z] 17:24:49 LINUX RESTART (4 CPU) [2021-03-20T17:53:03.211Z] [2021-03-20T17:53:03.211Z] 17:26:02 CPU %user %nice %system %iowait %steal %idle [2021-03-20T17:53:03.211Z] 17:27:01 all 17.48 0.00 10.88 1.99 1.11 68.54 [2021-03-20T17:53:03.211Z] 17:27:01 0 14.28 0.00 12.74 1.06 1.22 70.69 [2021-03-20T17:53:03.211Z] 17:27:01 1 13.55 0.00 8.88 3.99 1.19 72.38 [2021-03-20T17:53:03.211Z] 17:27:01 2 20.84 0.00 11.34 2.06 1.04 64.72 [2021-03-20T17:53:03.211Z] 17:27:01 3 21.26 0.00 10.57 0.81 0.99 66.37 [2021-03-20T17:53:03.211Z] 17:28:02 all 19.80 0.00 8.81 6.68 0.52 64.19 [2021-03-20T17:53:03.211Z] 17:28:02 0 19.31 0.00 9.66 6.30 0.50 64.23 [2021-03-20T17:53:03.211Z] 17:28:02 1 18.68 0.00 8.59 8.42 0.57 63.73 [2021-03-20T17:53:03.212Z] 17:28:02 2 20.21 0.00 8.67 5.51 0.52 65.09 [2021-03-20T17:53:03.212Z] 17:28:02 3 21.01 0.00 8.31 6.48 0.51 63.69 [2021-03-20T17:53:03.212Z] 17:29:01 all 50.86 0.00 13.22 2.86 0.29 32.78 [2021-03-20T17:53:03.212Z] 17:29:01 0 51.06 0.00 13.91 3.28 0.21 31.54 [2021-03-20T17:53:03.212Z] 17:29:01 1 49.40 0.00 12.57 4.40 0.27 33.36 [2021-03-20T17:53:03.212Z] 17:29:01 2 51.74 0.00 12.80 2.24 0.37 32.84 [2021-03-20T17:53:03.212Z] 17:29:01 3 51.22 0.00 13.59 1.52 0.30 33.37 [2021-03-20T17:53:03.212Z] 17:30:01 all 47.03 0.00 14.64 2.81 0.08 35.43 [2021-03-20T17:53:03.212Z] 17:30:01 0 48.20 0.00 14.91 1.58 0.09 35.23 [2021-03-20T17:53:03.212Z] 17:30:01 1 45.58 0.00 14.24 3.24 0.11 36.84 [2021-03-20T17:53:03.212Z] 17:30:01 2 47.06 0.00 15.28 2.40 0.05 35.20 [2021-03-20T17:53:03.212Z] 17:30:01 3 47.28 0.00 14.14 4.02 0.09 34.47 [2021-03-20T17:53:03.212Z] 17:31:01 all 21.65 0.00 23.80 7.77 0.19 46.59 [2021-03-20T17:53:03.212Z] 17:31:01 0 20.64 0.00 24.39 9.05 0.18 45.74 [2021-03-20T17:53:03.212Z] 17:31:01 1 21.08 0.00 23.16 7.82 0.19 47.74 [2021-03-20T17:53:03.212Z] 17:31:01 2 23.38 0.00 24.35 7.14 0.19 44.95 [2021-03-20T17:53:03.212Z] 17:31:01 3 21.49 0.00 23.31 7.06 0.21 47.93 [2021-03-20T17:53:03.212Z] 17:32:02 all 25.99 0.00 24.54 29.00 0.24 20.22 [2021-03-20T17:53:03.212Z] 17:32:02 0 25.84 0.00 23.93 29.57 0.19 20.46 [2021-03-20T17:53:03.212Z] 17:32:02 1 25.45 0.00 25.65 29.76 0.26 18.87 [2021-03-20T17:53:03.212Z] 17:32:02 2 26.50 0.00 23.52 27.70 0.21 22.07 [2021-03-20T17:53:03.212Z] 17:32:02 3 26.18 0.00 25.07 28.98 0.30 19.47 [2021-03-20T17:53:03.212Z] 17:33:01 all 47.79 0.00 17.90 17.38 0.14 16.79 [2021-03-20T17:53:03.212Z] 17:33:01 0 47.86 0.00 17.47 15.77 0.14 18.76 [2021-03-20T17:53:03.212Z] 17:33:01 1 49.21 0.00 17.17 16.43 0.14 17.06 [2021-03-20T17:53:03.212Z] 17:33:01 2 46.71 0.00 18.17 17.70 0.14 17.27 [2021-03-20T17:53:03.212Z] 17:33:01 3 47.37 0.00 18.81 19.62 0.12 14.09 [2021-03-20T17:53:03.212Z] 17:34:02 all 19.21 0.00 24.49 29.71 0.26 26.34 [2021-03-20T17:53:03.212Z] 17:34:02 0 19.07 0.00 23.86 31.52 0.24 25.30 [2021-03-20T17:53:03.212Z] 17:34:02 1 19.91 0.00 24.66 30.99 0.24 24.19 [2021-03-20T17:53:03.212Z] 17:34:02 2 18.79 0.00 26.04 30.38 0.30 24.49 [2021-03-20T17:53:03.212Z] 17:34:02 3 19.05 0.00 23.39 25.88 0.25 31.44 [2021-03-20T17:53:03.212Z] 17:35:01 all 47.91 0.00 18.35 19.26 0.11 14.36 [2021-03-20T17:53:03.212Z] 17:35:01 0 46.40 0.00 18.48 19.72 0.14 15.25 [2021-03-20T17:53:03.212Z] 17:35:01 1 48.14 0.00 18.76 19.52 0.09 13.50 [2021-03-20T17:53:03.212Z] 17:35:01 2 49.02 0.00 18.18 18.91 0.09 13.81 [2021-03-20T17:53:03.212Z] 17:35:01 3 48.07 0.00 17.97 18.92 0.12 14.92 [2021-03-20T17:53:03.212Z] 17:36:01 all 1.75 0.00 1.93 1.60 0.02 94.69 [2021-03-20T17:53:03.212Z] 17:36:01 0 1.46 0.00 1.86 1.36 0.02 95.31 [2021-03-20T17:53:03.212Z] 17:36:01 1 1.59 0.00 2.03 2.20 0.02 94.17 [2021-03-20T17:53:03.212Z] 17:36:01 2 2.11 0.00 2.21 1.22 0.03 94.43 [2021-03-20T17:53:03.212Z] 17:36:01 3 1.86 0.00 1.64 1.64 0.02 94.84 [2021-03-20T17:53:03.212Z] 17:37:01 all 0.10 0.00 0.03 0.00 0.00 99.86 [2021-03-20T17:53:03.212Z] 17:37:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-03-20T17:53:03.212Z] 17:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-20T17:53:03.212Z] 17:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-20T17:53:03.212Z] 17:37:01 3 0.37 0.00 0.03 0.00 0.02 99.58 [2021-03-20T17:53:03.212Z] [2021-03-20T17:53:03.212Z] 17:37:01 CPU %user %nice %system %iowait %steal %idle [2021-03-20T17:53:03.212Z] 17:38:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-20T17:53:03.212Z] 17:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-20T17:53:03.212Z] 17:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:38:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-20T17:53:03.212Z] 17:39:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-20T17:53:03.212Z] 17:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:39:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-20T17:53:03.212Z] 17:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-20T17:53:03.212Z] 17:40:02 all 0.17 0.00 0.07 0.02 0.00 99.74 [2021-03-20T17:53:03.212Z] 17:40:02 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-20T17:53:03.212Z] 17:40:02 1 0.03 0.00 0.10 0.08 0.02 99.77 [2021-03-20T17:53:03.212Z] 17:40:02 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-20T17:53:03.212Z] 17:40:02 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-03-20T17:53:03.212Z] 17:41:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2021-03-20T17:53:03.212Z] 17:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-20T17:53:03.212Z] 17:41:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:41:01 3 0.53 0.00 0.03 0.00 0.00 99.44 [2021-03-20T17:53:03.212Z] 17:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-20T17:53:03.212Z] 17:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:42:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-20T17:53:03.212Z] 17:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-03-20T17:53:03.212Z] 17:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-20T17:53:03.212Z] 17:43:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-20T17:53:03.212Z] 17:43:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-20T17:53:03.212Z] 17:43:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-20T17:53:03.212Z] 17:44:01 all 0.16 0.00 0.01 0.00 0.00 99.83 [2021-03-20T17:53:03.212Z] 17:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-20T17:53:03.212Z] 17:44:01 2 0.03 0.00 0.02 0.02 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:44:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-03-20T17:53:03.212Z] 17:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-20T17:53:03.212Z] 17:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-20T17:53:03.212Z] 17:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:45:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-20T17:53:03.212Z] 17:46:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-03-20T17:53:03.212Z] 17:46:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-20T17:53:03.212Z] 17:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-20T17:53:03.212Z] 17:46:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-20T17:53:03.212Z] 17:47:01 all 0.08 0.00 0.04 0.00 0.00 99.88 [2021-03-20T17:53:03.212Z] 17:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-20T17:53:03.212Z] 17:47:01 1 0.22 0.00 0.05 0.00 0.00 99.73 [2021-03-20T17:53:03.212Z] 17:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-20T17:53:03.212Z] 17:48:01 all 0.07 0.00 0.03 0.00 0.00 99.91 [2021-03-20T17:53:03.212Z] 17:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:48:01 1 0.18 0.00 0.05 0.00 0.00 99.77 [2021-03-20T17:53:03.212Z] 17:48:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-20T17:53:03.212Z] 17:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] [2021-03-20T17:53:03.212Z] 17:48:01 CPU %user %nice %system %iowait %steal %idle [2021-03-20T17:53:03.212Z] 17:49:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-20T17:53:03.212Z] 17:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-20T17:53:03.212Z] 17:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-20T17:53:03.212Z] 17:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-20T17:53:03.212Z] 17:50:01 all 0.16 0.00 0.01 0.00 0.00 99.82 [2021-03-20T17:53:03.212Z] 17:50:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2021-03-20T17:53:03.212Z] 17:50:01 1 0.53 0.00 0.00 0.00 0.00 99.47 [2021-03-20T17:53:03.212Z] 17:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-20T17:53:03.212Z] 17:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:51:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-03-20T17:53:03.212Z] 17:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:53:03.212Z] 17:51:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-03-20T17:53:03.212Z] 17:51:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-03-20T17:53:03.212Z] 17:51:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2021-03-20T17:53:03.212Z] 17:52:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-20T17:53:03.212Z] 17:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-20T17:53:03.212Z] 17:52:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-20T17:53:03.212Z] 17:52:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-20T17:53:03.212Z] 17:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-20T17:53:03.212Z] Average: all 11.17 0.00 5.90 4.42 0.11 78.39 [2021-03-20T17:53:03.212Z] Average: 0 10.90 0.00 6.00 4.43 0.11 78.56 [2021-03-20T17:53:03.212Z] Average: 1 10.95 0.00 5.81 4.72 0.12 78.41 [2021-03-20T17:53:03.212Z] Average: 2 11.36 0.00 5.98 4.28 0.11 78.26 [2021-03-20T17:53:03.212Z] Average: 3 11.48 0.00 5.81 4.25 0.11 78.34 [2021-03-20T17:53:03.212Z] [2021-03-20T17:53:03.212Z] [2021-03-20T17:53:03.212Z]