Pull request #3326 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 63b668b0178ec4c354551b16842e9c6d05eba558+ffa292a08661baeb026f188275a19c5914c89a0e (16548bd51e4931ad406755adebbf80706b2992c8) 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-32248 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 63b668b0178ec4c354551b16842e9c6d05eba558 Merge succeeded, producing 63b668b0178ec4c354551b16842e9c6d05eba558 Checking out Revision 63b668b0178ec4c354551b16842e9c6d05eba558 (PR-3326) > 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/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63b668b0178ec4c354551b16842e9c6d05eba558 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63b668b0178ec4c354551b16842e9c6d05eba558 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:50:50.900Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc # timeout=10 [Pipeline] withCredentials [2021-03-31T12:50:51.206Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T12:50:51.299Z] ========================================================= [2021-03-31T12:50:51.299Z] EdgeX Global Pipelines Version Info [2021-03-31T12:50:51.299Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:50:52.790Z] ------------------- [2021-03-31T12:50:52.790Z] stable info: [2021-03-31T12:50:52.790Z] ------------------- [2021-03-31T12:50:52.790Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:50:52.790Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:50:52.790Z] Message: update stable to v1.0.186 [2021-03-31T12:50:53.734Z] ------------------- [2021-03-31T12:50:53.734Z] experimental info: [2021-03-31T12:50:53.734Z] ------------------- [2021-03-31T12:50:53.734Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:50:53.734Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:50:53.734Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:50:53.975Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:50:54.063Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:50:54.147Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:50:54.238Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:50:54.328Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:50:54.447Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:50:54.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:50:54.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:50:54.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:50:54.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:50:54.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:50:54.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:50:55.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:50:55.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:50:55.189Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:50:55.274Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:50:55.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:50:55.448Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:50:55.569Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:50:55.683Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:50:55.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:50:55.846Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:50:55.930Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3326 [Pipeline] echo [2021-03-31T12:50:56.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3326 [Pipeline] echo [2021-03-31T12:50:56.094Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3326 [Pipeline] echo [2021-03-31T12:50:56.175Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63b668b0178ec4c354551b16842e9c6d05eba558 [Pipeline] echo [2021-03-31T12:50:56.258Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63b668b [Pipeline] echo [2021-03-31T12:50:56.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:50:56.550Z] provisioning config files... [2021-03-31T12:50:56.592Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3475072222738549580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:50:57.156Z] ---> docker-login.sh [2021-03-31T12:50:57.156Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:50:57.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:57.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:57.681Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:57.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:57.681Z] [2021-03-31T12:50:57.681Z] Login Succeeded [2021-03-31T12:50:57.681Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:50:57.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:57.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:57.943Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:57.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:57.943Z] [2021-03-31T12:50:57.943Z] Login Succeeded [2021-03-31T12:50:57.943Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:50:57.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:58.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:58.205Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:58.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:58.205Z] [2021-03-31T12:50:58.205Z] Login Succeeded [2021-03-31T12:50:58.205Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:50:58.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:58.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:58.205Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:58.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:58.205Z] [2021-03-31T12:50:58.205Z] Login Succeeded [2021-03-31T12:50:58.205Z] docker.io [2021-03-31T12:50:58.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:58.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:58.730Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:58.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:58.730Z] [2021-03-31T12:50:58.730Z] Login Succeeded [2021-03-31T12:50:58.730Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:50:58.740Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:50:59.197Z] ++ 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-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:50:59.197Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:50:59.197Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:50:59.197Z] ++ cut -d/ -f2 [2021-03-31T12:50:59.197Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:50:59.272Z] 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-31T12:51:00.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:51:00.081Z] [2021-03-31T12:51:00.081Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:00.426Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:51:00.426Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:51:00.426Z] 31603596830f: Pulling fs layer [2021-03-31T12:51:00.426Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:51:00.426Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:51:00.426Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:51:00.426Z] ecc8261a40a4: Waiting [2021-03-31T12:51:00.688Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:51:00.688Z] 2a8b12db71e7: Download complete [2021-03-31T12:51:00.688Z] 31603596830f: Verifying Checksum [2021-03-31T12:51:00.688Z] 31603596830f: Download complete [2021-03-31T12:51:00.688Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:51:00.688Z] 6ca5941a6612: Download complete [2021-03-31T12:51:00.688Z] ecc8261a40a4: Download complete [2021-03-31T12:51:01.261Z] 31603596830f: Pull complete [2021-03-31T12:51:01.261Z] 2a8b12db71e7: Pull complete [2021-03-31T12:51:02.210Z] 6ca5941a6612: Pull complete [2021-03-31T12:51:02.471Z] ecc8261a40a4: Pull complete [2021-03-31T12:51:02.471Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:51:02.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:51:02.471Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:51:02.575Z] prd-centos7-docker-4c-2g-32248 does not seem to be running inside a container [2021-03-31T12:51:02.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:51:05.261Z] $ docker top 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:51:05.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:51:05.637Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:51:05.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:51:05.912Z] $ docker exec 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 ssh-agent [2021-03-31T12:51:06.109Z] SSH_AUTH_SOCK=/tmp/ssh-33Ddi4cizNiD/agent.12 [2021-03-31T12:51:06.109Z] SSH_AGENT_PID=18 [2021-03-31T12:51:06.126Z] Running ssh-add (command line suppressed) [2021-03-31T12:51:06.249Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3453604199508381075.key (/w/workspace/edgex-go/3@tmp/private_key_3453604199508381075.key) [2021-03-31T12:51:06.305Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:51:06.644Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:51:06.669Z] $ docker exec --env ******** --env ******** 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 ssh-agent -k [2021-03-31T12:51:06.786Z] unset SSH_AUTH_SOCK; [2021-03-31T12:51:06.786Z] unset SSH_AGENT_PID; [2021-03-31T12:51:06.787Z] echo Agent pid 18 killed; [2021-03-31T12:51:06.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:51:07.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:51:07.009Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:51:07.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:51:07.177Z] $ docker exec 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 ssh-agent [2021-03-31T12:51:07.353Z] SSH_AUTH_SOCK=/tmp/ssh-KWuLnztuFtG1/agent.50 [2021-03-31T12:51:07.353Z] SSH_AGENT_PID=55 [2021-03-31T12:51:07.362Z] Running ssh-add (command line suppressed) [2021-03-31T12:51:07.488Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8540756994064723163.key (/w/workspace/edgex-go/3@tmp/private_key_8540756994064723163.key) [2021-03-31T12:51:07.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:51:07.943Z] + git semver init [2021-03-31T12:51:07.943Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:51:07.943Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-31T12:51:07.943Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-31T12:51:07.943Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:51:07.943Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:51:07.943Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:51:07.943Z] # $SEMVER_BRANCH = PR-3326 [2021-03-31T12:51:07.943Z] # $SEMVER_TEMP = /tmp/semver-041945358 [2021-03-31T12:51:07.943Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:51:29.977Z] # '/tmp/semver-041945358' -> '/w/workspace/edgex-go/3/.semver' [2021-03-31T12:51:30.550Z] # -> Force: false [2021-03-31T12:51:30.550Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-31T12:51:30.563Z] $ docker exec --env ******** --env ******** 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 ssh-agent -k [2021-03-31T12:51:30.747Z] unset SSH_AUTH_SOCK; [2021-03-31T12:51:30.747Z] unset SSH_AGENT_PID; [2021-03-31T12:51:30.747Z] echo Agent pid 55 killed; [2021-03-31T12:51:30.803Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:51:31.285Z] + git semver [Pipeline] } [2021-03-31T12:51:31.302Z] $ docker stop --time=1 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 [2021-03-31T12:51:32.878Z] $ docker rm -f 2f40b21f1587d8c84e810990017fcb174f34ca038765edb3f84f2f2b8245f105 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:51:33.377Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:51:33.859Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:51:33.862Z] [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-31T12:51:34.782Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:51:35.085Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:51:35.382Z] + sudo service docker restart [2021-03-31T12:51:35.382Z] + true [2021-03-31T12:51:35.382Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:51:35.968Z] ========================================================= [2021-03-31T12:51:35.968Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:51:35.968Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:36.310Z] + 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-31T12:51:39.641Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:51:39.641Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:51:39.641Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:51:39.641Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:51:39.641Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:51:39.641Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:51:39.641Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:51:39.641Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:51:39.641Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:51:39.641Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:51:39.641Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:51:39.641Z] 93359f2a8cfa: Waiting [2021-03-31T12:51:39.641Z] 7c6f9722023f: Waiting [2021-03-31T12:51:39.641Z] a35cf1a2eb13: Waiting [2021-03-31T12:51:39.641Z] bca2f99d35d6: Waiting [2021-03-31T12:51:39.641Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T12:51:39.641Z] 0ef7d3d256c8: Download complete [2021-03-31T12:51:39.641Z] de9db76c5a1d: Download complete [2021-03-31T12:51:39.641Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T12:51:39.641Z] 93359f2a8cfa: Download complete [2021-03-31T12:51:39.641Z] 7c6f9722023f: Verifying Checksum [2021-03-31T12:51:39.641Z] 7c6f9722023f: Download complete [2021-03-31T12:51:39.641Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:51:39.641Z] 188c0c94c7c5: Download complete [2021-03-31T12:51:40.220Z] 188c0c94c7c5: Pull complete [2021-03-31T12:51:40.220Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:51:40.484Z] de9db76c5a1d: Pull complete [2021-03-31T12:51:43.062Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:51:43.062Z] a35cf1a2eb13: Download complete [2021-03-31T12:51:43.641Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:51:43.641Z] bca2f99d35d6: Download complete [2021-03-31T12:51:48.969Z] bca2f99d35d6: Pull complete [2021-03-31T12:51:48.969Z] 93359f2a8cfa: Pull complete [2021-03-31T12:51:48.969Z] 7c6f9722023f: Pull complete [2021-03-31T12:51:49.290Z] Still waiting to schedule task [2021-03-31T12:51:49.290Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T12:51:54.294Z] a35cf1a2eb13: Pull complete [2021-03-31T12:51:54.294Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:51:54.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:51:54.294Z] ---> a62c8e92a672 [2021-03-31T12:51:54.294Z] 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-31T12:51:54.294Z] ---> Running in d74c3b5f3390 [2021-03-31T12:51:54.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:54.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:55.844Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:51:56.107Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:51:56.107Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:51:56.369Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:52:11.302Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:52:11.302Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:52:11.302Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:52:11.302Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:52:11.302Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:52:11.302Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:52:11.302Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:52:11.302Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:52:11.302Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:11.302Z] OK: 233 MiB in 51 packages [2021-03-31T12:52:14.630Z] Removing intermediate container d74c3b5f3390 [2021-03-31T12:52:14.630Z] ---> 9ea3144d8af3 [2021-03-31T12:52:14.630Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:52:14.630Z] ---> Running in dcff5be6b6b6 [2021-03-31T12:52:14.630Z] Removing intermediate container dcff5be6b6b6 [2021-03-31T12:52:14.630Z] ---> 2a9a7a2aa5c0 [2021-03-31T12:52:14.630Z] Step 5/6 : COPY go.mod . [2021-03-31T12:52:14.630Z] ---> 922fc307fccb [2021-03-31T12:52:14.630Z] Step 6/6 : RUN go mod download [2021-03-31T12:52:14.630Z] ---> Running in 95fc73d94419 [2021-03-31T12:52:36.656Z] Removing intermediate container 95fc73d94419 [2021-03-31T12:52:36.656Z] ---> 3588030044a7 [2021-03-31T12:52:36.656Z] Successfully built 3588030044a7 [2021-03-31T12:52:36.656Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:52:36.980Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:52:36.980Z] . [Pipeline] withDockerContainer [2021-03-31T12:52:37.084Z] prd-centos7-docker-4c-2g-32248 does not seem to be running inside a container [2021-03-31T12:52:37.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:52:37.947Z] $ docker top b1c0656fcbe82c5d682297ee1d323e46e531ac5e7fc21b495247fc023d11b1bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:52:38.476Z] + go version [2021-03-31T12:52:38.477Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:52:38.491Z] $ docker stop --time=1 b1c0656fcbe82c5d682297ee1d323e46e531ac5e7fc21b495247fc023d11b1bb [2021-03-31T12:52:39.850Z] $ docker rm -f b1c0656fcbe82c5d682297ee1d323e46e531ac5e7fc21b495247fc023d11b1bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:52:40.824Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:52:40.824Z] . [Pipeline] withDockerContainer [2021-03-31T12:52:40.930Z] prd-centos7-docker-4c-2g-32248 does not seem to be running inside a container [2021-03-31T12:52:40.979Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:52:41.911Z] $ docker top a33450e60157bb7f65db26fefb4d1ba65a3ce0584811c8bf8e5ae149daad065e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:52:42.120Z] ========================================================= [2021-03-31T12:52:42.120Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:52:42.120Z] ========================================================= [Pipeline] sh [2021-03-31T12:52:42.421Z] + make test [2021-03-31T12:52:42.421Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:52:52.495Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:53:07.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:53:14.223Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:53:14.223Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:53:14.223Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:53:16.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:53:16.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:53:16.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:53:16.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:53:17.818Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:53:18.085Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:53:20.562Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:53:20.562Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:53:20.562Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:53:23.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-31T12:53:23.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:53:23.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:53:23.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:53:23.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:53:23.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:53:23.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:53:23.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements [2021-03-31T12:53:23.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-03-31T12:53:27.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.205s coverage: 27.1% of statements [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:53:27.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:53:27.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:53:27.304Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 71.3% of statements [2021-03-31T12:53:27.304Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:53:27.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:53:27.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.215s coverage: 82.9% of statements [2021-03-31T12:53:27.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:27.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:27.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-03-31T12:53:27.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:53:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.359s coverage: 28.6% of statements [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:53:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.086s coverage: 100.0% of statements [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:53:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:53:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:53:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:53:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:53:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:53:33.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:53:33.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:53:33.110Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 1.0% of statements [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:53:33.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:53:33.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-03-31T12:53:33.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements [2021-03-31T12:53:33.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-03-31T12:53:33.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-03-31T12:53:33.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-31T12:53:45.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-03-31T12:53:45.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-03-31T12:53:47.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.270s coverage: 82.6% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.231s coverage: 64.4% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 69.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.155s coverage: 87.1% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.761s coverage: 29.1% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 95.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:53:57.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:53:57.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-03-31T12:53:58.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-31T12:53:58.471Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-31T12:53:58.733Z] GO111MODULE=on go vet ./... [2021-03-31T12:54:25.487Z] gofmt -l . [2021-03-31T12:54:26.063Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:54:26.638Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:54:27.219Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:54:28.930Z] + ls -al . [2021-03-31T12:54:28.930Z] total 780 [2021-03-31T12:54:28.930Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:54 . [2021-03-31T12:54:28.930Z] drwxr-xr-x 4 root root 28 Mar 31 12:52 .. [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:50 .dockerignore [2021-03-31T12:54:28.930Z] drwxrwxr-x 8 1001 1001 179 Mar 31 12:50 .git [2021-03-31T12:54:28.930Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:50 .github [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:50 .gitignore [2021-03-31T12:54:28.930Z] drwx------ 3 1001 1001 60 Mar 31 12:51 .semver [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:50 .sonarcloud.properties [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:50 Attribution.txt [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:50 CONTRIBUTING.md [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:50 Dockerfile.build [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:50 Jenkinsfile [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:50 LICENSE [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:50 Makefile [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:50 README.md [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:50 SECURITY.md [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:51 VERSION [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:50 ZMQWindows.md [2021-03-31T12:54:28.930Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:50 bin [2021-03-31T12:54:28.930Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:50 cmd [2021-03-31T12:54:28.930Z] -rw-r--r-- 1 root root 669470 Mar 31 12:53 coverage.out [2021-03-31T12:54:28.930Z] -rw-r--r-- 1 root root 1056 Mar 31 12:54 go.mod [2021-03-31T12:54:28.930Z] -rw-r--r-- 1 root root 22531 Mar 31 12:54 go.sum [2021-03-31T12:54:28.930Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:50 internal [2021-03-31T12:54:28.930Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:50 openapi [2021-03-31T12:54:28.930Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:50 snap [2021-03-31T12:54:28.930Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:50 version.go [Pipeline] sh [2021-03-31T12:54:29.235Z] + '[' -e coverage.out ] [2021-03-31T12:54:29.235Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:54:29.466Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:54:29.762Z] + make build [2021-03-31T12:54:29.762Z] 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-31T12:54:33.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:54:42.222Z] 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-31T12:54:42.800Z] 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-31T12:54:44.728Z] 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-31T12:54:44.992Z] 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-31T12:54:46.933Z] 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-31T12:54:48.339Z] 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-31T12:54:49.737Z] 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-31T12:54:51.141Z] 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-31T12:54:52.115Z] 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-31T12:54:53.072Z] 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-31T12:54:55.080Z] $ docker stop --time=1 a33450e60157bb7f65db26fefb4d1ba65a3ce0584811c8bf8e5ae149daad065e [2021-03-31T12:54:56.665Z] $ docker rm -f a33450e60157bb7f65db26fefb4d1ba65a3ce0584811c8bf8e5ae149daad065e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:58.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:58.577Z] [2021-03-31T12:54:58.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:58.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:54:58.931Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:54:58.931Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:54:58.931Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:54:58.931Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:54:59.195Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:54:59.460Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:54:59.460Z] ca9280d653b3: Download complete [2021-03-31T12:55:00.865Z] 7e9c9ca2126c: Download complete [2021-03-31T12:55:00.865Z] ca9280d653b3: Pull complete [2021-03-31T12:55:10.905Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:55:10.905Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:55:10.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:55:10.905Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:55:11.037Z] prd-centos7-docker-4c-2g-32248 does not seem to be running inside a container [2021-03-31T12:55:11.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:55:12.000Z] $ docker top aec8b0d064bc6ea5c48b9dd3c8afeffa15a28b4fba56efbd218495b6a5542b42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:55:12.495Z] + docker-compose build --help [2021-03-31T12:55:12.495Z] + grep parallel [2021-03-31T12:55:13.439Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:55:13.452Z] $ docker stop --time=1 aec8b0d064bc6ea5c48b9dd3c8afeffa15a28b4fba56efbd218495b6a5542b42 [2021-03-31T12:55:14.797Z] $ docker rm -f aec8b0d064bc6ea5c48b9dd3c8afeffa15a28b4fba56efbd218495b6a5542b42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:55:15.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:55:15.384Z] . [Pipeline] withDockerContainer [2021-03-31T12:55:15.483Z] prd-centos7-docker-4c-2g-32248 does not seem to be running inside a container [2021-03-31T12:55:15.533Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:55:16.269Z] $ docker top e1d1cfc0e5e3a94efd4f689196dbc828be39f89f49e337d3f417c22b5119ecab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:55:16.777Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:55:17.722Z] Building docker-core-command-go ... [2021-03-31T12:55:17.722Z] Building docker-core-data-go ... [2021-03-31T12:55:17.722Z] Building docker-core-metadata-go ... [2021-03-31T12:55:17.722Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:55:17.723Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:55:17.723Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:55:17.723Z] Building docker-support-notifications-go ... [2021-03-31T12:55:17.723Z] Building docker-support-scheduler-go ... [2021-03-31T12:55:17.723Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:55:17.723Z] Building docker-core-data-go [2021-03-31T12:55:17.723Z] Building docker-support-scheduler-go [2021-03-31T12:55:17.723Z] Building docker-security-bootstrapper-go [2021-03-31T12:55:17.723Z] Building docker-support-notifications-go [2021-03-31T12:55:17.723Z] Building docker-core-metadata-go [2021-03-31T12:55:56.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:56.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:56.568Z] ---> 3588030044a7 [2021-03-31T12:55:56.568Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:55:56.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:56.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:56.568Z] ---> 3588030044a7 [2021-03-31T12:55:56.568Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:55:56.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:56.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:56.568Z] ---> 3588030044a7 [2021-03-31T12:55:56.568Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:55:56.568Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:56.568Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:56.568Z] ---> 3588030044a7 [2021-03-31T12:55:56.568Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:55:56.568Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:55:56.568Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:55:56.568Z] ---> 3588030044a7 [2021-03-31T12:55:56.568Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:55:56.568Z] ---> Running in 7b29dcc02d3a [2021-03-31T12:55:56.568Z] ---> Running in ebc35720af1a [2021-03-31T12:55:56.568Z] ---> Running in ff851a445513 [2021-03-31T12:55:56.568Z] ---> Running in 5ed7a388bed3 [2021-03-31T12:55:56.568Z] ---> Running in 0fea2115a8a2 [2021-03-31T12:55:56.568Z] Removing intermediate container 7b29dcc02d3a [2021-03-31T12:55:56.568Z] ---> 9a745c2500d7 [2021-03-31T12:55:56.568Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:56.568Z] Removing intermediate container 5ed7a388bed3 [2021-03-31T12:55:56.568Z] ---> 04fd9ea76887 [2021-03-31T12:55:56.568Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:56.568Z] Removing intermediate container ff851a445513 [2021-03-31T12:55:56.568Z] ---> 4ea3245bd6fb [2021-03-31T12:55:56.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:56.568Z] Removing intermediate container 0fea2115a8a2 [2021-03-31T12:55:56.568Z] ---> 7f4f6a8a55d5 [2021-03-31T12:55:56.568Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:56.568Z] Removing intermediate container ebc35720af1a [2021-03-31T12:55:56.568Z] ---> cd64febc31f9 [2021-03-31T12:55:56.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:55:56.568Z] ---> Running in 558335517b04 [2021-03-31T12:55:56.568Z] ---> Running in 20cb1d397dc8 [2021-03-31T12:55:56.568Z] ---> Running in 5544a5604e3f [2021-03-31T12:55:56.568Z] ---> Running in df59fc1cd636 [2021-03-31T12:55:56.568Z] ---> Running in c2da154b0aaa [2021-03-31T12:55:56.568Z] Removing intermediate container 558335517b04 [2021-03-31T12:55:56.568Z] ---> c2d421831e8d [2021-03-31T12:55:56.568Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:55:56.568Z] Removing intermediate container 20cb1d397dc8 [2021-03-31T12:55:56.568Z] ---> 2dc5520597cf [2021-03-31T12:55:56.568Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:55:56.568Z] ---> Running in 549efc524389 [2021-03-31T12:55:56.568Z] ---> Running in 72b42dc02638 [2021-03-31T12:55:56.568Z] Removing intermediate container 5544a5604e3f [2021-03-31T12:55:56.568Z] ---> f80a5f4eb628 [2021-03-31T12:55:56.568Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T12:55:56.568Z] ---> Running in 820f17fa06cc [2021-03-31T12:55:56.568Z] Removing intermediate container df59fc1cd636 [2021-03-31T12:55:56.568Z] ---> 63e435311655 [2021-03-31T12:55:56.568Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:55:56.568Z] Removing intermediate container c2da154b0aaa [2021-03-31T12:55:56.568Z] ---> 63ff5c4a33b8 [2021-03-31T12:55:56.568Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T12:55:56.875Z] ---> Running in 443880030d47 [2021-03-31T12:55:56.875Z] ---> Running in 0979bd5dfa01 [2021-03-31T12:55:57.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:57.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:57.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:57.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:57.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:57.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:58.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:58.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:58.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:58.474Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:58.740Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:58.740Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:59.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:55:59.006Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:59.006Z] Removing intermediate container 549efc524389 [2021-03-31T12:55:59.006Z] ---> 88fc79a1ce39 [2021-03-31T12:55:59.006Z] Step 6/23 : COPY go.mod . [2021-03-31T12:55:59.591Z] ---> 7a06deeef22d [2021-03-31T12:55:59.591Z] Step 7/23 : RUN go mod download [2021-03-31T12:55:59.591Z] OK: 233 MiB in 51 packages [2021-03-31T12:55:59.591Z] Removing intermediate container 72b42dc02638 [2021-03-31T12:55:59.591Z] ---> 9eb80f52640b [2021-03-31T12:55:59.591Z] Step 6/22 : COPY go.mod . [2021-03-31T12:55:59.591Z] ---> Running in ff7393eacf57 [2021-03-31T12:55:59.591Z] Removing intermediate container 820f17fa06cc [2021-03-31T12:55:59.591Z] ---> 0d59517ab1d8 [2021-03-31T12:55:59.591Z] Step 6/23 : COPY go.mod . [2021-03-31T12:56:00.186Z] Removing intermediate container 443880030d47 [2021-03-31T12:56:00.186Z] ---> 24e0c29b43d7 [2021-03-31T12:56:00.186Z] Step 6/31 : COPY go.mod . [2021-03-31T12:56:00.186Z] ---> 022d4310b8ef [2021-03-31T12:56:00.186Z] Step 7/22 : RUN go mod download [2021-03-31T12:56:00.186Z] ---> d9f980bb7a22 [2021-03-31T12:56:00.186Z] Step 7/23 : RUN go mod download [2021-03-31T12:56:00.186Z] ---> Running in 41a9bb8354ff [2021-03-31T12:56:00.467Z] ---> Running in 9c1fc86d95aa [2021-03-31T12:56:00.467Z] Removing intermediate container 0979bd5dfa01 [2021-03-31T12:56:00.467Z] ---> d950c1c69a8d [2021-03-31T12:56:00.467Z] Step 6/22 : COPY go.mod . [2021-03-31T12:56:00.467Z] ---> c6d052173dc5 [2021-03-31T12:56:00.745Z] Step 7/31 : RUN go mod download [2021-03-31T12:56:00.745Z] ---> Running in 88dc0f0c0464 [2021-03-31T12:56:01.023Z] ---> 2e9ceee42065 [2021-03-31T12:56:01.023Z] Step 7/22 : RUN go mod download [2021-03-31T12:56:01.303Z] ---> Running in 0ae182015b83 [2021-03-31T12:56:01.906Z] Removing intermediate container ff7393eacf57 [2021-03-31T12:56:01.906Z] ---> b35444dccc3f [2021-03-31T12:56:01.906Z] Step 8/23 : COPY . . [2021-03-31T12:56:03.826Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32251 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws [2021-03-31T12:56:03.959Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-31T12:56:06.151Z] Removing intermediate container 41a9bb8354ff [2021-03-31T12:56:06.151Z] ---> a7f75f270cf9 [2021-03-31T12:56:06.151Z] Step 8/22 : COPY . . [2021-03-31T12:56:07.568Z] Removing intermediate container 9c1fc86d95aa [2021-03-31T12:56:07.568Z] ---> 2b267f1ba2b8 [2021-03-31T12:56:07.568Z] Step 8/23 : COPY . . [2021-03-31T12:56:09.387Z] using credential edgex-jenkins-ssh [2021-03-31T12:56:09.448Z] Cloning the remote Git repository [2021-03-31T12:56:09.507Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:56:09.622Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T12:56:09.695Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:56:09.696Z] > git --version # timeout=10 [2021-03-31T12:56:09.717Z] > git --version # 'git version 2.17.1' [2021-03-31T12:56:09.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:56:09.806Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:56:11.838Z] Removing intermediate container 0ae182015b83 [2021-03-31T12:56:11.839Z] ---> 12718c943e05 [2021-03-31T12:56:11.839Z] Step 8/22 : COPY . . [2021-03-31T12:56:11.839Z] Removing intermediate container 88dc0f0c0464 [2021-03-31T12:56:11.839Z] ---> 06ed42e06cca [2021-03-31T12:56:11.839Z] Step 8/31 : COPY . . [2021-03-31T12:56:26.024Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:56:25.289Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:56:25.309Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:56:25.333Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:56:25.371Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:56:25.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:56:25.382Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:56:26.040Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:56:26.063Z] > git checkout -f 63b668b0178ec4c354551b16842e9c6d05eba558 # timeout=10 [2021-03-31T12:56:26.554Z] Merge succeeded, producing 63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:56:26.554Z] Checking out Revision 63b668b0178ec4c354551b16842e9c6d05eba558 (PR-3326) [2021-03-31T12:56:26.429Z] > git remote # timeout=10 [2021-03-31T12:56:26.456Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T12:56:26.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:56:26.498Z] > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T12:56:26.525Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T12:56:26.556Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:56:26.576Z] > git checkout -f 63b668b0178ec4c354551b16842e9c6d05eba558 # timeout=10 [2021-03-31T12:56:31.053Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T12:56:32.608Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:56:33.024Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:56:33.366Z] + sudo service docker restart [2021-03-31T12:56:33.367Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:56:36.069Z] provisioning config files... [2021-03-31T12:56:36.109Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1416260918898990160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:56:36.530Z] ---> docker-login.sh [2021-03-31T12:56:36.530Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:56:37.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:56:37.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:56:37.789Z] Configure a credential helper to remove this warning. See [2021-03-31T12:56:37.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:56:37.789Z] [2021-03-31T12:56:37.789Z] Login Succeeded [2021-03-31T12:56:37.789Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:56:38.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:56:38.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:56:38.337Z] Configure a credential helper to remove this warning. See [2021-03-31T12:56:38.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:56:38.337Z] [2021-03-31T12:56:38.337Z] Login Succeeded [2021-03-31T12:56:38.337Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:56:38.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:56:38.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:56:38.624Z] Configure a credential helper to remove this warning. See [2021-03-31T12:56:38.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:56:38.624Z] [2021-03-31T12:56:38.624Z] Login Succeeded [2021-03-31T12:56:38.624Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:56:39.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:56:39.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:56:39.225Z] Configure a credential helper to remove this warning. See [2021-03-31T12:56:39.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:56:39.225Z] [2021-03-31T12:56:39.225Z] Login Succeeded [2021-03-31T12:56:39.225Z] docker.io [2021-03-31T12:56:39.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:56:40.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:56:40.093Z] Configure a credential helper to remove this warning. See [2021-03-31T12:56:40.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:56:40.093Z] [2021-03-31T12:56:40.093Z] Login Succeeded [2021-03-31T12:56:40.093Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:56:40.111Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T12:56:40.535Z] ========================================================= [2021-03-31T12:56:40.536Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T12:56:40.536Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:56:40.912Z] + 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-31T12:56:43.546Z] Sending build context to Docker daemon 167MB [2021-03-31T12:56:43.546Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:56:43.546Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:56:43.546Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T12:56:43.546Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T12:56:43.546Z] a4357932f1b6: Pulling fs layer [2021-03-31T12:56:43.546Z] 18c013af1878: Pulling fs layer [2021-03-31T12:56:43.546Z] 00ac8860ef70: Pulling fs layer [2021-03-31T12:56:43.546Z] 63d7cb157983: Pulling fs layer [2021-03-31T12:56:43.546Z] b116817d02f9: Pulling fs layer [2021-03-31T12:56:43.546Z] 745a02a5169b: Pulling fs layer [2021-03-31T12:56:43.546Z] 00ac8860ef70: Waiting [2021-03-31T12:56:43.546Z] 63d7cb157983: Waiting [2021-03-31T12:56:43.546Z] b116817d02f9: Waiting [2021-03-31T12:56:43.546Z] 745a02a5169b: Waiting [2021-03-31T12:56:43.546Z] a4357932f1b6: Download complete [2021-03-31T12:56:43.546Z] 18c013af1878: Verifying Checksum [2021-03-31T12:56:43.546Z] 18c013af1878: Download complete [2021-03-31T12:56:43.546Z] 63d7cb157983: Download complete [2021-03-31T12:56:43.546Z] b116817d02f9: Verifying Checksum [2021-03-31T12:56:43.546Z] b116817d02f9: Download complete [2021-03-31T12:56:43.546Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T12:56:43.546Z] 5f621e34cdf4: Download complete [2021-03-31T12:56:44.152Z] 5f621e34cdf4: Pull complete [2021-03-31T12:56:44.160Z] ---> 20cd20d45e1d [2021-03-31T12:56:44.160Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:56:44.160Z] ---> Running in 916f97b69a81 [2021-03-31T12:56:44.769Z] a4357932f1b6: Pull complete [2021-03-31T12:56:45.371Z] 18c013af1878: Pull complete [2021-03-31T12:56:45.574Z] ---> bb27153587b3 [2021-03-31T12:56:45.574Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:56:46.153Z] ---> Running in 605339be7f75 [2021-03-31T12:56:46.153Z] ---> 708bd59f8bf9 [2021-03-31T12:56:46.153Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:56:46.153Z] ---> e82b5a537c9a [2021-03-31T12:56:46.153Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T12:56:46.153Z] ---> 26ad85467521 [2021-03-31T12:56:46.153Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T12:56:46.362Z] 745a02a5169b: Verifying Checksum [2021-03-31T12:56:46.362Z] 745a02a5169b: Download complete [2021-03-31T12:56:47.187Z] ---> Running in d661d8440b38 [2021-03-31T12:56:47.187Z] ---> Running in 0df5187ae71d [2021-03-31T12:56:47.187Z] ---> Running in 9987e595e968 [2021-03-31T12:56:47.187Z] 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-31T12:56:47.342Z] 00ac8860ef70: Verifying Checksum [2021-03-31T12:56:47.342Z] 00ac8860ef70: Download complete [2021-03-31T12:56:47.485Z] 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-31T12:56:47.853Z] 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-31T12:56:48.190Z] 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-31T12:56:48.190Z] 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-31T12:56:57.486Z] 00ac8860ef70: Pull complete [2021-03-31T12:56:57.487Z] 63d7cb157983: Pull complete [2021-03-31T12:56:57.487Z] b116817d02f9: Pull complete [2021-03-31T12:57:00.109Z] 745a02a5169b: Pull complete [2021-03-31T12:57:00.109Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T12:57:00.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T12:57:00.109Z] ---> b7e6874047d6 [2021-03-31T12:57:00.109Z] 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-31T12:57:03.543Z] ---> Running in 9280634e6d88 [2021-03-31T12:57:04.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:57:05.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:57:06.088Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:57:06.088Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:57:06.358Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:57:06.358Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:57:18.728Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:57:18.728Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:57:18.728Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:57:18.728Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:57:18.728Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:57:18.728Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:57:18.728Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:57:19.000Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:57:19.000Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:19.000Z] OK: 217 MiB in 51 packages [2021-03-31T12:57:23.320Z] Removing intermediate container 9280634e6d88 [2021-03-31T12:57:23.320Z] ---> edf1d02a650e [2021-03-31T12:57:23.320Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:57:23.320Z] ---> Running in 5c80205d3c24 [2021-03-31T12:57:23.593Z] Removing intermediate container 5c80205d3c24 [2021-03-31T12:57:23.593Z] ---> 5671bc84bcef [2021-03-31T12:57:23.593Z] Step 5/6 : COPY go.mod . [2021-03-31T12:57:24.575Z] ---> f206024155c3 [2021-03-31T12:57:24.576Z] Step 6/6 : RUN go mod download [2021-03-31T12:57:24.576Z] ---> Running in 3d2d64e56ca0 [2021-03-31T12:57:27.215Z] Removing intermediate container 9987e595e968 [2021-03-31T12:57:27.216Z] ---> a4e74e74e273 [2021-03-31T12:57:27.216Z] [2021-03-31T12:57:27.216Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:57:27.216Z] 3.12: Pulling from library/alpine [2021-03-31T12:57:27.216Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:57:27.216Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:57:27.216Z] ---> 42cb162f0360 [2021-03-31T12:57:27.216Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:57:27.216Z] ---> Running in cc82150828c8 [2021-03-31T12:57:31.596Z] Removing intermediate container cc82150828c8 [2021-03-31T12:57:31.596Z] ---> 7d6e5ba58612 [2021-03-31T12:57:31.596Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:57:32.542Z] ---> Running in e88a72d9bc0b [2021-03-31T12:57:32.542Z] Removing intermediate container 605339be7f75 [2021-03-31T12:57:32.542Z] ---> e015e67d2da4 [2021-03-31T12:57:32.542Z] [2021-03-31T12:57:32.542Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:57:32.542Z] ---> 42cb162f0360 [2021-03-31T12:57:32.542Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:57:32.542Z] Removing intermediate container 0df5187ae71d [2021-03-31T12:57:32.542Z] ---> e76419b12050 [2021-03-31T12:57:32.542Z] [2021-03-31T12:57:32.542Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:57:32.542Z] ---> 42cb162f0360 [2021-03-31T12:57:32.542Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T12:57:32.810Z] ---> Running in b47daf375fc0 [2021-03-31T12:57:32.810Z] ---> Running in 576467774e75 [2021-03-31T12:57:33.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:33.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:33.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:33.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:33.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:33.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:34.069Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T12:57:34.069Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:57:34.069Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:34.069Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:57:34.069Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:57:34.069Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:34.069Z] OK: 6 MiB in 15 packages [2021-03-31T12:57:34.069Z] OK: 6 MiB in 16 packages [2021-03-31T12:57:34.069Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:57:34.069Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:57:34.069Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:34.069Z] OK: 6 MiB in 16 packages [2021-03-31T12:57:38.292Z] Removing intermediate container 916f97b69a81 [2021-03-31T12:57:38.292Z] ---> 08e5225d9dd6 [2021-03-31T12:57:38.292Z] [2021-03-31T12:57:38.292Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:57:38.292Z] ---> 42cb162f0360 [2021-03-31T12:57:38.292Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:57:38.292Z] Removing intermediate container d661d8440b38 [2021-03-31T12:57:38.292Z] ---> a5f3e8915800 [2021-03-31T12:57:38.292Z] [2021-03-31T12:57:38.292Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:57:38.292Z] ---> 42cb162f0360 [2021-03-31T12:57:38.292Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T12:57:38.292Z] ---> Running in 8559f9bd353f [2021-03-31T12:57:38.292Z] ---> Running in b62da8ac664f [2021-03-31T12:57:38.866Z] Removing intermediate container b47daf375fc0 [2021-03-31T12:57:38.866Z] ---> 6530be878b5b [2021-03-31T12:57:38.866Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:57:38.866Z] Removing intermediate container e88a72d9bc0b [2021-03-31T12:57:38.866Z] ---> a471ca569fc3 [2021-03-31T12:57:38.866Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:57:39.133Z] Removing intermediate container 576467774e75 [2021-03-31T12:57:39.133Z] ---> 479a78e70f40 [2021-03-31T12:57:39.133Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:57:39.133Z] Removing intermediate container 8559f9bd353f [2021-03-31T12:57:39.133Z] ---> 7ac2b2ab1fb4 [2021-03-31T12:57:39.133Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T12:57:39.133Z] ---> Running in 8349d83b1fc2 [2021-03-31T12:57:39.133Z] ---> Running in cfbe1516e201 [2021-03-31T12:57:39.133Z] ---> Running in 3d52fc108b08 [2021-03-31T12:57:39.395Z] ---> Running in cd9c0f24e8d8 [2021-03-31T12:57:39.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:39.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:39.395Z] Removing intermediate container cfbe1516e201 [2021-03-31T12:57:39.395Z] ---> d73fafbb0e4d [2021-03-31T12:57:39.395Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:57:39.395Z] Removing intermediate container 8349d83b1fc2 [2021-03-31T12:57:39.395Z] ---> 333ee9d7f689 [2021-03-31T12:57:39.395Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:57:39.395Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:57:39.395Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:39.656Z] OK: 6 MiB in 15 packages [2021-03-31T12:57:39.656Z] ---> Running in d91ffd8fb95d [2021-03-31T12:57:39.656Z] Removing intermediate container cd9c0f24e8d8 [2021-03-31T12:57:39.656Z] ---> a0bfc3144ad0 [2021-03-31T12:57:39.656Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T12:57:39.656Z] ---> Running in db3b379127a5 [2021-03-31T12:57:39.656Z] Removing intermediate container 3d52fc108b08 [2021-03-31T12:57:39.656Z] ---> ba0988be23eb [2021-03-31T12:57:39.656Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T12:57:39.918Z] ---> Running in 9eff8a5f4617 [2021-03-31T12:57:39.918Z] ---> Running in b7582eb2c318 [2021-03-31T12:57:40.180Z] Removing intermediate container d91ffd8fb95d [2021-03-31T12:57:40.180Z] ---> af6403cf2047 [2021-03-31T12:57:40.180Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:57:40.180Z] Removing intermediate container db3b379127a5 [2021-03-31T12:57:40.180Z] ---> 540da2d3d360 [2021-03-31T12:57:40.180Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:57:40.446Z] ---> Running in 819a23dc5844 [2021-03-31T12:57:40.446Z] ---> Running in 559de08a5657 [2021-03-31T12:57:40.446Z] Removing intermediate container 9eff8a5f4617 [2021-03-31T12:57:40.446Z] ---> 03af6b580c05 [2021-03-31T12:57:40.446Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:57:40.446Z] Removing intermediate container b7582eb2c318 [2021-03-31T12:57:40.446Z] ---> fad9e415c082 [2021-03-31T12:57:40.446Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:57:41.025Z] Removing intermediate container b62da8ac664f [2021-03-31T12:57:41.025Z] ---> 26b49a907599 [2021-03-31T12:57:41.025Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:57:41.287Z] ---> Running in 94c258858446 [2021-03-31T12:57:41.287Z] ---> Running in cfcebd778ddd [2021-03-31T12:57:41.287Z] ---> Running in 1586043dad4f [2021-03-31T12:57:41.287Z] Removing intermediate container 559de08a5657 [2021-03-31T12:57:41.287Z] ---> 8b0e60f1b3b5 [2021-03-31T12:57:41.287Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:57:41.557Z] Removing intermediate container cfcebd778ddd [2021-03-31T12:57:41.557Z] ---> c70d0a6e811d [2021-03-31T12:57:41.557Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:57:41.829Z] Removing intermediate container 1586043dad4f [2021-03-31T12:57:41.829Z] ---> 32da4cc5dc5e [2021-03-31T12:57:41.829Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T12:57:41.829Z] ---> 34aab2db1c4a [2021-03-31T12:57:41.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:57:41.829Z] ---> Running in 76aa8b6e915d [2021-03-31T12:57:42.410Z] ---> c87226b91d7f [2021-03-31T12:57:42.410Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T12:57:42.410Z] Removing intermediate container 76aa8b6e915d [2021-03-31T12:57:42.410Z] ---> f2c014c6fd7b [2021-03-31T12:57:42.410Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:57:42.680Z] ---> 69128e4bbb63 [2021-03-31T12:57:42.680Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:57:42.680Z] Removing intermediate container 819a23dc5844 [2021-03-31T12:57:42.680Z] ---> 1ff2d0f94fb2 [2021-03-31T12:57:42.680Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:57:42.680Z] ---> Running in 0e095d6ca56e [2021-03-31T12:57:42.680Z] ---> Running in ecdd7a19af88 [2021-03-31T12:57:42.680Z] Removing intermediate container 94c258858446 [2021-03-31T12:57:42.680Z] ---> b6d3789a308b [2021-03-31T12:57:42.680Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T12:57:42.950Z] ---> 307eade80127 [2021-03-31T12:57:42.950Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T12:57:42.950Z] ---> Running in eead47c49d8e [2021-03-31T12:57:43.212Z] ---> 135d1cc986c0 [2021-03-31T12:57:43.212Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:57:43.212Z] Removing intermediate container 0e095d6ca56e [2021-03-31T12:57:43.212Z] ---> b5c7be7d804f [2021-03-31T12:57:43.212Z] Step 15/23 : WORKDIR / [2021-03-31T12:57:43.789Z] Removing intermediate container ecdd7a19af88 [2021-03-31T12:57:43.789Z] ---> b6bbfe2dce40 [2021-03-31T12:57:43.789Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:57:44.055Z] ---> Running in e4be12c4e857 [2021-03-31T12:57:44.055Z] ---> Running in f564954d028a [2021-03-31T12:57:44.055Z] ---> 3374e17eff88 [2021-03-31T12:57:44.055Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T12:57:44.320Z] ---> 2d61cbeb6736 [2021-03-31T12:57:44.320Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:57:44.320Z] ---> Running in 9394f9d57d14 [2021-03-31T12:57:44.320Z] Removing intermediate container e4be12c4e857 [2021-03-31T12:57:44.320Z] ---> d717ce221149 [2021-03-31T12:57:44.320Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:57:44.584Z] Removing intermediate container f564954d028a [2021-03-31T12:57:44.584Z] ---> ceb659b19a86 [2021-03-31T12:57:44.584Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:57:44.584Z] ---> Running in 003aa96c98cc [2021-03-31T12:57:44.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:44.584Z] ---> Running in 54829e0618fa [2021-03-31T12:57:44.851Z] Removing intermediate container 9394f9d57d14 [2021-03-31T12:57:44.851Z] ---> f46aaa4e2edf [2021-03-31T12:57:44.851Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:57:44.851Z] ---> Running in 6274818b611b [2021-03-31T12:57:45.139Z] ---> fc8e1b5c039c [2021-03-31T12:57:45.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T12:57:45.139Z] Removing intermediate container 54829e0618fa [2021-03-31T12:57:45.139Z] ---> 6e35454ea516 [2021-03-31T12:57:45.139Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:57:45.139Z] ---> Running in 13f4f46382c9 [2021-03-31T12:57:45.139Z] Removing intermediate container 6274818b611b [2021-03-31T12:57:45.139Z] ---> 147b684602d2 [2021-03-31T12:57:45.139Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:57:45.402Z] ---> Running in d1ee0b21112f [2021-03-31T12:57:45.402Z] Removing intermediate container 13f4f46382c9 [2021-03-31T12:57:45.402Z] ---> 43b88393dc1b [2021-03-31T12:57:45.402Z] Step 21/22 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:57:45.664Z] ---> Running in 78abacf3b862 [2021-03-31T12:57:45.664Z] Removing intermediate container d1ee0b21112f [2021-03-31T12:57:45.664Z] ---> cb601f1bd34e [2021-03-31T12:57:45.665Z] Step 21/22 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:57:45.665Z] ---> f6c89d402fd5 [2021-03-31T12:57:45.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T12:57:45.927Z] ---> Running in 43c5b8ae6a16 [2021-03-31T12:57:45.927Z] Removing intermediate container 78abacf3b862 [2021-03-31T12:57:45.927Z] ---> 5714741dc5ce [2021-03-31T12:57:45.927Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:57:46.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:57:46.190Z] ---> Running in eaea84c4c4f9 [2021-03-31T12:57:46.190Z] ---> a02adecab68f [2021-03-31T12:57:46.190Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T12:57:46.190Z] Removing intermediate container 003aa96c98cc [2021-03-31T12:57:46.190Z] ---> 43f63b06d92e [2021-03-31T12:57:46.190Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:57:46.455Z] Removing intermediate container 43c5b8ae6a16 [2021-03-31T12:57:46.456Z] ---> 2c7b898a8998 [2021-03-31T12:57:46.456Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:57:46.456Z] ---> Running in b52b6f81f209 [2021-03-31T12:57:46.456Z] ---> Running in ddcb036f3e20 [2021-03-31T12:57:46.721Z] Removing intermediate container eaea84c4c4f9 [2021-03-31T12:57:46.721Z] ---> f6fba4fb03ab [2021-03-31T12:57:46.721Z] [2021-03-31T12:57:46.721Z] ---> 092e07ffef57 [2021-03-31T12:57:46.721Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:57:46.721Z] Removing intermediate container b52b6f81f209 [2021-03-31T12:57:46.721Z] ---> 70bb4affa639 [2021-03-31T12:57:46.721Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:57:46.721Z] Removing intermediate container ddcb036f3e20 [2021-03-31T12:57:46.721Z] ---> b41383ac6c77 [2021-03-31T12:57:46.721Z] [2021-03-31T12:57:46.990Z] ---> Running in f76d109acaf4 [2021-03-31T12:57:46.990Z] Successfully built f6fba4fb03ab [2021-03-31T12:57:46.990Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T12:57:46.990Z] Successfully built b41383ac6c77 [2021-03-31T12:57:46.990Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T12:57:47.253Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-31T12:57:47.253Z] Building docker-security-secretstore-setup-go [2021-03-31T12:57:47.253Z] Removing intermediate container f76d109acaf4 [2021-03-31T12:57:47.253Z] ---> bbb69c654ca5 [2021-03-31T12:57:47.253Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:57:47.514Z] ---> 82f97f1c008a [2021-03-31T12:57:47.514Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:57:47.514Z] ---> Running in c132e5b8c783 [2021-03-31T12:57:47.514Z] Removing intermediate container c132e5b8c783 [2021-03-31T12:57:47.514Z] ---> 3a5ad1877bdc [2021-03-31T12:57:47.514Z] Step 22/23 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:57:47.775Z] ---> Running in 3d0a7c03ec0a [2021-03-31T12:57:47.775Z] ---> d17b36eabf6e [2021-03-31T12:57:47.775Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:57:48.046Z] Removing intermediate container 3d0a7c03ec0a [2021-03-31T12:57:48.046Z] ---> eebdd49b5881 [2021-03-31T12:57:48.046Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:57:48.046Z] ---> Running in 820af27b2c09 [2021-03-31T12:57:48.312Z] ---> 97e8f3df6529 [2021-03-31T12:57:48.312Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:57:48.312Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:57:48.312Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T12:57:48.575Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T12:57:48.575Z] Removing intermediate container 820af27b2c09 [2021-03-31T12:57:48.575Z] ---> d04102adf308 [2021-03-31T12:57:48.575Z] [2021-03-31T12:57:48.575Z] Successfully built d04102adf308 [2021-03-31T12:57:48.575Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T12:57:48.575Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T12:57:48.839Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T12:57:48.839Z] ---> eb675afd959b [2021-03-31T12:57:48.839Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:57:49.119Z] ---> Running in 121a2d14b4a0 [2021-03-31T12:57:49.703Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T12:57:50.277Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T12:57:50.540Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:57:50.540Z] OK: 8 MiB in 20 packages [2021-03-31T12:57:51.395Z] Removing intermediate container 3d2d64e56ca0 [2021-03-31T12:57:51.395Z] ---> 333f6dcaaaee [2021-03-31T12:57:51.396Z] Successfully built 333f6dcaaaee [2021-03-31T12:57:51.396Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:57:51.499Z] Removing intermediate container 121a2d14b4a0 [2021-03-31T12:57:51.499Z] ---> 08e9874f27a3 [2021-03-31T12:57:51.499Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T12:57:51.745Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:57:51.745Z] . [Pipeline] withDockerContainer [2021-03-31T12:57:52.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-32251 does not seem to be running inside a container [2021-03-31T12:57:52.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:57:53.629Z] $ docker top 5fad612af13a1d08a32227520e39ee8358dadde20b838ce0f9ea2ed955ba13b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:57:54.673Z] + go version [2021-03-31T12:57:54.673Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T12:57:54.690Z] $ docker stop --time=1 5fad612af13a1d08a32227520e39ee8358dadde20b838ce0f9ea2ed955ba13b7 [2021-03-31T12:57:54.843Z] ---> f9bb76b9a85a [2021-03-31T12:57:54.843Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T12:57:56.607Z] $ docker rm -f 5fad612af13a1d08a32227520e39ee8358dadde20b838ce0f9ea2ed955ba13b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-03-31T12:57:57.434Z] Removing intermediate container eead47c49d8e [2021-03-31T12:57:57.435Z] ---> 7e1e3a8ec5de [2021-03-31T12:57:57.435Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:57:57.435Z] ---> Running in b32391826c5f [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:57:57.710Z] ---> 88c83038e9c6 [2021-03-31T12:57:57.711Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T12:57:57.764Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:57:57.764Z] . [Pipeline] withDockerContainer [2021-03-31T12:57:58.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-32251 does not seem to be running inside a container [2021-03-31T12:57:58.097Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T12:57:59.552Z] $ docker top e7c1cf9b1b096f60e9fd2158ed7d5a53fe4c13e3b18a235ba48c7cdb24e32463 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:57:59.945Z] ========================================================= [2021-03-31T12:57:59.945Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:57:59.945Z] ========================================================= [Pipeline] sh [2021-03-31T12:58:00.587Z] + make test [2021-03-31T12:58:00.587Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:58:01.046Z] ---> 78c2854f4f56 [2021-03-31T12:58:01.046Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T12:58:02.473Z] ---> 7314afe8d2e4 [2021-03-31T12:58:02.473Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T12:58:02.748Z] Removing intermediate container b32391826c5f [2021-03-31T12:58:02.748Z] ---> e55def2d5852 [2021-03-31T12:58:02.748Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T12:58:06.134Z] ---> Running in 1ab51146f7a6 [2021-03-31T12:58:06.134Z] ---> Running in 8bc4c378a1c1 [2021-03-31T12:58:06.720Z] Removing intermediate container 1ab51146f7a6 [2021-03-31T12:58:06.985Z] ---> f7599272fdc8 [2021-03-31T12:58:06.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:58:08.396Z] Removing intermediate container 8bc4c378a1c1 [2021-03-31T12:58:08.396Z] ---> 7c6a56135965 [2021-03-31T12:58:08.396Z] Step 28/31 : CMD ["gate"] [2021-03-31T12:58:08.992Z] ---> Running in 58f0e9dae4aa [2021-03-31T12:58:09.962Z] ---> Running in 3ffab3462e2a [2021-03-31T12:58:10.550Z] Removing intermediate container 58f0e9dae4aa [2021-03-31T12:58:10.550Z] ---> 72124781d7ae [2021-03-31T12:58:10.550Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:58:11.127Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:58:11.127Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:58:11.127Z] ---> 3588030044a7 [2021-03-31T12:58:11.127Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:58:11.127Z] ---> Using cache [2021-03-31T12:58:11.127Z] ---> cd64febc31f9 [2021-03-31T12:58:11.127Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:58:11.127Z] ---> Using cache [2021-03-31T12:58:11.127Z] ---> 63ff5c4a33b8 [2021-03-31T12:58:11.127Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:58:11.399Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:58:11.399Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:58:11.399Z] ---> 3588030044a7 [2021-03-31T12:58:11.399Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:58:11.399Z] ---> Using cache [2021-03-31T12:58:11.399Z] ---> cd64febc31f9 [2021-03-31T12:58:11.399Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:58:11.399Z] ---> Using cache [2021-03-31T12:58:11.399Z] ---> 63ff5c4a33b8 [2021-03-31T12:58:11.399Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:58:11.982Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:58:11.982Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:58:11.982Z] ---> 3588030044a7 [2021-03-31T12:58:11.982Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:58:11.982Z] ---> Using cache [2021-03-31T12:58:11.982Z] ---> cd64febc31f9 [2021-03-31T12:58:11.983Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:58:11.983Z] ---> Using cache [2021-03-31T12:58:11.983Z] ---> 63ff5c4a33b8 [2021-03-31T12:58:11.983Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:58:12.931Z] Removing intermediate container 3ffab3462e2a [2021-03-31T12:58:12.931Z] ---> 33700b8c1ef5 [2021-03-31T12:58:12.931Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T12:58:12.931Z] ---> Running in adbf7108cd13 [2021-03-31T12:58:12.931Z] ---> Running in 9d22c075836d [2021-03-31T12:58:12.931Z] ---> Running in 33689c1e950f [2021-03-31T12:58:12.931Z] ---> Running in 163d41ad065c [2021-03-31T12:58:13.199Z] ---> Running in d987aca7f3de [2021-03-31T12:58:13.490Z] Removing intermediate container adbf7108cd13 [2021-03-31T12:58:13.490Z] ---> 9bdef3e0ea46 [2021-03-31T12:58:13.490Z] Step 22/23 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:58:13.759Z] ---> Running in d909d0c3a5ab [2021-03-31T12:58:13.759Z] Removing intermediate container d987aca7f3de [2021-03-31T12:58:13.759Z] ---> 82e6d1d0966e [2021-03-31T12:58:13.759Z] Step 30/31 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:58:14.025Z] Removing intermediate container d909d0c3a5ab [2021-03-31T12:58:14.025Z] ---> 90a86d1c14e6 [2021-03-31T12:58:14.025Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:58:14.025Z] ---> Running in 576ac1098755 [2021-03-31T12:58:14.025Z] ---> Running in 4351c0e55a15 [2021-03-31T12:58:14.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:14.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:14.288Z] Removing intermediate container 576ac1098755 [2021-03-31T12:58:14.288Z] ---> 9dccc0566a85 [2021-03-31T12:58:14.288Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T12:58:14.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:14.553Z] Removing intermediate container 4351c0e55a15 [2021-03-31T12:58:14.553Z] ---> a4d16861a42d [2021-03-31T12:58:14.553Z] [2021-03-31T12:58:14.553Z] ---> Running in 20511bccd701 [2021-03-31T12:58:14.814Z] Removing intermediate container 20511bccd701 [2021-03-31T12:58:14.814Z] ---> 12da5251d0e9 [2021-03-31T12:58:14.814Z] [2021-03-31T12:58:14.814Z] Successfully built a4d16861a42d [2021-03-31T12:58:14.814Z] Successfully tagged docker-core-data-go:latest [2021-03-31T12:58:14.814Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-31T12:58:14.814Z] Successfully built 12da5251d0e9 [2021-03-31T12:58:14.814Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T12:58:15.398Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:15.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:15.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:58:17.589Z] OK: 233 MiB in 51 packages [2021-03-31T12:58:18.539Z] OK: 233 MiB in 51 packages [2021-03-31T12:58:18.539Z] OK: 233 MiB in 51 packages [2021-03-31T12:58:20.459Z] Removing intermediate container 9d22c075836d [2021-03-31T12:58:20.459Z] ---> a3fa4c685b49 [2021-03-31T12:58:20.459Z] Step 6/26 : COPY go.mod . [2021-03-31T12:58:20.459Z] Removing intermediate container 33689c1e950f [2021-03-31T12:58:20.459Z] ---> 697b009a4837 [2021-03-31T12:58:20.459Z] Step 6/21 : COPY go.mod . [2021-03-31T12:58:20.459Z] Removing intermediate container 163d41ad065c [2021-03-31T12:58:20.459Z] ---> db2e4c366a44 [2021-03-31T12:58:20.459Z] Step 6/24 : COPY go.mod . [2021-03-31T12:58:21.039Z] ---> 257ebfde9ee3 [2021-03-31T12:58:21.039Z] Step 7/26 : RUN go mod download [2021-03-31T12:58:21.311Z] ---> Running in 069db6839185 [2021-03-31T12:58:21.311Z] ---> 637ed716b651 [2021-03-31T12:58:21.311Z] Step 7/21 : RUN go mod download [2021-03-31T12:58:21.589Z] ---> 5c9fe027a339 [2021-03-31T12:58:21.589Z] Step 7/24 : RUN go mod download [2021-03-31T12:58:21.589Z] ---> Running in 970eb404b48c [2021-03-31T12:58:21.859Z] ---> Running in 80c3b97d59ac [2021-03-31T12:58:22.805Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:58:28.851Z] Removing intermediate container 970eb404b48c [2021-03-31T12:58:28.851Z] ---> 0ee7e32f87b7 [2021-03-31T12:58:28.851Z] Step 8/21 : COPY . . [2021-03-31T12:58:28.851Z] Removing intermediate container 069db6839185 [2021-03-31T12:58:28.851Z] ---> 2d5076dee7a3 [2021-03-31T12:58:28.851Z] Step 8/26 : COPY . . [2021-03-31T12:58:28.851Z] Removing intermediate container 80c3b97d59ac [2021-03-31T12:58:28.851Z] ---> 75963741651d [2021-03-31T12:58:28.851Z] Step 8/24 : COPY . . [2021-03-31T12:58:28.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:58:28.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:58:28.851Z] ---> 3588030044a7 [2021-03-31T12:58:28.851Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:58:28.851Z] ---> Using cache [2021-03-31T12:58:28.851Z] ---> cd64febc31f9 [2021-03-31T12:58:28.851Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:58:28.851Z] ---> Using cache [2021-03-31T12:58:28.851Z] ---> 63ff5c4a33b8 [2021-03-31T12:58:28.851Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:58:28.851Z] ---> Using cache [2021-03-31T12:58:28.851Z] ---> db2e4c366a44 [2021-03-31T12:58:28.851Z] Step 6/23 : COPY go.mod . [2021-03-31T12:58:28.851Z] ---> Using cache [2021-03-31T12:58:28.851Z] ---> 5c9fe027a339 [2021-03-31T12:58:28.851Z] Step 7/23 : RUN go mod download [2021-03-31T12:58:28.851Z] ---> Using cache [2021-03-31T12:58:28.851Z] ---> 75963741651d [2021-03-31T12:58:28.851Z] Step 8/23 : COPY . . [2021-03-31T12:59:07.972Z] ---> 01812ec48b42 [2021-03-31T12:59:07.972Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:59:07.972Z] ---> 6be317a94c0b [2021-03-31T12:59:07.972Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:59:07.972Z] ---> cbe776abac87 [2021-03-31T12:59:07.972Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:59:07.972Z] ---> Running in 5a48dfe3094f [2021-03-31T12:59:07.972Z] ---> Running in 393a3a7a9722 [2021-03-31T12:59:07.972Z] ---> Running in 7fbb310fb09e [2021-03-31T12:59:07.972Z] ---> db59910a8b17 [2021-03-31T12:59:07.972Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:59:07.972Z] ---> Running in 92e3266d7a80 [2021-03-31T12:59:07.972Z] 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-31T12:59:07.972Z] 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-31T12:59:07.972Z] 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-31T12:59:07.972Z] 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-31T12:59:09.832Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:59:18.379Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:59:25.135Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:59:25.135Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:59:27.782Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:59:27.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:59:27.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:59:28.068Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:59:30.118Z] 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-31T12:59:30.118Z] 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-31T12:59:31.502Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:59:31.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:59:34.364Z] Removing intermediate container 393a3a7a9722 [2021-03-31T12:59:34.364Z] ---> d7e1b74b4456 [2021-03-31T12:59:34.364Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T12:59:35.760Z] ---> Running in 6fce5688da96 [2021-03-31T12:59:37.689Z] Removing intermediate container 92e3266d7a80 [2021-03-31T12:59:37.689Z] ---> 939c8b70180a [2021-03-31T12:59:37.689Z] [2021-03-31T12:59:37.689Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:59:38.643Z] ---> 42cb162f0360 [2021-03-31T12:59:38.643Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:59:38.643Z] ---> Using cache [2021-03-31T12:59:38.643Z] ---> 26b49a907599 [2021-03-31T12:59:38.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:59:38.643Z] ---> Using cache [2021-03-31T12:59:38.643Z] ---> 32da4cc5dc5e [2021-03-31T12:59:38.643Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:59:38.643Z] Removing intermediate container 7fbb310fb09e [2021-03-31T12:59:38.643Z] ---> 66cba9baf45d [2021-03-31T12:59:38.643Z] [2021-03-31T12:59:38.643Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:59:38.643Z] ---> 42cb162f0360 [2021-03-31T12:59:38.643Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:59:38.643Z] Removing intermediate container 5a48dfe3094f [2021-03-31T12:59:38.643Z] ---> 61a48f52a22a [2021-03-31T12:59:38.643Z] [2021-03-31T12:59:38.643Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:59:38.643Z] ---> 42cb162f0360 [2021-03-31T12:59:38.643Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:59:38.643Z] 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-31T12:59:38.643Z] ---> Running in 6382f36b33a4 [2021-03-31T12:59:38.643Z] ---> Running in 46ff4861e9f3 [2021-03-31T12:59:38.643Z] ---> Running in 760d6bcccc02 [2021-03-31T12:59:39.242Z] Removing intermediate container 6382f36b33a4 [2021-03-31T12:59:39.242Z] ---> 6ef4239904f9 [2021-03-31T12:59:39.242Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:59:39.242Z] ---> Running in cd6e4d4aa5b2 [2021-03-31T12:59:39.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:39.512Z] Removing intermediate container cd6e4d4aa5b2 [2021-03-31T12:59:39.512Z] ---> 10f768789c9a [2021-03-31T12:59:39.512Z] Step 15/23 : WORKDIR / [2021-03-31T12:59:39.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:39.512Z] ---> Running in 79cdfbf4beea [2021-03-31T12:59:39.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:39.774Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:39.774Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:59:39.774Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:59:39.775Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:59:39.775Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:59:39.775Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:39.775Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:59:39.775Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:59:39.775Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:59:39.775Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:59:39.775Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:59:39.775Z] OK: 7 MiB in 18 packages [2021-03-31T12:59:39.775Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:59:39.775Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:59:39.775Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:39.775Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:59:40.037Z] Removing intermediate container 79cdfbf4beea [2021-03-31T12:59:40.037Z] ---> 0b8be4a67d50 [2021-03-31T12:59:40.037Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:59:40.037Z] OK: 7 MiB in 20 packages [2021-03-31T12:59:40.105Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:59:40.105Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:59:40.105Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:59:40.613Z] Removing intermediate container 6fce5688da96 [2021-03-31T12:59:40.613Z] ---> 88cbfa245a03 [2021-03-31T12:59:40.613Z] [2021-03-31T12:59:40.613Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T12:59:40.613Z] 20.10.0: Pulling from library/docker [2021-03-31T12:59:40.613Z] ---> 460dbdbb1247 [2021-03-31T12:59:40.613Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:59:42.545Z] ---> 0e85f411a785 [2021-03-31T12:59:42.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:59:42.807Z] Removing intermediate container 760d6bcccc02 [2021-03-31T12:59:42.807Z] ---> 9f6d18082238 [2021-03-31T12:59:42.807Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:59:42.807Z] Removing intermediate container 46ff4861e9f3 [2021-03-31T12:59:42.807Z] ---> edbc82002087 [2021-03-31T12:59:42.807Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:59:43.075Z] ---> Running in 0ada4aff0868 [2021-03-31T12:59:43.075Z] ---> Running in 0fabcba9c9b7 [2021-03-31T12:59:43.075Z] ---> 0663eb6e4772 [2021-03-31T12:59:43.075Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:59:43.075Z] ---> Running in d4442afb5608 [2021-03-31T12:59:43.338Z] Removing intermediate container 0fabcba9c9b7 [2021-03-31T12:59:43.338Z] ---> 909b734ba49d [2021-03-31T12:59:43.338Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:59:43.338Z] Removing intermediate container 0ada4aff0868 [2021-03-31T12:59:43.338Z] ---> 31d52c5f6328 [2021-03-31T12:59:43.338Z] Step 13/24 : WORKDIR / [2021-03-31T12:59:43.918Z] ---> Running in 7823af2438e4 [2021-03-31T12:59:43.918Z] ---> Running in ad0c9b2f9f52 [2021-03-31T12:59:44.190Z] Removing intermediate container d4442afb5608 [2021-03-31T12:59:44.190Z] ---> 72beb78a3d0d [2021-03-31T12:59:44.190Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:59:44.190Z] ---> Running in be5fe915fe4b [2021-03-31T12:59:44.454Z] Removing intermediate container 7823af2438e4 [2021-03-31T12:59:44.454Z] ---> d44783cbac26 [2021-03-31T12:59:44.454Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:59:44.454Z] Removing intermediate container ad0c9b2f9f52 [2021-03-31T12:59:44.454Z] ---> 1c0383bb5948 [2021-03-31T12:59:44.454Z] 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-31T12:59:44.454Z] Removing intermediate container be5fe915fe4b [2021-03-31T12:59:44.454Z] ---> 54c0ffcd7d56 [2021-03-31T12:59:44.454Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:59:44.717Z] ---> Running in a1f6531aaa71 [2021-03-31T12:59:44.987Z] ---> de5c7d1e2494 [2021-03-31T12:59:44.987Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:59:44.987Z] Removing intermediate container a1f6531aaa71 [2021-03-31T12:59:44.987Z] ---> e6254cd565ca [2021-03-31T12:59:44.987Z] Step 22/23 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:59:44.987Z] ---> c79a63c9a07a [2021-03-31T12:59:44.987Z] 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-31T12:59:45.260Z] ---> Running in 139e8c058b72 [2021-03-31T12:59:45.526Z] Removing intermediate container 139e8c058b72 [2021-03-31T12:59:45.526Z] ---> 44f741861945 [2021-03-31T12:59:45.526Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:59:45.526Z] ---> d4b8ff80affb [2021-03-31T12:59:45.526Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:59:45.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.396s coverage: 45.9% of statements [2021-03-31T12:59:45.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:59:45.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:59:45.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:59:45.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:59:45.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:59:45.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:59:45.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.158s coverage: 19.8% of statements [2021-03-31T12:59:45.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.267s coverage: 100.0% of statements [2021-03-31T12:59:45.789Z] ---> Running in 4b29cd098ef7 [2021-03-31T12:59:45.789Z] ---> 5c5842450b2b [2021-03-31T12:59:45.789Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:59:46.068Z] ---> da9987d0e159 [2021-03-31T12:59:46.068Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:59:46.068Z] Removing intermediate container 4b29cd098ef7 [2021-03-31T12:59:46.068Z] ---> 874a9e862277 [2021-03-31T12:59:46.068Z] [2021-03-31T12:59:46.648Z] ---> 6a1a1fc1364d [2021-03-31T12:59:46.648Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:59:46.912Z] Successfully built 874a9e862277 [2021-03-31T12:59:46.912Z] Successfully tagged docker-core-command-go:latest [2021-03-31T12:59:47.175Z]  Building docker-core-command-go ... done  ---> Running in 6ac42490621b [2021-03-31T12:59:47.175Z] ---> 9bfa27b9e41f [2021-03-31T12:59:47.175Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:59:47.437Z] Removing intermediate container 6ac42490621b [2021-03-31T12:59:47.437Z] ---> 6969451debe7 [2021-03-31T12:59:47.437Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:59:47.437Z] ---> Running in 1fbcc3a4d12e [2021-03-31T12:59:47.700Z] ---> c6400cb2d61d [2021-03-31T12:59:47.700Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:59:47.700Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T12:59:47.700Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T12:59:47.700Z] ---> aefe523efa57 [2021-03-31T12:59:47.700Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T12:59:47.700Z] Removing intermediate container 1fbcc3a4d12e [2021-03-31T12:59:47.700Z] ---> 701c07052fc6 [2021-03-31T12:59:47.700Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T12:59:47.700Z] ---> Running in 6d22baeedee9 [2021-03-31T12:59:47.962Z] ---> Running in 1ef8ded41fd9 [2021-03-31T12:59:47.962Z] ---> 07934ee3e87f [2021-03-31T12:59:47.962Z] 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-31T12:59:48.227Z] Removing intermediate container 1ef8ded41fd9 [2021-03-31T12:59:48.227Z] ---> 289390c48999 [2021-03-31T12:59:48.227Z] Step 20/21 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:59:48.227Z] ---> Running in c0543f43898e [2021-03-31T12:59:48.227Z] ---> Running in 0a7038dae072 [2021-03-31T12:59:48.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:48.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:48.497Z] Removing intermediate container 0a7038dae072 [2021-03-31T12:59:48.497Z] ---> 8716984c8286 [2021-03-31T12:59:48.497Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T12:59:48.497Z] ---> Running in b24b0f13a412 [2021-03-31T12:59:48.761Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T12:59:48.761Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T12:59:48.761Z] Executing bash-5.0.17-r0.post-install [2021-03-31T12:59:48.761Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:48.761Z] OK: 12 MiB in 22 packages [2021-03-31T12:59:48.761Z] Removing intermediate container b24b0f13a412 [2021-03-31T12:59:48.761Z] ---> 0b59f6c27219 [2021-03-31T12:59:48.761Z] [2021-03-31T12:59:49.334Z] Successfully built 0b59f6c27219 [2021-03-31T12:59:49.334Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T12:59:49.334Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6d22baeedee9 [2021-03-31T12:59:49.334Z] ---> 6f76400a90db [2021-03-31T12:59:49.334Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T12:59:49.598Z] ---> Running in 172ca23af7ae [2021-03-31T12:59:49.598Z] Removing intermediate container c0543f43898e [2021-03-31T12:59:49.598Z] ---> 97768ca088bc [2021-03-31T12:59:49.598Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:59:49.598Z] ---> Running in ce1c7363aabf [2021-03-31T12:59:49.860Z] Removing intermediate container 172ca23af7ae [2021-03-31T12:59:49.860Z] ---> e365e05c95cb [2021-03-31T12:59:49.860Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T12:59:49.860Z] ---> Running in ee7622436303 [2021-03-31T12:59:49.860Z] Removing intermediate container ce1c7363aabf [2021-03-31T12:59:49.860Z] ---> 15591df3b800 [2021-03-31T12:59:49.860Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T12:59:50.123Z] ---> Running in d0f5ab379cd8 [2021-03-31T12:59:50.123Z] Removing intermediate container ee7622436303 [2021-03-31T12:59:50.123Z] ---> 47463b11bd7d [2021-03-31T12:59:50.123Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T12:59:50.123Z] ---> Running in ffd7b1e8961a [2021-03-31T12:59:50.123Z] Removing intermediate container d0f5ab379cd8 [2021-03-31T12:59:50.123Z] ---> b943163ebb44 [2021-03-31T12:59:50.123Z] Step 23/24 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T12:59:50.393Z] ---> Running in f388df3cfef4 [2021-03-31T12:59:50.393Z] Removing intermediate container ffd7b1e8961a [2021-03-31T12:59:50.393Z] ---> 1b527f43498e [2021-03-31T12:59:50.393Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T12:59:50.393Z] Removing intermediate container f388df3cfef4 [2021-03-31T12:59:50.393Z] ---> 3130a0f9d02b [2021-03-31T12:59:50.393Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T12:59:50.654Z] ---> Running in 1c20a16add27 [2021-03-31T12:59:50.918Z] Removing intermediate container 1c20a16add27 [2021-03-31T12:59:50.918Z] ---> abf57b7d80fe [2021-03-31T12:59:50.918Z] [2021-03-31T12:59:50.918Z] ---> d13d33c44321 [2021-03-31T12:59:50.918Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T12:59:51.185Z] Successfully built abf57b7d80fe [2021-03-31T12:59:51.185Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T12:59:51.455Z]  Building docker-security-secretstore-setup-go ... done  ---> c70a56795f0d [2021-03-31T12:59:51.455Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T12:59:51.723Z] ---> f1d2a259a3eb [2021-03-31T12:59:51.723Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T12:59:51.723Z] ---> Running in 31e55f02cd9a [2021-03-31T12:59:52.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:52.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:59:52.321Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T12:59:52.321Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T12:59:52.321Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T12:59:52.321Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T12:59:52.321Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T12:59:52.584Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T12:59:52.584Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T12:59:53.533Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T12:59:53.533Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T12:59:53.533Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T12:59:53.533Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T12:59:53.533Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T12:59:53.533Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T12:59:53.533Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T12:59:53.795Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T12:59:53.795Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T12:59:53.795Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T12:59:53.795Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T12:59:53.795Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T12:59:53.795Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T12:59:53.795Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T12:59:53.795Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T12:59:53.795Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T12:59:53.795Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T12:59:53.795Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T12:59:53.795Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T12:59:53.795Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T12:59:53.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:59:53.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:59:53.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.125s coverage: 100.0% of statements [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:59:53.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:59:54.057Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T12:59:54.057Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T12:59:54.057Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T12:59:54.057Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T12:59:54.057Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T12:59:54.057Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T12:59:54.057Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:59:54.057Z] OK: 71 MiB in 55 packages [2021-03-31T12:59:54.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 71.3% of statements [2021-03-31T12:59:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:59:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:59:55.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.487s coverage: 82.9% of statements [2021-03-31T12:59:55.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:59:55.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:59:55.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements [2021-03-31T12:59:55.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T13:00:04.105Z] Removing intermediate container 31e55f02cd9a [2021-03-31T13:00:04.105Z] ---> 68d515dc5412 [2021-03-31T13:00:04.105Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T13:00:04.105Z] ---> Running in da8ba27ffa36 [2021-03-31T13:00:04.105Z] Collecting docker-compose==1.23.2 [2021-03-31T13:00:04.105Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T13:00:04.367Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T13:00:04.367Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T13:00:04.942Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T13:00:04.942Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T13:00:05.204Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T13:00:05.204Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T13:00:05.467Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T13:00:05.467Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T13:00:05.467Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T13:00:05.467Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T13:00:05.731Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T13:00:05.731Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T13:00:05.731Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T13:00:05.731Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T13:00:06.306Z] Collecting PyYAML<4,>=3.10 [2021-03-31T13:00:06.306Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T13:00:07.251Z] 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-31T13:00:07.251Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T13:00:07.251Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T13:00:07.520Z] 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-31T13:00:07.790Z] Collecting idna<2.8,>=2.5 [2021-03-31T13:00:07.790Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T13:00:07.790Z] 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-31T13:00:07.790Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T13:00:07.790Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T13:00:08.057Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T13:00:08.057Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T13:00:08.057Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T13:00:08.057Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T13:00:08.057Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T13:00:08.057Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T13:00:08.321Z] Installing collected packages: texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, dockerpty, PyYAML, docopt, docker-compose [2021-03-31T13:00:08.321Z] Running setup.py install for texttable: started [2021-03-31T13:00:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.166s coverage: 28.6% of statements [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T13:00:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.254s coverage: 100.0% of statements [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T13:00:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.259s coverage: 100.0% of statements [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T13:00:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.421s coverage: 86.7% of statements [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T13:00:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.511s coverage: 97.5% of statements [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T13:00:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.223s coverage: 78.3% of statements [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T13:00:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T13:00:08.584Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T13:00:08.584Z] Attempting uninstall: idna [2021-03-31T13:00:08.584Z] Found existing installation: idna 2.9 [2021-03-31T13:00:08.584Z] Uninstalling idna-2.9: [2021-03-31T13:00:08.584Z] Successfully uninstalled idna-2.9 [2021-03-31T13:00:08.846Z] Attempting uninstall: urllib3 [2021-03-31T13:00:08.846Z] Found existing installation: urllib3 1.25.9 [2021-03-31T13:00:08.846Z] Uninstalling urllib3-1.25.9: [2021-03-31T13:00:08.846Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T13:00:09.109Z] Attempting uninstall: requests [2021-03-31T13:00:09.109Z] Found existing installation: requests 2.23.0 [2021-03-31T13:00:09.109Z] Uninstalling requests-2.23.0: [2021-03-31T13:00:09.109Z] Successfully uninstalled requests-2.23.0 [2021-03-31T13:00:09.682Z] Running setup.py install for dockerpty: started [2021-03-31T13:00:10.254Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T13:00:10.254Z] Running setup.py install for PyYAML: started [2021-03-31T13:00:10.829Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T13:00:10.829Z] Running setup.py install for docopt: started [2021-03-31T13:00:11.408Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T13:00:11.671Z] 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-31T13:00:14.993Z] Removing intermediate container da8ba27ffa36 [2021-03-31T13:00:14.993Z] ---> 33aa3518e2c1 [2021-03-31T13:00:14.993Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T13:00:14.993Z] ---> Running in 5617131dc024 [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.172s coverage: 92.8% of statements [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.116s coverage: 58.8% of statements [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 1.0% of statements [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T13:00:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.250s coverage: 79.5% of statements [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements [2021-03-31T13:00:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-03-31T13:00:15.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:15.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T13:00:15.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.119s coverage: 87.5% of statements [2021-03-31T13:00:15.583Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:00:15.583Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T13:00:15.583Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T13:00:15.583Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:00:15.583Z] OK: 72 MiB in 58 packages [2021-03-31T13:00:16.170Z] Removing intermediate container 5617131dc024 [2021-03-31T13:00:16.170Z] ---> b3137c1cf372 [2021-03-31T13:00:16.170Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T13:00:16.170Z] ---> Running in a9ee23875b24 [2021-03-31T13:00:16.170Z] Removing intermediate container a9ee23875b24 [2021-03-31T13:00:16.170Z] ---> de48d4102713 [2021-03-31T13:00:16.170Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:00:16.439Z] ---> Running in 74c578dbf4a9 [2021-03-31T13:00:16.439Z] Removing intermediate container 74c578dbf4a9 [2021-03-31T13:00:16.439Z] ---> 4a618507589e [2021-03-31T13:00:16.439Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T13:00:16.722Z] ---> Running in 42ad89785716 [2021-03-31T13:00:16.722Z] Removing intermediate container 42ad89785716 [2021-03-31T13:00:16.722Z] ---> 613c80b49855 [2021-03-31T13:00:16.722Z] Step 25/26 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:00:16.722Z] ---> Running in e59bd02f5673 [2021-03-31T13:00:16.985Z] Removing intermediate container e59bd02f5673 [2021-03-31T13:00:16.985Z] ---> 1d9e9b080976 [2021-03-31T13:00:16.985Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T13:00:16.985Z] ---> Running in 1d68b1c97893 [2021-03-31T13:00:17.277Z] Removing intermediate container 1d68b1c97893 [2021-03-31T13:00:17.277Z] ---> 0dc22223c3d0 [2021-03-31T13:00:17.277Z] [2021-03-31T13:00:17.277Z] Successfully built 0dc22223c3d0 [2021-03-31T13:00:17.539Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T13:00:18.501Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T13:00:18.531Z] $ docker stop --time=1 e1d1cfc0e5e3a94efd4f689196dbc828be39f89f49e337d3f417c22b5119ecab [2021-03-31T13:00:20.223Z] $ docker rm -f e1d1cfc0e5e3a94efd4f689196dbc828be39f89f49e337d3f417c22b5119ecab [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T13:00:20.885Z] + docker images [2021-03-31T13:00:20.885Z] + grep docker [2021-03-31T13:00:21.461Z] docker-sys-mgmt-agent-go latest 0dc22223c3d0 4 seconds ago 314MB [2021-03-31T13:00:21.461Z] docker-security-secretstore-setup-go latest abf57b7d80fe 31 seconds ago 25.7MB [2021-03-31T13:00:21.461Z] docker-security-proxy-setup-go latest 0b59f6c27219 33 seconds ago 25.4MB [2021-03-31T13:00:21.461Z] docker-core-command-go latest 874a9e862277 36 seconds ago 17.3MB [2021-03-31T13:00:21.461Z] docker-core-data-go latest a4d16861a42d 2 minutes ago 22.7MB [2021-03-31T13:00:21.461Z] docker-security-bootstrapper-go latest 12da5251d0e9 2 minutes ago 18.9MB [2021-03-31T13:00:21.461Z] docker-core-metadata-go latest d04102adf308 2 minutes ago 19MB [2021-03-31T13:00:21.461Z] docker-support-scheduler-go latest f6fba4fb03ab 2 minutes ago 17.4MB [2021-03-31T13:00:21.461Z] docker-support-notifications-go latest b41383ac6c77 2 minutes ago 17.9MB [2021-03-31T13:00:21.461Z] 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-31T13:00:27.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.151s coverage: 94.4% of statements [2021-03-31T13:00:27.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-03-31T13:00:32.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.462s coverage: 82.6% of statements [2021-03-31T13:00:37.206Z] Still waiting to schedule task [2021-03-31T13:00:37.206Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-31T13:00:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.244s coverage: 92.9% of statements [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T13:00:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T13:00:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T13:00:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T13:00:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-03-31T13:00:44.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.167s coverage: 75.5% of statements [2021-03-31T13:00:44.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.117s coverage: 80.8% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.6% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.6% of statements [2021-03-31T13:00:44.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.591s coverage: 64.4% of statements [2021-03-31T13:00:44.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T13:00:44.553Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.108s coverage: 73.7% of statements [2021-03-31T13:00:44.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2021-03-31T13:00:47.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.902s coverage: 69.0% of statements [2021-03-31T13:00:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T13:00:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T13:00:47.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T13:00:49.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.419s coverage: 38.4% of statements [2021-03-31T13:00:49.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T13:00:49.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T13:00:49.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-03-31T13:00:49.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T13:00:49.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-03-31T13:00:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.403s coverage: 47.0% of statements [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T13:00:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T13:00:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T13:00:56.571Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.425s coverage: 87.1% of statements [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T13:00:56.571Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.342s coverage: 29.1% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.146s coverage: 100.0% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.319s coverage: 95.0% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.079s coverage: 100.0% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T13:01:03.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T13:01:03.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-03-31T13:01:03.901Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.106s coverage: 32.1% of statements [2021-03-31T13:01:04.875Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-31T13:01:05.848Z] GO111MODULE=on go vet ./... [2021-03-31T13:02:27.680Z] gofmt -l . [2021-03-31T13:02:27.680Z] [ "`gofmt -l .`" = "" ] [2021-03-31T13:02:27.680Z] ./bin/test-go-mod-tidy.sh [2021-03-31T13:02:27.680Z] ./bin/test-attribution-txt.sh [2021-03-31T13:02:27.908Z] Running on prd-ubuntu18.04-docker-8c-8g-32254 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws [2021-03-31T13:02:27.965Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] sh [Pipeline] checkout [2021-03-31T13:02:28.715Z] + ls -al . [2021-03-31T13:02:28.716Z] total 808 [2021-03-31T13:02:28.716Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 13:02 . [2021-03-31T13:02:28.716Z] drwxr-xr-x 4 root root 4096 Mar 31 12:57 .. [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:56 .dockerignore [2021-03-31T13:02:28.716Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 12:56 .git [2021-03-31T13:02:28.716Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 12:56 .github [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:56 .gitignore [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:56 .sonarcloud.properties [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:56 Attribution.txt [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:56 CONTRIBUTING.md [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:56 Dockerfile.build [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:56 Jenkinsfile [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:56 LICENSE [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:56 Makefile [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:56 README.md [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:56 SECURITY.md [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:51 VERSION [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:56 ZMQWindows.md [2021-03-31T13:02:28.716Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 12:56 bin [2021-03-31T13:02:28.716Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:56 cmd [2021-03-31T13:02:28.716Z] -rw-r--r-- 1 root root 669470 Mar 31 13:01 coverage.out [2021-03-31T13:02:28.716Z] -rw-r--r-- 1 root root 1056 Mar 31 13:02 go.mod [2021-03-31T13:02:28.716Z] -rw-r--r-- 1 root root 22531 Mar 31 13:02 go.sum [2021-03-31T13:02:28.716Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 12:56 internal [2021-03-31T13:02:28.716Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 12:56 openapi [2021-03-31T13:02:28.716Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 12:56 snap [2021-03-31T13:02:28.716Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:56 version.go [Pipeline] sh [2021-03-31T13:02:29.458Z] + '[' -e coverage.out ] [2021-03-31T13:02:29.458Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T13:02:29.535Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T13:02:30.276Z] using credential edgex-jenkins-ssh [2021-03-31T13:02:30.366Z] Cloning the remote Git repository [2021-03-31T13:02:30.392Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:02:30.458Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-31T13:02:30.481Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:02:30.481Z] > git --version # timeout=10 [2021-03-31T13:02:30.489Z] > git --version # 'git version 2.17.1' [2021-03-31T13:02:30.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:02:30.513Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T13:02:30.727Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T13:02:31.396Z] + make build [2021-03-31T13:02:31.396Z] 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-31T13:02:38.212Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T13:02:38.220Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T13:02:38.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T13:02:38.240Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T13:02:38.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:02:38.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T13:02:40.212Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:02:40.337Z] Merge succeeded, producing 63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:02:40.338Z] Checking out Revision 63b668b0178ec4c354551b16842e9c6d05eba558 (PR-3326) [2021-03-31T13:02:40.223Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T13:02:40.228Z] > git checkout -f 63b668b0178ec4c354551b16842e9c6d05eba558 # timeout=10 [2021-03-31T13:02:40.303Z] > git remote # timeout=10 [2021-03-31T13:02:40.310Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T13:02:40.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T13:02:40.320Z] > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T13:02:40.329Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T13:02:40.343Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T13:02:40.348Z] > git checkout -f 63b668b0178ec4c354551b16842e9c6d05eba558 # timeout=10 [2021-03-31T13:02:43.784Z] 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-31T13:02:44.019Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:02:45.059Z] + echo snap-build.sh [2021-03-31T13:02:45.059Z] snap-build.sh [2021-03-31T13:02:45.059Z] + SNAP_BASE_DIR=. [2021-03-31T13:02:45.059Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-31T13:02:45.059Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-31T13:02:45.059Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-31T13:02:45.059Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-31T13:02:45.059Z] + cd /w/workspace/edgex-go/3 [2021-03-31T13:02:45.059Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T13:02:45.059Z] Reading package lists... [2021-03-31T13:02:45.320Z] Building dependency tree... [2021-03-31T13:02:45.320Z] Reading state information... [2021-03-31T13:02:45.320Z] The following packages were automatically installed and are no longer required: [2021-03-31T13:02:45.320Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T13:02:45.320Z] uidmap xdelta3 [2021-03-31T13:02:45.320Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T13:02:45.320Z] The following packages will be REMOVED: [2021-03-31T13:02:45.320Z] lxd* lxd-client* [2021-03-31T13:02:45.905Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T13:02:45.905Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T13:02:46.690Z] (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-31T13:02:46.690Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T13:02:47.633Z] Removing lxd dnsmasq configuration [2021-03-31T13:02:47.633Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T13:02:47.895Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-31T13:02:48.839Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T13:02:48.839Z] (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-31T13:02:48.839Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T13:02:50.229Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T13:02:50.229Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T13:02:51.621Z] + sudo snap remove --purge lxd [2021-03-31T13:02:51.881Z] snap "lxd" is not installed [2021-03-31T13:02:51.881Z] + sudo groupadd --force --system lxd [2021-03-31T13:02:51.881Z] ++ whoami [2021-03-31T13:02:51.881Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T13:02:51.881Z] + newgrp - lxd [2021-03-31T13:02:51.881Z] + sudo snap install lxd [2021-03-31T13:03:04.156Z] 2021-03-31T13:03:01Z INFO Waiting for automatic snapd restart... [2021-03-31T13:03:06.008Z] 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-31T13:03:12.725Z] 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-31T13:03:19.462Z] 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-31T13:03:20.057Z] 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-31T13:03:25.456Z] 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-31T13:03:26.127Z] lxd 4.12 from Canonical* installed [2021-03-31T13:03:26.127Z] + sudo lxd init --auto [2021-03-31T13:03:30.850Z] 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-31T13:03:33.503Z] 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-31T13:03:36.130Z] + sudo snap install --classic snapcraft [2021-03-31T13:03:37.802Z] 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-31T13:03:41.430Z] snapcraft 4.6 from Canonical* installed [2021-03-31T13:03:41.430Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T13:03:41.430Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T13:03:41.691Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:03:41.691Z] Dload Upload Total Spent Left Speed [2021-03-31T13:03:41.691Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3943 0 --:--:-- --:--:-- --:--:-- 3943 [2021-03-31T13:03:41.951Z] 100 3325k 100 3325k 0 0 9808k 0 --:--:-- --:--:-- --:--:-- 9808k [2021-03-31T13:03:41.951Z] ./yq_linux_amd64 [2021-03-31T13:03:41.951Z] + sudo snapcraft prime --use-lxd [2021-03-31T13:03:42.107Z] 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-31T13:03:43.866Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T13:03:43.866Z] 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-31T13:03:43.866Z] - README.md [2021-03-31T13:03:43.866Z] [2021-03-31T13:03:43.866Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T13:03:44.127Z] Launching a container. [2021-03-31T13:03:48.828Z] 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-31T13:03:55.554Z] $ docker stop --time=1 e7c1cf9b1b096f60e9fd2158ed7d5a53fe4c13e3b18a235ba48c7cdb24e32463 [2021-03-31T13:03:56.366Z] Waiting for container to be ready [2021-03-31T13:03:56.366Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T13:03:56.366Z] [2021-03-31T13:03:58.096Z] $ docker rm -f e7c1cf9b1b096f60e9fd2158ed7d5a53fe4c13e3b18a235ba48c7cdb24e32463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-31T13:03:59.665Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:03:59.926Z] Waiting for network to be ready... [2021-03-31T13:04:00.185Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T13:04:00.185Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T13:04:00.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T13:04:00.218Z] [2021-03-31T13:04:00.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:04:00.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T13:04:00.763Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T13:04:00.763Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T13:04:00.763Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T13:04:00.884Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T13:04:00.884Z] 29e5d40040c1: Pulling fs layer [2021-03-31T13:04:00.884Z] 1ce36da41761: Pulling fs layer [2021-03-31T13:04:00.884Z] 25b303627fd3: Pulling fs layer [2021-03-31T13:04:00.884Z] 29e5d40040c1: Download complete [2021-03-31T13:04:01.027Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T13:04:01.027Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T13:04:01.027Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T13:04:01.027Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T13:04:01.027Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T13:04:01.027Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T13:04:01.295Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T13:04:01.295Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T13:04:01.295Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T13:04:01.295Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T13:04:01.295Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T13:04:01.295Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T13:04:01.560Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T13:04:01.560Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T13:04:01.820Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T13:04:01.860Z] 29e5d40040c1: Pull complete [2021-03-31T13:04:01.860Z] 1ce36da41761: Verifying Checksum [2021-03-31T13:04:01.860Z] 1ce36da41761: Download complete [2021-03-31T13:04:02.083Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T13:04:02.083Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T13:04:02.083Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T13:04:02.083Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T13:04:02.083Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T13:04:02.083Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T13:04:02.344Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T13:04:03.294Z] 1ce36da41761: Pull complete [2021-03-31T13:04:03.569Z] 25b303627fd3: Verifying Checksum [2021-03-31T13:04:03.569Z] 25b303627fd3: Download complete [2021-03-31T13:04:04.262Z] Fetched 24.2 MB in 4s (5693 kB/s) [2021-03-31T13:04:05.205Z] Reading package lists... [2021-03-31T13:04:05.465Z] Reading package lists... [2021-03-31T13:04:05.465Z] Building dependency tree... [2021-03-31T13:04:05.465Z] Reading state information... [2021-03-31T13:04:05.725Z] The following additional packages will be installed: [2021-03-31T13:04:05.725Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T13:04:05.725Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T13:04:05.725Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T13:04:05.725Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T13:04:05.725Z] Suggested packages: [2021-03-31T13:04:05.725Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T13:04:05.725Z] Recommended packages: [2021-03-31T13:04:05.725Z] gnupg libsasl2-modules [2021-03-31T13:04:05.725Z] The following NEW packages will be installed: [2021-03-31T13:04:05.725Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T13:04:05.725Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T13:04:05.725Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T13:04:05.725Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T13:04:05.725Z] The following packages will be upgraded: [2021-03-31T13:04:05.725Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T13:04:05.987Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T13:04:05.987Z] Need to get 3530 kB of archives. [2021-03-31T13:04:05.987Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T13:04:05.987Z] 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-31T13:04:05.987Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T13:04:05.987Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T13:04:06.248Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T13:04:06.248Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T13:04:06.248Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T13:04:07.193Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T13:04:07.193Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T13:04:07.193Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T13:04:07.193Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T13:04:07.193Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T13:04:07.193Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T13:04:07.193Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T13:04:07.193Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T13:04:07.193Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T13:04:07.193Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T13:04:07.193Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T13:04:07.193Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T13:04:07.454Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T13:04:07.454Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T13:04:07.454Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T13:04:07.454Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T13:04:07.714Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:04:07.714Z] Fetched 3530 kB in 2s (1963 kB/s) [2021-03-31T13:04:07.714Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T13:04:07.714Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:04:07.714Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:04:07.714Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T13:04:07.975Z] Selecting previously unselected package udev. [2021-03-31T13:04:07.975Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T13:04:07.975Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:04:07.975Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T13:04:08.236Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T13:04:08.236Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T13:04:08.236Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T13:04:08.236Z] Selecting previously unselected package fuse. [2021-03-31T13:04:08.236Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T13:04:08.236Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T13:04:08.496Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:08.496Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:04:08.496Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:08.496Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:04:08.757Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:08.757Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:04:08.757Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T13:04:08.757Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T13:04:08.757Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T13:04:09.328Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T13:04:09.328Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.328Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:09.328Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T13:04:09.328Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.328Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:09.328Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T13:04:09.328Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.589Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:09.589Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T13:04:09.589Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.589Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:09.589Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T13:04:09.589Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.849Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:09.850Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T13:04:09.850Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.850Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:09.850Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T13:04:09.850Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:09.850Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:10.111Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T13:04:10.111Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:10.111Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:10.111Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T13:04:10.111Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T13:04:10.111Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:10.372Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T13:04:10.372Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T13:04:10.372Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:04:10.372Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T13:04:10.372Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T13:04:10.372Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:04:10.372Z] Selecting previously unselected package libldap-common. [2021-03-31T13:04:10.372Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T13:04:10.372Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:04:10.636Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T13:04:10.636Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T13:04:10.636Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:04:10.636Z] Selecting previously unselected package dirmngr. [2021-03-31T13:04:10.636Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:10.636Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:10.900Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:04:10.900Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:10.900Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T13:04:10.900Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:04:10.900Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T13:04:10.900Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:10.900Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.160Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T13:04:11.160Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:04:11.160Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T13:04:11.421Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T13:04:11.421Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.682Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T13:04:11.682Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T13:04:11.682Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:11.682Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.682Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.944Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.944Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.944Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.944Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.944Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T13:04:11.944Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T13:04:11.944Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:11.944Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:04:12.516Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T13:04:12.516Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T13:04:12.516Z] This means they are not meant to be enabled using systemctl. [2021-03-31T13:04:12.516Z] Possible reasons for having this kind of units are: [2021-03-31T13:04:12.516Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T13:04:12.516Z] .wants/ or .requires/ directory. [2021-03-31T13:04:12.516Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T13:04:12.516Z] a requirement dependency on it. [2021-03-31T13:04:12.516Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T13:04:12.516Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T13:04:12.516Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T13:04:12.516Z] instance name specified. [2021-03-31T13:04:12.815Z] Reading package lists... [2021-03-31T13:04:13.087Z] Building dependency tree... [2021-03-31T13:04:13.087Z] Reading state information... [2021-03-31T13:04:13.087Z] The following additional packages will be installed: [2021-03-31T13:04:13.087Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T13:04:13.087Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T13:04:13.087Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T13:04:13.087Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T13:04:13.087Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T13:04:13.087Z] Suggested packages: [2021-03-31T13:04:13.087Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T13:04:13.087Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T13:04:13.087Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T13:04:13.087Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T13:04:13.087Z] systemd-container policykit-1 [2021-03-31T13:04:13.087Z] Recommended packages: [2021-03-31T13:04:13.087Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T13:04:13.087Z] The following NEW packages will be installed: [2021-03-31T13:04:13.087Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T13:04:13.087Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T13:04:13.087Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T13:04:13.087Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T13:04:13.087Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T13:04:13.087Z] The following packages will be upgraded: [2021-03-31T13:04:13.087Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T13:04:13.349Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T13:04:13.349Z] Need to get 35.2 MB of archives. [2021-03-31T13:04:13.349Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T13:04:13.349Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T13:04:13.349Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T13:04:13.732Z] 25b303627fd3: Pull complete [2021-03-31T13:04:13.732Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T13:04:13.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T13:04:13.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T13:04:13.964Z] prd-ubuntu18.04-docker-arm64-4c-16g-32251 does not seem to be running inside a container [2021-03-31T13:04:14.037Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T13:04:14.297Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T13:04:14.297Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T13:04:14.297Z] 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-31T13:04:14.297Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T13:04:14.297Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T13:04:14.297Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T13:04:14.297Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T13:04:14.297Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T13:04:14.297Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T13:04:14.297Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T13:04:14.297Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T13:04:14.297Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T13:04:14.297Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T13:04:14.297Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T13:04:14.297Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T13:04:14.297Z] 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-31T13:04:14.565Z] 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-31T13:04:14.565Z] 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-31T13:04:14.565Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T13:04:14.565Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T13:04:14.565Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T13:04:14.565Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T13:04:14.565Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T13:04:14.565Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T13:04:14.565Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T13:04:14.565Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T13:04:14.565Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T13:04:14.826Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T13:04:16.972Z] $ docker top 40d469328653a3ba8171e48ba758228d37e63359585829c42719896a3549a67e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:04:17.371Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:04:17.371Z] Fetched 35.2 MB in 4s (9361 kB/s) [2021-03-31T13:04:17.371Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T13:04:17.371Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:04:17.371Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:04:17.976Z] + docker-compose build --help [2021-03-31T13:04:17.976Z] + grep parallel [2021-03-31T13:04:19.285Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:04:19.285Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:04:19.285Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T13:04:19.285Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T13:04:19.285Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T13:04:19.285Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T13:04:19.546Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T13:04:19.546Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T13:04:19.546Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T13:04:19.546Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T13:04:19.809Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T13:04:19.809Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T13:04:20.379Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T13:04:20.379Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T13:04:20.379Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T13:04:20.379Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T13:04:20.640Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T13:04:20.640Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:04:20.640Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:20.902Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T13:04:20.902Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T13:04:20.902Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T13:04:20.902Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T13:04:20.902Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:04:20.902Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:21.164Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T13:04:21.164Z] Checking for services that may need to be restarted...done. [2021-03-31T13:04:21.164Z] Checking for services that may need to be restarted...done. [2021-03-31T13:04:21.347Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T13:04:21.360Z] $ docker stop --time=1 40d469328653a3ba8171e48ba758228d37e63359585829c42719896a3549a67e [2021-03-31T13:04:21.424Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:21.424Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T13:04:21.424Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:21.684Z] Selecting previously unselected package python3-minimal. [2021-03-31T13:04:21.946Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T13:04:21.946Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T13:04:21.946Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T13:04:21.946Z] Selecting previously unselected package mime-support. [2021-03-31T13:04:21.946Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T13:04:21.946Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T13:04:21.946Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T13:04:21.946Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T13:04:21.946Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T13:04:21.946Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T13:04:21.946Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:04:21.946Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:22.206Z] Selecting previously unselected package python3.6. [2021-03-31T13:04:22.206Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T13:04:22.206Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:22.467Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T13:04:22.467Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T13:04:22.467Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T13:04:22.467Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T13:04:22.728Z] Selecting previously unselected package python3. [2021-03-31T13:04:22.728Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T13:04:22.728Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T13:04:22.728Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T13:04:22.989Z] Selecting previously unselected package multiarch-support. [2021-03-31T13:04:22.989Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:22.989Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T13:04:22.989Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T13:04:22.989Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T13:04:22.989Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T13:04:22.989Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T13:04:22.989Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T13:04:23.250Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T13:04:23.250Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T13:04:23.250Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T13:04:23.250Z] Selecting previously unselected package sudo. [2021-03-31T13:04:23.250Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:23.250Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T13:04:23.294Z] $ docker rm -f 40d469328653a3ba8171e48ba758228d37e63359585829c42719896a3549a67e [2021-03-31T13:04:23.510Z] Selecting previously unselected package apparmor. [2021-03-31T13:04:23.510Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T13:04:23.510Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:04:23.771Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T13:04:23.771Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T13:04:23.771Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T13:04:23.771Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T13:04:23.771Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:04:23.771Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:23.771Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T13:04:23.771Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:04:23.771Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:24.033Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T13:04:24.033Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T13:04:24.033Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T13:04:24.033Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T13:04:24.033Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:04:24.033Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:24.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T13:04:24.069Z] . [Pipeline] withDockerContainer [2021-03-31T13:04:24.293Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T13:04:24.293Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T13:04:24.293Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:24.293Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T13:04:24.293Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T13:04:24.293Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T13:04:24.297Z] prd-ubuntu18.04-docker-arm64-4c-16g-32251 does not seem to be running inside a container [2021-03-31T13:04:24.368Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T13:04:24.556Z] Selecting previously unselected package openssh-client. [2021-03-31T13:04:24.556Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T13:04:24.556Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T13:04:24.556Z] Selecting previously unselected package squashfs-tools. [2021-03-31T13:04:24.556Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T13:04:24.556Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T13:04:24.816Z] Selecting previously unselected package snapd. [2021-03-31T13:04:24.816Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T13:04:24.816Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T13:04:25.640Z] $ docker top 9f433939ff3f282082f9a3da328a8d4b84a5505fb657a78ad90fb180372ccfc0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:04:26.644Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T13:04:26.733Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T13:04:26.733Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T13:04:26.996Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T13:04:26.996Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T13:04:26.996Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T13:04:26.996Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:26.996Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:04:26.996Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T13:04:26.996Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T13:04:27.941Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T13:04:27.941Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T13:04:27.941Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T13:04:27.941Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:27.941Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:27.941Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T13:04:28.512Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T13:04:28.512Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:28.512Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T13:04:28.512Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T13:04:28.512Z] running python rtupdate hooks for python3.6... [2021-03-31T13:04:28.512Z] running python post-rtupdate hooks for python3.6... [2021-03-31T13:04:28.512Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-31T13:04:29.899Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T13:04:30.015Z] Building docker-core-command-go ... [2021-03-31T13:04:30.015Z] Building docker-core-data-go ... [2021-03-31T13:04:30.015Z] Building docker-core-metadata-go ... [2021-03-31T13:04:30.015Z] Building docker-security-bootstrapper-go ... [2021-03-31T13:04:30.015Z] Building docker-security-proxy-setup-go ... [2021-03-31T13:04:30.015Z] Building docker-security-secretstore-setup-go ... [2021-03-31T13:04:30.015Z] Building docker-support-notifications-go ... [2021-03-31T13:04:30.015Z] Building docker-support-scheduler-go ... [2021-03-31T13:04:30.015Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T13:04:30.015Z] Building docker-core-data-go [2021-03-31T13:04:30.015Z] Building docker-security-bootstrapper-go [2021-03-31T13:04:30.015Z] Building docker-security-secretstore-setup-go [2021-03-31T13:04:30.015Z] Building docker-security-proxy-setup-go [2021-03-31T13:04:30.015Z] Building docker-sys-mgmt-agent-go [2021-03-31T13:04:30.160Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T13:04:30.160Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T13:04:30.160Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T13:04:30.730Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T13:04:30.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T13:04:30.991Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T13:04:31.251Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T13:04:31.251Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T13:04:31.251Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T13:04:31.512Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T13:04:31.773Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T13:04:31.773Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T13:04:32.034Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T13:04:32.034Z] /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-31T13:04:32.034Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T13:04:32.296Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T13:04:33.240Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:04:33.240Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:04:33.240Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:04:34.441Z] Reading package lists... [2021-03-31T13:04:34.702Z] Reading package lists... [2021-03-31T13:04:34.702Z] Building dependency tree... [2021-03-31T13:04:34.702Z] Reading state information... [2021-03-31T13:04:34.962Z] Calculating upgrade... [2021-03-31T13:04:34.962Z] The following packages will be upgraded: [2021-03-31T13:04:34.962Z] advancecomp base-files bash binutils binutils-common [2021-03-31T13:04:34.962Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T13:04:34.962Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T13:04:34.962Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T13:04:34.962Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T13:04:34.962Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T13:04:34.962Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T13:04:34.962Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T13:04:34.962Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T13:04:34.962Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T13:04:34.962Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T13:04:34.962Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T13:04:34.962Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T13:04:34.962Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T13:04:34.962Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T13:04:34.962Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T13:04:34.962Z] Need to get 63.8 MB of archives. [2021-03-31T13:04:34.962Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T13:04:34.962Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T13:04:35.224Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T13:04:35.224Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T13:04:35.224Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T13:04:35.224Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T13:04:35.224Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T13:04:35.224Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T13:04:35.224Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T13:04:35.224Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T13:04:35.224Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T13:04:35.224Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T13:04:35.224Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T13:04:35.224Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T13:04:35.224Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T13:04:35.224Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T13:04:35.224Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T13:04:35.224Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T13:04:35.224Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T13:04:35.224Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T13:04:35.224Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T13:04:35.224Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T13:04:35.486Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T13:04:35.486Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T13:04:35.486Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T13:04:35.486Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T13:04:35.486Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T13:04:35.486Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T13:04:35.486Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T13:04:35.486Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T13:04:35.486Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T13:04:35.486Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T13:04:35.486Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T13:04:35.486Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T13:04:35.486Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T13:04:35.486Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T13:04:35.486Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T13:04:35.486Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T13:04:35.486Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T13:04:35.486Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T13:04:35.486Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T13:04:35.486Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T13:04:35.486Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T13:04:35.486Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T13:04:35.486Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T13:04:35.486Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T13:04:35.486Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T13:04:35.486Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T13:04:35.486Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T13:04:35.486Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T13:04:35.486Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T13:04:35.486Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T13:04:35.486Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T13:04:35.486Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T13:04:35.486Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T13:04:35.487Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T13:04:35.750Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T13:04:35.750Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T13:04:35.750Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T13:04:35.750Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T13:04:36.010Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-31T13:04:36.010Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T13:04:36.010Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T13:04:36.010Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T13:04:36.010Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T13:04:36.010Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T13:04:36.010Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T13:04:36.270Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T13:04:36.270Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T13:04:36.270Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T13:04:36.270Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T13:04:36.270Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T13:04:36.270Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T13:04:36.270Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T13:04:36.270Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T13:04:36.270Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T13:04:36.270Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T13:04:36.270Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T13:04:36.270Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T13:04:36.270Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T13:04:36.270Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T13:04:36.270Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T13:04:36.270Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T13:04:36.270Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T13:04:36.270Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T13:04:36.530Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T13:04:36.530Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T13:04:36.530Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T13:04:36.530Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T13:04:36.530Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T13:04:36.530Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T13:04:36.530Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T13:04:36.530Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T13:04:36.530Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T13:04:36.530Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T13:04:36.530Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T13:04:36.530Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T13:04:36.530Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T13:04:36.530Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T13:04:36.530Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T13:04:36.790Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:04:36.790Z] Fetched 63.8 MB in 2s (39.6 MB/s) [2021-03-31T13:04:36.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:36.790Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:36.790Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:37.360Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:37.360Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:37.621Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T13:04:37.621Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T13:04:38.566Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:38.566Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:38.566Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:38.566Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:38.826Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:38.826Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:38.826Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:38.826Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:39.086Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:39.086Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:39.086Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:39.349Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:39.349Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:39.349Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:39.611Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:39.611Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:39.611Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:39.611Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T13:04:39.873Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:39.873Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:39.873Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:39.873Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:40.133Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:40.133Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:40.133Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T13:04:40.133Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T13:04:40.394Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:04:40.654Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:40.654Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:40.654Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:41.225Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T13:04:41.486Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T13:04:41.486Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T13:04:41.486Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T13:04:41.486Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T13:04:41.486Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T13:04:41.746Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T13:04:41.746Z] Installing new version of config file /etc/issue ... [2021-03-31T13:04:41.746Z] Installing new version of config file /etc/issue.net ... [2021-03-31T13:04:42.008Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T13:04:42.008Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T13:04:42.268Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T13:04:42.268Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T13:04:42.268Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T13:04:42.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:42.268Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T13:04:42.268Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T13:04:42.529Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T13:04:42.529Z] 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-31T13:04:42.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:42.791Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:42.791Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:42.791Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:43.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:43.053Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T13:04:43.053Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T13:04:43.053Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T13:04:43.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:43.315Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T13:04:43.315Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T13:04:43.575Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T13:04:43.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:43.575Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:43.575Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:43.836Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:43.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:43.836Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:43.836Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:44.098Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:44.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:44.098Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T13:04:44.098Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T13:04:44.358Z] Setting up grep (3.1-2build1) ... [2021-03-31T13:04:44.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:44.358Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T13:04:44.358Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T13:04:44.619Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T13:04:44.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:44.619Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:44.619Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:44.879Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:44.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:44.879Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T13:04:44.879Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:45.451Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T13:04:45.451Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:45.451Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T13:04:45.451Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:46.394Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T13:04:46.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:46.394Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T13:04:46.394Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T13:04:47.337Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T13:04:47.337Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T13:04:47.598Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T13:04:47.598Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T13:04:47.598Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T13:04:47.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:47.860Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T13:04:47.860Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T13:04:47.860Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T13:04:48.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:48.121Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:48.121Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:48.382Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:48.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:48.382Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:48.382Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:48.382Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:48.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:48.644Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:48.644Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:48.644Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:48.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:48.905Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:48.905Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:48.905Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:49.167Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:49.167Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:49.167Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:49.167Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:49.167Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:49.428Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:49.428Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:49.428Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T13:04:49.428Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:49.689Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:49.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:49.949Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:49.949Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:49.950Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:49.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:49.950Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:50.211Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:50.211Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:50.211Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:50.211Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:50.472Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:50.733Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:04:50.994Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T13:04:51.255Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T13:04:51.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:51.516Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T13:04:51.516Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T13:04:51.516Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:04:51.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T13:04:51.778Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T13:04:51.778Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T13:04:51.778Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T13:04:52.039Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:52.039Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T13:04:52.039Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T13:04:52.303Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T13:04:52.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:52.564Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T13:04:52.564Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T13:04:52.564Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T13:04:52.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:52.825Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T13:04:52.825Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T13:04:52.825Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T13:04:52.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:52.825Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T13:04:53.087Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:53.087Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:53.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:53.349Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T13:04:53.349Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:53.349Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:53.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:53.349Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T13:04:53.610Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:53.610Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:53.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:53.871Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T13:04:53.871Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T13:04:54.132Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T13:04:54.132Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T13:04:54.132Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:54.132Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:54.393Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:54.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:54.393Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T13:04:54.393Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T13:04:54.655Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T13:04:54.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:54.655Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T13:04:54.655Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T13:04:54.655Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T13:04:55.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:55.228Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T13:04:55.228Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T13:04:55.228Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T13:04:55.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:55.488Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T13:04:55.488Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T13:04:55.488Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T13:04:55.751Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:55.751Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T13:04:55.751Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T13:04:56.012Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T13:04:56.273Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:56.273Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:56.273Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T13:04:56.273Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T13:04:56.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:56.535Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T13:04:56.535Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-31T13:04:56.535Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T13:04:56.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:56.797Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T13:04:56.797Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T13:04:56.797Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-31T13:04:56.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:56.797Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T13:04:56.797Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T13:04:57.057Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T13:04:57.057Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:57.057Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T13:04:57.057Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T13:04:57.318Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T13:04:57.318Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:57.318Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T13:04:57.318Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T13:04:57.578Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T13:04:57.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T13:04:57.578Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T13:04:57.578Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T13:04:57.578Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T13:04:57.839Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T13:04:57.839Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T13:04:57.839Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T13:04:57.839Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T13:04:57.839Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T13:04:58.101Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T13:04:58.101Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T13:04:58.364Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T13:04:58.364Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T13:04:58.364Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T13:04:58.364Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T13:04:58.624Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T13:04:58.624Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T13:04:58.624Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T13:04:58.885Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T13:04:59.147Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T13:04:59.147Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T13:04:59.407Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T13:04:59.668Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-31T13:04:59.931Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T13:04:59.931Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T13:05:00.191Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T13:05:00.522Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T13:05:00.963Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T13:05:00.963Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T13:05:01.606Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T13:05:01.606Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T13:05:01.908Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T13:05:01.908Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T13:05:01.908Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:05:01.908Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:05:02.208Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:05:02.208Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:05:02.487Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:05:02.487Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:05:02.488Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T13:05:02.488Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T13:05:02.748Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:02.748Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:02.748Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:02.748Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:03.008Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:03.008Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:03.008Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:03.008Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:03.948Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:03.948Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:04.889Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:04.889Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:05.459Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:05.718Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:05.979Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:05.979Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:06.916Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T13:05:06.916Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T13:05:06.916Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T13:05:06.916Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T13:05:07.176Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T13:05:07.176Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T13:05:07.176Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T13:05:07.437Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T13:05:07.437Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T13:05:07.437Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T13:05:07.437Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T13:05:07.437Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T13:05:07.697Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T13:05:07.697Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T13:05:07.697Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T13:05:07.957Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T13:05:07.957Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:07.957Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T13:05:07.957Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:07.957Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:07.957Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:08.219Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T13:05:08.219Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T13:05:08.219Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T13:05:08.219Z] [2021-03-31T13:05:08.219Z] Current default time zone: 'Etc/UTC' [2021-03-31T13:05:08.219Z] Local time is now: Wed Mar 31 13:05:08 UTC 2021. [2021-03-31T13:05:08.219Z] Universal Time is now: Wed Mar 31 13:05:08 UTC 2021. [2021-03-31T13:05:08.219Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T13:05:08.219Z] [2021-03-31T13:05:08.219Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T13:05:08.480Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:08.480Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T13:05:08.480Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T13:05:08.480Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T13:05:08.480Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T13:05:08.480Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T13:05:08.480Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T13:05:08.480Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T13:05:08.480Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T13:05:08.739Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:08.739Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T13:05:09.000Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:09.000Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:05:09.000Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:09.000Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T13:05:09.000Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T13:05:09.000Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T13:05:09.000Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T13:05:09.261Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T13:05:09.261Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T13:05:09.261Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:05:09.261Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T13:05:11.184Z] Updating certificates in /etc/ssl/certs... [2021-03-31T13:05:11.754Z] 23 added, 27 removed; done. [2021-03-31T13:05:11.754Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T13:05:12.014Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T13:05:12.014Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T13:05:12.014Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T13:05:12.014Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T13:05:12.014Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.014Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:05:12.014Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.276Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.276Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.276Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.276Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.276Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T13:05:12.276Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:05:12.276Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T13:05:12.535Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T13:05:12.535Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T13:05:12.535Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.535Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T13:05:12.535Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T13:05:12.535Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T13:05:12.535Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T13:05:12.795Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:05:12.795Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T13:05:12.795Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T13:05:12.795Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T13:05:12.795Z] Updating certificates in /etc/ssl/certs... [2021-03-31T13:05:13.366Z] 0 added, 0 removed; done. [2021-03-31T13:05:13.366Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T13:05:13.366Z] done. [2021-03-31T13:05:13.947Z] Reading package lists... [2021-03-31T13:05:13.947Z] Building dependency tree... [2021-03-31T13:05:13.947Z] Reading state information... [2021-03-31T13:05:14.208Z] The following NEW packages will be installed: [2021-03-31T13:05:14.208Z] apt-transport-https [2021-03-31T13:05:14.473Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T13:05:14.473Z] Need to get 1696 B of archives. [2021-03-31T13:05:14.473Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T13:05:14.473Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T13:05:14.473Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:05:14.473Z] Fetched 1696 B in 0s (9300 B/s) [2021-03-31T13:05:14.473Z] Selecting previously unselected package apt-transport-https. [2021-03-31T13:05:14.473Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T13:05:14.473Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T13:05:14.473Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T13:05:14.733Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T13:05:14.994Z] Waiting for network to be ready... [2021-03-31T13:05:21.573Z] 2021-03-31T13:05:18Z INFO Waiting for automatic snapd restart... [2021-03-31T13:05:22.515Z] snapd 2.49.1 from Canonical* installed [2021-03-31T13:05:23.897Z] "snapd" switched to the "latest/stable" channel [2021-03-31T13:05:23.897Z] [2021-03-31T13:05:26.449Z] core18 20210309 from Canonical* installed [2021-03-31T13:05:26.449Z] "core18" switched to the "latest/stable" channel [2021-03-31T13:05:26.449Z] [2021-03-31T13:05:29.746Z] snapcraft 4.6 from Canonical* installed [2021-03-31T13:05:29.746Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T13:05:29.746Z] [2021-03-31T13:05:33.944Z] 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-31T13:05:33.944Z] - README.md [2021-03-31T13:05:33.944Z] [2021-03-31T13:05:33.944Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T13:05:40.530Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:05:40.530Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:05:40.530Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:05:40.530Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:05:41.101Z] Reading package lists... [2021-03-31T13:05:41.670Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-31T13:05:48.259Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:05:48.259Z] Reading package lists... [2021-03-31T13:05:48.259Z] Building dependency tree... [2021-03-31T13:05:48.259Z] Reading state information... [2021-03-31T13:05:48.259Z] Suggested packages: [2021-03-31T13:05:48.259Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T13:05:48.259Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T13:05:48.259Z] Recommended packages: [2021-03-31T13:05:48.259Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T13:05:48.259Z] The following NEW packages will be installed: [2021-03-31T13:05:48.259Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T13:05:48.259Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T13:05:48.259Z] pkg-config zip [2021-03-31T13:05:48.259Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T13:05:48.259Z] Need to get 7663 kB of archives. [2021-03-31T13:05:48.259Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T13:05:48.259Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T13:05:48.259Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-03-31T13:05:48.259Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T13:05:48.259Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T13:05:48.259Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T13:05:48.259Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T13:05:48.259Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T13:05:48.259Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T13:05:48.521Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T13:05:48.521Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T13:05:48.521Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T13:05:48.521Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T13:05:48.521Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T13:05:48.786Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T13:05:48.786Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T13:05:48.786Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T13:05:48.786Z] Fetched 7663 kB in 1s (10.3 MB/s) [2021-03-31T13:05:48.786Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T13:05:48.786Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T13:05:48.786Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T13:05:48.786Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T13:05:49.045Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T13:05:49.045Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T13:05:49.045Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T13:05:49.045Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T13:05:49.045Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T13:05:49.306Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T13:05:49.306Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T13:05:49.306Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T13:05:49.306Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T13:05:49.306Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T13:05:49.306Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-03-31T13:05:49.306Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T13:05:49.567Z] Selecting previously unselected package liberror-perl. [2021-03-31T13:05:49.567Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T13:05:49.567Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T13:05:49.567Z] Selecting previously unselected package git-man. [2021-03-31T13:05:49.567Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T13:05:49.567Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:49.567Z] Selecting previously unselected package git. [2021-03-31T13:05:49.567Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T13:05:49.567Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:50.508Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T13:05:50.508Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T13:05:50.508Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T13:05:50.508Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T13:05:50.508Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T13:05:50.508Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T13:05:50.768Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T13:05:50.768Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T13:05:50.768Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T13:05:50.768Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T13:05:50.768Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T13:05:50.768Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:50.768Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T13:05:50.768Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T13:05:51.035Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:51.035Z] Selecting previously unselected package pkg-config. [2021-03-31T13:05:51.035Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T13:05:51.035Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T13:05:51.035Z] Selecting previously unselected package zip. [2021-03-31T13:05:51.035Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T13:05:51.035Z] Unpacking zip (3.0-11build1) ... [2021-03-31T13:05:51.294Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T13:05:51.294Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:51.295Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T13:05:51.295Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T13:05:51.295Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T13:05:51.295Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T13:05:51.295Z] No schema files found: doing nothing. [2021-03-31T13:05:51.295Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T13:05:51.295Z] Setting up zip (3.0-11build1) ... [2021-03-31T13:05:51.555Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T13:05:51.555Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T13:05:51.555Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T13:05:51.555Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:51.555Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T13:05:51.555Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T13:05:51.555Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T13:05:51.815Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T13:05:51.842Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:05:51.843Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:05:51.843Z] ---> 333f6dcaaaee [2021-03-31T13:05:51.843Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T13:05:51.843Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:05:51.843Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:05:51.843Z] ---> 333f6dcaaaee [2021-03-31T13:05:51.843Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T13:05:51.843Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:05:51.843Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:05:51.843Z] ---> 333f6dcaaaee [2021-03-31T13:05:51.843Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T13:05:51.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:05:51.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:05:51.843Z] ---> 333f6dcaaaee [2021-03-31T13:05:51.843Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:05:51.843Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:05:51.843Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:05:51.843Z] ---> 333f6dcaaaee [2021-03-31T13:05:51.843Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T13:05:51.843Z] ---> Running in 4dd447056068 [2021-03-31T13:05:51.843Z] ---> Running in 9c91e8ec0458 [2021-03-31T13:05:51.843Z] ---> Running in 9ff78f0542db [2021-03-31T13:05:51.843Z] ---> Running in dcc53ac7ffef [2021-03-31T13:05:51.843Z] ---> Running in 6bf288b7ac3a [2021-03-31T13:05:51.843Z] Removing intermediate container 9ff78f0542db [2021-03-31T13:05:51.843Z] ---> 5cc9d9c6bc14 [2021-03-31T13:05:51.843Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:05:51.843Z] Removing intermediate container 4dd447056068 [2021-03-31T13:05:51.843Z] ---> f09bd8c5e3bb [2021-03-31T13:05:51.843Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:05:51.843Z] Removing intermediate container 9c91e8ec0458 [2021-03-31T13:05:51.843Z] ---> 61c03427189b [2021-03-31T13:05:51.843Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:05:51.843Z] ---> Running in 255e9157ac36 [2021-03-31T13:05:51.843Z] Removing intermediate container 6bf288b7ac3a [2021-03-31T13:05:51.843Z] ---> 957ea392b10f [2021-03-31T13:05:51.843Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:05:51.843Z] Removing intermediate container dcc53ac7ffef [2021-03-31T13:05:51.843Z] ---> c0bd9c7b95f8 [2021-03-31T13:05:51.843Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:05:51.843Z] ---> Running in b5ebda6cfe77 [2021-03-31T13:05:51.843Z] ---> Running in 1803825a07fe [2021-03-31T13:05:51.843Z] ---> Running in 51c0f6793542 [2021-03-31T13:05:51.843Z] ---> Running in d8f81e80ceaf [2021-03-31T13:05:51.843Z] Removing intermediate container 255e9157ac36 [2021-03-31T13:05:51.843Z] ---> f83ce56988a7 [2021-03-31T13:05:51.843Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T13:05:51.843Z] ---> Running in 41638c328e2d [2021-03-31T13:05:51.843Z] Removing intermediate container b5ebda6cfe77 [2021-03-31T13:05:51.843Z] ---> f9d367cb3a56 [2021-03-31T13:05:51.843Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T13:05:51.843Z] ---> Running in 50cbfe48089c [2021-03-31T13:05:51.843Z] Removing intermediate container d8f81e80ceaf [2021-03-31T13:05:51.843Z] ---> 7a459349c6b6 [2021-03-31T13:05:51.843Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T13:05:51.843Z] Removing intermediate container 51c0f6793542 [2021-03-31T13:05:51.843Z] ---> 1c951591a46c [2021-03-31T13:05:51.843Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T13:05:51.843Z] ---> Running in c4f44a781a77 [2021-03-31T13:05:51.843Z] ---> Running in 726c14eadc8f [2021-03-31T13:05:51.843Z] Removing intermediate container 1803825a07fe [2021-03-31T13:05:51.843Z] ---> 3d260d4532c5 [2021-03-31T13:05:51.843Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T13:05:51.843Z] ---> Running in 46a427b6a840 [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:51.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:52.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:52.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:52.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:52.713Z] OK: 217 MiB in 51 packages [2021-03-31T13:05:53.309Z] OK: 217 MiB in 51 packages [2021-03-31T13:05:53.585Z] OK: 217 MiB in 51 packages [2021-03-31T13:05:53.863Z] OK: 217 MiB in 51 packages [2021-03-31T13:05:54.143Z] OK: 217 MiB in 51 packages [2021-03-31T13:05:54.423Z] Removing intermediate container 41638c328e2d [2021-03-31T13:05:54.423Z] ---> 02cdea4c16a1 [2021-03-31T13:05:54.423Z] Step 6/31 : COPY go.mod . [2021-03-31T13:05:55.027Z] Removing intermediate container 50cbfe48089c [2021-03-31T13:05:55.027Z] ---> 3bd41e119e22 [2021-03-31T13:05:55.027Z] Step 6/23 : COPY go.mod . [2021-03-31T13:05:55.635Z] ---> 5c881f93a314 [2021-03-31T13:05:55.635Z] Step 7/31 : RUN go mod download [2021-03-31T13:05:55.635Z] Removing intermediate container 46a427b6a840 [2021-03-31T13:05:55.635Z] ---> 29697b39764b [2021-03-31T13:05:55.635Z] Step 6/26 : COPY go.mod . [2021-03-31T13:05:55.635Z] Removing intermediate container 726c14eadc8f [2021-03-31T13:05:55.635Z] ---> 7f2f123cced5 [2021-03-31T13:05:55.635Z] Step 6/21 : COPY go.mod . [2021-03-31T13:05:55.911Z] ---> Running in d7ce0d192e84 [2021-03-31T13:05:55.911Z] Removing intermediate container c4f44a781a77 [2021-03-31T13:05:55.911Z] ---> 6fd9e3610ce3 [2021-03-31T13:05:55.911Z] Step 6/24 : COPY go.mod . [2021-03-31T13:05:56.199Z] ---> 147cd909291f [2021-03-31T13:05:56.199Z] Step 7/23 : RUN go mod download [2021-03-31T13:05:56.199Z] ---> Running in c34651efda63 [2021-03-31T13:05:56.807Z] ---> 212e5cb81449 [2021-03-31T13:05:56.807Z] Step 7/26 : RUN go mod download [2021-03-31T13:05:57.093Z] ---> Running in 1754a628091e [2021-03-31T13:05:57.093Z] ---> ff57fab11399 [2021-03-31T13:05:57.093Z] Step 7/21 : RUN go mod download [2021-03-31T13:05:57.371Z] ---> 3a43add39ed7 [2021-03-31T13:05:57.371Z] Step 7/24 : RUN go mod download [2021-03-31T13:05:57.371Z] ---> Running in 2dd9246ee8fd [2021-03-31T13:05:57.648Z] ---> Running in 33ac334874e3 [2021-03-31T13:05:58.398Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:05:58.398Z] git set to automatically installed. [2021-03-31T13:05:58.398Z] git-man set to automatically installed. [2021-03-31T13:05:58.398Z] libcurl3-gnutls set to automatically installed. [2021-03-31T13:05:58.398Z] liberror-perl set to automatically installed. [2021-03-31T13:05:58.398Z] libglib2.0-0 set to automatically installed. [2021-03-31T13:05:58.398Z] libnghttp2-14 set to automatically installed. [2021-03-31T13:05:58.398Z] libnorm1 set to automatically installed. [2021-03-31T13:05:58.398Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T13:05:58.398Z] libpsl5 set to automatically installed. [2021-03-31T13:05:58.398Z] librtmp1 set to automatically installed. [2021-03-31T13:05:58.398Z] libsodium23 set to automatically installed. [2021-03-31T13:05:58.398Z] libzmq3-dev set to automatically installed. [2021-03-31T13:05:58.398Z] libzmq5 set to automatically installed. [2021-03-31T13:05:58.398Z] pkg-config set to automatically installed. [2021-03-31T13:05:58.398Z] zip set to automatically installed. [2021-03-31T13:05:59.782Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T13:06:00.286Z] Removing intermediate container d7ce0d192e84 [2021-03-31T13:06:00.286Z] ---> 3f89491d6c40 [2021-03-31T13:06:00.286Z] Step 8/31 : COPY . . [2021-03-31T13:06:00.566Z] Removing intermediate container c34651efda63 [2021-03-31T13:06:00.566Z] ---> 262b01592af4 [2021-03-31T13:06:00.566Z] Step 8/23 : COPY . . [2021-03-31T13:06:01.169Z] Removing intermediate container 1754a628091e [2021-03-31T13:06:01.169Z] ---> aab22d45cc97 [2021-03-31T13:06:01.169Z] Step 8/26 : COPY . . [2021-03-31T13:06:02.620Z] Removing intermediate container 2dd9246ee8fd [2021-03-31T13:06:02.620Z] ---> 600fe708d955 [2021-03-31T13:06:02.620Z] Step 8/21 : COPY . . [2021-03-31T13:06:03.215Z] Removing intermediate container 33ac334874e3 [2021-03-31T13:06:03.215Z] ---> 57b408b45a30 [2021-03-31T13:06:03.215Z] Step 8/24 : COPY . . [2021-03-31T13:06:05.817Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:06:26.591Z] ---> 4556abe67016 [2021-03-31T13:06:26.591Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T13:06:26.591Z] ---> ba777cee26df [2021-03-31T13:06:26.591Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T13:06:26.591Z] ---> b0d706c7d255 [2021-03-31T13:06:26.591Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T13:06:26.591Z] ---> Running in 15536f33c9d0 [2021-03-31T13:06:26.591Z] ---> a8c7bfb33a67 [2021-03-31T13:06:26.591Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T13:06:26.591Z] ---> 017265cef93b [2021-03-31T13:06:26.591Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T13:06:26.591Z] ---> Running in 4e2e2acd2dd0 [2021-03-31T13:06:26.591Z] ---> Running in 57c2ff966662 [2021-03-31T13:06:26.591Z] ---> Running in f2a327e58850 [2021-03-31T13:06:26.591Z] ---> Running in 5024f811aa63 [2021-03-31T13:06:27.570Z] 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-31T13:06:27.570Z] 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-31T13:06:28.169Z] 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-31T13:06:28.169Z] 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-31T13:06:28.445Z] 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-31T13:07:57.562Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T13:07:57.563Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T13:08:02.869Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T13:08:03.818Z] snap "core18" has no updates available [2021-03-31T13:08:04.388Z] Pulling go-build-helper [2021-03-31T13:08:04.388Z] + snapcraftctl pull [2021-03-31T13:08:05.283Z] 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-31T13:08:05.283Z] 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-31T13:08:05.327Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T13:08:05.327Z] Skipping pull go-build-helper (already ran) [2021-03-31T13:08:05.328Z] Building go-build-helper [2021-03-31T13:08:05.328Z] + snapcraftctl build [2021-03-31T13:08:07.240Z] Staging go-build-helper [2021-03-31T13:08:07.240Z] + snapcraftctl stage [2021-03-31T13:08:17.258Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T13:08:17.258Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T13:08:17.258Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T13:08:17.258Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T13:08:17.258Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T13:08:17.258Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T13:08:17.258Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T13:08:17.258Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T13:08:17.258Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T13:08:17.258Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T13:08:17.258Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T13:08:17.258Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T13:08:17.258Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T13:08:17.258Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T13:08:17.258Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T13:08:17.258Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T13:08:17.258Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T13:08:17.258Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T13:08:17.258Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T13:08:17.258Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T13:08:17.258Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T13:08:17.258Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T13:08:17.258Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T13:08:17.258Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T13:08:17.258Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T13:08:17.258Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T13:08:17.258Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T13:08:17.258Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-31T13:08:17.258Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T13:08:17.258Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T13:08:17.258Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T13:08:17.258Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T13:08:17.258Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T13:08:17.258Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T13:08:17.258Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T13:08:17.258Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T13:08:17.258Z] Pulling app-service-config [2021-03-31T13:08:17.258Z] + snapcraftctl pull [2021-03-31T13:08:18.201Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T13:08:18.772Z] Pulling config-common [2021-03-31T13:08:18.772Z] + snapcraftctl pull [2021-03-31T13:08:20.401Z] Removing intermediate container 15536f33c9d0 [2021-03-31T13:08:20.401Z] ---> 4180d6d86a57 [2021-03-31T13:08:20.401Z] [2021-03-31T13:08:20.401Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T13:08:20.401Z] 3.12: Pulling from library/alpine [2021-03-31T13:08:20.401Z] Removing intermediate container 5024f811aa63 [2021-03-31T13:08:20.401Z] ---> 6e999764da3d [2021-03-31T13:08:20.401Z] [2021-03-31T13:08:20.401Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T13:08:20.401Z] 3.12: Pulling from library/alpine [2021-03-31T13:08:20.401Z] Removing intermediate container f2a327e58850 [2021-03-31T13:08:20.401Z] ---> 8060d0cdd7f3 [2021-03-31T13:08:20.401Z] [2021-03-31T13:08:20.401Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T13:08:20.401Z] 3.12: Pulling from library/alpine [2021-03-31T13:08:20.674Z] Removing intermediate container 4e2e2acd2dd0 [2021-03-31T13:08:20.674Z] ---> 28c8a5058160 [2021-03-31T13:08:20.675Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T13:08:20.949Z] ---> Running in 5b8b0befc18a [2021-03-31T13:08:21.552Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:08:21.552Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:08:21.552Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T13:08:21.552Z] Status: Image is up to date for alpine:3.12 [2021-03-31T13:08:21.552Z] ---> e47305ac9786 [2021-03-31T13:08:21.552Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T13:08:21.552Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:08:21.552Z] Status: Image is up to date for alpine:3.12 [2021-03-31T13:08:21.552Z] ---> e47305ac9786 [2021-03-31T13:08:21.552Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T13:08:21.552Z] ---> e47305ac9786 [2021-03-31T13:08:21.552Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T13:08:21.829Z] ---> Running in 5aff891b8d65 [2021-03-31T13:08:21.829Z] ---> Running in 5f8e1020f963 [2021-03-31T13:08:21.829Z] ---> Running in ebd2a0c572f2 [2021-03-31T13:08:22.821Z] Removing intermediate container 5f8e1020f963 [2021-03-31T13:08:22.821Z] ---> 477919ce1920 [2021-03-31T13:08:22.821Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T13:08:22.821Z] 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-31T13:08:22.821Z] ---> Running in 5bde59346a0b [2021-03-31T13:08:22.977Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:08:22.977Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:08:22.977Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:08:22.977Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:22.977Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T13:08:22.977Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:22.977Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T13:08:22.977Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:22.977Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T13:08:22.977Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:22.977Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T13:08:22.977Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:22.977Z] Pulling edgex-go [2021-03-31T13:08:22.977Z] + snapcraftctl pull [2021-03-31T13:08:24.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:24.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:24.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:24.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:24.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:25.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:25.155Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T13:08:25.155Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:08:25.155Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T13:08:25.155Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T13:08:25.155Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:08:25.155Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T13:08:25.155Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:08:25.155Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:08:25.155Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T13:08:25.432Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:08:25.432Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T13:08:25.432Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T13:08:25.432Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:08:25.433Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:08:25.433Z] OK: 7 MiB in 20 packages [2021-03-31T13:08:25.710Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:08:25.710Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T13:08:25.710Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:08:25.710Z] OK: 5 MiB in 16 packages [2021-03-31T13:08:25.710Z] OK: 7 MiB in 18 packages [2021-03-31T13:08:29.127Z] Removing intermediate container 5bde59346a0b [2021-03-31T13:08:29.127Z] ---> 584d324f448f [2021-03-31T13:08:29.127Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T13:08:29.127Z] Removing intermediate container 5aff891b8d65 [2021-03-31T13:08:29.127Z] ---> 55e54f79aed2 [2021-03-31T13:08:29.127Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:08:29.127Z] Removing intermediate container ebd2a0c572f2 [2021-03-31T13:08:29.127Z] ---> 0f5d164af76e [2021-03-31T13:08:29.127Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:08:29.127Z] Removing intermediate container 5b8b0befc18a [2021-03-31T13:08:29.127Z] ---> c86bf76050ad [2021-03-31T13:08:29.127Z] [2021-03-31T13:08:29.127Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T13:08:29.127Z] ---> Running in 96d62d0eb639 [2021-03-31T13:08:29.127Z] ---> Running in bf5ee8b8221a [2021-03-31T13:08:29.127Z] 20.10.0: Pulling from library/docker [2021-03-31T13:08:29.127Z] ---> Running in 5b75f47c6411 [2021-03-31T13:08:29.724Z] Removing intermediate container bf5ee8b8221a [2021-03-31T13:08:29.724Z] ---> 38b79ae71db9 [2021-03-31T13:08:29.724Z] Step 13/24 : WORKDIR / [2021-03-31T13:08:30.319Z] Removing intermediate container 5b75f47c6411 [2021-03-31T13:08:30.319Z] ---> 45a03f73f992 [2021-03-31T13:08:30.319Z] Step 13/21 : WORKDIR /edgex [2021-03-31T13:08:30.319Z] Removing intermediate container 96d62d0eb639 [2021-03-31T13:08:30.319Z] ---> 10737a2b768b [2021-03-31T13:08:30.319Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T13:08:30.599Z] ---> Running in d01699afa650 [2021-03-31T13:08:30.875Z] ---> Running in cebb6a491619 [2021-03-31T13:08:30.875Z] ---> Running in 3795b3643071 [2021-03-31T13:08:31.476Z] Removing intermediate container d01699afa650 [2021-03-31T13:08:31.476Z] ---> 06f9fc2d0c6a [2021-03-31T13:08:31.476Z] 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-31T13:08:31.754Z] Removing intermediate container cebb6a491619 [2021-03-31T13:08:31.754Z] ---> d81de7341e89 [2021-03-31T13:08:31.754Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T13:08:32.034Z] Removing intermediate container 3795b3643071 [2021-03-31T13:08:32.034Z] ---> 3aad0950c4f4 [2021-03-31T13:08:32.034Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T13:08:32.309Z] ---> Running in 010bbb52fedf [2021-03-31T13:08:33.289Z] ---> f5f195e42e87 [2021-03-31T13:08:33.289Z] 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-31T13:08:33.289Z] ---> 7992d1be98ab [2021-03-31T13:08:33.289Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T13:08:34.287Z] ---> fbb29f2cd9a8 [2021-03-31T13:08:34.287Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T13:08:35.721Z] ---> 03a22d282ee4 [2021-03-31T13:08:35.721Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T13:08:35.997Z] ---> 63161c70cfd1 [2021-03-31T13:08:35.997Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T13:08:36.272Z] Removing intermediate container 010bbb52fedf [2021-03-31T13:08:36.272Z] ---> 04b50572cf31 [2021-03-31T13:08:36.272Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T13:08:37.281Z] ---> Running in ee79422f1485 [2021-03-31T13:08:38.724Z] Removing intermediate container ee79422f1485 [2021-03-31T13:08:38.724Z] ---> 9fd6ae2e7007 [2021-03-31T13:08:38.724Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T13:08:38.996Z] ---> 81de9b11be5e [2021-03-31T13:08:38.996Z] ---> d3ca71cc6263 [2021-03-31T13:08:38.996Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T13:08:38.996Z] [2021-03-31T13:08:39.619Z] Removing intermediate container 57c2ff966662 [2021-03-31T13:08:39.619Z] ---> 9d8a31ceb243 [2021-03-31T13:08:39.619Z] [2021-03-31T13:08:39.619Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:08:39.619Z] ---> e47305ac9786 [2021-03-31T13:08:39.619Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T13:08:39.619Z] ---> Running in caea5bcad48c [2021-03-31T13:08:39.898Z] ---> Running in 899e5e0bff40 [2021-03-31T13:08:40.235Z] ---> 8d86e9f7adc5 [2021-03-31T13:08:40.235Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T13:08:40.548Z] ---> Running in b91d8964b9d8 [2021-03-31T13:08:40.843Z] ---> b410ec77eb8c [2021-03-31T13:08:40.843Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T13:08:41.124Z] Removing intermediate container caea5bcad48c [2021-03-31T13:08:41.124Z] ---> ff5160aac64b [2021-03-31T13:08:41.124Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T13:08:41.124Z] Removing intermediate container 899e5e0bff40 [2021-03-31T13:08:41.124Z] ---> 1881ab0ae214 [2021-03-31T13:08:41.124Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T13:08:41.478Z] ---> Running in f1d8e6a28865 [2021-03-31T13:08:41.478Z] ---> Running in d46a6887d1de [2021-03-31T13:08:42.735Z] Removing intermediate container d46a6887d1de [2021-03-31T13:08:42.735Z] ---> b637daff8a23 [2021-03-31T13:08:42.735Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T13:08:42.735Z] Removing intermediate container f1d8e6a28865 [2021-03-31T13:08:42.735Z] ---> cbb674ea446f [2021-03-31T13:08:42.735Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T13:08:42.735Z] ---> Running in aafeea1cd1ab [2021-03-31T13:08:42.735Z] ---> 961da1961ee3 [2021-03-31T13:08:42.735Z] 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-31T13:08:42.735Z] ---> Running in b205b1f17112 [2021-03-31T13:08:43.014Z] ---> Running in c17c665ff159 [2021-03-31T13:08:43.304Z] Removing intermediate container aafeea1cd1ab [2021-03-31T13:08:43.304Z] ---> 1a4d8540a99c [2021-03-31T13:08:43.304Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:08:43.583Z] Removing intermediate container b205b1f17112 [2021-03-31T13:08:43.583Z] ---> e558f6f0c82a [2021-03-31T13:08:43.583Z] Step 20/21 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:08:43.583Z] ---> Running in b93e6a8efe24 [2021-03-31T13:08:43.864Z] ---> Running in 4ea5ed30ed94 [2021-03-31T13:08:44.472Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T13:08:44.472Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T13:08:44.472Z] ---> eeaf43b92773 [2021-03-31T13:08:44.472Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T13:08:44.472Z] Removing intermediate container b91d8964b9d8 [2021-03-31T13:08:44.472Z] ---> 7c564531dc5d [2021-03-31T13:08:44.472Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:08:44.746Z] Removing intermediate container 4ea5ed30ed94 [2021-03-31T13:08:44.746Z] ---> 98321f9d7d84 [2021-03-31T13:08:44.746Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T13:08:44.746Z] ---> Running in e9a79ff5937b [2021-03-31T13:08:44.746Z] ---> Running in 3ab2b5646393 [2021-03-31T13:08:45.743Z] Removing intermediate container e9a79ff5937b [2021-03-31T13:08:45.743Z] ---> 8e8f54add841 [2021-03-31T13:08:45.743Z] [2021-03-31T13:08:46.023Z] ---> 7e58c0fec049 [2021-03-31T13:08:46.023Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T13:08:46.638Z] Successfully built 8e8f54add841 [2021-03-31T13:08:46.638Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T13:08:46.638Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-31T13:08:46.638Z] Removing intermediate container c17c665ff159 [2021-03-31T13:08:46.638Z] ---> b9a1e9003c0d [2021-03-31T13:08:46.638Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T13:08:46.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:46.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:47.189Z] ---> Running in b3f50d667a1e [2021-03-31T13:08:47.189Z] Removing intermediate container b93e6a8efe24 [2021-03-31T13:08:47.189Z] ---> 823442cde761 [2021-03-31T13:08:47.189Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T13:08:47.463Z] ---> Running in afcd825a981c [2021-03-31T13:08:47.463Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T13:08:47.742Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T13:08:47.742Z] Executing bash-5.0.17-r0.post-install [2021-03-31T13:08:47.742Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:08:47.742Z] OK: 12 MiB in 22 packages [2021-03-31T13:08:48.033Z] Removing intermediate container b3f50d667a1e [2021-03-31T13:08:48.033Z] ---> 42760590071a [2021-03-31T13:08:48.033Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T13:08:48.322Z] ---> a3047a610512 [2021-03-31T13:08:48.322Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T13:08:48.601Z] ---> Running in 05164d05a3b9 [2021-03-31T13:08:49.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:49.575Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:08:49.575Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:08:49.575Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:08:49.575Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T13:08:49.575Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T13:08:49.575Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T13:08:49.575Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T13:08:49.575Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T13:08:49.575Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T13:08:49.575Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T13:08:49.575Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T13:08:49.575Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-03-31T13:08:49.575Z] Fetched 219 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T13:08:49.575Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T13:08:49.575Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T13:08:49.575Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T13:08:49.575Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T13:08:49.575Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T13:08:49.575Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T13:08:49.575Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T13:08:49.575Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T13:08:49.575Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T13:08:49.575Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T13:08:49.575Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T13:08:49.575Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T13:08:49.575Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T13:08:49.575Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T13:08:49.575Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T13:08:49.575Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T13:08:49.575Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T13:08:49.575Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T13:08:49.575Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T13:08:49.575Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T13:08:49.576Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T13:08:49.576Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T13:08:49.576Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T13:08:49.576Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T13:08:49.576Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T13:08:49.576Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T13:08:49.576Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T13:08:49.576Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T13:08:49.576Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T13:08:49.576Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-03-31T13:08:49.576Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T13:08:49.576Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T13:08:49.576Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T13:08:49.576Z] Pulling static-packages [2021-03-31T13:08:49.576Z] + snapcraftctl pull [2021-03-31T13:08:49.576Z] Pulling version [2021-03-31T13:08:49.576Z] + cd /root/project [2021-03-31T13:08:49.576Z] + [ -f VERSION ] [2021-03-31T13:08:49.576Z] + PROJECT_VERSION=local-dev [2021-03-31T13:08:49.576Z] + git rev-parse --short HEAD [2021-03-31T13:08:49.576Z] + GIT_REVISION=63b668b0 [2021-03-31T13:08:49.576Z] + snapcraftctl set-version local-dev [2021-03-31T13:08:49.576Z] Skipping build go-build-helper (already ran) [2021-03-31T13:08:49.576Z] Building app-service-config [2021-03-31T13:08:49.576Z] + make build [2021-03-31T13:08:49.576Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-31T13:08:49.576Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T13:08:49.576Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T13:08:49.576Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T13:08:49.576Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T13:08:49.576Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T13:08:49.576Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T13:08:49.576Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T13:08:49.576Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T13:08:49.576Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T13:08:49.838Z] Removing intermediate container 05164d05a3b9 [2021-03-31T13:08:49.838Z] ---> b730307737c2 [2021-03-31T13:08:49.838Z] Step 23/24 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:08:49.868Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T13:08:49.868Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T13:08:49.868Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T13:08:49.868Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T13:08:49.868Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T13:08:50.110Z] Removing intermediate container 3ab2b5646393 [2021-03-31T13:08:50.110Z] ---> df9dbbea31a8 [2021-03-31T13:08:50.110Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T13:08:50.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:08:50.129Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T13:08:50.129Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T13:08:50.129Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T13:08:50.385Z] ---> 801562c16f7e [2021-03-31T13:08:50.385Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T13:08:50.385Z] ---> Running in 39f11df06647 [2021-03-31T13:08:50.389Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T13:08:50.389Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T13:08:50.389Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T13:08:50.389Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T13:08:50.389Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T13:08:50.389Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T13:08:50.389Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T13:08:50.389Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T13:08:50.650Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T13:08:50.650Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T13:08:50.650Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T13:08:50.650Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T13:08:50.650Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T13:08:50.650Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T13:08:50.650Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T13:08:50.662Z] ---> Running in e64194c7386b [2021-03-31T13:08:50.923Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T13:08:50.923Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T13:08:50.923Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T13:08:50.923Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T13:08:50.923Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T13:08:50.923Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T13:08:50.923Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T13:08:50.923Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T13:08:50.923Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T13:08:50.923Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T13:08:50.923Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T13:08:50.923Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T13:08:51.185Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T13:08:51.263Z] Removing intermediate container 39f11df06647 [2021-03-31T13:08:51.263Z] ---> 103c94286d5f [2021-03-31T13:08:51.263Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T13:08:51.263Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:08:51.532Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T13:08:51.532Z] Removing intermediate container e64194c7386b [2021-03-31T13:08:51.532Z] ---> 3935679959f3 [2021-03-31T13:08:51.532Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T13:08:51.532Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T13:08:51.805Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T13:08:52.088Z] ---> Running in 6598b0173aeb [2021-03-31T13:08:52.088Z] ---> a45df20d55c5 [2021-03-31T13:08:52.088Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T13:08:52.088Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T13:08:52.374Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T13:08:52.374Z] ---> Running in a9d4729ad7a5 [2021-03-31T13:08:52.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:08:52.374Z] OK: 8 MiB in 20 packages [2021-03-31T13:08:52.977Z] Removing intermediate container 6598b0173aeb [2021-03-31T13:08:52.977Z] ---> 96f08201c048 [2021-03-31T13:08:52.977Z] [2021-03-31T13:08:53.256Z] Removing intermediate container a9d4729ad7a5 [2021-03-31T13:08:53.256Z] ---> 97b7756426e6 [2021-03-31T13:08:53.256Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T13:08:53.529Z] ---> 64fe26f28914 [2021-03-31T13:08:53.529Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T13:08:53.529Z] ---> Running in 4021c6b28c59 [2021-03-31T13:08:53.802Z] Successfully built 96f08201c048 [2021-03-31T13:08:53.802Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T13:08:53.802Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-31T13:08:54.073Z] ---> Running in df4ae2d2e7ce [2021-03-31T13:08:54.350Z] Removing intermediate container 4021c6b28c59 [2021-03-31T13:08:54.350Z] ---> 58259c9c69b1 [2021-03-31T13:08:54.350Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T13:08:54.350Z] Removing intermediate container afcd825a981c [2021-03-31T13:08:54.350Z] ---> 8159f8634cf4 [2021-03-31T13:08:54.350Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:08:54.626Z] Removing intermediate container df4ae2d2e7ce [2021-03-31T13:08:54.626Z] ---> 9e9bca558994 [2021-03-31T13:08:54.626Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T13:08:56.079Z] ---> 9bbc7a1343fb [2021-03-31T13:08:56.079Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T13:08:56.355Z] ---> dc2d9069569e [2021-03-31T13:08:56.355Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T13:08:56.355Z] ---> 7d3e5cf74229 [2021-03-31T13:08:56.355Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T13:08:57.797Z] ---> Running in ebb0f5032690 [2021-03-31T13:08:58.395Z] ---> d47a872ac7b3 [2021-03-31T13:08:58.395Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T13:08:58.395Z] ---> e7aeaade4f47 [2021-03-31T13:08:58.395Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T13:09:00.366Z] ---> d28fcbc64b9c [2021-03-31T13:09:00.366Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T13:09:00.366Z] ---> 99f42e220587 [2021-03-31T13:09:00.366Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T13:09:00.639Z] ---> Running in c6446cb136e3 [2021-03-31T13:09:00.639Z] ---> Running in d4521131db25 [2021-03-31T13:09:01.181Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T13:09:01.181Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T13:09:01.181Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T13:09:01.181Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T13:09:01.181Z] Building config-common [2021-03-31T13:09:01.181Z] + snapcraftctl build [2021-03-31T13:09:01.631Z] Removing intermediate container c6446cb136e3 [2021-03-31T13:09:01.631Z] ---> 71a8ea56b972 [2021-03-31T13:09:01.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:09:01.903Z] Removing intermediate container ebb0f5032690 [2021-03-31T13:09:01.903Z] ---> 496480499280 [2021-03-31T13:09:01.903Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T13:09:02.177Z] ---> Running in 68bc926699b8 [2021-03-31T13:09:02.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:09:02.773Z] ---> Running in e105d1bea24a [2021-03-31T13:09:02.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:09:02.773Z] Removing intermediate container 68bc926699b8 [2021-03-31T13:09:02.773Z] ---> 4ef0032f27da [2021-03-31T13:09:03.051Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:09:03.327Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T13:09:03.327Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T13:09:03.327Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T13:09:03.327Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T13:09:03.327Z] ---> Running in 28959c9bc84b [2021-03-31T13:09:03.327Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T13:09:03.327Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T13:09:03.328Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T13:09:03.732Z] Building edgex-go [2021-03-31T13:09:03.732Z] + cd /root/parts/edgex-go/src [2021-03-31T13:09:03.732Z] + make build [2021-03-31T13:09:03.732Z] 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-31T13:09:03.732Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-03-31T13:09:03.733Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T13:09:03.925Z] Removing intermediate container e105d1bea24a [2021-03-31T13:09:03.925Z] ---> f76904f393b1 [2021-03-31T13:09:03.925Z] Step 28/31 : CMD ["gate"] [2021-03-31T13:09:03.992Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-31T13:09:03.992Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T13:09:03.992Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T13:09:04.528Z] Removing intermediate container 28959c9bc84b [2021-03-31T13:09:04.528Z] ---> 7c30077029b9 [2021-03-31T13:09:04.528Z] Step 22/23 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:09:05.131Z] ---> Running in bc330d052df3 [2021-03-31T13:09:05.132Z] ---> Running in 92df16abeee9 [2021-03-31T13:09:05.406Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T13:09:05.406Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T13:09:05.406Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T13:09:05.406Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T13:09:05.406Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T13:09:05.406Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T13:09:05.406Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T13:09:05.680Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T13:09:05.680Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T13:09:05.680Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T13:09:05.680Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T13:09:05.680Z] Removing intermediate container bc330d052df3 [2021-03-31T13:09:05.680Z] ---> 372e81d692ba [2021-03-31T13:09:05.680Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T13:09:05.680Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T13:09:05.680Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T13:09:05.680Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T13:09:05.680Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T13:09:05.680Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T13:09:05.950Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T13:09:05.950Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T13:09:05.950Z] Removing intermediate container 92df16abeee9 [2021-03-31T13:09:05.950Z] ---> 1fec03ce6c9a [2021-03-31T13:09:05.950Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:09:05.950Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T13:09:05.950Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T13:09:05.950Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T13:09:05.950Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T13:09:05.950Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T13:09:05.950Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T13:09:05.950Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T13:09:05.950Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T13:09:06.224Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:09:06.224Z] ---> Running in d193e7248226 [2021-03-31T13:09:06.224Z] OK: 71 MiB in 55 packages [2021-03-31T13:09:06.224Z] ---> Running in 5e846cac72dd [2021-03-31T13:09:07.207Z] Removing intermediate container d193e7248226 [2021-03-31T13:09:07.207Z] ---> b414792aa26b [2021-03-31T13:09:07.207Z] Step 30/31 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:09:07.295Z] 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-31T13:09:07.295Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T13:09:07.479Z] Removing intermediate container 5e846cac72dd [2021-03-31T13:09:07.479Z] ---> ae0a6ba6f71f [2021-03-31T13:09:07.479Z] [2021-03-31T13:09:08.085Z] Successfully built ae0a6ba6f71f [2021-03-31T13:09:08.085Z] ---> Running in beed637f6306 [2021-03-31T13:09:08.085Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T13:09:08.085Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-31T13:09:09.524Z] Removing intermediate container beed637f6306 [2021-03-31T13:09:09.525Z] ---> 13540b4c415e [2021-03-31T13:09:09.525Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T13:09:09.801Z] ---> Running in 7e63e36872ba [2021-03-31T13:09:10.783Z] Removing intermediate container 7e63e36872ba [2021-03-31T13:09:10.783Z] ---> 84863f26cbd9 [2021-03-31T13:09:10.783Z] [2021-03-31T13:09:11.381Z] Successfully built 84863f26cbd9 [2021-03-31T13:09:11.381Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T13:09:11.657Z] Building docker-core-command-go [2021-03-31T13:09:12.256Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:09:12.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:09:12.256Z] ---> 333f6dcaaaee [2021-03-31T13:09:12.256Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:09:12.256Z] ---> Using cache [2021-03-31T13:09:12.256Z] ---> c0bd9c7b95f8 [2021-03-31T13:09:12.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:09:12.256Z] ---> Using cache [2021-03-31T13:09:12.256Z] ---> 7a459349c6b6 [2021-03-31T13:09:12.256Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T13:09:12.256Z] ---> Using cache [2021-03-31T13:09:12.256Z] ---> 6fd9e3610ce3 [2021-03-31T13:09:12.256Z] Step 6/22 : COPY go.mod . [2021-03-31T13:09:12.256Z] ---> Using cache [2021-03-31T13:09:12.256Z] ---> 3a43add39ed7 [2021-03-31T13:09:12.256Z] Step 7/22 : RUN go mod download [2021-03-31T13:09:12.256Z] ---> Using cache [2021-03-31T13:09:12.256Z] ---> 57b408b45a30 [2021-03-31T13:09:12.256Z] Step 8/22 : COPY . . [2021-03-31T13:09:12.256Z] ---> Using cache [2021-03-31T13:09:12.256Z] ---> a8c7bfb33a67 [2021-03-31T13:09:12.256Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T13:09:12.578Z] 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-31T13:09:13.525Z] 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-31T13:09:13.692Z] ---> Running in af0bf40220ce [2021-03-31T13:09:14.675Z] Removing intermediate container d4521131db25 [2021-03-31T13:09:14.675Z] ---> fb5417ed31f3 [2021-03-31T13:09:14.675Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T13:09:14.909Z] 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-31T13:09:15.274Z] 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-31T13:09:15.479Z] 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-31T13:09:15.547Z] ---> Running in 35899cb9f64f [2021-03-31T13:09:15.741Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T13:09:15.741Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T13:09:15.741Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T13:09:15.741Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T13:09:17.651Z] 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-31T13:09:17.651Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T13:09:17.651Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T13:09:19.035Z] 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-31T13:09:19.982Z] 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-31T13:09:21.365Z] 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-31T13:09:22.301Z] Collecting docker-compose==1.23.2 [2021-03-31T13:09:22.301Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T13:09:22.311Z] 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-31T13:09:22.574Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T13:09:23.292Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T13:09:23.292Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T13:09:23.892Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T13:09:23.892Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T13:09:23.972Z] 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-31T13:09:23.972Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-31T13:09:25.881Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T13:09:25.881Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T13:09:25.881Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T13:09:25.881Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T13:09:25.881Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T13:09:25.881Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T13:09:25.881Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T13:09:25.881Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T13:09:25.881Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T13:09:25.881Z] + 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-31T13:09:25.881Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T13:09:25.881Z] + 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-31T13:09:25.881Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T13:09:25.881Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T13:09:25.881Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T13:09:25.881Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T13:09:25.881Z] + 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-31T13:09:26.537Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T13:09:26.537Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T13:09:28.538Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T13:09:28.538Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T13:09:29.179Z] Building static-packages [2021-03-31T13:09:29.179Z] + snapcraftctl build [2021-03-31T13:09:29.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:09:29.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:09:29.981Z] ---> 333f6dcaaaee [2021-03-31T13:09:29.981Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:09:29.981Z] ---> Using cache [2021-03-31T13:09:29.981Z] ---> c0bd9c7b95f8 [2021-03-31T13:09:29.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:09:29.981Z] ---> Using cache [2021-03-31T13:09:29.981Z] ---> 7a459349c6b6 [2021-03-31T13:09:29.981Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T13:09:30.561Z] Building version [2021-03-31T13:09:30.561Z] + snapcraftctl build [2021-03-31T13:09:32.014Z] Collecting PyYAML<4,>=3.10 [2021-03-31T13:09:32.014Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T13:09:32.511Z] Skipping stage go-build-helper (already ran) [2021-03-31T13:09:32.512Z] Staging app-service-config [2021-03-31T13:09:32.512Z] + snapcraftctl stage [2021-03-31T13:09:32.612Z] ---> Running in 7b5cea5c4659 [2021-03-31T13:09:33.451Z] Staging config-common [2021-03-31T13:09:33.451Z] + snapcraftctl stage [2021-03-31T13:09:34.391Z] Staging edgex-go [2021-03-31T13:09:34.391Z] + snapcraftctl stage [2021-03-31T13:09:34.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:09:35.331Z] Staging static-packages [2021-03-31T13:09:35.591Z] + snapcraftctl stage [2021-03-31T13:09:35.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:09:35.879Z] 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-31T13:09:36.482Z] OK: 217 MiB in 51 packages [2021-03-31T13:09:36.482Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T13:09:36.482Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T13:09:36.530Z] Staging version [2021-03-31T13:09:36.530Z] + snapcraftctl stage [2021-03-31T13:09:37.472Z] Priming go-build-helper [2021-03-31T13:09:37.472Z] + snapcraftctl prime [2021-03-31T13:09:38.496Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T13:09:38.496Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T13:09:38.863Z] Priming app-service-config [2021-03-31T13:09:38.863Z] + snapcraftctl prime [2021-03-31T13:09:39.492Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T13:09:39.492Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T13:09:39.492Z] Removing intermediate container 7b5cea5c4659 [2021-03-31T13:09:39.492Z] ---> d9b5a99999b6 [2021-03-31T13:09:39.492Z] Step 6/22 : COPY go.mod . [2021-03-31T13:09:39.808Z] Priming config-common [2021-03-31T13:09:39.808Z] + snapcraftctl prime [2021-03-31T13:09:40.492Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T13:09:40.492Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T13:09:40.749Z] Priming edgex-go [2021-03-31T13:09:40.749Z] + snapcraftctl prime [2021-03-31T13:09:41.201Z] ---> dbf325204383 [2021-03-31T13:09:41.201Z] Step 7/22 : RUN go mod download [2021-03-31T13:09:41.490Z] Collecting idna<2.8,>=2.5 [2021-03-31T13:09:41.490Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T13:09:41.490Z] ---> Running in 81bda6515719 [2021-03-31T13:09:41.775Z] 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-31T13:09:41.775Z] 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-31T13:09:42.129Z] Priming static-packages [2021-03-31T13:09:42.129Z] + snapcraftctl prime [2021-03-31T13:09:42.860Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T13:09:42.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T13:09:43.457Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T13:09:43.457Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T13:09:43.734Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T13:09:43.734Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T13:09:43.734Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T13:09:43.734Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T13:09:44.042Z] Priming version [2021-03-31T13:09:44.042Z] + snapcraftctl prime [2021-03-31T13:09:44.722Z] Installing collected packages: cached-property, dockerpty, docopt, texttable, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docker-compose [2021-03-31T13:09:44.989Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-31T13:09:45.001Z] Running setup.py install for dockerpty: started [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T13:09:47.669Z] Removing intermediate container 81bda6515719 [2021-03-31T13:09:47.669Z] ---> 93bbc8d68063 [2021-03-31T13:09:47.669Z] Step 8/22 : COPY . . [2021-03-31T13:09:47.669Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T13:09:47.669Z] Running setup.py install for docopt: started [2021-03-31T13:09:50.312Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T13:09:50.312Z] Running setup.py install for texttable: started [2021-03-31T13:09:50.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:09:50.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:09:50.926Z] ---> 333f6dcaaaee [2021-03-31T13:09:50.926Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:09:50.926Z] ---> Using cache [2021-03-31T13:09:50.926Z] ---> c0bd9c7b95f8 [2021-03-31T13:09:50.926Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:09:50.926Z] ---> Using cache [2021-03-31T13:09:50.926Z] ---> 7a459349c6b6 [2021-03-31T13:09:50.926Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:09:50.926Z] ---> Using cache [2021-03-31T13:09:50.926Z] ---> 6fd9e3610ce3 [2021-03-31T13:09:50.926Z] Step 6/23 : COPY go.mod . [2021-03-31T13:09:50.926Z] ---> Using cache [2021-03-31T13:09:50.926Z] ---> 3a43add39ed7 [2021-03-31T13:09:50.926Z] Step 7/23 : RUN go mod download [2021-03-31T13:09:50.926Z] ---> Using cache [2021-03-31T13:09:50.926Z] ---> 57b408b45a30 [2021-03-31T13:09:50.926Z] Step 8/23 : COPY . . [2021-03-31T13:09:51.206Z] ---> Using cache [2021-03-31T13:09:51.206Z] ---> a8c7bfb33a67 [2021-03-31T13:09:51.206Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T13:09:52.234Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:09:52.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:09:52.234Z] ---> 333f6dcaaaee [2021-03-31T13:09:52.234Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:09:52.234Z] ---> Using cache [2021-03-31T13:09:52.234Z] ---> c0bd9c7b95f8 [2021-03-31T13:09:52.234Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:09:52.234Z] ---> Using cache [2021-03-31T13:09:52.234Z] ---> 7a459349c6b6 [2021-03-31T13:09:52.234Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:09:52.234Z] ---> Using cache [2021-03-31T13:09:52.234Z] ---> 6fd9e3610ce3 [2021-03-31T13:09:52.234Z] Step 6/23 : COPY go.mod . [2021-03-31T13:09:52.234Z] ---> Using cache [2021-03-31T13:09:52.234Z] ---> 3a43add39ed7 [2021-03-31T13:09:52.234Z] Step 7/23 : RUN go mod download [2021-03-31T13:09:52.234Z] ---> Using cache [2021-03-31T13:09:52.234Z] ---> 57b408b45a30 [2021-03-31T13:09:52.234Z] Step 8/23 : COPY . . [2021-03-31T13:09:52.514Z] ---> Using cache [2021-03-31T13:09:52.514Z] ---> a8c7bfb33a67 [2021-03-31T13:09:52.514Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T13:09:52.797Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T13:09:52.797Z] Running setup.py install for PyYAML: started [2021-03-31T13:09:52.797Z] ---> Running in a6a64bb06639 [2021-03-31T13:09:52.797Z] ---> Running in 5082ec5604b7 [2021-03-31T13:09:55.432Z] 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-31T13:09:55.708Z] 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-31T13:09:55.708Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T13:09:56.309Z] Attempting uninstall: idna [2021-03-31T13:09:56.309Z] Found existing installation: idna 2.9 [2021-03-31T13:09:56.309Z] Uninstalling idna-2.9: [2021-03-31T13:09:56.309Z] Successfully uninstalled idna-2.9 [2021-03-31T13:09:57.300Z] Attempting uninstall: urllib3 [2021-03-31T13:09:57.300Z] Found existing installation: urllib3 1.25.9 [2021-03-31T13:09:57.300Z] Uninstalling urllib3-1.25.9: [2021-03-31T13:09:57.580Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T13:09:58.182Z] Attempting uninstall: requests [2021-03-31T13:09:58.182Z] Found existing installation: requests 2.23.0 [2021-03-31T13:09:58.182Z] Uninstalling requests-2.23.0: [2021-03-31T13:09:58.488Z] Successfully uninstalled requests-2.23.0 [2021-03-31T13:10:01.911Z] 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-31T13:10:10.232Z] ---> b12ca84d6529 [2021-03-31T13:10:10.232Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T13:10:10.232Z] ---> Running in 26731cc9c71b [2021-03-31T13:10:11.223Z] Removing intermediate container 35899cb9f64f [2021-03-31T13:10:11.223Z] ---> 1fc2a16c0b0f [2021-03-31T13:10:11.223Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T13:10:11.504Z] ---> Running in d942a7984a2b [2021-03-31T13:10:12.498Z] 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-31T13:10:13.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:10:13.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:10:14.369Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:10:14.369Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T13:10:14.646Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T13:10:14.646Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:10:14.646Z] OK: 72 MiB in 58 packages [2021-03-31T13:10:16.636Z] Removing intermediate container d942a7984a2b [2021-03-31T13:10:16.636Z] ---> 5d82cc16eb2d [2021-03-31T13:10:16.636Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T13:10:16.636Z] ---> Running in 0313469d86e0 [2021-03-31T13:10:17.238Z] Removing intermediate container 0313469d86e0 [2021-03-31T13:10:17.238Z] ---> 04ee25f92aa7 [2021-03-31T13:10:17.238Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:10:17.518Z] ---> Running in b67a4c2545c4 [2021-03-31T13:10:18.123Z] Removing intermediate container b67a4c2545c4 [2021-03-31T13:10:18.123Z] ---> a9c9bf35380e [2021-03-31T13:10:18.123Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T13:10:18.123Z] ---> Running in 36e9b5cc5b71 [2021-03-31T13:10:19.114Z] Removing intermediate container 36e9b5cc5b71 [2021-03-31T13:10:19.114Z] ---> 98adf110ffe6 [2021-03-31T13:10:19.114Z] Step 25/26 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:10:19.114Z] ---> Running in e3f31338ef09 [2021-03-31T13:10:19.735Z] Removing intermediate container e3f31338ef09 [2021-03-31T13:10:19.735Z] ---> 59f781bd041f [2021-03-31T13:10:19.735Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T13:10:20.014Z] ---> Running in 5701daefcdd4 [2021-03-31T13:10:21.007Z] Removing intermediate container 5701daefcdd4 [2021-03-31T13:10:21.007Z] ---> e4715d4c512d [2021-03-31T13:10:21.007Z] [2021-03-31T13:10:21.283Z] Successfully built e4715d4c512d [2021-03-31T13:10:21.561Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T13:10:48.411Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container af0bf40220ce [2021-03-31T13:10:48.411Z] ---> 7f0960d20004 [2021-03-31T13:10:48.411Z] [2021-03-31T13:10:48.411Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:10:48.411Z] ---> e47305ac9786 [2021-03-31T13:10:48.411Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:10:48.411Z] ---> Running in 5df17266e4bf [2021-03-31T13:10:48.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:10:48.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:10:49.013Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T13:10:49.013Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:10:49.013Z] OK: 5 MiB in 15 packages [2021-03-31T13:10:51.010Z] Removing intermediate container 5df17266e4bf [2021-03-31T13:10:51.010Z] ---> 91ca913b0fd2 [2021-03-31T13:10:51.010Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:10:51.010Z] ---> Running in a189c0a5784f [2021-03-31T13:10:51.614Z] Removing intermediate container a189c0a5784f [2021-03-31T13:10:51.614Z] ---> 2cea84f582ad [2021-03-31T13:10:51.614Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T13:10:51.614Z] ---> Running in 4288fabe4d1b [2021-03-31T13:10:52.604Z] Removing intermediate container 4288fabe4d1b [2021-03-31T13:10:52.604Z] ---> 2ef3695fb185 [2021-03-31T13:10:52.604Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:10:52.604Z] ---> Running in 87cc4c156b66 [2021-03-31T13:10:53.209Z] Removing intermediate container 87cc4c156b66 [2021-03-31T13:10:53.209Z] ---> 6febf10f1cc2 [2021-03-31T13:10:53.209Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:10:54.966Z] ---> f656d77a2dad [2021-03-31T13:10:54.966Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T13:10:55.954Z] ---> ce1f7b19a0af [2021-03-31T13:10:55.954Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T13:10:57.398Z] ---> 0df20ebb6494 [2021-03-31T13:10:57.398Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T13:10:57.398Z] ---> Running in 9e77852ade23 [2021-03-31T13:10:57.997Z] Removing intermediate container 9e77852ade23 [2021-03-31T13:10:57.997Z] ---> f76b97aa8ff0 [2021-03-31T13:10:57.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:10:58.271Z] ---> Running in 3a90a50d0e13 [2021-03-31T13:10:58.869Z] Removing intermediate container 3a90a50d0e13 [2021-03-31T13:10:58.869Z] ---> 24033474c4b0 [2021-03-31T13:10:58.869Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T13:10:59.143Z] ---> Running in 4efac40b6ec4 [2021-03-31T13:10:59.742Z] Removing intermediate container 4efac40b6ec4 [2021-03-31T13:10:59.742Z] ---> d824fd4eb8e1 [2021-03-31T13:10:59.742Z] Step 21/22 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:10:59.742Z] ---> Running in ed4e84101620 [2021-03-31T13:11:00.735Z] Removing intermediate container ed4e84101620 [2021-03-31T13:11:00.735Z] ---> d4ec0846380a [2021-03-31T13:11:00.735Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:11:00.735Z] ---> Running in 79c9a6f490a1 [2021-03-31T13:11:01.337Z] Removing intermediate container 79c9a6f490a1 [2021-03-31T13:11:01.337Z] ---> 5bfc409331e7 [2021-03-31T13:11:01.337Z] [2021-03-31T13:11:01.936Z] Successfully built 5bfc409331e7 [2021-03-31T13:11:01.936Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T13:11:34.516Z]  Building docker-support-scheduler-go ... done Removing intermediate container a6a64bb06639 [2021-03-31T13:11:34.516Z] ---> 2f8668243c9b [2021-03-31T13:11:34.516Z] [2021-03-31T13:11:34.516Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:11:34.516Z] ---> e47305ac9786 [2021-03-31T13:11:34.516Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:11:34.516Z] ---> Using cache [2021-03-31T13:11:34.516Z] ---> 91ca913b0fd2 [2021-03-31T13:11:34.516Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:11:34.516Z] ---> Using cache [2021-03-31T13:11:34.516Z] ---> 2cea84f582ad [2021-03-31T13:11:34.516Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T13:11:34.516Z] ---> Running in f7aa793251f9 [2021-03-31T13:11:34.516Z] Removing intermediate container f7aa793251f9 [2021-03-31T13:11:34.516Z] ---> 1792f09782de [2021-03-31T13:11:34.516Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:11:34.516Z] ---> Running in c08927e878c4 [2021-03-31T13:11:34.516Z] Removing intermediate container c08927e878c4 [2021-03-31T13:11:34.516Z] ---> 7f16726a536f [2021-03-31T13:11:34.516Z] Step 15/23 : WORKDIR / [2021-03-31T13:11:34.516Z] ---> Running in a8189933a8b6 [2021-03-31T13:11:34.516Z] Removing intermediate container a8189933a8b6 [2021-03-31T13:11:34.516Z] ---> 342b62419316 [2021-03-31T13:11:34.516Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:11:34.516Z] ---> 4e0a56f5ead4 [2021-03-31T13:11:34.516Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T13:11:35.507Z] ---> dda55ffadb5f [2021-03-31T13:11:35.507Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T13:11:37.496Z] ---> 0c019cae0ef6 [2021-03-31T13:11:37.496Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T13:11:37.496Z] ---> Running in 8d8de68a802f [2021-03-31T13:11:37.774Z] Removing intermediate container 26731cc9c71b [2021-03-31T13:11:37.774Z] ---> 227b1a918ccd [2021-03-31T13:11:37.774Z] [2021-03-31T13:11:37.774Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:11:37.774Z] ---> e47305ac9786 [2021-03-31T13:11:37.774Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T13:11:38.059Z] Removing intermediate container 5082ec5604b7 [2021-03-31T13:11:38.059Z] ---> 5e7f697c9bb6 [2021-03-31T13:11:38.059Z] [2021-03-31T13:11:38.059Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:11:38.059Z] ---> e47305ac9786 [2021-03-31T13:11:38.059Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:11:38.059Z] ---> Using cache [2021-03-31T13:11:38.059Z] ---> 91ca913b0fd2 [2021-03-31T13:11:38.059Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:11:38.059Z] ---> Using cache [2021-03-31T13:11:38.059Z] ---> 2cea84f582ad [2021-03-31T13:11:38.059Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T13:11:38.059Z] ---> Running in d97e4d4f1d6e [2021-03-31T13:11:38.059Z] ---> Running in 17fbb0169437 [2021-03-31T13:11:38.334Z] Removing intermediate container 8d8de68a802f [2021-03-31T13:11:38.334Z] ---> 2173455fefbd [2021-03-31T13:11:38.334Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:11:38.334Z] ---> Running in ec27a22c18d4 [2021-03-31T13:11:38.931Z] Removing intermediate container 17fbb0169437 [2021-03-31T13:11:38.931Z] ---> af53d5e105f7 [2021-03-31T13:11:38.931Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:11:38.931Z] ---> Running in e0762fa4eebd [2021-03-31T13:11:38.931Z] Removing intermediate container ec27a22c18d4 [2021-03-31T13:11:38.931Z] ---> 07ac3c708f55 [2021-03-31T13:11:38.931Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:11:39.203Z] ---> Running in 95b4a8890a40 [2021-03-31T13:11:39.476Z] Removing intermediate container e0762fa4eebd [2021-03-31T13:11:39.476Z] ---> b740ee1f098a [2021-03-31T13:11:39.476Z] Step 15/23 : WORKDIR / [2021-03-31T13:11:39.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:11:39.748Z] ---> Running in 6d913e291520 [2021-03-31T13:11:39.748Z] Removing intermediate container 95b4a8890a40 [2021-03-31T13:11:39.748Z] ---> bc8866ebe4ba [2021-03-31T13:11:39.748Z] Step 22/23 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:11:39.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:11:40.020Z] ---> Running in b1499e7d1f18 [2021-03-31T13:11:40.293Z] Removing intermediate container 6d913e291520 [2021-03-31T13:11:40.293Z] ---> aa172413fe1d [2021-03-31T13:11:40.293Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:11:40.566Z] Removing intermediate container b1499e7d1f18 [2021-03-31T13:11:40.566Z] ---> 18b4865b7c27 [2021-03-31T13:11:40.566Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:11:40.566Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T13:11:40.566Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:11:40.566Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:11:40.566Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:11:40.839Z] ---> Running in 0165e998b81c [2021-03-31T13:11:40.840Z] OK: 6 MiB in 16 packages [2021-03-31T13:11:41.112Z] ---> 26f3dcdd60b8 [2021-03-31T13:11:41.112Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T13:11:41.385Z] Removing intermediate container 0165e998b81c [2021-03-31T13:11:41.385Z] ---> 807e4292368c [2021-03-31T13:11:41.385Z] [2021-03-31T13:11:41.989Z] Successfully built 807e4292368c [2021-03-31T13:11:41.989Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T13:11:42.964Z]  Building docker-core-command-go ... done  ---> ff8557d352e2 [2021-03-31T13:11:42.964Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T13:11:42.964Z] Removing intermediate container d97e4d4f1d6e [2021-03-31T13:11:42.964Z] ---> 7938503768c9 [2021-03-31T13:11:42.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:11:43.237Z] ---> Running in 1bd36f6e8ac0 [2021-03-31T13:11:43.510Z] ---> 6e1711659bf9 [2021-03-31T13:11:43.510Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T13:11:43.790Z] Removing intermediate container 1bd36f6e8ac0 [2021-03-31T13:11:43.790Z] ---> dbea57acbd59 [2021-03-31T13:11:43.790Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T13:11:43.790Z] ---> Running in 6240c76076b5 [2021-03-31T13:11:43.790Z] ---> Running in 393d6c791546 [2021-03-31T13:11:44.064Z] Removing intermediate container 6240c76076b5 [2021-03-31T13:11:44.064Z] ---> f4691cfbcdc0 [2021-03-31T13:11:44.064Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:11:44.338Z] Removing intermediate container 393d6c791546 [2021-03-31T13:11:44.338Z] ---> 5685598d2bfb [2021-03-31T13:11:44.338Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:11:44.338Z] ---> Running in 19d0bccbb921 [2021-03-31T13:11:44.610Z] ---> Running in 0ec1e82007c2 [2021-03-31T13:11:44.887Z] Removing intermediate container 19d0bccbb921 [2021-03-31T13:11:44.887Z] ---> 3c78bbb83079 [2021-03-31T13:11:44.887Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:11:44.887Z] Removing intermediate container 0ec1e82007c2 [2021-03-31T13:11:44.887Z] ---> 022248f01b3c [2021-03-31T13:11:44.887Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:11:45.162Z] ---> Running in bada87070421 [2021-03-31T13:11:45.760Z] Removing intermediate container bada87070421 [2021-03-31T13:11:45.760Z] ---> 18e5b01dcaac [2021-03-31T13:11:45.760Z] Step 22/23 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:11:45.760Z] ---> Running in d0a3435c41b4 [2021-03-31T13:11:45.760Z] ---> 60123deff33b [2021-03-31T13:11:45.760Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T13:11:46.355Z] Removing intermediate container d0a3435c41b4 [2021-03-31T13:11:46.355Z] ---> 7b92631c2edd [2021-03-31T13:11:46.355Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:11:46.628Z] ---> Running in 9fbafbfd7ae1 [2021-03-31T13:11:47.244Z] ---> d62a6ffa2682 [2021-03-31T13:11:47.244Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T13:11:47.244Z] Removing intermediate container 9fbafbfd7ae1 [2021-03-31T13:11:47.244Z] ---> 1e5fc8d2f7ef [2021-03-31T13:11:47.244Z] [2021-03-31T13:11:47.839Z] Successfully built 1e5fc8d2f7ef [2021-03-31T13:11:47.839Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T13:11:47.839Z]  Building docker-core-metadata-go ... done  ---> 7c873fc232f9 [2021-03-31T13:11:47.839Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T13:11:48.110Z] ---> Running in d1964f2631eb [2021-03-31T13:11:48.704Z] Removing intermediate container d1964f2631eb [2021-03-31T13:11:48.704Z] ---> 303cbeb01f5e [2021-03-31T13:11:48.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:11:48.704Z] ---> Running in 124e90ac45e1 [2021-03-31T13:11:48.980Z] Removing intermediate container 124e90ac45e1 [2021-03-31T13:11:48.980Z] ---> 823cf8a939f1 [2021-03-31T13:11:48.980Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T13:11:49.252Z] ---> Running in 2a25df1f1184 [2021-03-31T13:11:49.848Z] Removing intermediate container 2a25df1f1184 [2021-03-31T13:11:49.848Z] ---> d35d767bf16c [2021-03-31T13:11:49.848Z] Step 21/22 : LABEL git_sha=63b668b0178ec4c354551b16842e9c6d05eba558 [2021-03-31T13:11:49.848Z] ---> Running in c3ee875d871f [2021-03-31T13:11:50.446Z] Removing intermediate container c3ee875d871f [2021-03-31T13:11:50.446Z] ---> ebd07b2b96d0 [2021-03-31T13:11:50.446Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:11:50.446Z] ---> Running in 9e7b8c89ef08 [2021-03-31T13:11:51.040Z] Removing intermediate container 9e7b8c89ef08 [2021-03-31T13:11:51.040Z] ---> 04d596b6feec [2021-03-31T13:11:51.040Z] [2021-03-31T13:11:51.316Z] Successfully built 04d596b6feec [2021-03-31T13:11:51.316Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T13:11:51.926Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-31T13:11:51.920Z] $ docker stop --time=1 9f433939ff3f282082f9a3da328a8d4b84a5505fb657a78ad90fb180372ccfc0 [2021-03-31T13:11:53.817Z] $ docker rm -f 9f433939ff3f282082f9a3da328a8d4b84a5505fb657a78ad90fb180372ccfc0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T13:11:54.489Z] + docker images [2021-03-31T13:11:54.489Z] + grep docker [2021-03-31T13:11:54.760Z] docker-support-notifications-go-arm64 latest 04d596b6feec 4 seconds ago 16.9MB [2021-03-31T13:11:54.760Z] docker-core-metadata-go-arm64 latest 1e5fc8d2f7ef 8 seconds ago 17.9MB [2021-03-31T13:11:54.760Z] docker-core-command-go-arm64 latest 807e4292368c 13 seconds ago 16.3MB [2021-03-31T13:11:54.760Z] docker-support-scheduler-go-arm64 latest 5bfc409331e7 53 seconds ago 16.4MB [2021-03-31T13:11:54.760Z] docker-sys-mgmt-agent-go-arm64 latest e4715d4c512d About a minute ago 301MB [2021-03-31T13:11:54.760Z] docker-security-bootstrapper-go-arm64 latest 84863f26cbd9 2 minutes ago 17.9MB [2021-03-31T13:11:54.760Z] docker-core-data-go-arm64 latest ae0a6ba6f71f 2 minutes ago 21.4MB [2021-03-31T13:11:54.760Z] docker-security-secretstore-setup-go-arm64 latest 96f08201c048 3 minutes ago 24.4MB [2021-03-31T13:11:54.760Z] docker-security-proxy-setup-go-arm64 latest 8e8f54add841 3 minutes ago 24.1MB [2021-03-31T13:11:54.760Z] 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-31T13:11:55.663Z] ---> job-cost.sh [2021-03-31T13:11:55.663Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mxIN [2021-03-31T13:12:34.604Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T13:14:11.352Z] lf-activate-venv(): INFO: Adding /tmp/venv-mxIN/bin to PATH [2021-03-31T13:14:11.352Z] INFO: No Stack... [2021-03-31T13:14:11.352Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T13:14:11.352Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T13:14:11.691Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-03-31T13:14:11.691Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T13:14:11.798Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3326-3-stack-cost] [2021-03-31T13:14:11.811Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3326-3-stack-cost] did not exist. Created. [2021-03-31T13:14:11.812Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3326-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T13:14:12.257Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T13:14:12.593Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T13:14:12.605Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3326-3-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-31T13:14:13.947Z] provisioning config files... [2021-03-31T13:14:13.960Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2038962824402717409tmp [Pipeline] { [Pipeline] sh [2021-03-31T13:14:14.336Z] + set +x [2021-03-31T13:14:14.336Z] + curl -s https://codecov.io/bash [2021-03-31T13:14:14.336Z] + bash -s -- [2021-03-31T13:14:14.916Z] [2021-03-31T13:14:14.917Z] _____ _ [2021-03-31T13:14:14.917Z] / ____| | | [2021-03-31T13:14:14.917Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T13:14:14.917Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T13:14:14.917Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T13:14:14.917Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T13:14:14.917Z] Bash-20210309-2b87ace [2021-03-31T13:14:14.917Z] [2021-03-31T13:14:14.917Z] [2021-03-31T13:14:14.917Z] ==> git version 2.24.3 found [2021-03-31T13:14:14.917Z] ==> 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-31T13:14:14.917Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T13:14:14.917Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T13:14:14.917Z] ==> Jenkins CI detected. [2021-03-31T13:14:14.917Z] project root: . [2021-03-31T13:14:14.917Z] --> token set from env [2021-03-31T13:14:14.917Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T13:14:14.917Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T13:14:14.917Z] ==> Python coveragepy not found [2021-03-31T13:14:14.917Z] ==> Searching for coverage reports in: [2021-03-31T13:14:14.917Z] + . [2021-03-31T13:14:14.917Z] -> Found 1 reports [2021-03-31T13:14:14.917Z] ==> Detecting git/mercurial file structure [2021-03-31T13:14:14.917Z] ==> Reading reports [2021-03-31T13:14:14.917Z] + ./coverage.out bytes=669470 [2021-03-31T13:14:14.917Z] ==> Appending adjustments [2021-03-31T13:14:14.917Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T13:14:19.149Z] + Found adjustments [2021-03-31T13:14:19.149Z] ==> Gzipping contents [2021-03-31T13:14:19.149Z] 96K /tmp/codecov.M79T7u.gz [2021-03-31T13:14:19.149Z] ==> Uploading reports [2021-03-31T13:14:19.149Z] url: https://codecov.io [2021-03-31T13:14:19.149Z] query: branch=PR-3326&commit=63b668b0178ec4c354551b16842e9c6d05eba558&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3326%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3326&job=&cmd_args= [2021-03-31T13:14:19.149Z] -> Pinging Codecov [2021-03-31T13:14:19.149Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3326&commit=63b668b0178ec4c354551b16842e9c6d05eba558&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3326%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3326&job=&cmd_args= [2021-03-31T13:14:19.149Z] -> Uploading to [2021-03-31T13:14:19.149Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/63b668b0178ec4c354551b16842e9c6d05eba558/5cafd842-2fcd-40ee-9559-a41f61bfe524.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T131419Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7f6cb7e90ad05fca76007f4e987f96c4bc0dabd81bb772dee459efa334f14feb [2021-03-31T13:14:19.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:14:19.149Z] Dload Upload Total Spent Left Speed [2021-03-31T13:14:19.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96962 0 0 100 96962 0 175k --:--:-- --:--:-- --:--:-- 175k 100 96962 0 0 100 96962 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-03-31T13:14:19.724Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/63b668b0178ec4c354551b16842e9c6d05eba558 [Pipeline] } [2021-03-31T13:14:19.737Z] 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-31T13:14:21.539Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:14:22.427Z] ---> package-listing.sh [2021-03-31T13:14:22.427Z] ++ facter osfamily [2021-03-31T13:14:22.427Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T13:14:22.427Z] + OS_FAMILY=redhat [2021-03-31T13:14:22.427Z] + workspace=/w/workspace/edgex-go/3 [2021-03-31T13:14:22.427Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T13:14:22.427Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T13:14:22.427Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T13:14:22.427Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T13:14:22.427Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T13:14:22.427Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T13:14:22.427Z] + case "${OS_FAMILY}" in [2021-03-31T13:14:22.427Z] + rpm -qa [2021-03-31T13:14:22.427Z] + sort [2021-03-31T13:14:27.737Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T13:14:27.737Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T13:14:27.737Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T13:14:27.737Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-31T13:14:27.737Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-31T13:14:27.737Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-31T13:14:27.754Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T13:14:28.056Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:14:28.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:14:28.893Z] [2021-03-31T13:14:28.893Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:14:29.253Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:14:29.253Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T13:14:29.253Z] df20fa9351a1: Pulling fs layer [2021-03-31T13:14:29.253Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T13:14:29.253Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T13:14:29.253Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T13:14:29.253Z] 93b61091891f: Pulling fs layer [2021-03-31T13:14:29.253Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T13:14:29.253Z] 5e14af77c1be: Pulling fs layer [2021-03-31T13:14:29.253Z] 01666e4c0597: Pulling fs layer [2021-03-31T13:14:29.253Z] aa168da1d23b: Pulling fs layer [2021-03-31T13:14:29.253Z] 46f8f816bc3b: Waiting [2021-03-31T13:14:29.253Z] 93b9cdb0e59b: Waiting [2021-03-31T13:14:29.253Z] 5e14af77c1be: Waiting [2021-03-31T13:14:29.253Z] 93b61091891f: Waiting [2021-03-31T13:14:29.253Z] 01666e4c0597: Waiting [2021-03-31T13:14:29.253Z] aa168da1d23b: Waiting [2021-03-31T13:14:29.253Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T13:14:29.253Z] 36b3adc4ff6f: Download complete [2021-03-31T13:14:29.253Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T13:14:29.253Z] 46f8f816bc3b: Download complete [2021-03-31T13:14:29.519Z] df20fa9351a1: Verifying Checksum [2021-03-31T13:14:29.519Z] df20fa9351a1: Download complete [2021-03-31T13:14:29.519Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T13:14:29.519Z] 93b9cdb0e59b: Download complete [2021-03-31T13:14:29.519Z] 5e14af77c1be: Download complete [2021-03-31T13:14:29.519Z] 93b61091891f: Verifying Checksum [2021-03-31T13:14:29.519Z] 93b61091891f: Download complete [2021-03-31T13:14:29.519Z] 01666e4c0597: Verifying Checksum [2021-03-31T13:14:29.519Z] 01666e4c0597: Download complete [2021-03-31T13:14:29.519Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T13:14:29.519Z] 8ad3a11d3b57: Download complete [2021-03-31T13:14:29.781Z] df20fa9351a1: Pull complete [2021-03-31T13:14:30.047Z] 36b3adc4ff6f: Pull complete [2021-03-31T13:14:31.002Z] 8ad3a11d3b57: Pull complete [2021-03-31T13:14:31.002Z] 46f8f816bc3b: Pull complete [2021-03-31T13:14:31.989Z] aa168da1d23b: Verifying Checksum [2021-03-31T13:14:33.381Z] 93b61091891f: Pull complete [2021-03-31T13:14:33.381Z] 93b9cdb0e59b: Pull complete [2021-03-31T13:14:33.643Z] 5e14af77c1be: Pull complete [2021-03-31T13:14:33.907Z] 01666e4c0597: Pull complete [2021-03-31T13:14:42.100Z] aa168da1d23b: Pull complete [2021-03-31T13:14:42.101Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T13:14:42.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:14:42.101Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T13:14:42.506Z] prd-centos7-docker-4c-2g-32248 does not seem to be running inside a container [2021-03-31T13:14:42.665Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-31T13:14:46.335Z] $ docker top acbdb5f1007c1d70dcd50022c07513e9983b92ff52e96be9abe7bde4e8f4151e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:14:46.958Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T13:14:47.360Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T13:14:47.690Z] + ls /var/log/sa-host [2021-03-31T13:14:47.691Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T13:14:47.691Z] file_magic: OK [2021-03-31T13:14:47.691Z] HZ: Using current value: 100 [2021-03-31T13:14:47.691Z] file_header: OK [2021-03-31T13:14:47.691Z] 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-31T13:14:47.691Z] Statistics: [2021-03-31T13:14:47.691Z] Hnuu...uuuununununu... [2021-03-31T13:14:47.691Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T13:14:47.691Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T13:14:47.691Z] file_magic: OK [2021-03-31T13:14:47.691Z] HZ: Using current value: 100 [2021-03-31T13:14:47.691Z] file_header: OK [2021-03-31T13:14:47.691Z] 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-31T13:14:47.691Z] Statistics: [2021-03-31T13:14:47.691Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T13:14:47.691Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:14:47.899Z] provisioning config files... [2021-03-31T13:14:47.916Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3793309392552042477tmp [Pipeline] { [Pipeline] echo [2021-03-31T13:14:47.985Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:14:48.288Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T13:14:48.298Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T13:14:48.389Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:14:48.724Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T13:14:48.735Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:14:49.035Z] ---> sudo-logs.sh [2021-03-31T13:14:49.035Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T13:14:49.099Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:14:49.394Z] ---> job-cost.sh [2021-03-31T13:14:49.395Z] lf-activate-venv: SKIPPING [2021-03-31T13:14:49.395Z] DEBUG: total: 0.20999999344348907 [2021-03-31T13:14:49.395Z] INFO: Retrieving Stack Cost... [2021-03-31T13:14:50.341Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T13:14:50.603Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T13:14:50.618Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:14:50.923Z] ---> logs-deploy.sh [2021-03-31T13:14:50.924Z] lf-activate-venv: SKIPPING [2021-03-31T13:14:50.924Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3326/3 [2021-03-31T13:14:50.924Z] INFO: archiving workspace using pattern(s): [2021-03-31T13:14:52.848Z] Archives upload complete. [2021-03-31T13:14:52.848Z] INFO: archiving logs to Nexus [2021-03-31T13:14:53.804Z] ---> uname -a: [2021-03-31T13:14:53.804Z] Linux prd-centos7-docker-4c-2g-32248.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-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] ---> lscpu: [2021-03-31T13:14:53.804Z] Architecture: x86_64 [2021-03-31T13:14:53.804Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-31T13:14:53.804Z] Byte Order: Little Endian [2021-03-31T13:14:53.804Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-31T13:14:53.804Z] CPU(s): 4 [2021-03-31T13:14:53.804Z] On-line CPU(s) list: 0-3 [2021-03-31T13:14:53.804Z] Thread(s) per core: 1 [2021-03-31T13:14:53.804Z] Core(s) per socket: 1 [2021-03-31T13:14:53.804Z] Socket(s): 4 [2021-03-31T13:14:53.804Z] NUMA node(s): 1 [2021-03-31T13:14:53.804Z] Vendor ID: GenuineIntel [2021-03-31T13:14:53.804Z] CPU family: 6 [2021-03-31T13:14:53.804Z] Model: 44 [2021-03-31T13:14:53.804Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-31T13:14:53.804Z] Stepping: 1 [2021-03-31T13:14:53.804Z] CPU MHz: 2933.438 [2021-03-31T13:14:53.804Z] BogoMIPS: 5866.87 [2021-03-31T13:14:53.804Z] Virtualization: VT-x [2021-03-31T13:14:53.804Z] Hypervisor vendor: KVM [2021-03-31T13:14:53.804Z] Virtualization type: full [2021-03-31T13:14:53.804Z] L1d cache: 128 KiB [2021-03-31T13:14:53.804Z] L1i cache: 128 KiB [2021-03-31T13:14:53.804Z] L2 cache: 16 MiB [2021-03-31T13:14:53.804Z] L3 cache: 64 MiB [2021-03-31T13:14:53.804Z] NUMA node0 CPU(s): 0-3 [2021-03-31T13:14:53.804Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-31T13:14:53.804Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-31T13:14:53.804Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-31T13:14:53.804Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-31T13:14:53.804Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-31T13:14:53.804Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-31T13:14:53.804Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-31T13:14:53.804Z] Vulnerability Srbds: Not affected [2021-03-31T13:14:53.804Z] Vulnerability Tsx async abort: Not affected [2021-03-31T13:14:53.804Z] 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-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] ---> nproc: [2021-03-31T13:14:53.804Z] 4 [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] ---> df -h: [2021-03-31T13:14:53.804Z] Filesystem Size Used Available Use% Mounted on [2021-03-31T13:14:53.804Z] overlay 50.0G 12.6G 37.4G 25% / [2021-03-31T13:14:53.804Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-31T13:14:53.804Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-31T13:14:53.804Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3 [2021-03-31T13:14:53.804Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3@tmp [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] ---> free -m: [2021-03-31T13:14:53.804Z] total used free shared buff/cache available [2021-03-31T13:14:53.804Z] Mem: 1837 716 139 0 980 1040 [2021-03-31T13:14:53.804Z] Swap: 1023 69 954 [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] ---> ip addr: [2021-03-31T13:14:53.804Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-31T13:14:53.804Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-31T13:14:53.804Z] inet 127.0.0.1/8 scope host lo [2021-03-31T13:14:53.804Z] valid_lft forever preferred_lft forever [2021-03-31T13:14:53.804Z] inet6 ::1/128 scope host [2021-03-31T13:14:53.804Z] valid_lft forever preferred_lft forever [2021-03-31T13:14:53.804Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-31T13:14:53.804Z] link/ether fa:16:3e:62:48:3f brd ff:ff:ff:ff:ff:ff [2021-03-31T13:14:53.804Z] inet 10.30.123.59/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-31T13:14:53.804Z] valid_lft 84915sec preferred_lft 84915sec [2021-03-31T13:14:53.804Z] inet6 fe80::f816:3eff:fe62:483f/64 scope link [2021-03-31T13:14:53.804Z] valid_lft forever preferred_lft forever [2021-03-31T13:14:53.804Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-31T13:14:53.804Z] link/ether 02:42:4f:62:ea:7d brd ff:ff:ff:ff:ff:ff [2021-03-31T13:14:53.804Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-31T13:14:53.804Z] valid_lft forever preferred_lft forever [2021-03-31T13:14:53.804Z] inet6 fe80::42:4fff:fe62:ea7d/64 scope link [2021-03-31T13:14:53.804Z] valid_lft forever preferred_lft forever [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] ---> sar -b -r -n DEV: [2021-03-31T13:14:53.804Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] 12:49:57 LINUX RESTART (4 CPU) [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] 12:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-31T13:14:53.804Z] 12:52:01 224.21 108.15 116.06 0.00 7848.63 46651.84 0.00 [2021-03-31T13:14:53.804Z] 12:53:01 245.73 89.04 156.69 0.00 3744.64 21413.96 0.00 [2021-03-31T13:14:53.804Z] 12:54:01 131.00 56.21 74.79 0.00 1836.42 9823.37 0.00 [2021-03-31T13:14:53.804Z] 12:55:02 133.27 51.71 81.56 0.00 3255.13 18909.02 0.00 [2021-03-31T13:14:53.804Z] 12:56:01 1072.74 783.83 288.92 0.00 96467.03 161675.63 0.00 [2021-03-31T13:14:53.804Z] 12:57:01 2795.49 2470.86 324.63 0.00 144430.85 156275.83 0.00 [2021-03-31T13:14:53.804Z] 12:58:01 474.50 193.93 280.57 0.00 44659.85 87021.22 0.00 [2021-03-31T13:14:53.804Z] 12:59:02 3091.39 2739.45 351.93 0.00 165915.75 187556.10 0.00 [2021-03-31T13:14:53.804Z] 13:00:01 345.63 119.22 226.40 0.00 8527.87 39005.35 0.00 [2021-03-31T13:14:53.804Z] 13:01:01 64.81 28.18 36.63 0.00 3390.28 1352.10 0.00 [2021-03-31T13:14:53.804Z] 13:02:01 2.23 0.77 1.46 0.00 27.82 23.22 0.00 [2021-03-31T13:14:53.804Z] 13:03:01 0.28 0.00 0.28 0.00 0.00 4.53 0.00 [2021-03-31T13:14:53.804Z] 13:04:01 0.30 0.00 0.30 0.00 0.00 2.73 0.00 [2021-03-31T13:14:53.804Z] 13:05:01 1.63 1.38 0.25 0.00 42.63 3.33 0.00 [2021-03-31T13:14:53.804Z] 13:06:01 1.23 0.38 0.85 0.00 11.06 16.66 0.00 [2021-03-31T13:14:53.804Z] 13:07:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 [2021-03-31T13:14:53.804Z] 13:08:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 [2021-03-31T13:14:53.804Z] 13:09:01 0.25 0.02 0.23 0.00 0.53 3.53 0.00 [2021-03-31T13:14:53.804Z] 13:10:01 0.27 0.02 0.25 0.00 0.53 3.98 0.00 [2021-03-31T13:14:53.804Z] 13:11:01 0.38 0.02 0.37 0.00 0.53 5.71 0.00 [2021-03-31T13:14:53.804Z] 13:12:01 0.28 0.02 0.27 0.00 0.13 3.88 0.00 [2021-03-31T13:14:53.804Z] 13:13:01 0.25 0.02 0.23 0.00 0.27 3.75 0.00 [2021-03-31T13:14:53.804Z] 13:14:02 0.25 0.00 0.25 0.00 0.00 3.08 0.00 [2021-03-31T13:14:53.804Z] Average: 373.76 289.35 84.40 0.00 20886.38 31702.83 0.00 [2021-03-31T13:14:53.804Z] [2021-03-31T13:14:53.804Z] 12:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-31T13:14:53.804Z] 12:52:01 102440 0 718952 38.21 1836 1058316 1433888 48.94 575172 962880 44544 [2021-03-31T13:14:53.804Z] 12:53:01 188192 0 770312 40.94 1492 921548 1740976 59.42 573868 837396 58532 [2021-03-31T13:14:53.804Z] 12:54:01 332492 0 788848 41.93 672 759532 1685232 57.51 531428 720484 27920 [2021-03-31T13:14:53.804Z] 12:55:02 94140 0 765504 40.68 584 1021316 1534552 52.37 621980 888220 81792 [2021-03-31T13:14:53.804Z] 12:56:01 218240 0 813920 43.26 0 849384 3450064 117.74 651136 787640 48 [2021-03-31T13:14:53.804Z] 12:57:01 175192 0 1167072 62.03 0 539280 4430576 151.21 767008 657736 20904 [2021-03-31T13:14:53.804Z] 12:58:01 79636 0 776044 41.25 0 1025864 1936264 66.08 707040 854892 24816 [2021-03-31T13:14:53.804Z] 12:59:02 442724 0 684212 36.36 0 754608 1545772 52.75 463444 744716 872 [2021-03-31T13:14:53.804Z] 13:00:01 103384 0 681352 36.21 0 1096808 1341500 45.78 610184 904840 20 [2021-03-31T13:14:53.804Z] 13:01:01 104392 0 639140 33.97 0 1138012 1195436 40.80 580668 937996 8 [2021-03-31T13:14:53.804Z] 13:02:01 107812 0 635028 33.75 0 1138704 1166524 39.81 578292 937808 8 [2021-03-31T13:14:53.804Z] 13:03:01 107536 0 635300 33.76 0 1138708 1166488 39.81 578340 937820 8 [2021-03-31T13:14:53.804Z] 13:04:01 108208 0 634616 33.73 0 1138720 1164372 39.74 578176 937776 8 [2021-03-31T13:14:53.804Z] 13:05:01 105000 0 636900 33.85 0 1139644 1166104 39.80 579924 938552 8 [2021-03-31T13:14:53.804Z] 13:06:01 106900 0 634992 33.75 0 1139652 1164444 39.74 578160 938712 8 [2021-03-31T13:14:53.804Z] 13:07:01 106864 0 635020 33.75 0 1139660 1164372 39.74 578084 938712 8 [2021-03-31T13:14:53.804Z] 13:08:01 107112 0 634772 33.74 0 1139660 1164372 39.74 578084 938712 8 [2021-03-31T13:14:53.804Z] 13:09:01 106544 0 635328 33.77 0 1139672 1164372 39.74 577968 938728 8 [2021-03-31T13:14:53.804Z] 13:10:01 106824 0 635040 33.75 0 1139680 1164372 39.74 577972 938744 8 [2021-03-31T13:14:53.804Z] 13:11:01 106332 0 635540 33.78 0 1139672 1164492 39.74 578456 938744 8 [2021-03-31T13:14:53.804Z] 13:12:01 106700 0 635156 33.76 0 1139688 1164372 39.74 577980 938760 8 [2021-03-31T13:14:53.804Z] 13:13:01 106436 0 635412 33.77 0 1139696 1164372 39.74 578236 938764 8 [2021-03-31T13:14:53.805Z] 13:14:02 106536 0 635304 33.77 0 1139704 1164372 39.74 578236 938772 8 [2021-03-31T13:14:53.805Z] Average: 140419 0 698425 37.12 199 1042501 1540752 52.58 591297 891191 11285 [2021-03-31T13:14:53.805Z] [2021-03-31T13:14:53.805Z] 12:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-31T13:14:53.805Z] 12:52:01 eth0 1187.67 1192.46 5759.11 144.90 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:52:01 vethe63cdfc 28.41 38.99 1.86 208.40 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:52:01 docker0 893.03 843.63 72.58 2898.87 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:53:01 eth0 184.48 150.38 651.98 22.80 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:53:01 veth2fd97cf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:53:01 docker0 132.05 152.73 9.75 623.26 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:54:01 eth0 36.89 24.00 22.84 66.76 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:54:01 veth2fd97cf 2.43 2.43 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:54:01 docker0 2.43 2.43 0.16 0.19 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:55:02 eth0 209.30 170.49 1694.03 74.18 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:56:01 vethc2ef477 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:56:01 veth2536fdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:56:01 veth986423e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:56:01 vethf1cc267 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:57:01 veth1de6bde 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:57:01 vethe0108bb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:57:01 veth402e079 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:57:01 vethf1cc267 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:58:01 vethf1cc267 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:58:01 eth0 2640.68 2303.63 12232.62 480.16 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:58:01 docker0 1054.73 1051.59 83.90 3823.81 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:59:02 vethf1cc267 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:59:02 eth0 65.58 49.08 109.50 69.44 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 12:59:02 docker0 12.95 18.41 0.69 87.91 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:00:01 vethf1cc267 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:00:01 eth0 187.16 129.46 1692.74 20.31 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:00:01 docker0 28.96 58.22 1.58 431.76 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:01:01 eth0 47.69 38.07 70.76 57.43 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:01:01 docker0 4.89 6.99 0.54 54.02 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:02:01 eth0 1.20 0.43 0.40 0.21 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:03:01 eth0 0.88 0.28 0.31 0.20 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:04:01 eth0 0.65 0.08 0.06 0.04 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:05:01 eth0 0.52 0.42 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:06:01 eth0 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:07:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:08:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:10:01 eth0 0.55 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:11:01 eth0 0.68 0.35 0.40 0.26 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:12:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:14:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] 13:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] Average: eth0 90.13 80.14 452.80 23.19 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] Average: docker0 48.08 49.52 3.79 191.65 0.00 0.00 0.00 0.00 [2021-03-31T13:14:53.805Z] [2021-03-31T13:14:53.805Z] [2021-03-31T13:14:53.805Z] ---> sar -P ALL: [2021-03-31T13:14:53.805Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) [2021-03-31T13:14:53.805Z] [2021-03-31T13:14:53.805Z] 12:49:57 LINUX RESTART (4 CPU) [2021-03-31T13:14:53.805Z] [2021-03-31T13:14:53.805Z] 12:51:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T13:14:53.805Z] 12:52:01 all 15.73 0.00 8.70 1.93 0.11 73.53 [2021-03-31T13:14:53.805Z] 12:52:01 0 17.37 0.00 10.82 0.92 0.07 70.82 [2021-03-31T13:14:53.805Z] 12:52:01 1 14.41 0.00 7.42 1.53 0.12 76.52 [2021-03-31T13:14:53.805Z] 12:52:01 2 14.68 0.00 8.98 4.31 0.12 71.92 [2021-03-31T13:14:53.805Z] 12:52:01 3 16.48 0.00 7.60 0.97 0.14 74.82 [2021-03-31T13:14:53.805Z] 12:53:01 all 22.89 0.00 8.28 7.41 0.15 61.27 [2021-03-31T13:14:53.805Z] 12:53:01 0 23.26 0.00 7.91 8.18 0.12 60.54 [2021-03-31T13:14:53.805Z] 12:53:01 1 23.85 0.00 8.99 6.06 0.15 60.95 [2021-03-31T13:14:53.805Z] 12:53:01 2 23.74 0.00 8.32 7.51 0.14 60.30 [2021-03-31T13:14:53.805Z] 12:53:01 3 20.73 0.00 7.88 7.90 0.19 63.30 [2021-03-31T13:14:53.805Z] 12:54:01 all 48.63 0.00 13.00 3.53 0.19 34.65 [2021-03-31T13:14:53.805Z] 12:54:01 0 48.19 0.00 13.34 2.96 0.19 35.32 [2021-03-31T13:14:53.805Z] 12:54:01 1 50.70 0.00 12.38 4.71 0.17 32.04 [2021-03-31T13:14:53.805Z] 12:54:01 2 48.82 0.00 13.05 3.25 0.17 34.71 [2021-03-31T13:14:53.805Z] 12:54:01 3 46.80 0.00 13.24 3.18 0.23 36.55 [2021-03-31T13:14:53.805Z] 12:55:02 all 45.48 0.00 14.39 1.63 0.21 38.29 [2021-03-31T13:14:53.805Z] 12:55:02 0 45.93 0.00 14.81 1.72 0.21 37.33 [2021-03-31T13:14:53.805Z] 12:55:02 1 45.91 0.00 13.97 0.94 0.17 39.01 [2021-03-31T13:14:53.805Z] 12:55:02 2 46.76 0.00 14.00 2.91 0.21 36.12 [2021-03-31T13:14:53.805Z] 12:55:02 3 43.29 0.00 14.78 0.93 0.26 40.73 [2021-03-31T13:14:53.805Z] 12:56:01 all 20.67 0.00 22.51 12.48 0.21 44.13 [2021-03-31T13:14:53.805Z] 12:56:01 0 21.58 0.00 21.88 13.67 0.23 42.64 [2021-03-31T13:14:53.805Z] 12:56:01 1 20.17 0.00 21.95 10.87 0.25 46.77 [2021-03-31T13:14:53.805Z] 12:56:01 2 20.79 0.00 22.44 13.34 0.23 43.21 [2021-03-31T13:14:53.805Z] 12:56:01 3 20.13 0.00 23.80 12.04 0.14 43.89 [2021-03-31T13:14:53.805Z] 12:57:01 all 32.34 0.00 23.79 25.10 0.22 18.55 [2021-03-31T13:14:53.805Z] 12:57:01 0 32.07 0.00 23.88 25.65 0.27 18.14 [2021-03-31T13:14:53.805Z] 12:57:01 1 32.21 0.00 24.06 23.88 0.21 19.63 [2021-03-31T13:14:53.805Z] 12:57:01 2 31.21 0.00 22.43 24.49 0.23 21.65 [2021-03-31T13:14:53.805Z] 12:57:01 3 33.87 0.00 24.80 26.41 0.16 14.76 [2021-03-31T13:14:53.805Z] 12:58:01 all 43.36 0.00 17.09 17.51 0.17 21.87 [2021-03-31T13:14:53.805Z] 12:58:01 0 43.07 0.00 16.51 17.19 0.16 23.08 [2021-03-31T13:14:53.805Z] 12:58:01 1 45.13 0.00 17.41 15.00 0.12 22.35 [2021-03-31T13:14:53.805Z] 12:58:01 2 41.86 0.00 17.63 14.74 0.28 25.48 [2021-03-31T13:14:53.805Z] 12:58:01 3 43.34 0.00 16.80 23.21 0.12 16.52 [2021-03-31T13:14:53.805Z] 12:59:02 all 19.58 0.00 24.69 26.19 0.31 29.24 [2021-03-31T13:14:53.805Z] 12:59:02 0 19.29 0.00 23.88 26.20 0.26 30.37 [2021-03-31T13:14:53.805Z] 12:59:02 1 20.25 0.00 23.93 25.11 0.39 30.31 [2021-03-31T13:14:53.805Z] 12:59:02 2 19.56 0.00 25.77 24.93 0.34 29.41 [2021-03-31T13:14:53.805Z] 12:59:02 3 19.22 0.00 25.17 28.54 0.23 26.84 [2021-03-31T13:14:53.805Z] 13:00:01 all 45.14 0.00 15.33 12.14 0.50 26.89 [2021-03-31T13:14:53.805Z] 13:00:01 0 46.67 0.00 15.77 9.01 0.46 28.10 [2021-03-31T13:14:53.805Z] 13:00:01 1 44.80 0.00 15.24 16.99 0.54 22.43 [2021-03-31T13:14:53.805Z] 13:00:01 2 43.95 0.00 15.76 12.44 0.57 27.28 [2021-03-31T13:14:53.805Z] 13:00:01 3 45.16 0.00 14.54 10.11 0.43 29.75 [2021-03-31T13:14:53.805Z] 13:01:01 all 3.98 0.00 1.94 1.59 0.04 92.45 [2021-03-31T13:14:53.805Z] 13:01:01 0 5.13 0.00 2.00 2.54 0.03 90.30 [2021-03-31T13:14:53.805Z] 13:01:01 1 2.04 0.00 1.62 1.37 0.05 94.91 [2021-03-31T13:14:53.805Z] 13:01:01 2 6.21 0.00 2.42 1.14 0.03 90.19 [2021-03-31T13:14:53.805Z] 13:01:01 3 2.54 0.00 1.73 1.31 0.03 94.38 [2021-03-31T13:14:53.805Z] 13:02:01 all 0.18 0.00 0.04 0.02 0.01 99.75 [2021-03-31T13:14:53.805Z] 13:02:01 0 0.12 0.00 0.05 0.02 0.00 99.82 [2021-03-31T13:14:53.805Z] 13:02:01 1 0.12 0.00 0.05 0.02 0.00 99.82 [2021-03-31T13:14:53.805Z] 13:02:01 2 0.47 0.00 0.03 0.02 0.02 99.47 [2021-03-31T13:14:53.805Z] 13:02:01 3 0.03 0.00 0.03 0.03 0.02 99.88 [2021-03-31T13:14:53.805Z] [2021-03-31T13:14:53.805Z] 13:02:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T13:14:53.805Z] 13:03:01 all 0.16 0.00 0.05 0.00 0.02 99.77 [2021-03-31T13:14:53.805Z] 13:03:01 0 0.35 0.00 0.02 0.00 0.02 99.62 [2021-03-31T13:14:53.805Z] 13:03:01 1 0.07 0.00 0.08 0.00 0.05 99.80 [2021-03-31T13:14:53.805Z] 13:03:01 2 0.20 0.00 0.05 0.00 0.00 99.75 [2021-03-31T13:14:53.805Z] 13:03:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-31T13:14:53.805Z] 13:04:01 all 0.14 0.00 0.02 0.00 0.01 99.83 [2021-03-31T13:14:53.805Z] 13:04:01 0 0.48 0.00 0.03 0.00 0.02 99.47 [2021-03-31T13:14:53.805Z] 13:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T13:14:53.805Z] 13:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-31T13:14:53.805Z] 13:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-31T13:14:53.805Z] 13:05:01 all 0.18 0.00 0.10 0.03 0.01 99.68 [2021-03-31T13:14:53.805Z] 13:05:01 0 0.35 0.00 0.12 0.03 0.00 99.50 [2021-03-31T13:14:53.805Z] 13:05:01 1 0.07 0.00 0.10 0.03 0.02 99.78 [2021-03-31T13:14:53.805Z] 13:05:01 2 0.27 0.00 0.08 0.02 0.02 99.62 [2021-03-31T13:14:53.805Z] 13:05:01 3 0.03 0.00 0.12 0.02 0.02 99.82 [2021-03-31T13:14:53.805Z] 13:06:01 all 0.14 0.00 0.04 0.00 0.02 99.81 [2021-03-31T13:14:53.805Z] 13:06:01 0 0.00 0.00 0.05 0.00 0.00 99.95 [2021-03-31T13:14:53.805Z] 13:06:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2021-03-31T13:14:53.805Z] 13:06:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-31T13:14:53.805Z] 13:06:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2021-03-31T13:14:53.805Z] 13:07:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2021-03-31T13:14:53.805Z] 13:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-03-31T13:14:53.805Z] 13:07:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-31T13:14:53.805Z] 13:07:01 2 0.48 0.00 0.03 0.00 0.02 99.47 [2021-03-31T13:14:53.805Z] 13:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T13:14:53.805Z] 13:08:01 all 0.09 0.00 0.03 0.00 0.00 99.87 [2021-03-31T13:14:53.805Z] 13:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T13:14:53.805Z] 13:08:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T13:14:53.806Z] 13:08:01 2 0.30 0.00 0.05 0.00 0.00 99.65 [2021-03-31T13:14:53.806Z] 13:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T13:14:53.806Z] 13:09:01 all 0.16 0.00 0.02 0.00 0.01 99.81 [2021-03-31T13:14:53.806Z] 13:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-31T13:14:53.806Z] 13:09:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-31T13:14:53.806Z] 13:09:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2021-03-31T13:14:53.806Z] 13:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-31T13:14:53.806Z] 13:10:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-31T13:14:53.806Z] 13:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-31T13:14:53.806Z] 13:10:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T13:14:53.806Z] 13:10:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-03-31T13:14:53.806Z] 13:10:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-31T13:14:53.806Z] 13:11:01 all 0.09 0.00 0.03 0.00 0.01 99.87 [2021-03-31T13:14:53.806Z] 13:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-31T13:14:53.806Z] 13:11:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T13:14:53.806Z] 13:11:01 2 0.27 0.00 0.07 0.00 0.03 99.63 [2021-03-31T13:14:53.806Z] 13:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T13:14:53.806Z] 13:12:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-31T13:14:53.806Z] 13:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-31T13:14:53.806Z] 13:12:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-31T13:14:53.806Z] 13:12:01 2 0.48 0.00 0.03 0.02 0.00 99.47 [2021-03-31T13:14:53.806Z] 13:12:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-31T13:14:53.806Z] 13:13:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2021-03-31T13:14:53.806Z] 13:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T13:14:53.806Z] 13:13:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-31T13:14:53.806Z] 13:13:01 2 0.57 0.00 0.03 0.00 0.00 99.40 [2021-03-31T13:14:53.806Z] 13:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-31T13:14:53.806Z] [2021-03-31T13:14:53.806Z] 13:13:01 CPU %user %nice %system %iowait %steal %idle [2021-03-31T13:14:53.806Z] 13:14:02 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-31T13:14:53.806Z] 13:14:02 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-31T13:14:53.806Z] 13:14:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-31T13:14:53.806Z] 13:14:02 2 0.50 0.00 0.02 0.00 0.02 99.47 [2021-03-31T13:14:53.806Z] 13:14:02 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-31T13:14:53.806Z] Average: all 12.65 0.00 6.31 4.60 0.09 76.35 [2021-03-31T13:14:53.806Z] Average: 0 12.83 0.00 6.36 4.54 0.09 76.17 [2021-03-31T13:14:53.806Z] Average: 1 12.69 0.00 6.22 4.48 0.10 76.51 [2021-03-31T13:14:53.806Z] Average: 2 12.80 0.00 6.37 4.58 0.10 76.15 [2021-03-31T13:14:53.806Z] Average: 3 12.26 0.00 6.30 4.78 0.09 76.57 [2021-03-31T13:14:53.806Z] [2021-03-31T13:14:53.806Z] [2021-03-31T13:14:53.806Z]