Pull request #3571 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776+ac868777e331c26268a5ad6e9d5ebabff26c403f (a5a7b935529a341a6985e69c0d99d2bf6bd3c03a) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1139874112078209304.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 144eb70ba3d470a427e699408e811d3f535e987a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4873311176401293787.key > 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 144eb70ba3d470a427e699408e811d3f535e987a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2517223874198646552.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 144eb70ba3d470a427e699408e811d3f535e987a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 144eb70ba3d470a427e699408e811d3f535e987a # timeout=10 Commit message: "Merge pull request #341 from ernestojeda/master-2-main" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8812521977401103715.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2909991439858513765.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2443 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/20@tmp/jenkins-gitclient-ssh4511464497637783160.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ac868777e331c26268a5ad6e9d5ebabff26c403f into PR head commit 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 Merge succeeded, producing 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 Checking out Revision 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 (PR-3571) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/20@tmp/jenkins-gitclient-ssh488902022068434179.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/20@tmp/jenkins-gitclient-ssh5890681922770475202.key > git merge ac868777e331c26268a5ad6e9d5ebabff26c403f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" First time build. Skipping changelog. > git rev-list --no-walk 06b919cf4b7c7be94b977447c4cbd46850412a50 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-11T03:55:00.921Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-11T03:55:01.020Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-11T03:55:01.045Z] ========================================================= [2021-07-11T03:55:01.045Z] EdgeX Global Pipelines Version Info [2021-07-11T03:55:01.045Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-11T03:55:02.602Z] ------------------- [2021-07-11T03:55:02.602Z] stable info: [2021-07-11T03:55:02.602Z] ------------------- [2021-07-11T03:55:02.602Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-11T03:55:02.602Z] Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a [2021-07-11T03:55:02.602Z] Message: update stable to v1.0.196 [2021-07-11T03:55:03.179Z] ------------------- [2021-07-11T03:55:03.179Z] experimental info: [2021-07-11T03:55:03.179Z] ------------------- [2021-07-11T03:55:03.179Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-11T03:55:03.179Z] Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a [2021-07-11T03:55:03.179Z] Message: update experimental to v1.0.196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-11T03:55:03.316Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-07-11T03:55:03.339Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-07-11T03:55:03.362Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-11T03:55:03.385Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-11T03:55:03.409Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-11T03:55:03.432Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-11T03:55:03.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-11T03:55:03.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-07-11T03:55:03.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-07-11T03:55:03.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-07-11T03:55:03.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-11T03:55:03.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-11T03:55:03.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-11T03:55:03.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-11T03:55:03.662Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-11T03:55:03.693Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-11T03:55:03.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-11T03:55:03.765Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-11T03:55:03.798Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-11T03:55:03.830Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-11T03:55:03.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-11T03:55:03.956Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-11T03:55:04.016Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3571 [Pipeline] echo [2021-07-11T03:55:04.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3571 [Pipeline] echo [2021-07-11T03:55:04.135Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3571 [Pipeline] echo [2021-07-11T03:55:04.160Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [Pipeline] echo [2021-07-11T03:55:04.187Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8061a9e [Pipeline] echo [2021-07-11T03:55:04.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-11T03:55:04.297Z] provisioning config files... [2021-07-11T03:55:04.318Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config5719762444671792555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-11T03:55:04.655Z] ---> docker-login.sh [2021-07-11T03:55:04.655Z] nexus3.edgexfoundry.org:10001 [2021-07-11T03:55:04.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:55:05.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:55:05.185Z] Configure a credential helper to remove this warning. See [2021-07-11T03:55:05.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:55:05.185Z] [2021-07-11T03:55:05.185Z] Login Succeeded [2021-07-11T03:55:05.185Z] nexus3.edgexfoundry.org:10002 [2021-07-11T03:55:05.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:55:05.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:55:05.185Z] Configure a credential helper to remove this warning. See [2021-07-11T03:55:05.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:55:05.185Z] [2021-07-11T03:55:05.185Z] Login Succeeded [2021-07-11T03:55:05.185Z] nexus3.edgexfoundry.org:10003 [2021-07-11T03:55:05.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:55:05.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:55:05.451Z] Configure a credential helper to remove this warning. See [2021-07-11T03:55:05.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:55:05.451Z] [2021-07-11T03:55:05.451Z] Login Succeeded [2021-07-11T03:55:05.451Z] nexus3.edgexfoundry.org:10004 [2021-07-11T03:55:05.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:55:05.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:55:05.451Z] Configure a credential helper to remove this warning. See [2021-07-11T03:55:05.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:55:05.451Z] [2021-07-11T03:55:05.451Z] Login Succeeded [2021-07-11T03:55:05.451Z] docker.io [2021-07-11T03:55:05.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:55:05.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:55:05.985Z] Configure a credential helper to remove this warning. See [2021-07-11T03:55:05.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:55:05.985Z] [2021-07-11T03:55:05.985Z] Login Succeeded [2021-07-11T03:55:05.985Z] ---> docker-login.sh ends [Pipeline] } [2021-07-11T03:55:05.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-11T03:55:06.346Z] ++ 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-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/core-command/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo core-command,cmd/core-command/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/core-data/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo core-data,cmd/core-data/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/core-metadata/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/support-notifications/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-07-11T03:55:06.347Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-11T03:55:06.347Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-07-11T03:55:06.347Z] ++ cut -d/ -f2 [2021-07-11T03:55:06.347Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-07-11T03:55:06.400Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:55:07.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-11T03:55:07.895Z] [2021-07-11T03:55:07.895Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:55:08.228Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-11T03:55:08.228Z] latest: Pulling from edgex-devops/git-semver [2021-07-11T03:55:08.228Z] 31603596830f: Pulling fs layer [2021-07-11T03:55:08.228Z] b6dc333f4379: Pulling fs layer [2021-07-11T03:55:08.228Z] 3d9ef1400e77: Pulling fs layer [2021-07-11T03:55:08.228Z] fd332fbdc1db: Pulling fs layer [2021-07-11T03:55:08.228Z] fd332fbdc1db: Waiting [2021-07-11T03:55:08.228Z] b6dc333f4379: Download complete [2021-07-11T03:55:08.228Z] 31603596830f: Verifying Checksum [2021-07-11T03:55:08.228Z] 31603596830f: Download complete [2021-07-11T03:55:08.496Z] fd332fbdc1db: Verifying Checksum [2021-07-11T03:55:08.497Z] fd332fbdc1db: Download complete [2021-07-11T03:55:08.497Z] 3d9ef1400e77: Verifying Checksum [2021-07-11T03:55:08.497Z] 3d9ef1400e77: Download complete [2021-07-11T03:55:08.497Z] 31603596830f: Pull complete [2021-07-11T03:55:08.760Z] b6dc333f4379: Pull complete [2021-07-11T03:55:09.341Z] 3d9ef1400e77: Pull complete [2021-07-11T03:55:09.608Z] fd332fbdc1db: Pull complete [2021-07-11T03:55:09.608Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-11T03:55:09.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-11T03:55:09.608Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-11T03:55:09.718Z] prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container [2021-07-11T03:55:09.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-11T03:55:11.017Z] $ docker top 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-11T03:55:11.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-11T03:55:11.165Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-11T03:55:11.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-11T03:55:11.294Z] $ docker exec 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent [2021-07-11T03:55:11.418Z] SSH_AUTH_SOCK=/tmp/ssh-9UfObAMjSW7Q/agent.15 [2021-07-11T03:55:11.418Z] SSH_AGENT_PID=21 [2021-07-11T03:55:11.427Z] Running ssh-add (command line suppressed) [2021-07-11T03:55:11.533Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_6199132882318307342.key (/w/workspace/edgex-go/20@tmp/private_key_6199132882318307342.key) [2021-07-11T03:55:11.553Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-11T03:55:11.861Z] + git tag --points-at HEAD [Pipeline] } [2021-07-11T03:55:11.874Z] $ docker exec --env ******** --env ******** 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent -k [2021-07-11T03:55:11.988Z] unset SSH_AUTH_SOCK; [2021-07-11T03:55:11.988Z] unset SSH_AGENT_PID; [2021-07-11T03:55:11.988Z] echo Agent pid 21 killed; [2021-07-11T03:55:12.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-11T03:55:12.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-11T03:55:12.042Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-11T03:55:12.176Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-11T03:55:12.175Z] $ docker exec 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent [2021-07-11T03:55:12.300Z] SSH_AUTH_SOCK=/tmp/ssh-oMvJniZ6XDcl/agent.55 [2021-07-11T03:55:12.300Z] SSH_AGENT_PID=62 [2021-07-11T03:55:12.306Z] Running ssh-add (command line suppressed) [2021-07-11T03:55:12.409Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_881065804688956143.key (/w/workspace/edgex-go/20@tmp/private_key_881065804688956143.key) [2021-07-11T03:55:12.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-11T03:55:12.745Z] + git semver init [2021-07-11T03:55:12.745Z] # -> Open(): unable to determine branch for HEAD [2021-07-11T03:55:12.745Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-07-11T03:55:12.745Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-07-11T03:55:12.745Z] # $SEMVER_REMOTE_NAME = origin [2021-07-11T03:55:12.745Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-11T03:55:12.745Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-11T03:55:12.745Z] # $SEMVER_BRANCH = PR-3571 [2021-07-11T03:55:12.745Z] # $SEMVER_TEMP = /tmp/semver-204468851 [2021-07-11T03:55:12.745Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-07-11T03:55:25.035Z] # '/tmp/semver-204468851' -> '/w/workspace/edgex-go/20/.semver' [2021-07-11T03:55:25.035Z] # -> Force: false [2021-07-11T03:55:25.035Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-07-11T03:55:25.045Z] $ docker exec --env ******** --env ******** 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent -k [2021-07-11T03:55:25.157Z] unset SSH_AUTH_SOCK; [2021-07-11T03:55:25.158Z] unset SSH_AGENT_PID; [2021-07-11T03:55:25.158Z] echo Agent pid 62 killed; [2021-07-11T03:55:25.175Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-11T03:55:25.519Z] + git semver [Pipeline] } [2021-07-11T03:55:25.532Z] $ docker stop --time=1 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 [2021-07-11T03:55:27.679Z] $ docker rm -f 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-11T03:55:28.072Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-11T03:55:28.373Z] Stashed 1 file(s) [Pipeline] echo [2021-07-11T03:55:28.377Z] [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-07-11T03:55:29.267Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-07-11T03:55:29.569Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-07-11T03:55:29.872Z] + true [2021-07-11T03:55:29.872Z] + sudo service docker restart [2021-07-11T03:55:29.872Z] Redirecting to /bin/systemctl restart docker.service [2021-07-11T03:55:43.785Z] Still waiting to schedule task [2021-07-11T03:55:43.785Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo [2021-07-11T03:55:48.036Z] ========================================================= [2021-07-11T03:55:48.036Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-11T03:55:48.036Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:55:48.367Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-11T03:55:49.765Z] Sending build context to Docker daemon 328.3MB [2021-07-11T03:55:49.765Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-11T03:55:49.765Z] Step 2/6 : FROM ${BASE} [2021-07-11T03:55:50.031Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-11T03:55:50.031Z] 540db60ca938: Pulling fs layer [2021-07-11T03:55:50.031Z] adcc1eea9eea: Pulling fs layer [2021-07-11T03:55:50.031Z] 4c4ab2625f07: Pulling fs layer [2021-07-11T03:55:50.031Z] 0773c198feca: Pulling fs layer [2021-07-11T03:55:50.031Z] 345f892a5656: Pulling fs layer [2021-07-11T03:55:50.031Z] 9ac62484cfdc: Pulling fs layer [2021-07-11T03:55:50.031Z] 5ac4037533be: Pulling fs layer [2021-07-11T03:55:50.031Z] dc6bda0758c5: Pulling fs layer [2021-07-11T03:55:50.031Z] 0773c198feca: Waiting [2021-07-11T03:55:50.031Z] 345f892a5656: Waiting [2021-07-11T03:55:50.031Z] 9ac62484cfdc: Waiting [2021-07-11T03:55:50.031Z] 5ac4037533be: Waiting [2021-07-11T03:55:50.031Z] dc6bda0758c5: Waiting [2021-07-11T03:55:50.031Z] 4c4ab2625f07: Verifying Checksum [2021-07-11T03:55:50.031Z] 4c4ab2625f07: Download complete [2021-07-11T03:55:50.031Z] adcc1eea9eea: Verifying Checksum [2021-07-11T03:55:50.031Z] adcc1eea9eea: Download complete [2021-07-11T03:55:50.031Z] 345f892a5656: Verifying Checksum [2021-07-11T03:55:50.031Z] 345f892a5656: Download complete [2021-07-11T03:55:50.031Z] 540db60ca938: Verifying Checksum [2021-07-11T03:55:50.031Z] 540db60ca938: Download complete [2021-07-11T03:55:50.031Z] 9ac62484cfdc: Verifying Checksum [2021-07-11T03:55:50.031Z] 9ac62484cfdc: Download complete [2021-07-11T03:55:50.294Z] 540db60ca938: Pull complete [2021-07-11T03:55:50.556Z] adcc1eea9eea: Pull complete [2021-07-11T03:55:50.556Z] 4c4ab2625f07: Pull complete [2021-07-11T03:55:50.817Z] 5ac4037533be: Verifying Checksum [2021-07-11T03:55:50.817Z] 5ac4037533be: Download complete [2021-07-11T03:55:52.216Z] dc6bda0758c5: Verifying Checksum [2021-07-11T03:55:52.216Z] dc6bda0758c5: Download complete [2021-07-11T03:55:52.790Z] 0773c198feca: Verifying Checksum [2021-07-11T03:55:52.790Z] 0773c198feca: Download complete [2021-07-11T03:55:57.034Z] 0773c198feca: Pull complete [2021-07-11T03:55:57.034Z] 345f892a5656: Pull complete [2021-07-11T03:55:57.034Z] 9ac62484cfdc: Pull complete [2021-07-11T03:55:57.034Z] 5ac4037533be: Pull complete [2021-07-11T03:55:58.491Z] dc6bda0758c5: Pull complete [2021-07-11T03:55:58.491Z] Digest: sha256:693441261ed0de8fcf303aa2a0eae3a43e217b849db77d7793b1d2a0399e3ec4 [2021-07-11T03:55:58.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-11T03:55:58.491Z] ---> eb58bd16d52e [2021-07-11T03:55:58.491Z] 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-07-11T03:56:01.811Z] ---> Running in 2a86789ef5d2 [2021-07-11T03:56:01.811Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T03:56:02.757Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T03:56:03.019Z] (1/12) Installing libmagic (5.39-r0) [2021-07-11T03:56:03.593Z] (2/12) Installing file (5.39-r0) [2021-07-11T03:56:03.854Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-11T03:56:03.854Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-11T03:56:08.074Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-11T03:56:08.074Z] (6/12) Installing patch (2.7.6-r7) [2021-07-11T03:56:08.074Z] (7/12) Installing build-base (0.5-r2) [2021-07-11T03:56:08.074Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-11T03:56:08.074Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-11T03:56:08.074Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-11T03:56:08.074Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-11T03:56:08.343Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-11T03:56:08.343Z] Executing busybox-1.32.1-r6.trigger [2021-07-11T03:56:08.343Z] OK: 219 MiB in 52 packages [2021-07-11T03:56:10.262Z] Removing intermediate container 2a86789ef5d2 [2021-07-11T03:56:10.262Z] ---> 4c367a890a25 [2021-07-11T03:56:10.262Z] Step 4/6 : WORKDIR /edgex-go [2021-07-11T03:56:10.262Z] ---> Running in d641fb32350e [2021-07-11T03:56:10.262Z] Removing intermediate container d641fb32350e [2021-07-11T03:56:10.262Z] ---> 274b21ceefa9 [2021-07-11T03:56:10.262Z] Step 5/6 : COPY go.mod . [2021-07-11T03:56:10.262Z] ---> 8f96cf2f520e [2021-07-11T03:56:10.262Z] Step 6/6 : RUN go mod download [2021-07-11T03:56:10.262Z] ---> Running in 44a4256e53e2 [2021-07-11T03:56:28.408Z] Removing intermediate container 44a4256e53e2 [2021-07-11T03:56:28.408Z] ---> ce1534563b2a [2021-07-11T03:56:28.408Z] Successfully built ce1534563b2a [2021-07-11T03:56:28.408Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:56:28.724Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-11T03:56:28.724Z] . [Pipeline] withDockerContainer [2021-07-11T03:56:28.817Z] prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container [2021-07-11T03:56:28.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-11T03:56:29.269Z] $ docker top 1817ed03dca962a6b21558ff5daff4350935fe09092dc8978c245d3afc90ffc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T03:56:29.735Z] + go version [2021-07-11T03:56:29.735Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-11T03:56:29.747Z] $ docker stop --time=1 1817ed03dca962a6b21558ff5daff4350935fe09092dc8978c245d3afc90ffc5 [2021-07-11T03:56:30.952Z] $ docker rm -f 1817ed03dca962a6b21558ff5daff4350935fe09092dc8978c245d3afc90ffc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:56:31.517Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-11T03:56:31.517Z] . [Pipeline] withDockerContainer [2021-07-11T03:56:31.602Z] prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container [2021-07-11T03:56:31.641Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-11T03:56:32.032Z] $ docker top 25db1917af620dd3be67b774838f1372a2c5528e499f42bb5f728f343def2b52 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-11T03:56:32.133Z] ========================================================= [2021-07-11T03:56:32.133Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-11T03:56:32.133Z] ========================================================= [Pipeline] sh [2021-07-11T03:56:32.433Z] + go mod tidy [Pipeline] sh [2021-07-11T03:56:33.007Z] + make test [2021-07-11T03:56:33.007Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-07-11T03:56:33.271Z] go mod tidy [2021-07-11T03:56:33.538Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-11T03:56:40.193Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-11T03:56:58.387Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-11T03:57:02.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-11T03:57:03.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-11T03:57:03.885Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-11T03:57:06.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-11T03:57:07.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-11T03:57:07.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-11T03:57:07.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-11T03:57:08.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-11T03:57:08.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-11T03:57:08.602Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-11T03:57:08.602Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-11T03:57:08.602Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-11T03:57:08.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-11T03:57:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements [2021-07-11T03:57:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-11T03:57:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-11T03:57:12.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 100.0% of statements [2021-07-11T03:57:12.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-11T03:57:12.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 53.1% of statements [2021-07-11T03:57:12.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-11T03:57:12.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-11T03:57:13.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.086s coverage: 87.7% of statements [2021-07-11T03:57:13.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-11T03:57:13.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-11T03:57:13.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.055s coverage: 78.9% of statements [2021-07-11T03:57:14.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.055s coverage: 81.2% of statements [2021-07-11T03:57:14.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-11T03:57:14.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-11T03:57:14.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-11T03:57:14.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-11T03:57:14.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-11T03:57:15.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.263s coverage: 95.1% of statements [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-11T03:57:15.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-11T03:57:15.688Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2021-07-11T03:57:15.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-11T03:57:15.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-11T03:57:15.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-11T03:57:16.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.8% of statements [2021-07-11T03:57:16.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-11T03:57:16.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-07-11T03:57:16.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 22.0% of statements [2021-07-11T03:57:16.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-11T03:57:16.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements [2021-07-11T03:57:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-07-11T03:57:17.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-07-11T03:57:17.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-07-11T03:57:17.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-07-11T03:57:30.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2021-07-11T03:57:30.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-07-11T03:57:35.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.256s coverage: 81.8% of statements [2021-07-11T03:57:35.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 85.4% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.2% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 64.4% of statements [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-11T03:57:53.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-07-11T03:57:53.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-07-11T03:57:54.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.199s coverage: 66.9% of statements [2021-07-11T03:57:54.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-11T03:57:54.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-11T03:57:54.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-11T03:57:54.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 43.6% of statements [2021-07-11T03:57:54.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-11T03:57:54.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-11T03:57:54.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2021-07-11T03:57:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-11T03:57:54.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-07-11T03:57:54.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-11T03:57:56.198Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2444 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws [2021-07-11T03:57:56.219Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-07-11T03:57:56.439Z] The recommended git tool is: git [2021-07-11T03:58:01.252Z] using credential edgex-jenkins-ssh [2021-07-11T03:58:01.279Z] Cloning the remote Git repository [2021-07-11T03:58:01.384Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 19.3% of statements [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 91.9% of statements [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.6% of statements [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-11T03:58:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-07-11T03:58:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements [2021-07-11T03:58:02.347Z] GO111MODULE=on go vet ./... [2021-07-11T03:58:01.538Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-07-11T03:58:01.622Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-11T03:58:01.623Z] > git --version # timeout=10 [2021-07-11T03:58:01.637Z] > git --version # 'git version 2.17.1' [2021-07-11T03:58:01.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T03:58:01.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T03:58:17.662Z] Merging remotes/origin/main commit ac868777e331c26268a5ad6e9d5ebabff26c403f into PR head commit 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T03:58:17.967Z] Merge succeeded, producing 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T03:58:17.968Z] Checking out Revision 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 (PR-3571) [2021-07-11T03:58:17.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-11T03:58:17.104Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T03:58:17.125Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-11T03:58:17.150Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-11T03:58:17.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T03:58:17.168Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-11T03:58:17.682Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T03:58:17.697Z] > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 [2021-07-11T03:58:17.894Z] > git remote # timeout=10 [2021-07-11T03:58:17.909Z] > git config --get remote.origin.url # timeout=10 [2021-07-11T03:58:17.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T03:58:17.934Z] > git merge ac868777e331c26268a5ad6e9d5ebabff26c403f # timeout=10 [2021-07-11T03:58:17.955Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-11T03:58:17.975Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T03:58:17.989Z] > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 [2021-07-11T03:58:22.461Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-11T03:58:23.848Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-07-11T03:58:24.271Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-07-11T03:58:24.612Z] + true [2021-07-11T03:58:24.612Z] + sudo service docker restart [2021-07-11T03:58:29.024Z] gofmt -l . [2021-07-11T03:58:29.024Z] [ "`gofmt -l .`" = "" ] [2021-07-11T03:58:29.024Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-11T03:58:29.333Z] + ls -al . [2021-07-11T03:58:29.333Z] total 564 [2021-07-11T03:58:29.333Z] drwxrwxr-x 10 1001 1001 4096 Jul 11 03:58 . [2021-07-11T03:58:29.333Z] drwxr-xr-x 4 root root 30 Jul 11 03:56 .. [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 11 Jul 11 03:54 .dockerignore [2021-07-11T03:58:29.333Z] drwxrwxr-x 8 1001 1001 179 Jul 11 03:55 .git [2021-07-11T03:58:29.333Z] drwxrwxr-x 3 1001 1001 125 Jul 11 03:54 .github [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 818 Jul 11 03:54 .gitignore [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 76 Jul 11 03:54 .hadolint.yml [2021-07-11T03:58:29.333Z] drwx------ 3 1001 1001 58 Jul 11 03:55 .semver [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 166 Jul 11 03:54 .sonarcloud.properties [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 8609 Jul 11 03:54 Attribution.txt [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 43881 Jul 11 03:54 CHANGELOG.md [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 3804 Jul 11 03:54 CONTRIBUTING.md [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 931 Jul 11 03:54 Dockerfile.build [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 849 Jul 11 03:54 Jenkinsfile [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 10775 Jul 11 03:54 LICENSE [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 6003 Jul 11 03:54 Makefile [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 7818 Jul 11 03:54 README.md [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 6912 Jul 11 03:54 SECURITY.md [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 5 Jul 11 03:55 VERSION [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 4131 Jul 11 03:54 ZMQWindows.md [2021-07-11T03:58:29.333Z] drwxrwxr-x 2 1001 1001 37 Jul 11 03:54 bin [2021-07-11T03:58:29.333Z] drwxrwxr-x 14 1001 1001 4096 Jul 11 03:54 cmd [2021-07-11T03:58:29.333Z] -rw-r--r-- 1 root root 398095 Jul 11 03:58 coverage.out [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 806 Jul 11 03:54 go.mod [2021-07-11T03:58:29.333Z] -rw-r--r-- 1 root root 20850 Jul 11 03:56 go.sum [2021-07-11T03:58:29.333Z] drwxrwxr-x 7 1001 1001 114 Jul 11 03:54 internal [2021-07-11T03:58:29.333Z] drwxrwxr-x 3 1001 1001 16 Jul 11 03:54 openapi [2021-07-11T03:58:29.333Z] drwxrwxr-x 4 1001 1001 71 Jul 11 03:54 snap [2021-07-11T03:58:29.333Z] -rw-rw-r-- 1 1001 1001 168 Jul 11 03:54 version.go [Pipeline] sh [2021-07-11T03:58:29.637Z] + '[' -e coverage.out ] [2021-07-11T03:58:29.637Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-11T03:58:29.754Z] Stashed 1 file(s) [Pipeline] sh [2021-07-11T03:58:30.049Z] + make build [2021-07-11T03:58:30.049Z] go mod tidy [2021-07-11T03:58:30.311Z] 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-07-11T03:58:31.705Z] 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-07-11T03:58:39.957Z] 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-07-11T03:58:39.957Z] 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-07-11T03:58:41.356Z] 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-07-11T03:58:41.617Z] 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-07-11T03:58:42.573Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-11T03:58:42.967Z] provisioning config files... [2021-07-11T03:58:42.995Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config3037778624460433575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-11T03:58:43.382Z] ---> docker-login.sh [2021-07-11T03:58:43.382Z] nexus3.edgexfoundry.org:10001 [2021-07-11T03:58:43.526Z] 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-07-11T03:58:44.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:58:44.485Z] 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-07-11T03:58:44.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:58:44.644Z] Configure a credential helper to remove this warning. See [2021-07-11T03:58:44.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:58:44.644Z] [2021-07-11T03:58:44.644Z] Login Succeeded [2021-07-11T03:58:44.644Z] nexus3.edgexfoundry.org:10002 [2021-07-11T03:58:45.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:58:45.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:58:45.247Z] Configure a credential helper to remove this warning. See [2021-07-11T03:58:45.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:58:45.247Z] [2021-07-11T03:58:45.247Z] Login Succeeded [2021-07-11T03:58:45.247Z] nexus3.edgexfoundry.org:10003 [2021-07-11T03:58:45.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:58:45.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:58:45.850Z] Configure a credential helper to remove this warning. See [2021-07-11T03:58:45.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:58:45.850Z] [2021-07-11T03:58:45.850Z] Login Succeeded [2021-07-11T03:58:45.850Z] nexus3.edgexfoundry.org:10004 [2021-07-11T03:58:45.872Z] 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-07-11T03:58:46.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:58:46.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:58:46.403Z] Configure a credential helper to remove this warning. See [2021-07-11T03:58:46.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:58:46.403Z] [2021-07-11T03:58:46.403Z] Login Succeeded [2021-07-11T03:58:46.403Z] docker.io [2021-07-11T03:58:46.451Z] 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-07-11T03:58:46.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-11T03:58:47.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-11T03:58:47.282Z] Configure a credential helper to remove this warning. See [2021-07-11T03:58:47.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-11T03:58:47.282Z] [2021-07-11T03:58:47.282Z] Login Succeeded [2021-07-11T03:58:47.282Z] ---> docker-login.sh ends [Pipeline] } [2021-07-11T03:58:47.301Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-11T03:58:47.678Z] ========================================================= [2021-07-11T03:58:47.678Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-11T03:58:47.678Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:58:47.872Z] 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-07-11T03:58:48.037Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [Pipeline] } [2021-07-11T03:58:49.286Z] $ docker stop --time=1 25db1917af620dd3be67b774838f1372a2c5528e499f42bb5f728f343def2b52 [2021-07-11T03:58:50.023Z] Sending build context to Docker daemon 165.7MB [2021-07-11T03:58:50.023Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-11T03:58:50.023Z] Step 2/6 : FROM ${BASE} [2021-07-11T03:58:50.300Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-11T03:58:50.300Z] 595b0fe564bb: Pulling fs layer [2021-07-11T03:58:50.300Z] 24495759ef45: Pulling fs layer [2021-07-11T03:58:50.300Z] d148012ef14d: Pulling fs layer [2021-07-11T03:58:50.300Z] cb65c68fc2e2: Pulling fs layer [2021-07-11T03:58:50.300Z] 093eec477d81: Pulling fs layer [2021-07-11T03:58:50.300Z] 20fd20ab2234: Pulling fs layer [2021-07-11T03:58:50.300Z] 43245461236d: Pulling fs layer [2021-07-11T03:58:50.300Z] cb65c68fc2e2: Waiting [2021-07-11T03:58:50.300Z] 20fd20ab2234: Waiting [2021-07-11T03:58:50.300Z] 5a37c24eccbd: Pulling fs layer [2021-07-11T03:58:50.300Z] 093eec477d81: Waiting [2021-07-11T03:58:50.300Z] 43245461236d: Waiting [2021-07-11T03:58:50.300Z] 5a37c24eccbd: Waiting [2021-07-11T03:58:50.300Z] d148012ef14d: Download complete [2021-07-11T03:58:50.300Z] 24495759ef45: Verifying Checksum [2021-07-11T03:58:50.300Z] 24495759ef45: Download complete [2021-07-11T03:58:50.577Z] 093eec477d81: Verifying Checksum [2021-07-11T03:58:50.577Z] 093eec477d81: Download complete [2021-07-11T03:58:50.577Z] 20fd20ab2234: Download complete [2021-07-11T03:58:50.577Z] 595b0fe564bb: Verifying Checksum [2021-07-11T03:58:50.577Z] 595b0fe564bb: Download complete [2021-07-11T03:58:50.577Z] 43245461236d: Verifying Checksum [2021-07-11T03:58:50.577Z] 43245461236d: Download complete [2021-07-11T03:58:51.180Z] 595b0fe564bb: Pull complete [2021-07-11T03:58:51.285Z] $ docker rm -f 25db1917af620dd3be67b774838f1372a2c5528e499f42bb5f728f343def2b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-07-11T03:58:51.785Z] 24495759ef45: Pull complete [2021-07-11T03:58:52.389Z] d148012ef14d: Pull complete [2021-07-11T03:58:53.383Z] 5a37c24eccbd: Download complete [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:58:54.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-11T03:58:54.592Z] [2021-07-11T03:58:54.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:58:54.822Z] cb65c68fc2e2: Verifying Checksum [2021-07-11T03:58:54.822Z] cb65c68fc2e2: Download complete [2021-07-11T03:58:54.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-11T03:58:54.923Z] latest: Pulling from edgex-devops/edgex-compose [2021-07-11T03:58:54.923Z] cbdbe7a5bc2a: Pulling fs layer [2021-07-11T03:58:54.923Z] ca9280d653b3: Pulling fs layer [2021-07-11T03:58:54.923Z] 7e9c9ca2126c: Pulling fs layer [2021-07-11T03:58:55.187Z] cbdbe7a5bc2a: Download complete [2021-07-11T03:58:55.187Z] cbdbe7a5bc2a: Pull complete [2021-07-11T03:58:55.768Z] ca9280d653b3: Verifying Checksum [2021-07-11T03:58:55.768Z] ca9280d653b3: Download complete [2021-07-11T03:58:56.351Z] ca9280d653b3: Pull complete [2021-07-11T03:58:56.615Z] 7e9c9ca2126c: Verifying Checksum [2021-07-11T03:58:56.615Z] 7e9c9ca2126c: Download complete [2021-07-11T03:58:59.948Z] 7e9c9ca2126c: Pull complete [2021-07-11T03:58:59.948Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-07-11T03:58:59.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-11T03:58:59.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-07-11T03:59:00.035Z] prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container [2021-07-11T03:59:00.076Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-11T03:59:03.540Z] $ docker top af01194b94cf997114590a51144e5bdf83618e792c72466859389d2ecc0a1071 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T03:59:03.944Z] + grep parallel [2021-07-11T03:59:03.945Z] + docker-compose build --help [2021-07-11T03:59:04.519Z] --parallel Build images in parallel. [Pipeline] } [2021-07-11T03:59:04.527Z] $ docker stop --time=1 af01194b94cf997114590a51144e5bdf83618e792c72466859389d2ecc0a1071 [2021-07-11T03:59:05.022Z] cb65c68fc2e2: Pull complete [2021-07-11T03:59:05.303Z] 093eec477d81: Pull complete [2021-07-11T03:59:05.752Z] $ docker rm -f af01194b94cf997114590a51144e5bdf83618e792c72466859389d2ecc0a1071 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-07-11T03:59:05.903Z] 20fd20ab2234: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:59:06.177Z] 43245461236d: Pull complete [2021-07-11T03:59:06.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-11T03:59:06.200Z] . [Pipeline] withDockerContainer [2021-07-11T03:59:06.284Z] prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container [2021-07-11T03:59:06.328Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-11T03:59:06.730Z] $ docker top a5dca81e184ad1f5191594177eff1d75a1a05741ccb359b01c546136be97cd46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T03:59:07.117Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-11T03:59:07.692Z] Building core-command ... [2021-07-11T03:59:07.692Z] Building core-data ... [2021-07-11T03:59:07.692Z] Building core-metadata ... [2021-07-11T03:59:07.692Z] Building security-bootstrapper ... [2021-07-11T03:59:07.692Z] Building security-proxy-setup ... [2021-07-11T03:59:07.692Z] Building security-secretstore-setup ... [2021-07-11T03:59:07.692Z] Building support-notifications ... [2021-07-11T03:59:07.692Z] Building support-scheduler ... [2021-07-11T03:59:07.692Z] Building sys-mgmt-agent ... [2021-07-11T03:59:07.692Z] Building support-notifications [2021-07-11T03:59:07.692Z] Building security-secretstore-setup [2021-07-11T03:59:07.692Z] Building security-proxy-setup [2021-07-11T03:59:07.692Z] Building security-bootstrapper [2021-07-11T03:59:07.692Z] Building sys-mgmt-agent [2021-07-11T03:59:10.522Z] 5a37c24eccbd: Pull complete [2021-07-11T03:59:10.522Z] Digest: sha256:1f93be31992c0c85398b36ba92fe0466778821d351774b6a75e3069a3cd419d7 [2021-07-11T03:59:10.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-11T03:59:10.522Z] ---> 274d7007c78b [2021-07-11T03:59:10.522Z] 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-07-11T03:59:13.149Z] ---> Running in 756f34bf3c84 [2021-07-11T03:59:14.591Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T03:59:15.569Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T03:59:16.554Z] (1/12) Installing libmagic (5.39-r0) [2021-07-11T03:59:16.554Z] (2/12) Installing file (5.39-r0) [2021-07-11T03:59:16.554Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-11T03:59:16.833Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-11T03:59:20.128Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T03:59:20.128Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T03:59:20.128Z] ---> ce1534563b2a [2021-07-11T03:59:20.128Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T03:59:20.128Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T03:59:20.128Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-11T03:59:20.128Z] ---> ce1534563b2a [2021-07-11T03:59:20.128Z] Step 3/26 : WORKDIR /edgex-go [2021-07-11T03:59:20.128Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T03:59:20.128Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-11T03:59:20.128Z] ---> ce1534563b2a [2021-07-11T03:59:20.128Z] Step 3/22 : WORKDIR /edgex-go [2021-07-11T03:59:20.236Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-11T03:59:20.236Z] (6/12) Installing patch (2.7.6-r7) [2021-07-11T03:59:20.236Z] (7/12) Installing build-base (0.5-r2) [2021-07-11T03:59:20.236Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-11T03:59:20.507Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-11T03:59:20.507Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-11T03:59:20.507Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-11T03:59:20.780Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-11T03:59:20.780Z] Executing busybox-1.32.1-r6.trigger [2021-07-11T03:59:20.780Z] OK: 218 MiB in 52 packages [2021-07-11T03:59:25.143Z] Removing intermediate container 756f34bf3c84 [2021-07-11T03:59:25.143Z] ---> 237ad04a6cff [2021-07-11T03:59:25.143Z] Step 4/6 : WORKDIR /edgex-go [2021-07-11T03:59:25.143Z] ---> Running in 5ddb1970c01f [2021-07-11T03:59:25.143Z] Removing intermediate container 5ddb1970c01f [2021-07-11T03:59:25.143Z] ---> 9cab478e9dd0 [2021-07-11T03:59:25.143Z] Step 5/6 : COPY go.mod . [2021-07-11T03:59:26.125Z] ---> 559cdac3e671 [2021-07-11T03:59:26.125Z] Step 6/6 : RUN go mod download [2021-07-11T03:59:26.125Z] ---> Running in f52cd778e39a [2021-07-11T03:59:28.296Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T03:59:28.296Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-11T03:59:28.296Z] ---> ce1534563b2a [2021-07-11T03:59:28.296Z] Step 3/23 : WORKDIR /edgex-go [2021-07-11T03:59:28.296Z] ---> Running in a58b5d3d9df4 [2021-07-11T03:59:28.296Z] ---> Running in be4b3daff963 [2021-07-11T03:59:28.296Z] ---> Running in b55691a0c3b1 [2021-07-11T03:59:28.296Z] ---> Running in 317285ae2103 [2021-07-11T03:59:29.247Z] Removing intermediate container a58b5d3d9df4 [2021-07-11T03:59:29.247Z] ---> b28440b6385f [2021-07-11T03:59:29.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T03:59:29.247Z] Removing intermediate container b55691a0c3b1 [2021-07-11T03:59:29.247Z] ---> e1a7ce2ea793 [2021-07-11T03:59:29.247Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T03:59:29.247Z] Removing intermediate container be4b3daff963 [2021-07-11T03:59:29.247Z] ---> a8304db193c5 [2021-07-11T03:59:29.247Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T03:59:29.514Z] Removing intermediate container 317285ae2103 [2021-07-11T03:59:29.514Z] ---> 114707d930ca [2021-07-11T03:59:29.514Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T03:59:29.514Z] ---> Running in 20f7bccd687b [2021-07-11T03:59:29.514Z] ---> Running in 6778b69f5bd0 [2021-07-11T03:59:29.514Z] ---> Running in 0d113d5dd5c0 [2021-07-11T03:59:29.514Z] ---> Running in 664b74d9537e [2021-07-11T03:59:30.917Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T03:59:30.917Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-11T03:59:30.917Z] ---> ce1534563b2a [2021-07-11T03:59:30.917Z] Step 3/32 : WORKDIR /edgex-go [2021-07-11T03:59:30.917Z] ---> Using cache [2021-07-11T03:59:30.917Z] ---> 114707d930ca [2021-07-11T03:59:30.917Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T03:59:31.181Z] ---> Running in 834e501f7e32 [2021-07-11T03:59:31.181Z] Removing intermediate container 20f7bccd687b [2021-07-11T03:59:31.181Z] ---> 2564eb932342 [2021-07-11T03:59:31.181Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-11T03:59:31.181Z] ---> Running in 838747ed07c6 [2021-07-11T03:59:31.181Z] Removing intermediate container 6778b69f5bd0 [2021-07-11T03:59:31.181Z] ---> 73a699e9e592 [2021-07-11T03:59:31.181Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-11T03:59:31.181Z] ---> Running in 208dec477316 [2021-07-11T03:59:31.451Z] Removing intermediate container 664b74d9537e [2021-07-11T03:59:31.451Z] ---> e90098d96aaf [2021-07-11T03:59:31.451Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-11T03:59:31.451Z] Removing intermediate container 0d113d5dd5c0 [2021-07-11T03:59:31.451Z] ---> c12c28d73bea [2021-07-11T03:59:31.451Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-11T03:59:31.451Z] ---> Running in e280ea450486 [2021-07-11T03:59:31.451Z] ---> Running in 5bdf1e7da764 [2021-07-11T03:59:32.033Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:32.033Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:32.296Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:32.296Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:32.296Z] Removing intermediate container 834e501f7e32 [2021-07-11T03:59:32.296Z] ---> 481167b7e970 [2021-07-11T03:59:32.296Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-11T03:59:32.296Z] ---> Running in 07a561944405 [2021-07-11T03:59:32.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:32.825Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:32.825Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:33.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:33.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:33.359Z] OK: 219 MiB in 52 packages [2021-07-11T03:59:33.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T03:59:33.626Z] OK: 219 MiB in 52 packages [2021-07-11T03:59:33.626Z] OK: 219 MiB in 52 packages [2021-07-11T03:59:33.626Z] OK: 219 MiB in 52 packages [2021-07-11T03:59:33.892Z] Removing intermediate container 838747ed07c6 [2021-07-11T03:59:33.893Z] ---> 6fb0d4402782 [2021-07-11T03:59:33.893Z] Step 6/22 : COPY go.mod . [2021-07-11T03:59:34.160Z] Removing intermediate container e280ea450486 [2021-07-11T03:59:34.160Z] ---> fa8c046388d9 [2021-07-11T03:59:34.160Z] Step 6/23 : COPY go.mod . [2021-07-11T03:59:34.160Z] Removing intermediate container 208dec477316 [2021-07-11T03:59:34.160Z] ---> 8a4d024a9bb4 [2021-07-11T03:59:34.160Z] Step 6/26 : COPY go.mod . [2021-07-11T03:59:34.160Z] ---> b11ca1a6120f [2021-07-11T03:59:34.160Z] Step 7/22 : RUN go mod download [2021-07-11T03:59:34.160Z] ---> Running in 5b3903c816bd [2021-07-11T03:59:34.160Z] Removing intermediate container 5bdf1e7da764 [2021-07-11T03:59:34.160Z] ---> 9937e0bd58ba [2021-07-11T03:59:34.160Z] Step 6/24 : COPY go.mod . [2021-07-11T03:59:34.425Z] ---> 26e27862be96 [2021-07-11T03:59:34.425Z] Step 7/23 : RUN go mod download [2021-07-11T03:59:34.425Z] ---> f710034f7fba [2021-07-11T03:59:34.425Z] Step 7/26 : RUN go mod download [2021-07-11T03:59:34.425Z] ---> Running in e1f107cb201e [2021-07-11T03:59:34.425Z] ---> Running in afe1072256b1 [2021-07-11T03:59:34.425Z] ---> c06319e98a1e [2021-07-11T03:59:34.425Z] Step 7/24 : RUN go mod download [2021-07-11T03:59:34.425Z] ---> Running in 894981c94d65 [2021-07-11T03:59:34.689Z] OK: 219 MiB in 52 packages [2021-07-11T03:59:34.951Z] Removing intermediate container 07a561944405 [2021-07-11T03:59:34.951Z] ---> 80eee952949f [2021-07-11T03:59:34.951Z] Step 6/32 : COPY go.mod . [2021-07-11T03:59:35.222Z] Removing intermediate container 5b3903c816bd [2021-07-11T03:59:35.222Z] ---> 6fd4b62ccfac [2021-07-11T03:59:35.222Z] Step 8/22 : COPY . . [2021-07-11T03:59:35.485Z] ---> 9c3709d60f7e [2021-07-11T03:59:35.485Z] Step 7/32 : RUN go mod download [2021-07-11T03:59:35.485Z] ---> Running in 52f94c5de78e [2021-07-11T03:59:38.046Z] Removing intermediate container e1f107cb201e [2021-07-11T03:59:38.046Z] ---> 9176b3b78006 [2021-07-11T03:59:38.046Z] Step 8/23 : COPY . . [2021-07-11T03:59:40.605Z] Removing intermediate container afe1072256b1 [2021-07-11T03:59:40.605Z] ---> c3c5097aeb43 [2021-07-11T03:59:40.605Z] Step 8/26 : COPY . . [2021-07-11T03:59:42.565Z] ---> 08ec64e73070 [2021-07-11T03:59:42.565Z] Step 9/22 : RUN go mod tidy [2021-07-11T03:59:43.581Z] ---> 5eea21f3ffb5 [2021-07-11T03:59:43.581Z] Step 9/23 : RUN go mod tidy [2021-07-11T03:59:44.521Z] Removing intermediate container 894981c94d65 [2021-07-11T03:59:44.521Z] ---> 8f1258307091 [2021-07-11T03:59:44.521Z] Step 8/24 : COPY . . [2021-07-11T03:59:44.521Z] ---> Running in 2abf27836915 [2021-07-11T03:59:44.521Z] ---> Running in d1f7be82d714 [2021-07-11T03:59:44.782Z] ---> dd4fa19119be [2021-07-11T03:59:44.782Z] Step 9/26 : RUN go mod tidy [2021-07-11T03:59:47.348Z] Removing intermediate container 52f94c5de78e [2021-07-11T03:59:47.348Z] ---> 5208999d94ae [2021-07-11T03:59:47.348Z] Step 8/32 : COPY . . [2021-07-11T03:59:47.619Z] ---> Running in 65004d129520 [2021-07-11T03:59:49.020Z] ---> 3f8351dd0774 [2021-07-11T03:59:49.020Z] Step 9/24 : RUN go mod tidy [2021-07-11T03:59:49.020Z] Removing intermediate container 2abf27836915 [2021-07-11T03:59:49.020Z] ---> fe027565599f [2021-07-11T03:59:49.020Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-11T03:59:49.294Z] ---> Running in 27f2b8ab8c80 [2021-07-11T03:59:49.558Z] ---> Running in 6bd0e8b54ea7 [2021-07-11T03:59:49.827Z] Removing intermediate container d1f7be82d714 [2021-07-11T03:59:49.827Z] ---> ff23f1c64911 [2021-07-11T03:59:49.827Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-11T03:59:50.408Z] ---> Running in 97731db16531 [2021-07-11T03:59:51.359Z] Removing intermediate container 65004d129520 [2021-07-11T03:59:51.359Z] ---> 12d1f937970c [2021-07-11T03:59:51.359Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-11T03:59:51.656Z] 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-07-11T03:59:51.656Z] 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-07-11T03:59:51.943Z] ---> Running in 0723fd29f57e [2021-07-11T03:59:52.916Z] Removing intermediate container 27f2b8ab8c80 [2021-07-11T03:59:52.916Z] ---> 44d3e0340faf [2021-07-11T03:59:52.916Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-11T03:59:52.916Z] ---> Running in ff0e7911f4cd [2021-07-11T03:59:52.916Z] 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-07-11T03:59:52.916Z] ---> f6ecdd93a913 [2021-07-11T03:59:52.916Z] Step 9/32 : RUN go mod tidy [2021-07-11T03:59:52.916Z] ---> Running in 0f29e7bcd80f [2021-07-11T03:59:52.943Z] Removing intermediate container f52cd778e39a [2021-07-11T03:59:52.943Z] ---> 5f31793b90ed [2021-07-11T03:59:52.943Z] Successfully built 5f31793b90ed [2021-07-11T03:59:52.943Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:59:53.289Z] + docker inspect -f . ci-base-image-arm64 [2021-07-11T03:59:53.289Z] . [Pipeline] withDockerContainer [2021-07-11T03:59:53.508Z] 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-07-11T03:59:53.741Z] prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container [2021-07-11T03:59:53.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-11T03:59:55.459Z] Removing intermediate container 0f29e7bcd80f [2021-07-11T03:59:55.459Z] ---> ac9637859375 [2021-07-11T03:59:55.459Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-11T03:59:55.459Z] ---> Running in a231cec1fd18 [2021-07-11T03:59:55.592Z] $ docker top 0be48291547b3513da277e7b7347c31c874b07bef341873237e57a5e5c65d062 -eo pid,comm [2021-07-11T03:59:55.728Z] 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] { [Pipeline] sh [2021-07-11T03:59:56.752Z] + go version [2021-07-11T03:59:56.752Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-11T03:59:56.775Z] $ docker stop --time=1 0be48291547b3513da277e7b7347c31c874b07bef341873237e57a5e5c65d062 [2021-07-11T03:59:58.640Z] $ docker rm -f 0be48291547b3513da277e7b7347c31c874b07bef341873237e57a5e5c65d062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-11T03:59:59.497Z] + docker inspect -f . ci-base-image-arm64 [2021-07-11T03:59:59.497Z] . [Pipeline] withDockerContainer [2021-07-11T03:59:59.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container [2021-07-11T03:59:59.844Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-11T04:00:01.394Z] $ docker top bb206332822b06ca7666d2eebc2e1a8a376099655e93a701f764e43f0fa92cee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-11T04:00:01.756Z] ========================================================= [2021-07-11T04:00:01.757Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-11T04:00:01.757Z] ========================================================= [Pipeline] sh [2021-07-11T04:00:02.415Z] + go mod tidy [Pipeline] sh [2021-07-11T04:00:03.686Z] + make test [2021-07-11T04:00:03.686Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-07-11T04:00:03.686Z] go mod tidy [2021-07-11T04:00:04.284Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-11T04:00:27.927Z] 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-07-11T04:00:27.927Z] 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-07-11T04:00:31.113Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-11T04:00:31.282Z] Removing intermediate container 6bd0e8b54ea7 [2021-07-11T04:00:31.282Z] ---> 3686d4871b22 [2021-07-11T04:00:31.282Z] [2021-07-11T04:00:31.282Z] Step 11/22 : FROM alpine:3.12 [2021-07-11T04:00:31.282Z] Removing intermediate container 97731db16531 [2021-07-11T04:00:31.282Z] ---> 090ced6a7adf [2021-07-11T04:00:31.282Z] [2021-07-11T04:00:31.282Z] Step 11/23 : FROM alpine:3.12 [2021-07-11T04:00:31.575Z] Removing intermediate container ff0e7911f4cd [2021-07-11T04:00:31.576Z] ---> d905c07f1e55 [2021-07-11T04:00:31.576Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-11T04:00:31.576Z] ---> Running in 598545abaec9 [2021-07-11T04:00:32.171Z] 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-07-11T04:00:32.435Z] Removing intermediate container 0723fd29f57e [2021-07-11T04:00:32.435Z] ---> b27a46c106d3 [2021-07-11T04:00:32.435Z] [2021-07-11T04:00:32.435Z] Step 11/26 : FROM alpine:3.12 [2021-07-11T04:00:32.695Z] 3.12: Pulling from library/alpine [2021-07-11T04:00:32.695Z] 3.12: Pulling from library/alpine [2021-07-11T04:00:32.965Z] Removing intermediate container 598545abaec9 [2021-07-11T04:00:32.965Z] ---> beb16c528f5b [2021-07-11T04:00:32.965Z] [2021-07-11T04:00:32.965Z] Step 12/24 : FROM docker:20.10.0 [2021-07-11T04:00:33.540Z] 3.12: Pulling from library/alpine [2021-07-11T04:00:33.540Z] Removing intermediate container a231cec1fd18 [2021-07-11T04:00:33.540Z] ---> c02ca68016d7 [2021-07-11T04:00:33.540Z] [2021-07-11T04:00:33.540Z] Step 11/32 : FROM alpine:3.12 [2021-07-11T04:00:33.540Z] 3.12: Pulling from library/alpine [2021-07-11T04:00:33.810Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:00:33.810Z] Status: Downloaded newer image for alpine:3.12 [2021-07-11T04:00:33.810Z] ---> 13621d1b12d4 [2021-07-11T04:00:33.810Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-11T04:00:33.810Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:00:33.810Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:00:33.810Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:00:33.810Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:00:33.810Z] ---> 13621d1b12d4 [2021-07-11T04:00:33.810Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-11T04:00:33.810Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:00:33.810Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:00:33.810Z] ---> 13621d1b12d4 [2021-07-11T04:00:33.810Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-11T04:00:33.810Z] ---> 13621d1b12d4 [2021-07-11T04:00:33.810Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-11T04:00:33.810Z] ---> Running in 669188d4ffc8 [2021-07-11T04:00:33.810Z] ---> Running in d897294505ae [2021-07-11T04:00:33.810Z] ---> Running in 6f54d6420aea [2021-07-11T04:00:33.810Z] ---> Running in f51e1d3fbfdf [2021-07-11T04:00:33.810Z] 20.10.0: Pulling from library/docker [2021-07-11T04:00:33.810Z] Removing intermediate container d897294505ae [2021-07-11T04:00:33.810Z] ---> cfd0289607e4 [2021-07-11T04:00:33.810Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-11T04:00:34.073Z] ---> Running in bd605fdc2596 [2021-07-11T04:00:34.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.333Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-11T04:00:34.333Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-11T04:00:34.333Z] (3/4) Installing libcurl (7.77.0-r0) [2021-07-11T04:00:34.333Z] (4/4) Installing curl (7.77.0-r0) [2021-07-11T04:00:34.333Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:00:34.333Z] Executing ca-certificates-20191127-r4.trigger [2021-07-11T04:00:34.599Z] OK: 7 MiB in 18 packages [2021-07-11T04:00:34.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.599Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-11T04:00:34.599Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-11T04:00:34.599Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:00:34.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.861Z] Executing ca-certificates-20191127-r4.trigger [2021-07-11T04:00:34.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.861Z] OK: 6 MiB in 16 packages [2021-07-11T04:00:34.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:34.861Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-11T04:00:34.861Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-11T04:00:34.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:35.126Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-11T04:00:35.126Z] (2/2) Installing su-exec (0.2-r1) [2021-07-11T04:00:35.126Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:00:35.126Z] (3/6) Installing libcurl (7.77.0-r0) [2021-07-11T04:00:35.126Z] (4/6) Installing curl (7.77.0-r0) [2021-07-11T04:00:35.126Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-11T04:00:35.126Z] OK: 6 MiB in 16 packages [2021-07-11T04:00:35.126Z] (6/6) Installing su-exec (0.2-r1) [2021-07-11T04:00:35.126Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:00:35.126Z] Executing ca-certificates-20191127-r4.trigger [2021-07-11T04:00:35.126Z] OK: 7 MiB in 20 packages [2021-07-11T04:00:35.705Z] Removing intermediate container 669188d4ffc8 [2021-07-11T04:00:35.705Z] ---> ea9077f19351 [2021-07-11T04:00:35.705Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-11T04:00:35.705Z] Removing intermediate container 6f54d6420aea [2021-07-11T04:00:35.705Z] ---> 7fdbc0593347 [2021-07-11T04:00:35.705Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:00:35.705Z] ---> Running in aee14f2e16f2 [2021-07-11T04:00:35.972Z] ---> Running in e62127b46e1a [2021-07-11T04:00:35.972Z] Removing intermediate container bd605fdc2596 [2021-07-11T04:00:35.972Z] ---> fc7d3f7bd6e7 [2021-07-11T04:00:35.972Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-11T04:00:35.972Z] Removing intermediate container e62127b46e1a [2021-07-11T04:00:35.972Z] ---> 18978c7fde42 [2021-07-11T04:00:35.972Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-11T04:00:35.972Z] Removing intermediate container f51e1d3fbfdf [2021-07-11T04:00:35.972Z] ---> 965101e017d5 [2021-07-11T04:00:35.972Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-11T04:00:35.972Z] Removing intermediate container aee14f2e16f2 [2021-07-11T04:00:35.972Z] ---> f57ca77e0eef [2021-07-11T04:00:35.972Z] Step 14/22 : WORKDIR /edgex [2021-07-11T04:00:35.972Z] ---> Running in d580532c961f [2021-07-11T04:00:36.241Z] ---> Running in 69892771f271 [2021-07-11T04:00:36.241Z] ---> Running in dfc23757fe97 [2021-07-11T04:00:36.241Z] ---> Running in 86c48ca6196b [2021-07-11T04:00:36.241Z] Removing intermediate container d580532c961f [2021-07-11T04:00:36.241Z] ---> 304b9aee3e7f [2021-07-11T04:00:36.241Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-11T04:00:36.241Z] Removing intermediate container 69892771f271 [2021-07-11T04:00:36.241Z] ---> 66bb827909a1 [2021-07-11T04:00:36.241Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-11T04:00:36.506Z] ---> Running in e7dd75f91d87 [2021-07-11T04:00:36.506Z] Removing intermediate container 86c48ca6196b [2021-07-11T04:00:36.506Z] ---> 2955e5e50d72 [2021-07-11T04:00:36.506Z] Step 14/26 : WORKDIR / [2021-07-11T04:00:36.506Z] Removing intermediate container dfc23757fe97 [2021-07-11T04:00:36.506Z] ---> f0776cb3271f [2021-07-11T04:00:36.506Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-11T04:00:36.506Z] ---> Running in 82bd57a7b8ad [2021-07-11T04:00:36.506Z] ---> Running in 33c0ea616e1b [2021-07-11T04:00:36.777Z] Removing intermediate container e7dd75f91d87 [2021-07-11T04:00:36.777Z] ---> cdf12c07c27b [2021-07-11T04:00:36.777Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-11T04:00:36.777Z] Removing intermediate container 82bd57a7b8ad [2021-07-11T04:00:36.777Z] ---> 87f10da3cad0 [2021-07-11T04:00:36.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:00:36.777Z] ---> Running in abc220972962 [2021-07-11T04:00:36.777Z] Removing intermediate container 33c0ea616e1b [2021-07-11T04:00:36.777Z] ---> 3c8cf9ae6034 [2021-07-11T04:00:36.777Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-07-11T04:00:36.777Z] ---> b5dcc43c26be [2021-07-11T04:00:36.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-11T04:00:37.376Z] ---> 2e98907d2f7a [2021-07-11T04:00:37.376Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-11T04:00:37.376Z] ---> dbc8963a1646 [2021-07-11T04:00:37.376Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-07-11T04:00:37.376Z] ---> 2f41f84e3c41 [2021-07-11T04:00:37.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-11T04:00:38.044Z] ---> 4366e9ffe50d [2021-07-11T04:00:38.044Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-11T04:00:38.044Z] Removing intermediate container abc220972962 [2021-07-11T04:00:38.044Z] ---> c34ff50ced4a [2021-07-11T04:00:38.044Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-11T04:00:38.044Z] ---> 12371e88f66c [2021-07-11T04:00:38.044Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-11T04:00:38.044Z] ---> f3c206d786f0 [2021-07-11T04:00:38.044Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-11T04:00:38.044Z] ---> Running in 6f3bcdf56d6f [2021-07-11T04:00:38.044Z] ---> Running in 829aad032b08 [2021-07-11T04:00:38.044Z] ---> 530429f084c1 [2021-07-11T04:00:38.044Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-07-11T04:00:38.323Z] Removing intermediate container 6f3bcdf56d6f [2021-07-11T04:00:38.323Z] ---> 7fbd500e9f91 [2021-07-11T04:00:38.323Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-11T04:00:38.590Z] Removing intermediate container 829aad032b08 [2021-07-11T04:00:38.590Z] ---> c20b582c09a2 [2021-07-11T04:00:38.590Z] Step 19/22 : CMD ["--init=true"] [2021-07-11T04:00:38.590Z] ---> 253b0d282927 [2021-07-11T04:00:38.590Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-11T04:00:38.590Z] ---> be329f914a7b [2021-07-11T04:00:38.590Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-11T04:00:38.590Z] ---> Running in f1df825eca2d [2021-07-11T04:00:38.590Z] ---> 5192b5893fde [2021-07-11T04:00:38.590Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-11T04:00:38.590Z] ---> Running in 6de03aefbc2c [2021-07-11T04:00:38.856Z] ---> Running in b56bdda4b92a [2021-07-11T04:00:38.856Z] Removing intermediate container f1df825eca2d [2021-07-11T04:00:38.856Z] ---> 3789cf04294e [2021-07-11T04:00:38.856Z] Step 20/22 : LABEL arch=x86_64 [2021-07-11T04:00:38.856Z] Removing intermediate container 6de03aefbc2c [2021-07-11T04:00:38.856Z] ---> 63af1d7c4402 [2021-07-11T04:00:38.856Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:00:39.121Z] ---> Running in a3b4aae5c482 [2021-07-11T04:00:39.121Z] ---> 9444c79520a0 [2021-07-11T04:00:39.121Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-11T04:00:39.121Z] ---> Running in 1cf886197357 [2021-07-11T04:00:39.121Z] Removing intermediate container 1cf886197357 [2021-07-11T04:00:39.121Z] ---> 036ac4ce545b [2021-07-11T04:00:39.121Z] Step 21/23 : LABEL arch=x86_64 [2021-07-11T04:00:39.121Z] Removing intermediate container a3b4aae5c482 [2021-07-11T04:00:39.121Z] ---> 77c6ee2ab02d [2021-07-11T04:00:39.121Z] Step 21/22 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:00:39.385Z] ---> Running in a0f7dfe5e73c [2021-07-11T04:00:39.385Z] ---> Running in d2705b6d8920 [2021-07-11T04:00:39.662Z] Removing intermediate container a0f7dfe5e73c [2021-07-11T04:00:39.662Z] ---> 0e4b2e6a91b9 [2021-07-11T04:00:39.662Z] Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:00:39.662Z] Removing intermediate container d2705b6d8920 [2021-07-11T04:00:39.662Z] ---> 68209eba92d1 [2021-07-11T04:00:39.662Z] Step 22/22 : LABEL version=0.0.0 [2021-07-11T04:00:39.662Z] ---> 027714cb38be [2021-07-11T04:00:39.662Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-11T04:00:39.662Z] ---> Running in abf976d4850b [2021-07-11T04:00:39.662Z] ---> Running in e98598642f0a [2021-07-11T04:00:39.933Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-07-11T04:00:39.933Z] Status: Downloaded newer image for docker:20.10.0 [2021-07-11T04:00:39.933Z] ---> aefe523efa57 [2021-07-11T04:00:39.933Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:00:39.933Z] Removing intermediate container b56bdda4b92a [2021-07-11T04:00:39.933Z] ---> 3f208d4653b1 [2021-07-11T04:00:39.933Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:00:39.933Z] ---> Running in 894df087af16 [2021-07-11T04:00:39.933Z] Removing intermediate container abf976d4850b [2021-07-11T04:00:39.933Z] ---> d10aadf8bc8d [2021-07-11T04:00:39.933Z] Step 23/23 : LABEL version=0.0.0 [2021-07-11T04:00:39.933Z] Removing intermediate container e98598642f0a [2021-07-11T04:00:39.933Z] ---> b9fc403121f2 [2021-07-11T04:00:39.933Z] [2021-07-11T04:00:39.933Z] ---> Running in 837d15bc7377 [2021-07-11T04:00:39.933Z] ---> e77dac632acb [2021-07-11T04:00:39.933Z] Step 22/26 : 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-07-11T04:00:39.933Z] Successfully built b9fc403121f2 [2021-07-11T04:00:39.933Z] ---> Running in e5e058c02489 [2021-07-11T04:00:40.196Z] Successfully tagged security-proxy-setup:latest [2021-07-11T04:00:40.197Z] Building core-command [2021-07-11T04:00:40.197Z]  Building security-proxy-setup ... done Removing intermediate container 894df087af16 [2021-07-11T04:00:40.197Z] ---> 1c6e4204feb0 [2021-07-11T04:00:40.197Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-11T04:00:40.197Z] ---> f49526d75802 [2021-07-11T04:00:40.197Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-11T04:00:40.197Z] Removing intermediate container 837d15bc7377 [2021-07-11T04:00:40.197Z] ---> 5c957a757a22 [2021-07-11T04:00:40.197Z] [2021-07-11T04:00:40.197Z] ---> Running in a5b516fbb3c8 [2021-07-11T04:00:40.197Z] Successfully built 5c957a757a22 [2021-07-11T04:00:40.197Z] Successfully tagged support-notifications:latest [2021-07-11T04:00:40.197Z] Building core-data [2021-07-11T04:00:40.779Z]  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:40.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:40.779Z] (1/39) Installing readline (8.0.4-r0) [2021-07-11T04:00:40.779Z] (2/39) Installing bash (5.0.17-r0) [2021-07-11T04:00:40.779Z] Executing bash-5.0.17-r0.post-install [2021-07-11T04:00:40.779Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-07-11T04:00:41.042Z] (4/39) Installing libcurl (7.77.0-r0) [2021-07-11T04:00:41.986Z] (5/39) Installing curl (7.77.0-r0) [2021-07-11T04:00:41.986Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-07-11T04:00:41.986Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-07-11T04:00:42.936Z] (8/39) Installing expat (2.2.9-r1) [2021-07-11T04:00:42.936Z] (9/39) Installing libffi (3.3-r2) [2021-07-11T04:00:42.936Z] (10/39) Installing gdbm (1.13-r1) [2021-07-11T04:00:42.936Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-07-11T04:00:42.936Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-07-11T04:00:42.936Z] (13/39) Installing python3 (3.8.10-r0) [2021-07-11T04:00:44.867Z] ---> 6c5869bd397d [2021-07-11T04:00:44.867Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-11T04:00:44.867Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-07-11T04:00:44.867Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-07-11T04:00:44.867Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-07-11T04:00:44.867Z] (17/39) Installing py3-six (1.15.0-r0) [2021-07-11T04:00:44.867Z] (18/39) Installing py3-packaging (20.4-r0) [2021-07-11T04:00:45.131Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-07-11T04:00:45.131Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-07-11T04:00:45.131Z] (21/39) Installing py3-idna (2.9-r0) [2021-07-11T04:00:45.131Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-07-11T04:00:45.131Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-07-11T04:00:45.131Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-07-11T04:00:45.131Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-07-11T04:00:45.131Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-11T04:00:45.131Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-11T04:00:45.131Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-07-11T04:00:45.131Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-07-11T04:00:45.131Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-07-11T04:00:45.131Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-07-11T04:00:45.131Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-07-11T04:00:45.393Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-07-11T04:00:45.393Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-07-11T04:00:45.393Z] (35/39) Installing py3-progress (1.5-r0) [2021-07-11T04:00:45.393Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-07-11T04:00:45.393Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-11T04:00:45.393Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-11T04:00:45.393Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-07-11T04:00:45.656Z] Executing busybox-1.31.1-r19.trigger [2021-07-11T04:00:45.656Z] OK: 72 MiB in 59 packages [2021-07-11T04:00:47.042Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:00:47.042Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:00:47.042Z] ---> ce1534563b2a [2021-07-11T04:00:47.042Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:00:47.042Z] ---> Using cache [2021-07-11T04:00:47.042Z] ---> 114707d930ca [2021-07-11T04:00:47.042Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:00:47.042Z] ---> Using cache [2021-07-11T04:00:47.042Z] ---> 481167b7e970 [2021-07-11T04:00:47.042Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-11T04:00:47.042Z] Collecting docker-compose==1.23.2 [2021-07-11T04:00:47.304Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-11T04:00:47.881Z] Collecting docopt<0.7,>=0.6.1 [2021-07-11T04:00:47.881Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-11T04:00:47.881Z] Removing intermediate container e5e058c02489 [2021-07-11T04:00:47.881Z] ---> b4cf842f3b60 [2021-07-11T04:00:47.881Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-11T04:00:47.881Z] ---> ca2d85c46dba [2021-07-11T04:00:47.881Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-11T04:00:48.142Z] ---> Running in ff2152dcff27 [2021-07-11T04:00:48.408Z] ---> Running in 57b7b207655d [2021-07-11T04:00:48.668Z] ---> e0d5875a331f [2021-07-11T04:00:48.668Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-11T04:00:48.930Z] Collecting PyYAML<4,>=3.10 [2021-07-11T04:00:48.930Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-11T04:00:48.930Z] Removing intermediate container 57b7b207655d [2021-07-11T04:00:48.930Z] ---> 1b4498ef7dfc [2021-07-11T04:00:48.930Z] Step 24/26 : LABEL arch=x86_64 [2021-07-11T04:00:49.203Z] ---> dad85ee04c18 [2021-07-11T04:00:49.203Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-11T04:00:49.203Z] ---> Running in 7f2a702ed00e [2021-07-11T04:00:49.203Z] ---> Running in d535350993a5 [2021-07-11T04:00:49.466Z] Removing intermediate container 7f2a702ed00e [2021-07-11T04:00:49.466Z] ---> 57ba50f921f6 [2021-07-11T04:00:49.466Z] Step 25/26 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:00:49.466Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-11T04:00:49.466Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-11T04:00:49.727Z] Removing intermediate container d535350993a5 [2021-07-11T04:00:49.727Z] ---> 1161b5c0e9fe [2021-07-11T04:00:49.727Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-11T04:00:49.727Z] ---> Running in 6442f6982a2e [2021-07-11T04:00:49.727Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:49.988Z] Collecting cached-property<2,>=1.2.0 [2021-07-11T04:00:49.988Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-11T04:00:49.988Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-11T04:00:49.988Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-11T04:00:49.988Z] 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-07-11T04:00:49.988Z] Collecting jsonschema<3,>=2.5.1 [2021-07-11T04:00:49.988Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-11T04:00:50.280Z] Collecting texttable<0.10,>=0.9.0 [2021-07-11T04:00:50.280Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-11T04:00:50.280Z] ---> 1e280c391f0b [2021-07-11T04:00:50.280Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-11T04:00:50.280Z] Removing intermediate container 6442f6982a2e [2021-07-11T04:00:50.280Z] ---> 16b200530c98 [2021-07-11T04:00:50.280Z] Step 26/26 : LABEL version=0.0.0 [2021-07-11T04:00:50.548Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:00:50.548Z] Collecting docker<4.0,>=3.6.0 [2021-07-11T04:00:50.548Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-11T04:00:50.822Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-11T04:00:50.823Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-11T04:00:50.823Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:00:50.823Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:00:50.823Z] ---> ce1534563b2a [2021-07-11T04:00:50.823Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> 114707d930ca [2021-07-11T04:00:50.823Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> 481167b7e970 [2021-07-11T04:00:50.823Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> 80eee952949f [2021-07-11T04:00:50.823Z] Step 6/24 : COPY go.mod . [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> 9c3709d60f7e [2021-07-11T04:00:50.823Z] Step 7/24 : RUN go mod download [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> 5208999d94ae [2021-07-11T04:00:50.823Z] Step 8/24 : COPY . . [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> f6ecdd93a913 [2021-07-11T04:00:50.823Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:00:50.823Z] ---> Using cache [2021-07-11T04:00:50.823Z] ---> ac9637859375 [2021-07-11T04:00:50.823Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-11T04:00:51.093Z] Collecting docker-pycreds>=0.4.0 [2021-07-11T04:00:51.093Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-11T04:00:51.093Z] OK: 219 MiB in 52 packages [2021-07-11T04:00:51.093Z] ---> Running in 9321835f1b5e [2021-07-11T04:00:51.093Z] ---> Running in d9024e789dc4 [2021-07-11T04:00:51.093Z] ---> Running in 1e905685a1ed [2021-07-11T04:00:51.093Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-11T04:00:51.093Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-11T04:00:51.093Z] Removing intermediate container 9321835f1b5e [2021-07-11T04:00:51.093Z] ---> f713a0a8ae65 [2021-07-11T04:00:51.093Z] [2021-07-11T04:00:51.093Z] 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-07-11T04:00:51.093Z] 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-07-11T04:00:51.093Z] Collecting idna<2.8,>=2.5 [2021-07-11T04:00:51.093Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-11T04:00:51.093Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-07-11T04:00:51.093Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-07-11T04:00:51.093Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-07-11T04:00:51.093Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-07-11T04:00:51.365Z] Successfully built f713a0a8ae65 [2021-07-11T04:00:51.365Z] Successfully tagged security-secretstore-setup:latest [2021-07-11T04:00:51.365Z] Building support-scheduler [2021-07-11T04:00:51.365Z] Installing collected packages: docopt, PyYAML, dockerpty, cached-property, websocket-client, jsonschema, texttable, docker-pycreds, urllib3, idna, requests, docker, docker-compose [2021-07-11T04:00:51.365Z] Running setup.py install for docopt: started [2021-07-11T04:00:51.951Z]  Building security-secretstore-setup ... done  Running setup.py install for docopt: finished with status 'done' [2021-07-11T04:00:51.951Z] Running setup.py install for PyYAML: started [2021-07-11T04:00:52.896Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-11T04:00:52.896Z] Running setup.py install for dockerpty: started [2021-07-11T04:00:53.173Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-11T04:00:53.747Z] Removing intermediate container ff2152dcff27 [2021-07-11T04:00:53.747Z] ---> 0546082368a5 [2021-07-11T04:00:53.747Z] Step 6/24 : COPY go.mod . [2021-07-11T04:00:54.011Z] 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-07-11T04:00:54.951Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:00:54.951Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:00:54.951Z] ---> ce1534563b2a [2021-07-11T04:00:54.951Z] Step 3/23 : WORKDIR /edgex-go [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> 114707d930ca [2021-07-11T04:00:54.951Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> 481167b7e970 [2021-07-11T04:00:54.951Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> 80eee952949f [2021-07-11T04:00:54.951Z] Step 6/23 : COPY go.mod . [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> 9c3709d60f7e [2021-07-11T04:00:54.951Z] Step 7/23 : RUN go mod download [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> 5208999d94ae [2021-07-11T04:00:54.951Z] Step 8/23 : COPY . . [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> f6ecdd93a913 [2021-07-11T04:00:54.951Z] Step 9/23 : RUN go mod tidy [2021-07-11T04:00:54.951Z] ---> Using cache [2021-07-11T04:00:54.951Z] ---> ac9637859375 [2021-07-11T04:00:54.951Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-11T04:00:55.549Z] Running setup.py install for texttable: started [2021-07-11T04:00:55.549Z] ---> Running in b8effd6d5879 [2021-07-11T04:00:55.549Z] ---> 52b21754ee73 [2021-07-11T04:00:55.549Z] Step 7/24 : RUN go mod download [2021-07-11T04:00:55.549Z] ---> Running in 79a6f7403a37 [2021-07-11T04:00:55.549Z] Removing intermediate container d9024e789dc4 [2021-07-11T04:00:55.549Z] ---> d9725c212a8d [2021-07-11T04:00:55.549Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-11T04:00:55.830Z] ---> Running in 05a3692aa6fd [2021-07-11T04:00:56.107Z] Removing intermediate container 05a3692aa6fd [2021-07-11T04:00:56.107Z] ---> 5c60533696c1 [2021-07-11T04:00:56.107Z] Step 29/32 : CMD ["gate"] [2021-07-11T04:00:56.107Z] Running setup.py install for texttable: finished with status 'done' [2021-07-11T04:00:56.107Z] 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-07-11T04:00:56.107Z] ---> Running in 4ba31c9bcfb6 [2021-07-11T04:00:56.107Z] Attempting uninstall: urllib3 [2021-07-11T04:00:56.107Z] Found existing installation: urllib3 1.25.9 [2021-07-11T04:00:56.107Z] Uninstalling urllib3-1.25.9: [2021-07-11T04:00:56.107Z] Successfully uninstalled urllib3-1.25.9 [2021-07-11T04:00:56.379Z] Removing intermediate container 4ba31c9bcfb6 [2021-07-11T04:00:56.379Z] ---> 3e22b152b101 [2021-07-11T04:00:56.379Z] Step 30/32 : LABEL arch=x86_64 [2021-07-11T04:00:56.379Z] ---> Running in d14ca9ed47c2 [2021-07-11T04:00:56.379Z] Attempting uninstall: idna [2021-07-11T04:00:56.379Z] Found existing installation: idna 2.9 [2021-07-11T04:00:56.379Z] Uninstalling idna-2.9: [2021-07-11T04:00:56.648Z] Successfully uninstalled idna-2.9 [2021-07-11T04:00:56.648Z] Removing intermediate container d14ca9ed47c2 [2021-07-11T04:00:56.648Z] ---> 0e5e33580346 [2021-07-11T04:00:56.648Z] Step 31/32 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:00:56.926Z] ---> Running in b2b59c5af7d8 [2021-07-11T04:00:56.926Z] Attempting uninstall: requests [2021-07-11T04:00:56.926Z] Found existing installation: requests 2.23.0 [2021-07-11T04:00:56.926Z] Uninstalling requests-2.23.0: [2021-07-11T04:00:56.926Z] Successfully uninstalled requests-2.23.0 [2021-07-11T04:00:57.208Z] Removing intermediate container b2b59c5af7d8 [2021-07-11T04:00:57.208Z] ---> c70aa96ce7d7 [2021-07-11T04:00:57.208Z] Step 32/32 : LABEL version=0.0.0 [2021-07-11T04:00:57.208Z] Removing intermediate container 79a6f7403a37 [2021-07-11T04:00:57.208Z] ---> 7244b1d3df44 [2021-07-11T04:00:57.208Z] Step 8/24 : COPY . . [2021-07-11T04:00:57.208Z] ---> Running in d8cefa423b05 [2021-07-11T04:00:58.233Z] Removing intermediate container d8cefa423b05 [2021-07-11T04:00:58.233Z] ---> bbf65d229eae [2021-07-11T04:00:58.233Z] [2021-07-11T04:00:58.233Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-07-11T04:00:58.233Z] Successfully built bbf65d229eae [2021-07-11T04:00:58.233Z] Successfully tagged security-bootstrapper:latest [2021-07-11T04:00:58.233Z] Building core-metadata [2021-07-11T04:01:05.157Z]  Building security-bootstrapper ... done  ---> a092006deba5 [2021-07-11T04:01:05.157Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:01:05.157Z] ---> Running in 0042393e834c [2021-07-11T04:01:09.499Z] Removing intermediate container a5b516fbb3c8 [2021-07-11T04:01:09.499Z] ---> 9a80663661ab [2021-07-11T04:01:09.499Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-11T04:01:09.499Z] Removing intermediate container 0042393e834c [2021-07-11T04:01:09.499Z] ---> 6498cd4f6065 [2021-07-11T04:01:09.499Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-11T04:01:09.499Z] ---> Running in 7bbe3b4044a4 [2021-07-11T04:01:09.499Z] ---> Running in 898fde9b9e4c [2021-07-11T04:01:10.072Z] Removing intermediate container 898fde9b9e4c [2021-07-11T04:01:10.072Z] ---> c68ae35b45d6 [2021-07-11T04:01:10.072Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-11T04:01:10.072Z] ---> Running in d7cbf62076a5 [2021-07-11T04:01:10.447Z] 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-07-11T04:01:10.447Z] Removing intermediate container d7cbf62076a5 [2021-07-11T04:01:10.447Z] ---> ba6eb3d54886 [2021-07-11T04:01:10.447Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-11T04:01:10.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:01:10.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:01:10.809Z] ---> ce1534563b2a [2021-07-11T04:01:10.809Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> 114707d930ca [2021-07-11T04:01:10.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> 481167b7e970 [2021-07-11T04:01:10.809Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> 80eee952949f [2021-07-11T04:01:10.809Z] Step 6/24 : COPY go.mod . [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> 9c3709d60f7e [2021-07-11T04:01:10.809Z] Step 7/24 : RUN go mod download [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> 5208999d94ae [2021-07-11T04:01:10.809Z] Step 8/24 : COPY . . [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> f6ecdd93a913 [2021-07-11T04:01:10.809Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:01:10.809Z] ---> Using cache [2021-07-11T04:01:10.809Z] ---> ac9637859375 [2021-07-11T04:01:10.809Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-11T04:01:11.180Z] ---> Running in eb989f258e1d [2021-07-11T04:01:11.180Z] ---> dd539ea1c28e [2021-07-11T04:01:11.180Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-11T04:01:11.538Z] ---> c1baa8d82f7e [2021-07-11T04:01:11.538Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-11T04:01:11.862Z] 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-07-11T04:01:12.191Z] ---> 07498c4d78d5 [2021-07-11T04:01:12.191Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-11T04:01:12.191Z] ---> Running in 46a598caf65f [2021-07-11T04:01:12.191Z] Removing intermediate container 46a598caf65f [2021-07-11T04:01:12.191Z] ---> 5780a37d67f2 [2021-07-11T04:01:12.191Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:01:12.461Z] ---> Running in 4737725340b5 [2021-07-11T04:01:12.461Z] Removing intermediate container 4737725340b5 [2021-07-11T04:01:12.461Z] ---> aff7ed69b53d [2021-07-11T04:01:12.461Z] Step 22/24 : LABEL arch=x86_64 [2021-07-11T04:01:12.461Z] ---> Running in b81600ed9d13 [2021-07-11T04:01:12.723Z] Removing intermediate container b81600ed9d13 [2021-07-11T04:01:12.723Z] ---> 8d280557998b [2021-07-11T04:01:12.723Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:12.723Z] ---> Running in 0192d4761725 [2021-07-11T04:01:12.996Z] Removing intermediate container 0192d4761725 [2021-07-11T04:01:12.996Z] ---> f99da361caff [2021-07-11T04:01:12.996Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:01:12.996Z] ---> Running in 8b6162eafff2 [2021-07-11T04:01:12.996Z] Removing intermediate container 8b6162eafff2 [2021-07-11T04:01:12.996Z] ---> 25d2cb972fe8 [2021-07-11T04:01:12.996Z] [2021-07-11T04:01:13.267Z] Successfully built 25d2cb972fe8 [2021-07-11T04:01:13.267Z] Successfully tagged sys-mgmt-agent:latest [2021-07-11T04:01:21.448Z]  Building sys-mgmt-agent ... done Removing intermediate container 1e905685a1ed [2021-07-11T04:01:21.448Z] ---> e0748600c024 [2021-07-11T04:01:21.448Z] [2021-07-11T04:01:21.448Z] Step 11/24 : FROM alpine:3.12 [2021-07-11T04:01:21.448Z] ---> 13621d1b12d4 [2021-07-11T04:01:21.448Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-11T04:01:21.448Z] ---> Running in b7bd5e720c64 [2021-07-11T04:01:21.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:01:21.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:01:21.715Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-11T04:01:21.715Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:01:21.715Z] OK: 6 MiB in 15 packages [2021-07-11T04:01:21.980Z] Removing intermediate container b7bd5e720c64 [2021-07-11T04:01:21.980Z] ---> 390b9829c428 [2021-07-11T04:01:21.980Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:01:21.980Z] ---> Running in 1d664b4a9a55 [2021-07-11T04:01:22.243Z] Removing intermediate container 1d664b4a9a55 [2021-07-11T04:01:22.243Z] ---> f903c41f9aa0 [2021-07-11T04:01:22.243Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-11T04:01:22.243Z] ---> Running in afdc2eca7c61 [2021-07-11T04:01:22.506Z] Removing intermediate container afdc2eca7c61 [2021-07-11T04:01:22.506Z] ---> f0ba3b1ef317 [2021-07-11T04:01:22.506Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-11T04:01:22.506Z] ---> Running in a196f97c758f [2021-07-11T04:01:22.506Z] Removing intermediate container a196f97c758f [2021-07-11T04:01:22.506Z] ---> cd9260747526 [2021-07-11T04:01:22.506Z] Step 16/24 : WORKDIR / [2021-07-11T04:01:22.506Z] ---> Running in d545059550fd [2021-07-11T04:01:22.768Z] Removing intermediate container d545059550fd [2021-07-11T04:01:22.768Z] ---> 6a8e2d1253be [2021-07-11T04:01:22.768Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:01:23.348Z] ---> cff4b67a5866 [2021-07-11T04:01:23.348Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-11T04:01:23.924Z] ---> 485454d7e2cc [2021-07-11T04:01:23.924Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-11T04:01:24.187Z] ---> 8eeae335ddeb [2021-07-11T04:01:24.187Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-11T04:01:24.187Z] ---> Running in eef0433463e8 [2021-07-11T04:01:24.187Z] Removing intermediate container eef0433463e8 [2021-07-11T04:01:24.187Z] ---> 15d01f51e1ea [2021-07-11T04:01:24.187Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:01:24.187Z] ---> Running in b634edf46fc5 [2021-07-11T04:01:24.448Z] Removing intermediate container b634edf46fc5 [2021-07-11T04:01:24.448Z] ---> 5cb4aa6c4bba [2021-07-11T04:01:24.448Z] Step 22/24 : LABEL arch=x86_64 [2021-07-11T04:01:24.448Z] ---> Running in d9588a825538 [2021-07-11T04:01:24.709Z] Removing intermediate container d9588a825538 [2021-07-11T04:01:24.709Z] ---> 5a8bc606cc5e [2021-07-11T04:01:24.709Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:24.709Z] ---> Running in e37ed8f8efc1 [2021-07-11T04:01:24.976Z] Removing intermediate container e37ed8f8efc1 [2021-07-11T04:01:24.976Z] ---> e08412b1022f [2021-07-11T04:01:24.976Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:01:24.976Z] ---> Running in 472de52229ef [2021-07-11T04:01:24.976Z] Removing intermediate container 472de52229ef [2021-07-11T04:01:24.976Z] ---> 583084930608 [2021-07-11T04:01:24.977Z] [2021-07-11T04:01:25.243Z] Successfully built 583084930608 [2021-07-11T04:01:25.243Z] Successfully tagged core-command:latest [2021-07-11T04:01:26.642Z]  Building core-command ... done Removing intermediate container b8effd6d5879 [2021-07-11T04:01:26.642Z] ---> 58578721b203 [2021-07-11T04:01:26.642Z] [2021-07-11T04:01:26.642Z] Step 11/23 : FROM alpine:3.12 [2021-07-11T04:01:26.642Z] ---> 13621d1b12d4 [2021-07-11T04:01:26.642Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-11T04:01:26.642Z] ---> Using cache [2021-07-11T04:01:26.642Z] ---> 390b9829c428 [2021-07-11T04:01:26.642Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:01:26.642Z] ---> Using cache [2021-07-11T04:01:26.642Z] ---> f903c41f9aa0 [2021-07-11T04:01:26.642Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-11T04:01:26.642Z] ---> Running in 1140bb29f21c [2021-07-11T04:01:26.905Z] Removing intermediate container 1140bb29f21c [2021-07-11T04:01:26.905Z] ---> 5c32dc9ffc52 [2021-07-11T04:01:26.905Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-11T04:01:26.905Z] ---> Running in df85c3784c1d [2021-07-11T04:01:27.166Z] Removing intermediate container df85c3784c1d [2021-07-11T04:01:27.166Z] ---> 2e97ebe0583b [2021-07-11T04:01:27.166Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:01:27.510Z] ---> 671239cfb3b9 [2021-07-11T04:01:27.511Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-11T04:01:27.704Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-11T04:01:27.704Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-11T04:01:28.103Z] ---> b09248bc426e [2021-07-11T04:01:28.103Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-11T04:01:28.378Z] ---> 75ec345afe65 [2021-07-11T04:01:28.378Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-11T04:01:28.378Z] ---> Running in 330c3baa82b0 [2021-07-11T04:01:28.652Z] Removing intermediate container 330c3baa82b0 [2021-07-11T04:01:28.652Z] ---> 7be8ffde256b [2021-07-11T04:01:28.652Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:01:28.652Z] ---> Running in b56f4b37d0f0 [2021-07-11T04:01:28.652Z] Removing intermediate container b56f4b37d0f0 [2021-07-11T04:01:28.652Z] ---> 320d9db6a318 [2021-07-11T04:01:28.652Z] Step 21/23 : LABEL arch=x86_64 [2021-07-11T04:01:28.925Z] ---> Running in 6c3d6c67cb00 [2021-07-11T04:01:28.925Z] Removing intermediate container 6c3d6c67cb00 [2021-07-11T04:01:28.925Z] ---> 327bea02bc23 [2021-07-11T04:01:28.925Z] Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:28.925Z] ---> Running in 122a8bb126be [2021-07-11T04:01:29.207Z] Removing intermediate container 122a8bb126be [2021-07-11T04:01:29.207Z] ---> cd5b663b8fdb [2021-07-11T04:01:29.207Z] Step 23/23 : LABEL version=0.0.0 [2021-07-11T04:01:29.207Z] ---> Running in 323eb7440978 [2021-07-11T04:01:29.207Z] Removing intermediate container 323eb7440978 [2021-07-11T04:01:29.207Z] ---> cd6b6513201e [2021-07-11T04:01:29.207Z] [2021-07-11T04:01:29.480Z] Successfully built cd6b6513201e [2021-07-11T04:01:29.480Z] Successfully tagged support-scheduler:latest [2021-07-11T04:01:32.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-11T04:01:32.052Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-11T04:01:36.100Z]  Building support-scheduler ... done Removing intermediate container eb989f258e1d [2021-07-11T04:01:36.100Z] ---> ff2f730a31fa [2021-07-11T04:01:36.100Z] [2021-07-11T04:01:36.100Z] Step 11/24 : FROM alpine:3.12 [2021-07-11T04:01:36.100Z] ---> 13621d1b12d4 [2021-07-11T04:01:36.100Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-11T04:01:36.100Z] ---> Using cache [2021-07-11T04:01:36.100Z] ---> 390b9829c428 [2021-07-11T04:01:36.100Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:01:36.100Z] ---> Using cache [2021-07-11T04:01:36.100Z] ---> f903c41f9aa0 [2021-07-11T04:01:36.100Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-11T04:01:36.100Z] ---> Running in 0ef44e571387 [2021-07-11T04:01:36.100Z] Removing intermediate container 0ef44e571387 [2021-07-11T04:01:36.100Z] ---> 5d8ff64e0bd4 [2021-07-11T04:01:36.100Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-11T04:01:36.100Z] ---> Running in 2efd5a1e8806 [2021-07-11T04:01:36.364Z] Removing intermediate container 2efd5a1e8806 [2021-07-11T04:01:36.364Z] ---> 92c79646f6ae [2021-07-11T04:01:36.364Z] Step 16/24 : WORKDIR / [2021-07-11T04:01:36.635Z] ---> Running in 093d5540d117 [2021-07-11T04:01:36.635Z] Removing intermediate container 7bbe3b4044a4 [2021-07-11T04:01:36.635Z] ---> 09c11eaaf502 [2021-07-11T04:01:36.635Z] [2021-07-11T04:01:36.635Z] Step 11/24 : FROM alpine:3.12 [2021-07-11T04:01:36.635Z] ---> 13621d1b12d4 [2021-07-11T04:01:36.635Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-11T04:01:36.906Z] Removing intermediate container 093d5540d117 [2021-07-11T04:01:36.906Z] ---> 69fab6186aa1 [2021-07-11T04:01:36.906Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:01:36.906Z] ---> Running in 03e26132e48b [2021-07-11T04:01:36.906Z] Removing intermediate container 03e26132e48b [2021-07-11T04:01:36.906Z] ---> 7264b1535a55 [2021-07-11T04:01:36.906Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-11T04:01:36.906Z] ---> Running in 1723bb5214d6 [2021-07-11T04:01:36.906Z] ---> 2c713455fb46 [2021-07-11T04:01:36.906Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-11T04:01:36.906Z] Removing intermediate container 1723bb5214d6 [2021-07-11T04:01:36.906Z] ---> 78bee28373d3 [2021-07-11T04:01:36.906Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-11T04:01:37.170Z] ---> Running in 8cf1d10a7572 [2021-07-11T04:01:37.170Z] ---> 5eeb3ed5b4fd [2021-07-11T04:01:37.170Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-11T04:01:37.170Z] Removing intermediate container 8cf1d10a7572 [2021-07-11T04:01:37.170Z] ---> e08feedc6f4b [2021-07-11T04:01:37.170Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:01:37.170Z] ---> Running in 70601c434d33 [2021-07-11T04:01:37.435Z] ---> 5b5889d5d884 [2021-07-11T04:01:37.435Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-11T04:01:37.435Z] ---> Running in 03c75a63fd04 [2021-07-11T04:01:37.435Z] Removing intermediate container 03c75a63fd04 [2021-07-11T04:01:37.435Z] ---> 7cbab697d8c2 [2021-07-11T04:01:37.435Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:01:37.435Z] ---> Running in 51620c7a7e94 [2021-07-11T04:01:37.713Z] Removing intermediate container 51620c7a7e94 [2021-07-11T04:01:37.713Z] ---> 8742e3053f4d [2021-07-11T04:01:37.713Z] Step 22/24 : LABEL arch=x86_64 [2021-07-11T04:01:37.713Z] ---> Running in 15140af298e6 [2021-07-11T04:01:37.713Z] Removing intermediate container 70601c434d33 [2021-07-11T04:01:37.713Z] ---> e660d05d8953 [2021-07-11T04:01:37.714Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-11T04:01:37.714Z] Removing intermediate container 15140af298e6 [2021-07-11T04:01:37.714Z] ---> 7b75f8d6db7c [2021-07-11T04:01:37.714Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:37.714Z] ---> Running in 832cbe4479c3 [2021-07-11T04:01:37.714Z] ---> Running in f41d1f6f27ea [2021-07-11T04:01:37.980Z] Removing intermediate container f41d1f6f27ea [2021-07-11T04:01:37.980Z] ---> 77cebd97c4c1 [2021-07-11T04:01:37.980Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:01:37.980Z] ---> Running in 52a66d183e12 [2021-07-11T04:01:37.980Z] Removing intermediate container 52a66d183e12 [2021-07-11T04:01:37.980Z] ---> d1986b4f0a2e [2021-07-11T04:01:37.980Z] [2021-07-11T04:01:38.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-11T04:01:38.244Z] Successfully built d1986b4f0a2e [2021-07-11T04:01:38.244Z] Successfully tagged core-metadata:latest [2021-07-11T04:01:38.815Z]  Building core-metadata ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-11T04:01:39.075Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-11T04:01:39.335Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-11T04:01:39.335Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-11T04:01:39.335Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-11T04:01:40.276Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-11T04:01:40.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-11T04:01:40.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-11T04:01:40.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-11T04:01:40.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-11T04:01:40.540Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-11T04:01:40.540Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:01:40.540Z] OK: 8 MiB in 20 packages [2021-07-11T04:01:40.805Z] Removing intermediate container 832cbe4479c3 [2021-07-11T04:01:40.805Z] ---> 2c92b3ea0115 [2021-07-11T04:01:40.805Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:01:41.002Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-11T04:01:41.065Z] ---> ecaa9659d3db [2021-07-11T04:01:41.065Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-11T04:01:41.325Z] ---> bd4df11dcf3c [2021-07-11T04:01:41.325Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-11T04:01:41.325Z] ---> 1482892bfab8 [2021-07-11T04:01:41.325Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-11T04:01:41.585Z] ---> Running in cf5a2f7344d8 [2021-07-11T04:01:41.585Z] Removing intermediate container cf5a2f7344d8 [2021-07-11T04:01:41.585Z] ---> c58efb106767 [2021-07-11T04:01:41.585Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:01:41.585Z] ---> Running in 26d3e94cb601 [2021-07-11T04:01:41.585Z] Removing intermediate container 26d3e94cb601 [2021-07-11T04:01:41.585Z] ---> e3a0da4d7fa9 [2021-07-11T04:01:41.585Z] Step 22/24 : LABEL arch=x86_64 [2021-07-11T04:01:41.585Z] ---> Running in eed2ec22a231 [2021-07-11T04:01:41.612Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-11T04:01:41.846Z] Removing intermediate container eed2ec22a231 [2021-07-11T04:01:41.846Z] ---> 27464baee88c [2021-07-11T04:01:41.846Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:41.846Z] ---> Running in 2e16be973491 [2021-07-11T04:01:41.846Z] Removing intermediate container 2e16be973491 [2021-07-11T04:01:41.846Z] ---> 170c03c10dd5 [2021-07-11T04:01:41.846Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:01:41.846Z] ---> Running in 3cde91b146ff [2021-07-11T04:01:42.108Z] Removing intermediate container 3cde91b146ff [2021-07-11T04:01:42.108Z] ---> 9b96a7f8d1f9 [2021-07-11T04:01:42.108Z] [2021-07-11T04:01:42.108Z] Successfully built 9b96a7f8d1f9 [2021-07-11T04:01:42.108Z] Successfully tagged core-data:latest [2021-07-11T04:01:42.115Z]  Building core-data ... done  [Pipeline] } [2021-07-11T04:01:42.119Z] $ docker stop --time=1 a5dca81e184ad1f5191594177eff1d75a1a05741ccb359b01c546136be97cd46 [2021-07-11T04:01:43.089Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-11T04:01:43.090Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-11T04:01:43.090Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-11T04:01:43.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-11T04:01:43.385Z] $ docker rm -f a5dca81e184ad1f5191594177eff1d75a1a05741ccb359b01c546136be97cd46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-11T04:01:43.769Z] + docker images [2021-07-11T04:01:43.769Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-11T04:01:43.769Z] core-data latest 9b96a7f8d1f9 2 seconds ago 20.2MB [2021-07-11T04:01:43.769Z] core-metadata latest d1986b4f0a2e 6 seconds ago 16.6MB [2021-07-11T04:01:43.769Z] 09c11eaaf502 7 seconds ago 1.16GB [2021-07-11T04:01:43.769Z] ff2f730a31fa 8 seconds ago 1.16GB [2021-07-11T04:01:43.769Z] support-scheduler latest cd6b6513201e 14 seconds ago 15.9MB [2021-07-11T04:01:43.769Z] 58578721b203 17 seconds ago 1.16GB [2021-07-11T04:01:43.769Z] core-command latest 583084930608 19 seconds ago 15.9MB [2021-07-11T04:01:43.769Z] e0748600c024 23 seconds ago 1.16GB [2021-07-11T04:01:43.769Z] sys-mgmt-agent latest 25d2cb972fe8 31 seconds ago 311MB [2021-07-11T04:01:43.769Z] security-bootstrapper latest bbf65d229eae 46 seconds ago 18.6MB [2021-07-11T04:01:43.769Z] security-secretstore-setup latest f713a0a8ae65 53 seconds ago 28.7MB [2021-07-11T04:01:43.769Z] security-proxy-setup latest b9fc403121f2 About a minute ago 25.7MB [2021-07-11T04:01:43.769Z] support-notifications latest 5c957a757a22 About a minute ago 16.7MB [2021-07-11T04:01:43.769Z] c02ca68016d7 About a minute ago 1.16GB [2021-07-11T04:01:43.769Z] beb16c528f5b About a minute ago 1.16GB [2021-07-11T04:01:43.769Z] b27a46c106d3 About a minute ago 1.17GB [2021-07-11T04:01:43.769Z] 3686d4871b22 About a minute ago 1.16GB [2021-07-11T04:01:43.769Z] 090ced6a7adf About a minute ago 1.16GB [2021-07-11T04:01:43.769Z] ci-base-image-x86_64 latest ce1534563b2a 5 minutes ago 659MB [2021-07-11T04:01:43.769Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine eb58bd16d52e 31 hours ago 457MB [2021-07-11T04:01:43.769Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 4 days ago 37.5MB [2021-07-11T04:01:43.769Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-07-11T04:01:43.769Z] docker 20.10.0 aefe523efa57 7 months ago 240MB [2021-07-11T04:01:43.769Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 12 months ago 310MB [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-07-11T04:01:44.235Z] Running on prd-ubuntu18.04-docker-8c-8g-2375 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws [2021-07-11T04:01:44.252Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-07-11T04:01:44.373Z] The recommended git tool is: git [2021-07-11T04:01:46.590Z] using credential edgex-jenkins-ssh [2021-07-11T04:01:46.607Z] Cloning the remote Git repository [2021-07-11T04:01:46.625Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-11T04:01:46.692Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-07-11T04:01:46.718Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-11T04:01:46.719Z] > git --version # timeout=10 [2021-07-11T04:01:46.726Z] > git --version # 'git version 2.17.1' [2021-07-11T04:01:46.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T04:01:46.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T04:01:53.657Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-11T04:01:53.670Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T04:01:53.682Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-11T04:01:53.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-11T04:01:53.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T04:01:53.711Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-11T04:01:54.192Z] Merging remotes/origin/main commit ac868777e331c26268a5ad6e9d5ebabff26c403f into PR head commit 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:54.296Z] Merge succeeded, producing 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:01:54.296Z] Checking out Revision 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 (PR-3571) [2021-07-11T04:01:55.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.187s coverage: 28.7% of statements [2021-07-11T04:01:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-11T04:01:55.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-11T04:01:54.198Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T04:01:54.208Z] > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 [2021-07-11T04:01:54.261Z] > git remote # timeout=10 [2021-07-11T04:01:54.267Z] > git config --get remote.origin.url # timeout=10 [2021-07-11T04:01:54.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T04:01:54.278Z] > git merge ac868777e331c26268a5ad6e9d5ebabff26c403f # timeout=10 [2021-07-11T04:01:54.286Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-11T04:01:54.294Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T04:01:54.298Z] > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 [2021-07-11T04:01:57.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.315s coverage: 100.0% of statements [2021-07-11T04:01:57.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-11T04:01:57.967Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" [2021-07-11T04:01:58.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.314s coverage: 53.1% of statements [2021-07-11T04:01:58.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-11T04:01:58.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:01:59.047Z] + echo snap-build.sh [2021-07-11T04:01:59.047Z] snap-build.sh [2021-07-11T04:01:59.047Z] + SNAP_BASE_DIR=. [2021-07-11T04:01:59.047Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2021-07-11T04:01:59.047Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2021-07-11T04:01:59.047Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2021-07-11T04:01:59.047Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2021-07-11T04:01:59.047Z] + cd /w/workspace/edgex-go/20 [2021-07-11T04:01:59.047Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-07-11T04:01:59.047Z] Reading package lists... [2021-07-11T04:01:59.047Z] Building dependency tree... [2021-07-11T04:01:59.047Z] Reading state information... [2021-07-11T04:01:59.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.505s coverage: 87.7% of statements [2021-07-11T04:01:59.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-11T04:01:59.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-11T04:01:59.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.258s coverage: 78.9% of statements [2021-07-11T04:01:59.309Z] The following packages were automatically installed and are no longer required: [2021-07-11T04:01:59.309Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-07-11T04:01:59.309Z] uidmap xdelta3 [2021-07-11T04:01:59.309Z] Use 'sudo apt autoremove' to remove them. [2021-07-11T04:01:59.309Z] The following packages will be REMOVED: [2021-07-11T04:01:59.309Z] lxd* lxd-client* [2021-07-11T04:01:59.571Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-07-11T04:01:59.571Z] After this operation, 31.7 MB disk space will be freed. [2021-07-11T04:02:00.093Z] (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 ... 190317 files and directories currently installed.) [2021-07-11T04:02:00.093Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-11T04:02:01.035Z] Removing lxd dnsmasq configuration [2021-07-11T04:02:01.035Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-07-11T04:02:01.035Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-07-11T04:02:01.614Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-11T04:02:01.893Z] (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 ... 190142 files and directories currently installed.) [2021-07-11T04:02:01.894Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-11T04:02:02.837Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-07-11T04:02:02.837Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-07-11T04:02:03.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.286s coverage: 81.2% of statements [2021-07-11T04:02:03.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-11T04:02:03.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-11T04:02:03.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-11T04:02:03.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-11T04:02:03.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-11T04:02:04.222Z] + sudo snap remove --purge lxd [2021-07-11T04:02:04.222Z] snap "lxd" is not installed [2021-07-11T04:02:04.222Z] + sudo groupadd --force --system lxd [2021-07-11T04:02:04.223Z] ++ whoami [2021-07-11T04:02:04.223Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-07-11T04:02:04.223Z] + newgrp - lxd [2021-07-11T04:02:04.223Z] + sudo snap install lxd [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.321s coverage: 95.1% of statements [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.211s coverage: 60.0% of statements [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.362s coverage: 0.8% of statements [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.146s coverage: 58.8% of statements [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.169s coverage: 22.0% of statements [2021-07-11T04:02:08.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.210s coverage: 47.1% of statements [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.223s coverage: 79.5% of statements [2021-07-11T04:02:08.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.163s coverage: 94.1% of statements [2021-07-11T04:02:09.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.218s coverage: 96.3% of statements [2021-07-11T04:02:10.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements [2021-07-11T04:02:12.367Z] 2021-07-11T04:02:09Z INFO Waiting for automatic snapd restart... [2021-07-11T04:02:23.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.180s coverage: 94.4% of statements [2021-07-11T04:02:23.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.164s coverage: 44.8% of statements [2021-07-11T04:02:24.642Z] lxd 4.15 from Canonical* installed [2021-07-11T04:02:24.642Z] + sudo lxd init --auto [2021-07-11T04:02:27.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.572s coverage: 81.8% of statements [2021-07-11T04:02:27.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-11T04:02:34.650Z] + sudo snap install --classic snapcraft [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.257s coverage: 92.9% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.172s coverage: 87.2% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.149s coverage: 100.0% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.174s coverage: 58.8% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.0% of statements [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.297s coverage: 87.2% of statements [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.322s coverage: 85.4% of statements [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.320s coverage: 91.2% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 64.4% of statements [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-11T04:02:36.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-07-11T04:02:36.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-07-11T04:02:36.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-07-11T04:02:37.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-07-11T04:02:41.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.077s coverage: 66.9% of statements [2021-07-11T04:02:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-11T04:02:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-11T04:02:41.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-11T04:02:44.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.758s coverage: 43.6% of statements [2021-07-11T04:02:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-11T04:02:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-11T04:02:44.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.464s coverage: 89.5% of statements [2021-07-11T04:02:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-11T04:02:44.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.206s coverage: 84.8% of statements [2021-07-11T04:02:44.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-11T04:02:44.660Z] snapcraft 4.8.3 from Canonical* installed [2021-07-11T04:02:44.660Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-07-11T04:02:44.660Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-07-11T04:02:44.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-11T04:02:44.660Z] Dload Upload Total Spent Left Speed [2021-07-11T04:02:44.660Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5056 0 --:--:-- --:--:-- --:--:-- 5056 [2021-07-11T04:02:44.660Z] 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.7M [2021-07-11T04:02:44.660Z] ./yq_linux_amd64 [2021-07-11T04:02:44.660Z] + sudo snapcraft prime --use-lxd [2021-07-11T04:02:45.604Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-07-11T04:02:45.604Z] 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-07-11T04:02:45.604Z] - README.md [2021-07-11T04:02:45.604Z] [2021-07-11T04:02:45.604Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-11T04:02:46.177Z] Launching a container. [2021-07-11T04:02:52.776Z] Waiting for container to be ready [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.263s coverage: 19.3% of statements [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.483s coverage: 91.9% of statements [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.209s coverage: 62.7% of statements [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.351s coverage: 97.6% of statements [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.170s coverage: 28.9% of statements [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-11T04:02:52.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.196s coverage: 100.0% of statements [2021-07-11T04:02:52.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-07-11T04:02:52.907Z] GO111MODULE=on go vet ./... [2021-07-11T04:02:53.349Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-07-11T04:02:53.349Z] [2021-07-11T04:02:57.563Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-07-11T04:02:57.563Z] Waiting for network to be ready... [2021-07-11T04:02:58.136Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-11T04:02:58.136Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] [2021-07-11T04:02:58.136Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-11T04:02:58.397Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-07-11T04:02:58.397Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-07-11T04:02:58.397Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-07-11T04:02:58.397Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-07-11T04:02:58.397Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-07-11T04:02:58.397Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] [2021-07-11T04:02:58.397Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-07-11T04:02:58.659Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-11T04:02:58.920Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-11T04:02:59.181Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-11T04:02:59.181Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-11T04:02:59.181Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-11T04:02:59.181Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-11T04:02:59.181Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-11T04:02:59.181Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-11T04:02:59.442Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-11T04:03:00.014Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2131 kB] [2021-07-11T04:03:00.014Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] [2021-07-11T04:03:00.014Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-11T04:03:00.014Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-11T04:03:00.014Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] [2021-07-11T04:03:00.014Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] [2021-07-11T04:03:00.014Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] [2021-07-11T04:03:00.014Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-07-11T04:03:01.962Z] Fetched 24.8 MB in 4s (6098 kB/s) [2021-07-11T04:03:02.907Z] Reading package lists... [2021-07-11T04:03:03.169Z] Reading package lists... [2021-07-11T04:03:03.169Z] Building dependency tree... [2021-07-11T04:03:03.169Z] Reading state information... [2021-07-11T04:03:03.430Z] The following additional packages will be installed: [2021-07-11T04:03:03.430Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-11T04:03:03.430Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-11T04:03:03.430Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-11T04:03:03.430Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-07-11T04:03:03.430Z] Suggested packages: [2021-07-11T04:03:03.430Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-07-11T04:03:03.430Z] Recommended packages: [2021-07-11T04:03:03.430Z] gnupg libsasl2-modules [2021-07-11T04:03:03.430Z] The following NEW packages will be installed: [2021-07-11T04:03:03.430Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-11T04:03:03.430Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-11T04:03:03.430Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-11T04:03:03.430Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-07-11T04:03:03.430Z] The following packages will be upgraded: [2021-07-11T04:03:03.430Z] gpg gpg-agent gpgconf libudev1 [2021-07-11T04:03:03.430Z] 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. [2021-07-11T04:03:03.430Z] Need to get 3530 kB of archives. [2021-07-11T04:03:03.430Z] After this operation, 13.3 MB of additional disk space will be used. [2021-07-11T04:03:03.430Z] 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-07-11T04:03:03.430Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-07-11T04:03:03.430Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-07-11T04:03:03.430Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-07-11T04:03:03.691Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] [2021-07-11T04:03:03.951Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] [2021-07-11T04:03:04.213Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-07-11T04:03:04.213Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-07-11T04:03:04.213Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-07-11T04:03:04.474Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-07-11T04:03:04.474Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-07-11T04:03:04.474Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-07-11T04:03:04.474Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-07-11T04:03:04.475Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-07-11T04:03:04.475Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-07-11T04:03:04.475Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-07-11T04:03:04.475Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-07-11T04:03:04.475Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-07-11T04:03:04.475Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-07-11T04:03:04.475Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-07-11T04:03:04.475Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-07-11T04:03:04.475Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-07-11T04:03:04.475Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-11T04:03:04.736Z] Fetched 3530 kB in 1s (3188 kB/s) [2021-07-11T04:03:04.736Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-11T04:03:04.736Z] Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... [2021-07-11T04:03:04.736Z] Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-11T04:03:04.736Z] Setting up libudev1:amd64 (237-3ubuntu10.48) ... [2021-07-11T04:03:04.736Z] Selecting previously unselected package udev. [2021-07-11T04:03:04.737Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-11T04:03:04.737Z] Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... [2021-07-11T04:03:04.737Z] Unpacking udev (237-3ubuntu10.48) ... [2021-07-11T04:03:04.998Z] Selecting previously unselected package libfuse2:amd64. [2021-07-11T04:03:04.998Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-07-11T04:03:04.998Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-11T04:03:04.998Z] Selecting previously unselected package fuse. [2021-07-11T04:03:04.998Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-07-11T04:03:04.998Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-07-11T04:03:04.998Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-11T04:03:04.998Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-11T04:03:05.258Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-11T04:03:05.258Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-11T04:03:05.258Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-11T04:03:05.258Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-11T04:03:05.519Z] Selecting previously unselected package libksba8:amd64. [2021-07-11T04:03:05.519Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-07-11T04:03:05.519Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-07-11T04:03:05.519Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-07-11T04:03:05.519Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:05.519Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:05.519Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-07-11T04:03:05.519Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:05.519Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:05.781Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-07-11T04:03:05.781Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:05.781Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:05.781Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-07-11T04:03:05.781Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:05.781Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:05.781Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-07-11T04:03:05.781Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:05.781Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:06.042Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-07-11T04:03:06.042Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:06.042Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:06.042Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-07-11T04:03:06.042Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:06.042Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:06.304Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-07-11T04:03:06.304Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:06.304Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:06.304Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-07-11T04:03:06.304Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-11T04:03:06.304Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:06.304Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-11T04:03:06.304Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-11T04:03:06.304Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-11T04:03:06.566Z] Selecting previously unselected package libsasl2-2:amd64. [2021-07-11T04:03:06.566Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-11T04:03:06.566Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-11T04:03:06.566Z] Selecting previously unselected package libldap-common. [2021-07-11T04:03:06.566Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-07-11T04:03:06.566Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-11T04:03:06.566Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-11T04:03:06.566Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-07-11T04:03:06.566Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-11T04:03:06.828Z] Selecting previously unselected package dirmngr. [2021-07-11T04:03:06.828Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-11T04:03:06.828Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-11T04:03:07.089Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-11T04:03:07.089Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-07-11T04:03:07.089Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-11T04:03:07.089Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-11T04:03:07.089Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-11T04:03:07.089Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-07-11T04:03:07.089Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:07.089Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-07-11T04:03:07.089Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-11T04:03:07.349Z] Setting up udev (237-3ubuntu10.48) ... [2021-07-11T04:03:07.611Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-07-11T04:03:07.611Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:07.872Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-07-11T04:03:07.872Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-07-11T04:03:07.872Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-07-11T04:03:07.872Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:07.872Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:07.872Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:07.872Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:08.134Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:08.134Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:08.134Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-11T04:03:08.134Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-11T04:03:08.134Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-11T04:03:08.134Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-11T04:03:08.394Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-07-11T04:03:08.394Z] settings in the [Install] section, and DefaultInstance for template units). [2021-07-11T04:03:08.394Z] This means they are not meant to be enabled using systemctl. [2021-07-11T04:03:08.394Z] Possible reasons for having this kind of units are: [2021-07-11T04:03:08.394Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-07-11T04:03:08.394Z] .wants/ or .requires/ directory. [2021-07-11T04:03:08.394Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-07-11T04:03:08.394Z] a requirement dependency on it. [2021-07-11T04:03:08.394Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-07-11T04:03:08.394Z] D-Bus, udev, scripted systemctl call, ...). [2021-07-11T04:03:08.394Z] 4) In case of template units, the unit is meant to be enabled with some [2021-07-11T04:03:08.394Z] instance name specified. [2021-07-11T04:03:08.970Z] Reading package lists... [2021-07-11T04:03:08.970Z] Building dependency tree... [2021-07-11T04:03:08.970Z] Reading state information... [2021-07-11T04:03:09.232Z] The following additional packages will be installed: [2021-07-11T04:03:09.232Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-07-11T04:03:09.232Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-07-11T04:03:09.232Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-07-11T04:03:09.232Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-07-11T04:03:09.232Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-07-11T04:03:09.232Z] Suggested packages: [2021-07-11T04:03:09.232Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-07-11T04:03:09.232Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-07-11T04:03:09.232Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-07-11T04:03:09.232Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-07-11T04:03:09.232Z] systemd-container policykit-1 [2021-07-11T04:03:09.232Z] Recommended packages: [2021-07-11T04:03:09.232Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-07-11T04:03:09.232Z] The following NEW packages will be installed: [2021-07-11T04:03:09.232Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-07-11T04:03:09.232Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-07-11T04:03:09.232Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-07-11T04:03:09.232Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-07-11T04:03:09.232Z] python3.6-minimal snapd squashfs-tools sudo [2021-07-11T04:03:09.232Z] The following packages will be upgraded: [2021-07-11T04:03:09.232Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-07-11T04:03:09.232Z] 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. [2021-07-11T04:03:09.232Z] Need to get 36.7 MB of archives. [2021-07-11T04:03:09.233Z] After this operation, 147 MB of additional disk space will be used. [2021-07-11T04:03:09.233Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-07-11T04:03:09.233Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] [2021-07-11T04:03:09.233Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-07-11T04:03:09.233Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-07-11T04:03:09.233Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-07-11T04:03:09.494Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-07-11T04:03:09.494Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-07-11T04:03:09.494Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-07-11T04:03:09.494Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-07-11T04:03:09.494Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-07-11T04:03:09.494Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-07-11T04:03:09.494Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-07-11T04:03:09.494Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-07-11T04:03:09.494Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-07-11T04:03:09.494Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-07-11T04:03:09.494Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-07-11T04:03:10.437Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] [2021-07-11T04:03:10.437Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-07-11T04:03:10.437Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-07-11T04:03:10.437Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-07-11T04:03:10.437Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-07-11T04:03:10.437Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-07-11T04:03:10.437Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-07-11T04:03:10.437Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-07-11T04:03:10.437Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-07-11T04:03:10.437Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-07-11T04:03:10.437Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-07-11T04:03:10.437Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-07-11T04:03:10.437Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-07-11T04:03:10.437Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-07-11T04:03:11.826Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-11T04:03:11.826Z] Fetched 36.7 MB in 2s (14.8 MB/s) [2021-07-11T04:03:11.826Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-11T04:03:11.826Z] Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... [2021-07-11T04:03:11.826Z] Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-11T04:03:12.771Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... [2021-07-11T04:03:12.771Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-11T04:03:12.771Z] Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... [2021-07-11T04:03:13.032Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-11T04:03:13.032Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-07-11T04:03:13.032Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-07-11T04:03:13.032Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-07-11T04:03:13.293Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-11T04:03:13.293Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-07-11T04:03:13.293Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-07-11T04:03:13.554Z] Setting up apt (1.6.14) ... [2021-07-11T04:03:13.555Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-07-11T04:03:13.815Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-07-11T04:03:13.815Z] (Reading database ... 12764 files and directories currently installed.) [2021-07-11T04:03:13.815Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-11T04:03:13.815Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-11T04:03:14.075Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-07-11T04:03:14.075Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-11T04:03:14.075Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:14.342Z] Selecting previously unselected package libexpat1:amd64. [2021-07-11T04:03:14.342Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-07-11T04:03:14.342Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-11T04:03:14.342Z] Selecting previously unselected package python3.6-minimal. [2021-07-11T04:03:14.342Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-11T04:03:14.342Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:14.602Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-11T04:03:14.602Z] Checking for services that may need to be restarted...done. [2021-07-11T04:03:14.863Z] Checking for services that may need to be restarted...done. [2021-07-11T04:03:14.863Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:14.863Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-11T04:03:14.863Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:15.123Z] Selecting previously unselected package python3-minimal. [2021-07-11T04:03:15.123Z] (Reading database ... 13012 files and directories currently installed.) [2021-07-11T04:03:15.123Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-07-11T04:03:15.123Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-07-11T04:03:15.384Z] Selecting previously unselected package mime-support. [2021-07-11T04:03:15.384Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-07-11T04:03:15.384Z] Unpacking mime-support (3.60ubuntu1) ... [2021-07-11T04:03:15.384Z] Selecting previously unselected package libmpdec2:amd64. [2021-07-11T04:03:15.384Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-07-11T04:03:15.384Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-11T04:03:15.384Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-07-11T04:03:15.384Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-11T04:03:15.384Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:15.644Z] Selecting previously unselected package python3.6. [2021-07-11T04:03:15.644Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-11T04:03:15.644Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:15.644Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-11T04:03:15.644Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-07-11T04:03:15.644Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-11T04:03:15.905Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-07-11T04:03:15.905Z] Selecting previously unselected package python3. [2021-07-11T04:03:15.905Z] (Reading database ... 13442 files and directories currently installed.) [2021-07-11T04:03:15.905Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-07-11T04:03:15.905Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-07-11T04:03:16.165Z] Selecting previously unselected package multiarch-support. [2021-07-11T04:03:16.165Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-07-11T04:03:16.165Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-07-11T04:03:16.165Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-07-11T04:03:16.165Z] Selecting previously unselected package liblzo2-2:amd64. [2021-07-11T04:03:16.165Z] (Reading database ... 13479 files and directories currently installed.) [2021-07-11T04:03:16.165Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-07-11T04:03:16.165Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-07-11T04:03:16.427Z] Selecting previously unselected package libbsd0:amd64. [2021-07-11T04:03:16.427Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-07-11T04:03:16.427Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-11T04:03:16.427Z] Selecting previously unselected package sudo. [2021-07-11T04:03:16.427Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-07-11T04:03:16.427Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-11T04:03:16.689Z] Selecting previously unselected package apparmor. [2021-07-11T04:03:16.689Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-07-11T04:03:16.689Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-07-11T04:03:16.955Z] Selecting previously unselected package libedit2:amd64. [2021-07-11T04:03:16.955Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-07-11T04:03:16.955Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-07-11T04:03:16.955Z] Selecting previously unselected package libkrb5support0:amd64. [2021-07-11T04:03:16.955Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-07-11T04:03:17.216Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:17.216Z] Selecting previously unselected package libk5crypto3:amd64. [2021-07-11T04:03:17.216Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-11T04:03:17.216Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:17.476Z] Selecting previously unselected package libkeyutils1:amd64. [2021-07-11T04:03:17.476Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-07-11T04:03:17.476Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-11T04:03:17.476Z] Selecting previously unselected package libkrb5-3:amd64. [2021-07-11T04:03:17.476Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-11T04:03:17.476Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:18.049Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-11T04:03:18.049Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-07-11T04:03:18.049Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:18.312Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-07-11T04:03:18.312Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-07-11T04:03:18.312Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-11T04:03:18.573Z] Selecting previously unselected package openssh-client. [2021-07-11T04:03:18.573Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-07-11T04:03:18.573Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-11T04:03:18.573Z] Selecting previously unselected package squashfs-tools. [2021-07-11T04:03:18.573Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-07-11T04:03:18.573Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-11T04:03:18.834Z] Selecting previously unselected package snapd. [2021-07-11T04:03:18.835Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-07-11T04:03:18.835Z] Unpacking snapd (2.49.2+18.04) ... [2021-07-11T04:03:21.380Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-07-11T04:03:21.380Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-11T04:03:21.641Z] Setting up mime-support (3.60ubuntu1) ... [2021-07-11T04:03:21.641Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-11T04:03:21.641Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-11T04:03:21.641Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:21.641Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-11T04:03:21.641Z] Setting up systemd (237-3ubuntu10.48) ... [2021-07-11T04:03:21.641Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-07-11T04:03:22.214Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-11T04:03:22.214Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-11T04:03:22.214Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-07-11T04:03:22.214Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:22.214Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:22.214Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-11T04:03:22.785Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-11T04:03:22.785Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:22.785Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-11T04:03:22.785Z] Setting up python3 (3.6.7-1~18.04) ... [2021-07-11T04:03:22.785Z] running python rtupdate hooks for python3.6... [2021-07-11T04:03:22.785Z] running python post-rtupdate hooks for python3.6... [2021-07-11T04:03:23.048Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-07-11T04:03:23.620Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-07-11T04:03:23.887Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-11T04:03:23.887Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-11T04:03:23.887Z] Setting up snapd (2.49.2+18.04) ... [2021-07-11T04:03:24.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-07-11T04:03:24.472Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-07-11T04:03:24.732Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-07-11T04:03:24.993Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-07-11T04:03:24.993Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-11T04:03:24.993Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-11T04:03:25.254Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-07-11T04:03:25.514Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-07-11T04:03:25.514Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-07-11T04:03:25.777Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-07-11T04:03:25.777Z] /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-07-11T04:03:25.777Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-11T04:03:25.777Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-07-11T04:03:26.719Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-11T04:03:26.719Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-11T04:03:26.719Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-11T04:03:27.929Z] Reading package lists... [2021-07-11T04:03:28.189Z] Reading package lists... [2021-07-11T04:03:28.189Z] Building dependency tree... [2021-07-11T04:03:28.189Z] Reading state information... [2021-07-11T04:03:28.189Z] Calculating upgrade... [2021-07-11T04:03:28.449Z] The following packages will be upgraded: [2021-07-11T04:03:28.450Z] advancecomp base-files bash binutils binutils-common [2021-07-11T04:03:28.450Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-07-11T04:03:28.450Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-07-11T04:03:28.450Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-07-11T04:03:28.450Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-07-11T04:03:28.450Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-07-11T04:03:28.450Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-07-11T04:03:28.450Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-07-11T04:03:28.450Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-07-11T04:03:28.450Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-07-11T04:03:28.450Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-07-11T04:03:28.450Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-07-11T04:03:28.450Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-07-11T04:03:28.450Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-07-11T04:03:28.450Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-07-11T04:03:28.450Z] ubuntu-keyring util-linux [2021-07-11T04:03:28.450Z] 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-07-11T04:03:28.450Z] Need to get 64.1 MB of archives. [2021-07-11T04:03:28.450Z] After this operation, 5112 kB of additional disk space will be used. [2021-07-11T04:03:28.450Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] [2021-07-11T04:03:28.709Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-07-11T04:03:28.709Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-07-11T04:03:28.709Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-07-11T04:03:28.709Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-07-11T04:03:28.709Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-07-11T04:03:28.709Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-07-11T04:03:28.709Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-07-11T04:03:28.709Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-07-11T04:03:28.709Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-07-11T04:03:28.709Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-07-11T04:03:28.709Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-07-11T04:03:28.710Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-07-11T04:03:28.710Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-07-11T04:03:28.710Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-07-11T04:03:28.710Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-07-11T04:03:28.710Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-07-11T04:03:28.710Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-07-11T04:03:28.971Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-07-11T04:03:28.971Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-07-11T04:03:28.971Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-07-11T04:03:28.971Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-07-11T04:03:28.971Z] 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-07-11T04:03:28.971Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-07-11T04:03:28.971Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-07-11T04:03:28.971Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-07-11T04:03:28.971Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-07-11T04:03:28.971Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-07-11T04:03:28.971Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-07-11T04:03:28.971Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-07-11T04:03:28.971Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-07-11T04:03:28.971Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-07-11T04:03:28.971Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-07-11T04:03:28.971Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-07-11T04:03:28.971Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-07-11T04:03:28.971Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-07-11T04:03:28.971Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-07-11T04:03:28.971Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-07-11T04:03:28.971Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-07-11T04:03:28.971Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-07-11T04:03:28.971Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-07-11T04:03:28.971Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-07-11T04:03:28.971Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-07-11T04:03:28.971Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-07-11T04:03:28.971Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-07-11T04:03:28.971Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-07-11T04:03:28.971Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-07-11T04:03:28.971Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-07-11T04:03:28.971Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-07-11T04:03:28.971Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-07-11T04:03:28.971Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-07-11T04:03:28.971Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-07-11T04:03:28.971Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-07-11T04:03:28.971Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-07-11T04:03:28.971Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-07-11T04:03:28.971Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-07-11T04:03:28.971Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-07-11T04:03:29.232Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-07-11T04:03:29.232Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-07-11T04:03:29.494Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-07-11T04:03:29.494Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-07-11T04:03:29.494Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-07-11T04:03:29.494Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-07-11T04:03:29.494Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-07-11T04:03:29.494Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-07-11T04:03:29.494Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-07-11T04:03:29.494Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-07-11T04:03:29.494Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-07-11T04:03:29.758Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-07-11T04:03:29.758Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-07-11T04:03:29.758Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-07-11T04:03:29.758Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-07-11T04:03:29.758Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-07-11T04:03:29.759Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-07-11T04:03:29.759Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-07-11T04:03:29.759Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-07-11T04:03:29.759Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-07-11T04:03:29.759Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-07-11T04:03:30.019Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-07-11T04:03:30.019Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-07-11T04:03:30.019Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-07-11T04:03:30.019Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-07-11T04:03:30.019Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-07-11T04:03:30.019Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-07-11T04:03:30.019Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-07-11T04:03:30.019Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] [2021-07-11T04:03:30.019Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-07-11T04:03:30.019Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-07-11T04:03:30.019Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-07-11T04:03:30.019Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-07-11T04:03:30.019Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-07-11T04:03:30.278Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-07-11T04:03:30.278Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-07-11T04:03:30.278Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-07-11T04:03:30.278Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-07-11T04:03:30.278Z] Get:96 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-07-11T04:03:30.278Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-07-11T04:03:30.278Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-07-11T04:03:30.278Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-07-11T04:03:30.278Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-07-11T04:03:30.278Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-07-11T04:03:30.278Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-07-11T04:03:30.539Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-11T04:03:30.539Z] Fetched 64.1 MB in 2s (34.9 MB/s) [2021-07-11T04:03:30.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-11T04:03:30.539Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-07-11T04:03:30.539Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-11T04:03:30.800Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-11T04:03:30.800Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-11T04:03:31.060Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... [2021-07-11T04:03:31.060Z] Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... [2021-07-11T04:03:31.321Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:31.321Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:31.321Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:31.321Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:31.321Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:31.321Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:31.584Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:31.584Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:31.584Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:31.584Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:31.584Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:31.584Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:31.584Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:32.158Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:32.158Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:32.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-11T04:03:32.420Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:32.420Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-07-11T04:03:32.420Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:32.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-11T04:03:32.420Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:32.420Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:32.420Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:32.420Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:32.420Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:32.681Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-11T04:03:32.681Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:32.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-11T04:03:32.681Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-07-11T04:03:32.941Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-11T04:03:33.513Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-07-11T04:03:33.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-11T04:03:33.513Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-07-11T04:03:33.513Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-07-11T04:03:33.513Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-07-11T04:03:33.513Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-07-11T04:03:33.774Z] Setting up base-files (10.1ubuntu2.10) ... [2021-07-11T04:03:33.774Z] Installing new version of config file /etc/issue ... [2021-07-11T04:03:33.774Z] Installing new version of config file /etc/issue.net ... [2021-07-11T04:03:33.774Z] Installing new version of config file /etc/lsb-release ... [2021-07-11T04:03:33.774Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-07-11T04:03:34.036Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-07-11T04:03:34.036Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-07-11T04:03:34.297Z] Removing obsolete conffile /etc/default/motd-news ... [2021-07-11T04:03:34.297Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:34.297Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-07-11T04:03:34.297Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-07-11T04:03:34.297Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-07-11T04:03:34.297Z] 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-07-11T04:03:34.558Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:34.558Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:34.558Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:34.558Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:34.558Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:34.558Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-07-11T04:03:34.558Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-07-11T04:03:34.819Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-07-11T04:03:34.819Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:34.819Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-07-11T04:03:34.819Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-11T04:03:35.079Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-07-11T04:03:35.079Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:35.079Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-11T04:03:35.079Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-11T04:03:35.079Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-11T04:03:35.079Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:35.079Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-11T04:03:35.344Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-11T04:03:35.344Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-07-11T04:03:35.344Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:35.344Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-07-11T04:03:35.344Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-07-11T04:03:35.605Z] Setting up grep (3.1-2build1) ... [2021-07-11T04:03:35.605Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:35.605Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-11T04:03:35.605Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-11T04:03:35.605Z] Setting up login (1:4.5-1ubuntu2) ... [2021-07-11T04:03:35.866Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:35.866Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-11T04:03:35.866Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-11T04:03:35.866Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-07-11T04:03:35.866Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:35.866Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-11T04:03:35.866Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-11T04:03:36.437Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-11T04:03:36.437Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-11T04:03:36.698Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-11T04:03:36.698Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-11T04:03:36.960Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-07-11T04:03:36.960Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:36.960Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-07-11T04:03:36.960Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-11T04:03:37.531Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-11T04:03:37.531Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-11T04:03:37.531Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-11T04:03:37.531Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-11T04:03:37.794Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-07-11T04:03:37.794Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:37.794Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-07-11T04:03:37.794Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-07-11T04:03:37.794Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-07-11T04:03:38.056Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:38.056Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:38.056Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:38.056Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:38.056Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:38.056Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:38.056Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:38.318Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:38.318Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:38.318Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:38.318Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:38.318Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:38.318Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:38.318Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:38.318Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:38.580Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:38.580Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:38.580Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-11T04:03:38.580Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-11T04:03:38.841Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-11T04:03:38.841Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-11T04:03:38.841Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-11T04:03:38.841Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:38.841Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-11T04:03:39.103Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-11T04:03:39.103Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-11T04:03:39.103Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:39.103Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:39.103Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:39.103Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:39.366Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:39.366Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:39.366Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:39.366Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:39.366Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:39.366Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:39.366Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:39.937Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:39.937Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-07-11T04:03:40.200Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-07-11T04:03:40.461Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:40.461Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-11T04:03:40.461Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-11T04:03:40.461Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-07-11T04:03:40.461Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-11T04:03:40.461Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-07-11T04:03:40.723Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-11T04:03:40.723Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-07-11T04:03:40.723Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-11T04:03:40.723Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-07-11T04:03:40.723Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-07-11T04:03:40.984Z] Setting up debconf (1.5.66ubuntu1) ... [2021-07-11T04:03:41.245Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-11T04:03:41.245Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-07-11T04:03:41.245Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-11T04:03:41.245Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-07-11T04:03:41.507Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-11T04:03:41.507Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-07-11T04:03:41.507Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-11T04:03:41.507Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-07-11T04:03:41.507Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-11T04:03:41.507Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-11T04:03:41.507Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-11T04:03:41.507Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-11T04:03:41.768Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-11T04:03:41.768Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-11T04:03:41.768Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-11T04:03:41.768Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-11T04:03:41.768Z] (Reading database ... 13919 files and directories currently installed.) [2021-07-11T04:03:41.768Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-11T04:03:42.030Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-11T04:03:42.030Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-11T04:03:42.291Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:42.291Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-11T04:03:42.291Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-11T04:03:42.291Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... [2021-07-11T04:03:42.291Z] Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-11T04:03:42.291Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-11T04:03:42.291Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-11T04:03:42.291Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-11T04:03:42.561Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:42.561Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-07-11T04:03:42.561Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-07-11T04:03:42.561Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-07-11T04:03:42.561Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:42.561Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-07-11T04:03:42.561Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-07-11T04:03:42.822Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-07-11T04:03:42.822Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:42.822Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-07-11T04:03:42.822Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-11T04:03:42.822Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-11T04:03:43.090Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:43.090Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-11T04:03:43.090Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-11T04:03:43.090Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-11T04:03:43.374Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:43.374Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-07-11T04:03:43.374Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-07-11T04:03:43.374Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-07-11T04:03:43.374Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:43.374Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-11T04:03:43.374Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-11T04:03:43.635Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-07-11T04:03:43.635Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:43.635Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-11T04:03:43.635Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-11T04:03:43.897Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-07-11T04:03:43.897Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:43.897Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-11T04:03:43.897Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-11T04:03:43.897Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-11T04:03:43.897Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:43.897Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-11T04:03:43.897Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-11T04:03:44.162Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-11T04:03:44.162Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:44.162Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-07-11T04:03:44.162Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-07-11T04:03:44.162Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-07-11T04:03:44.424Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:44.424Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-07-11T04:03:44.424Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-07-11T04:03:44.424Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-07-11T04:03:44.424Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:44.424Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-07-11T04:03:44.424Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-07-11T04:03:44.685Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-07-11T04:03:44.685Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:44.685Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-07-11T04:03:44.685Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-07-11T04:03:44.685Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-07-11T04:03:44.948Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:44.948Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-07-11T04:03:44.948Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-07-11T04:03:44.948Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-07-11T04:03:44.948Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-11T04:03:44.948Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-07-11T04:03:44.948Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-07-11T04:03:44.948Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-07-11T04:03:44.948Z] (Reading database ... 13924 files and directories currently installed.) [2021-07-11T04:03:44.948Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-11T04:03:44.948Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-11T04:03:45.215Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-11T04:03:45.215Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-11T04:03:45.215Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-11T04:03:45.215Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-11T04:03:45.475Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-07-11T04:03:45.475Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-07-11T04:03:45.475Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-07-11T04:03:45.475Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-07-11T04:03:45.475Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-07-11T04:03:45.475Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-07-11T04:03:45.737Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-07-11T04:03:45.737Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-07-11T04:03:45.737Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-07-11T04:03:45.737Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-07-11T04:03:45.737Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-07-11T04:03:45.737Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-07-11T04:03:46.041Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-07-11T04:03:46.041Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-07-11T04:03:46.041Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-07-11T04:03:46.041Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-07-11T04:03:46.303Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-07-11T04:03:46.303Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-07-11T04:03:46.565Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-07-11T04:03:46.565Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-07-11T04:03:46.565Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-07-11T04:03:46.565Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-07-11T04:03:46.826Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-11T04:03:46.826Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-11T04:03:47.089Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-11T04:03:47.089Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-11T04:03:47.388Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-11T04:03:47.388Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-11T04:03:47.388Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-11T04:03:47.388Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-11T04:03:47.388Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:47.388Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:47.697Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:47.697Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:47.697Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:47.697Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:48.048Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:48.048Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:48.995Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:48.995Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:49.577Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:49.577Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:50.154Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:50.154Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:50.415Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:50.415Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:51.360Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-11T04:03:51.360Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-11T04:03:51.360Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-11T04:03:51.360Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-11T04:03:51.360Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-07-11T04:03:51.360Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-11T04:03:51.622Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-07-11T04:03:51.622Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-11T04:03:51.622Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-07-11T04:03:51.622Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-07-11T04:03:51.622Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-11T04:03:51.886Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-11T04:03:51.887Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-11T04:03:51.887Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-11T04:03:51.887Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-07-11T04:03:51.887Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-07-11T04:03:51.887Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:51.887Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-11T04:03:52.148Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:52.148Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:52.148Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:52.148Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-07-11T04:03:52.148Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-07-11T04:03:52.148Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-07-11T04:03:52.148Z] [2021-07-11T04:03:52.148Z] Current default time zone: 'Etc/UTC' [2021-07-11T04:03:52.148Z] Local time is now: Sun Jul 11 04:03:52 UTC 2021. [2021-07-11T04:03:52.148Z] Universal Time is now: Sun Jul 11 04:03:52 UTC 2021. [2021-07-11T04:03:52.148Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-07-11T04:03:52.148Z] [2021-07-11T04:03:52.148Z] Setting up systemd-sysv (237-3ubuntu10.48) ... [2021-07-11T04:03:52.148Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:52.148Z] Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... [2021-07-11T04:03:52.148Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-07-11T04:03:52.148Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-07-11T04:03:52.148Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-07-11T04:03:52.409Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-07-11T04:03:52.409Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-07-11T04:03:52.409Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-07-11T04:03:52.409Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-07-11T04:03:52.409Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:52.409Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-07-11T04:03:52.409Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:52.409Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-11T04:03:52.670Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:52.670Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-07-11T04:03:52.670Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-07-11T04:03:52.670Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-07-11T04:03:52.670Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-11T04:03:52.670Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-07-11T04:03:52.670Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-07-11T04:03:52.670Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-07-11T04:03:52.670Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-07-11T04:03:54.593Z] Updating certificates in /etc/ssl/certs... [2021-07-11T04:03:55.535Z] 23 added, 27 removed; done. [2021-07-11T04:03:55.535Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-07-11T04:03:55.535Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-11T04:03:55.535Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-07-11T04:03:55.535Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-07-11T04:03:55.535Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-07-11T04:03:55.535Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.535Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-11T04:03:55.535Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.535Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.535Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.535Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.797Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.798Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-07-11T04:03:55.798Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-07-11T04:03:55.798Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-07-11T04:03:55.798Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-07-11T04:03:55.798Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-07-11T04:03:55.798Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.798Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-11T04:03:55.798Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-07-11T04:03:55.798Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-07-11T04:03:55.798Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-07-11T04:03:55.798Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-11T04:03:55.798Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-07-11T04:03:55.798Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-07-11T04:03:56.066Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-07-11T04:03:56.066Z] Updating certificates in /etc/ssl/certs... [2021-07-11T04:03:56.638Z] 0 added, 0 removed; done. [2021-07-11T04:03:56.638Z] Running hooks in /etc/ca-certificates/update.d... [2021-07-11T04:03:56.638Z] done. [2021-07-11T04:03:56.902Z] Reading package lists... [2021-07-11T04:03:57.163Z] Building dependency tree... [2021-07-11T04:03:57.163Z] Reading state information... [2021-07-11T04:03:57.425Z] The following NEW packages will be installed: [2021-07-11T04:03:57.425Z] apt-transport-https [2021-07-11T04:03:57.425Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-07-11T04:03:57.425Z] Need to get 4348 B of archives. [2021-07-11T04:03:57.425Z] After this operation, 154 kB of additional disk space will be used. [2021-07-11T04:03:57.425Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-07-11T04:03:57.688Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-11T04:03:57.688Z] Fetched 4348 B in 0s (24.6 kB/s) [2021-07-11T04:03:57.688Z] Selecting previously unselected package apt-transport-https. [2021-07-11T04:03:57.688Z] (Reading database ... 13929 files and directories currently installed.) [2021-07-11T04:03:57.688Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-07-11T04:03:57.688Z] Unpacking apt-transport-https (1.6.14) ... [2021-07-11T04:03:57.688Z] Setting up apt-transport-https (1.6.14) ... [2021-07-11T04:03:57.949Z] Waiting for network to be ready... [2021-07-11T04:04:06.142Z] 2021-07-11T04:04:03Z INFO Waiting for automatic snapd restart... [2021-07-11T04:04:08.698Z] snapd 2.51.1 from Canonical* installed [2021-07-11T04:04:09.270Z] "snapd" switched to the "latest/stable" channel [2021-07-11T04:04:09.270Z] [2021-07-11T04:04:12.581Z] core18 20210611 from Canonical* installed [2021-07-11T04:04:12.581Z] "core18" switched to the "latest/stable" channel [2021-07-11T04:04:12.581Z] [2021-07-11T04:04:14.730Z] gofmt -l . [2021-07-11T04:04:14.731Z] [ "`gofmt -l .`" = "" ] [2021-07-11T04:04:14.731Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-11T04:04:15.398Z] + ls -al . [2021-07-11T04:04:15.398Z] total 592 [2021-07-11T04:04:15.398Z] drwxrwxr-x 9 1001 1001 4096 Jul 11 04:04 . [2021-07-11T04:04:15.398Z] drwxr-xr-x 4 root root 4096 Jul 11 04:00 .. [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 11 Jul 11 03:58 .dockerignore [2021-07-11T04:04:15.398Z] drwxrwxr-x 8 1001 1001 4096 Jul 11 03:58 .git [2021-07-11T04:04:15.398Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 03:58 .github [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 818 Jul 11 03:58 .gitignore [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 76 Jul 11 03:58 .hadolint.yml [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 166 Jul 11 03:58 .sonarcloud.properties [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 8609 Jul 11 03:58 Attribution.txt [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 43881 Jul 11 03:58 CHANGELOG.md [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 3804 Jul 11 03:58 CONTRIBUTING.md [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 931 Jul 11 03:58 Dockerfile.build [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 849 Jul 11 03:58 Jenkinsfile [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 10775 Jul 11 03:58 LICENSE [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 6003 Jul 11 03:58 Makefile [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 7818 Jul 11 03:58 README.md [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 6912 Jul 11 03:58 SECURITY.md [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 5 Jul 11 03:55 VERSION [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 4131 Jul 11 03:58 ZMQWindows.md [2021-07-11T04:04:15.398Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 03:58 bin [2021-07-11T04:04:15.398Z] drwxrwxr-x 14 1001 1001 4096 Jul 11 03:58 cmd [2021-07-11T04:04:15.398Z] -rw-r--r-- 1 root root 398095 Jul 11 04:02 coverage.out [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 806 Jul 11 03:58 go.mod [2021-07-11T04:04:15.398Z] -rw-r--r-- 1 root root 20850 Jul 11 04:00 go.sum [2021-07-11T04:04:15.398Z] drwxrwxr-x 7 1001 1001 4096 Jul 11 03:58 internal [2021-07-11T04:04:15.398Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 03:58 openapi [2021-07-11T04:04:15.398Z] drwxrwxr-x 4 1001 1001 4096 Jul 11 03:58 snap [2021-07-11T04:04:15.398Z] -rw-rw-r-- 1 1001 1001 168 Jul 11 03:58 version.go [Pipeline] sh [2021-07-11T04:04:16.054Z] + '[' -e coverage.out ] [2021-07-11T04:04:16.054Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-11T04:04:16.086Z] Warning: overwriting stash ‘coverage-report’ [2021-07-11T04:04:16.852Z] snapcraft 4.8.3 from Canonical* installed [2021-07-11T04:04:16.852Z] "snapcraft" switched to the "latest/stable" channel [2021-07-11T04:04:16.852Z] [2021-07-11T04:04:16.854Z] Stashed 1 file(s) [Pipeline] sh [2021-07-11T04:04:17.519Z] + make build [2021-07-11T04:04:17.519Z] go mod tidy [2021-07-11T04:04:18.123Z] 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-07-11T04:04:22.168Z] 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-07-11T04:04:22.168Z] - README.md [2021-07-11T04:04:22.168Z] [2021-07-11T04:04:22.168Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-11T04:04:22.168Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-11T04:04:22.168Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-11T04:04:22.168Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-11T04:04:23.110Z] Reading package lists... [2021-07-11T04:04:23.370Z] 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-07-11T04:04:23.370Z] Reading package lists... [2021-07-11T04:04:23.630Z] Building dependency tree... [2021-07-11T04:04:23.630Z] Reading state information... [2021-07-11T04:04:23.630Z] Suggested packages: [2021-07-11T04:04:23.630Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-07-11T04:04:23.630Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-07-11T04:04:23.630Z] Recommended packages: [2021-07-11T04:04:23.630Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-07-11T04:04:23.630Z] The following NEW packages will be installed: [2021-07-11T04:04:23.630Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-07-11T04:04:23.630Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-07-11T04:04:23.630Z] pkg-config zip [2021-07-11T04:04:23.630Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-07-11T04:04:23.891Z] Need to get 7663 kB of archives. [2021-07-11T04:04:23.891Z] After this operation, 43.8 MB of additional disk space will be used. [2021-07-11T04:04:23.891Z] 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-07-11T04:04:23.891Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-07-11T04:04:23.891Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-07-11T04:04:23.891Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-07-11T04:04:23.891Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-07-11T04:04:23.891Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-07-11T04:04:23.891Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-07-11T04:04:24.153Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-07-11T04:04:24.153Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-07-11T04:04:24.153Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-07-11T04:04:24.153Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-07-11T04:04:24.413Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-07-11T04:04:24.413Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-07-11T04:04:24.413Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-07-11T04:04:24.413Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-07-11T04:04:24.675Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-11T04:04:24.675Z] Fetched 7663 kB in 1s (10.2 MB/s) [2021-07-11T04:04:24.675Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-07-11T04:04:24.675Z] (Reading database ... 13933 files and directories currently installed.) [2021-07-11T04:04:24.675Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-07-11T04:04:24.675Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-11T04:04:24.839Z] 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-07-11T04:04:24.940Z] Selecting previously unselected package libpsl5:amd64. [2021-07-11T04:04:24.940Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-07-11T04:04:24.940Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-07-11T04:04:24.940Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-07-11T04:04:24.940Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-07-11T04:04:25.201Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-11T04:04:25.201Z] Selecting previously unselected package librtmp1:amd64. [2021-07-11T04:04:25.201Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-07-11T04:04:25.201Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-11T04:04:25.462Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-07-11T04:04:25.462Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-07-11T04:04:25.462Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-07-11T04:04:25.462Z] Selecting previously unselected package liberror-perl. [2021-07-11T04:04:25.462Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-07-11T04:04:25.462Z] Unpacking liberror-perl (0.17025-1) ... [2021-07-11T04:04:25.723Z] Selecting previously unselected package git-man. [2021-07-11T04:04:25.723Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-07-11T04:04:25.723Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-11T04:04:25.988Z] Selecting previously unselected package git. [2021-07-11T04:04:25.988Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-07-11T04:04:25.988Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-07-11T04:04:27.379Z] Selecting previously unselected package libnorm1:amd64. [2021-07-11T04:04:27.379Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-07-11T04:04:27.641Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-11T04:04:27.641Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-07-11T04:04:27.641Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-07-11T04:04:27.641Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-11T04:04:28.216Z] Selecting previously unselected package libsodium23:amd64. [2021-07-11T04:04:28.216Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-07-11T04:04:28.216Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-07-11T04:04:28.216Z] Selecting previously unselected package libzmq5:amd64. [2021-07-11T04:04:28.216Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-11T04:04:28.216Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-11T04:04:28.478Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-07-11T04:04:28.478Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-11T04:04:28.478Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-11T04:04:28.739Z] Selecting previously unselected package pkg-config. [2021-07-11T04:04:28.739Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-07-11T04:04:28.739Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-07-11T04:04:29.312Z] Selecting previously unselected package zip. [2021-07-11T04:04:29.312Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-07-11T04:04:29.312Z] Unpacking zip (3.0-11build1) ... [2021-07-11T04:04:29.572Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-11T04:04:29.572Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-11T04:04:29.572Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-11T04:04:29.572Z] Setting up liberror-perl (0.17025-1) ... [2021-07-11T04:04:29.835Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-07-11T04:04:29.835Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-11T04:04:29.835Z] No schema files found: doing nothing. [2021-07-11T04:04:29.835Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-11T04:04:29.835Z] Setting up zip (3.0-11build1) ... [2021-07-11T04:04:30.097Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-11T04:04:30.097Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-07-11T04:04:30.097Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-07-11T04:04:30.359Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-11T04:04:30.359Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-07-11T04:04:30.359Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-11T04:04:30.359Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-07-11T04:04:30.619Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-11T04:04:31.190Z] git set to automatically installed. [2021-07-11T04:04:31.190Z] git-man set to automatically installed. [2021-07-11T04:04:31.190Z] libcurl3-gnutls set to automatically installed. [2021-07-11T04:04:31.190Z] liberror-perl set to automatically installed. [2021-07-11T04:04:31.190Z] libglib2.0-0 set to automatically installed. [2021-07-11T04:04:31.190Z] libnghttp2-14 set to automatically installed. [2021-07-11T04:04:31.190Z] libnorm1 set to automatically installed. [2021-07-11T04:04:31.190Z] libpgm-5.2-0 set to automatically installed. [2021-07-11T04:04:31.190Z] libpsl5 set to automatically installed. [2021-07-11T04:04:31.190Z] librtmp1 set to automatically installed. [2021-07-11T04:04:31.190Z] libsodium23 set to automatically installed. [2021-07-11T04:04:31.190Z] libzmq3-dev set to automatically installed. [2021-07-11T04:04:31.190Z] libzmq5 set to automatically installed. [2021-07-11T04:04:31.190Z] pkg-config set to automatically installed. [2021-07-11T04:04:31.190Z] zip set to automatically installed. [2021-07-11T04:04:32.135Z] snapd is not logged in, snap install commands will use sudo [2021-07-11T04:04:33.079Z] snap "core18" has no updates available [2021-07-11T04:04:33.659Z] snapd is not logged in, snap install commands will use sudo [2021-07-11T04:04:43.660Z] go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed [2021-07-11T04:04:43.660Z] Pulling config-common [2021-07-11T04:04:43.660Z] + snapcraftctl pull [2021-07-11T04:04:44.604Z] Pulling go-build-helper [2021-07-11T04:04:44.604Z] + snapcraftctl pull [2021-07-11T04:04:45.551Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-07-11T04:04:45.552Z] Skipping pull go-build-helper (already ran) [2021-07-11T04:04:45.552Z] Building go-build-helper [2021-07-11T04:04:45.552Z] + snapcraftctl build [2021-07-11T04:04:47.079Z] 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-07-11T04:04:47.465Z] Staging go-build-helper [2021-07-11T04:04:47.465Z] + snapcraftctl stage [2021-07-11T04:04:48.518Z] 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-07-11T04:04:52.819Z] 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-07-11T04:04:53.096Z] 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-07-11T04:04:55.766Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-11T04:04:55.766Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-11T04:04:55.766Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] [2021-07-11T04:04:55.766Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-07-11T04:04:55.766Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-07-11T04:04:55.766Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-07-11T04:04:55.766Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-07-11T04:04:55.766Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-07-11T04:04:55.766Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] [2021-07-11T04:04:55.766Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-07-11T04:04:55.766Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-11T04:04:55.766Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-11T04:04:55.766Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-11T04:04:55.766Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-11T04:04:55.766Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-11T04:04:55.766Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-11T04:04:55.766Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-11T04:04:55.766Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-11T04:04:55.766Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-11T04:04:55.766Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2131 kB] [2021-07-11T04:04:55.766Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] [2021-07-11T04:04:55.766Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-11T04:04:55.766Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-11T04:04:55.766Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] [2021-07-11T04:04:55.766Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] [2021-07-11T04:04:55.766Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] [2021-07-11T04:04:55.766Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-07-11T04:04:55.766Z] Fetched 24.8 MB in 0s (0 B/s) [2021-07-11T04:04:55.766Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-07-11T04:04:55.766Z] Fetched 224 kB in 0s (0 B/s) [2021-07-11T04:04:55.766Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-07-11T04:04:55.766Z] Fetched 157 kB in 0s (0 B/s) [2021-07-11T04:04:55.766Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-07-11T04:04:55.766Z] Fetched 221 kB in 0s (0 B/s) [2021-07-11T04:04:55.766Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-07-11T04:04:55.766Z] Fetched 143 kB in 0s (0 B/s) [2021-07-11T04:04:55.766Z] Pulling edgex-go [2021-07-11T04:04:55.766Z] + snapcraftctl pull [2021-07-11T04:04:56.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-07-11T04:04:57.153Z] Pulling hooks [2021-07-11T04:04:57.153Z] + snapcraftctl pull [2021-07-11T04:04:59.870Z] 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-07-11T04:05:02.494Z] 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-07-11T04:05:06.805Z] 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-07-11T04:05:08.780Z] 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-07-11T04:05:12.159Z] 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-07-11T04:05:15.269Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-11T04:05:15.269Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-11T04:05:15.269Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-11T04:05:15.269Z] Fetched 0 B in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-07-11T04:05:15.269Z] Fetched 96.5 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-07-11T04:05:15.269Z] Fetched 279 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-07-11T04:05:15.269Z] Fetched 122 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-07-11T04:05:15.269Z] Fetched 77.8 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-07-11T04:05:15.269Z] Fetched 8848 B in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-07-11T04:05:15.269Z] Fetched 47.8 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-07-11T04:05:15.269Z] Fetched 45.6 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-07-11T04:05:15.269Z] Fetched 15.0 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-07-11T04:05:15.269Z] Fetched 219 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-07-11T04:05:15.269Z] Fetched 154 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-07-11T04:05:15.269Z] Fetched 50.6 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-07-11T04:05:15.269Z] Fetched 14.8 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-07-11T04:05:15.269Z] Fetched 41.8 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-07-11T04:05:15.269Z] Fetched 499 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-07-11T04:05:15.269Z] Fetched 111 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-07-11T04:05:15.269Z] Fetched 240 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-07-11T04:05:15.269Z] Fetched 29.3 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-07-11T04:05:15.269Z] Fetched 85.5 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-07-11T04:05:15.269Z] Fetched 24.5 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-07-11T04:05:15.269Z] Fetched 49.2 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-07-11T04:05:15.269Z] Fetched 54.2 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-07-11T04:05:15.269Z] Fetched 30.8 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-07-11T04:05:15.269Z] Fetched 15.8 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-07-11T04:05:15.269Z] Fetched 85.9 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-07-11T04:05:15.269Z] Fetched 8720 B in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-07-11T04:05:15.269Z] Fetched 140 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-07-11T04:05:15.269Z] Fetched 119 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-07-11T04:05:15.269Z] Fetched 111 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-07-11T04:05:15.269Z] Fetched 11.1 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-07-11T04:05:15.269Z] Fetched 645 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-07-11T04:05:15.269Z] Fetched 41.3 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-07-11T04:05:15.269Z] Fetched 17.9 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-07-11T04:05:15.269Z] Fetched 368 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-07-11T04:05:15.269Z] Fetched 187 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-07-11T04:05:15.269Z] Fetched 175 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-07-11T04:05:15.269Z] Fetched 206 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-07-11T04:05:15.269Z] Fetched 1301 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-07-11T04:05:15.269Z] Fetched 36.2 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-07-11T04:05:15.269Z] Fetched 159 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-07-11T04:05:15.269Z] Fetched 107 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-07-11T04:05:15.269Z] Fetched 48.7 kB in 0s (0 B/s) [2021-07-11T04:05:15.269Z] Pulling static-packages [2021-07-11T04:05:15.269Z] + snapcraftctl pull [2021-07-11T04:05:15.269Z] Pulling version [2021-07-11T04:05:15.269Z] + cd /root/project [2021-07-11T04:05:15.269Z] + git describe --tags --abbrev=0 [2021-07-11T04:05:15.269Z] + sed s/v// [2021-07-11T04:05:15.269Z] + GIT_VERSION=2.0.1-dev.3 [2021-07-11T04:05:15.269Z] + [ -z 2.0.1-dev.3 ] [2021-07-11T04:05:15.269Z] + snapcraftctl set-version 2.0.1-dev.3 [2021-07-11T04:05:15.269Z] Building config-common [2021-07-11T04:05:15.269Z] + snapcraftctl build [2021-07-11T04:05:16.653Z] Skipping build go-build-helper (already ran) [2021-07-11T04:05:16.924Z] Building edgex-go [2021-07-11T04:05:17.184Z] + cd /root/parts/edgex-go/src [2021-07-11T04:05:17.184Z] + git describe --tags --abbrev=0 [2021-07-11T04:05:17.184Z] + sed s/v// [2021-07-11T04:05:17.184Z] + GIT_VERSION=2.0.1-dev.3 [2021-07-11T04:05:17.184Z] + [ -z 2.0.1-dev.3 ] [2021-07-11T04:05:17.184Z] + echo 2.0.1-dev.3 [2021-07-11T04:05:17.184Z] + make build [2021-07-11T04:05:17.184Z] go mod tidy [Pipeline] } [2021-07-11T04:05:17.568Z] $ docker stop --time=1 bb206332822b06ca7666d2eebc2e1a8a376099655e93a701f764e43f0fa92cee [2021-07-11T04:05:20.112Z] $ docker rm -f bb206332822b06ca7666d2eebc2e1a8a376099655e93a701f764e43f0fa92cee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-07-11T04:05:21.399Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/google/uuid v1.2.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-07-11T04:05:21.399Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-07-11T04:05:21.399Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-07-11T04:05:21.399Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-07-11T04:05:21.399Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-07-11T04:05:21.399Z] go: downloading github.com/lib/pq v1.10.2 [Pipeline] isUnix [Pipeline] sh [2021-07-11T04:05:21.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-11T04:05:21.755Z] [2021-07-11T04:05:21.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T04:05:22.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-11T04:05:22.350Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-07-11T04:05:22.350Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-07-11T04:05:22.350Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-07-11T04:05:22.431Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-07-11T04:05:22.431Z] 29e5d40040c1: Pulling fs layer [2021-07-11T04:05:22.431Z] 1ce36da41761: Pulling fs layer [2021-07-11T04:05:22.431Z] 25b303627fd3: Pulling fs layer [2021-07-11T04:05:22.621Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-07-11T04:05:22.621Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-07-11T04:05:22.621Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-07-11T04:05:22.621Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-07-11T04:05:22.621Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-07-11T04:05:22.621Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-11T04:05:22.724Z] 29e5d40040c1: Verifying Checksum [2021-07-11T04:05:22.724Z] 29e5d40040c1: Download complete [2021-07-11T04:05:22.886Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-11T04:05:22.886Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-07-11T04:05:22.887Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-07-11T04:05:22.887Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-07-11T04:05:22.887Z] go: downloading github.com/x448/float16 v0.8.4 [2021-07-11T04:05:22.887Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-07-11T04:05:22.887Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-07-11T04:05:22.887Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-07-11T04:05:22.887Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-07-11T04:05:22.887Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-07-11T04:05:22.887Z] go: downloading github.com/kr/pretty v0.2.0 [2021-07-11T04:05:22.887Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-07-11T04:05:22.887Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-07-11T04:05:23.147Z] go: downloading golang.org/x/text v0.3.2 [2021-07-11T04:05:23.147Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-07-11T04:05:23.147Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-07-11T04:05:23.147Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-07-11T04:05:23.147Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-07-11T04:05:23.147Z] go: downloading github.com/kr/text v0.1.0 [2021-07-11T04:05:23.147Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-07-11T04:05:23.373Z] 29e5d40040c1: Pull complete [2021-07-11T04:05:23.373Z] 1ce36da41761: Verifying Checksum [2021-07-11T04:05:23.373Z] 1ce36da41761: Download complete [2021-07-11T04:05:23.408Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-07-11T04:05:23.408Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-07-11T04:05:23.408Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-11T04:05:23.408Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-07-11T04:05:23.668Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-07-11T04:05:23.668Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-07-11T04:05:23.668Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-07-11T04:05:23.668Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-07-11T04:05:23.668Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-07-11T04:05:23.940Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-07-11T04:05:23.940Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-07-11T04:05:23.940Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-07-11T04:05:24.202Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-07-11T04:05:24.202Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-07-11T04:05:24.202Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-07-11T04:05:24.202Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-11T04:05:24.202Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-11T04:05:24.202Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-11T04:05:24.202Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-11T04:05:24.202Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-07-11T04:05:24.202Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-07-11T04:05:24.202Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-07-11T04:05:24.202Z] go: downloading github.com/pkg/errors v0.8.1 [2021-07-11T04:05:24.463Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-07-11T04:05:24.463Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-07-11T04:05:24.463Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-07-11T04:05:24.463Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-07-11T04:05:24.463Z] go: downloading github.com/miekg/dns v1.1.26 [2021-07-11T04:05:24.463Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-07-11T04:05:24.463Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-07-11T04:05:24.463Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-07-11T04:05:24.463Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-07-11T04:05:24.463Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-07-11T04:05:24.463Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-07-11T04:05:24.463Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-07-11T04:05:24.722Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-07-11T04:05:24.722Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2021-07-11T04:05:24.829Z] 1ce36da41761: Pull complete [2021-07-11T04:05:25.427Z] 25b303627fd3: Verifying Checksum [2021-07-11T04:05:25.427Z] 25b303627fd3: Download complete [2021-07-11T04:05:34.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-11T04:05:35.578Z] 25b303627fd3: Pull complete [2021-07-11T04:05:35.578Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-07-11T04:05:35.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-11T04:05:35.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-07-11T04:05:35.843Z] prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container [2021-07-11T04:05:35.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-11T04:05:38.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2021-07-11T04:05:38.717Z] $ docker top a1707a1bc9457db2492d2448f3da3b9e49028b5caa17a0f6cbbef20a377c9b2d -eo pid,comm [2021-07-11T04:05:38.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] { [Pipeline] sh [2021-07-11T04:05:39.682Z] + docker-compose build --help [2021-07-11T04:05:39.683Z] + grep parallel [2021-07-11T04:05:39.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-11T04:05:40.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-11T04:05:41.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-11T04:05:42.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-11T04:05:43.065Z] --parallel Build images in parallel. [Pipeline] } [2021-07-11T04:05:43.083Z] $ docker stop --time=1 a1707a1bc9457db2492d2448f3da3b9e49028b5caa17a0f6cbbef20a377c9b2d [2021-07-11T04:05:43.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-11T04:05:44.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-11T04:05:44.961Z] $ docker rm -f a1707a1bc9457db2492d2448f3da3b9e49028b5caa17a0f6cbbef20a377c9b2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-11T04:05:45.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-11T04:05:45.636Z] . [Pipeline] withDockerContainer [2021-07-11T04:05:45.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-11T04:05:45.889Z] prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container [2021-07-11T04:05:45.964Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-11T04:05:46.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.3" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-11T04:05:47.469Z] $ docker top 52ed940e80dade19ceee21843fcb6b99a24d003b74e01ccdd00da46968a3b8f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T04:05:48.457Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-11T04:05:48.553Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-07-11T04:05:48.553Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-07-11T04:05:48.553Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-07-11T04:05:48.553Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-07-11T04:05:48.553Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-07-11T04:05:48.553Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-07-11T04:05:48.553Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-07-11T04:05:48.553Z] + 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-07-11T04:05:48.553Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-07-11T04:05:48.553Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-07-11T04:05:48.553Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-07-11T04:05:48.553Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-07-11T04:05:48.553Z] + 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-07-11T04:05:49.937Z] Building hooks [2021-07-11T04:05:49.937Z] + cd /root/parts/hooks/src [2021-07-11T04:05:49.937Z] + make build [2021-07-11T04:05:49.937Z] go mod tidy [2021-07-11T04:05:50.509Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-07-11T04:05:50.509Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-07-11T04:05:50.772Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-07-11T04:05:50.772Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-07-11T04:05:50.772Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-07-11T04:05:51.715Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-07-11T04:05:51.977Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-07-11T04:05:51.977Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-07-11T04:05:52.746Z] Building core-command ... [2021-07-11T04:05:52.746Z] Building core-data ... [2021-07-11T04:05:52.746Z] Building core-metadata ... [2021-07-11T04:05:52.746Z] Building security-bootstrapper ... [2021-07-11T04:05:52.746Z] Building security-proxy-setup ... [2021-07-11T04:05:52.746Z] Building security-secretstore-setup ... [2021-07-11T04:05:52.746Z] Building support-notifications ... [2021-07-11T04:05:52.746Z] Building support-scheduler ... [2021-07-11T04:05:52.746Z] Building sys-mgmt-agent ... [2021-07-11T04:05:52.746Z] Building core-metadata [2021-07-11T04:05:52.746Z] Building security-secretstore-setup [2021-07-11T04:05:52.746Z] Building security-proxy-setup [2021-07-11T04:05:52.746Z] Building support-scheduler [2021-07-11T04:05:52.746Z] Building security-bootstrapper [2021-07-11T04:05:55.279Z] Building static-packages [2021-07-11T04:05:55.279Z] + snapcraftctl build [2021-07-11T04:05:57.198Z] Building version [2021-07-11T04:05:57.198Z] + snapcraftctl build [2021-07-11T04:05:59.124Z] Staging config-common [2021-07-11T04:05:59.124Z] + snapcraftctl stage [2021-07-11T04:05:59.695Z] Skipping stage go-build-helper (already ran) [2021-07-11T04:05:59.695Z] Staging edgex-go [2021-07-11T04:05:59.695Z] + snapcraftctl stage [2021-07-11T04:06:00.663Z] Staging hooks [2021-07-11T04:06:00.663Z] + snapcraftctl stage [2021-07-11T04:06:02.106Z] Staging static-packages [2021-07-11T04:06:02.106Z] + snapcraftctl stage [2021-07-11T04:06:03.065Z] Staging version [2021-07-11T04:06:03.065Z] + snapcraftctl stage [2021-07-11T04:06:04.006Z] Priming config-common [2021-07-11T04:06:04.007Z] + snapcraftctl prime [2021-07-11T04:06:04.948Z] Priming go-build-helper [2021-07-11T04:06:04.948Z] + snapcraftctl prime [2021-07-11T04:06:05.890Z] Priming edgex-go [2021-07-11T04:06:05.890Z] + snapcraftctl prime [2021-07-11T04:06:07.276Z] Priming hooks [2021-07-11T04:06:07.276Z] + snapcraftctl prime [2021-07-11T04:06:08.229Z] Priming static-packages [2021-07-11T04:06:08.229Z] + snapcraftctl prime [2021-07-11T04:06:10.777Z] Priming version [2021-07-11T04:06:10.777Z] + snapcraftctl prime [2021-07-11T04:06:11.721Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-11T04:07:00.855Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:07:00.855Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:07:00.855Z] ---> 5f31793b90ed [2021-07-11T04:07:00.855Z] Step 3/26 : WORKDIR /edgex-go [2021-07-11T04:07:00.855Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:07:00.855Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:07:00.855Z] ---> 5f31793b90ed [2021-07-11T04:07:00.855Z] Step 3/32 : WORKDIR /edgex-go [2021-07-11T04:07:00.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:07:00.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:07:00.855Z] ---> 5f31793b90ed [2021-07-11T04:07:00.855Z] Step 3/23 : WORKDIR /edgex-go [2021-07-11T04:07:00.855Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:07:00.855Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:07:00.855Z] ---> 5f31793b90ed [2021-07-11T04:07:00.855Z] Step 3/22 : WORKDIR /edgex-go [2021-07-11T04:07:00.855Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:07:00.855Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:07:00.855Z] ---> 5f31793b90ed [2021-07-11T04:07:00.855Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:07:00.855Z] ---> Running in 7fbe7caea602 [2021-07-11T04:07:00.855Z] ---> Running in 7da352144cca [2021-07-11T04:07:00.855Z] ---> Running in 4053c9105f59 [2021-07-11T04:07:00.855Z] ---> Running in 47949c1e8b17 [2021-07-11T04:07:00.855Z] ---> Running in d26dd65bd609 [2021-07-11T04:07:00.855Z] Removing intermediate container 7da352144cca [2021-07-11T04:07:00.855Z] ---> 0ec4b0448793 [2021-07-11T04:07:00.855Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:07:00.855Z] Removing intermediate container 47949c1e8b17 [2021-07-11T04:07:00.855Z] ---> e19ac7ac04b3 [2021-07-11T04:07:00.855Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:07:00.855Z] Removing intermediate container 4053c9105f59 [2021-07-11T04:07:00.855Z] ---> 6e020adcf395 [2021-07-11T04:07:00.855Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:07:00.855Z] Removing intermediate container d26dd65bd609 [2021-07-11T04:07:00.855Z] ---> 597940db3b7b [2021-07-11T04:07:00.855Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:07:00.855Z] ---> Running in a20cbb223820 [2021-07-11T04:07:00.855Z] Removing intermediate container 7fbe7caea602 [2021-07-11T04:07:00.855Z] ---> d62c70e7a722 [2021-07-11T04:07:00.855Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:07:00.855Z] ---> Running in 38f15fd24dc0 [2021-07-11T04:07:00.855Z] ---> Running in 853fd2c93e3e [2021-07-11T04:07:00.855Z] ---> Running in 7c44022489a9 [2021-07-11T04:07:00.855Z] ---> Running in c2ce0a57e52e [2021-07-11T04:07:02.846Z] Removing intermediate container a20cbb223820 [2021-07-11T04:07:02.846Z] ---> e5e97cc9b228 [2021-07-11T04:07:02.846Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-11T04:07:03.122Z] ---> Running in 9f080502d80d [2021-07-11T04:07:03.122Z] Removing intermediate container 38f15fd24dc0 [2021-07-11T04:07:03.122Z] ---> 08a84ec5c895 [2021-07-11T04:07:03.122Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-11T04:07:03.717Z] ---> Running in ba47a382f0e5 [2021-07-11T04:07:03.718Z] Removing intermediate container 853fd2c93e3e [2021-07-11T04:07:03.718Z] ---> 839aa234cd6e [2021-07-11T04:07:03.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-11T04:07:03.996Z] Removing intermediate container c2ce0a57e52e [2021-07-11T04:07:03.996Z] ---> 161a9aabf27f [2021-07-11T04:07:03.996Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-11T04:07:03.996Z] Removing intermediate container 7c44022489a9 [2021-07-11T04:07:03.996Z] ---> a62bf894dcf4 [2021-07-11T04:07:03.996Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-11T04:07:03.996Z] ---> Running in b6bd7dec9689 [2021-07-11T04:07:04.273Z] ---> Running in 082a377af6b1 [2021-07-11T04:07:04.273Z] ---> Running in bbbabc0e7cb6 [2021-07-11T04:07:05.293Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:05.293Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:05.895Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:06.179Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:06.179Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:06.452Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:07.047Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:07.325Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:07.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:08.212Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:07:08.212Z] OK: 218 MiB in 52 packages [2021-07-11T04:07:08.212Z] OK: 218 MiB in 52 packages [2021-07-11T04:07:08.492Z] OK: 218 MiB in 52 packages [2021-07-11T04:07:09.943Z] Removing intermediate container bbbabc0e7cb6 [2021-07-11T04:07:09.943Z] ---> 178b84c8a7da [2021-07-11T04:07:09.943Z] Step 6/32 : COPY go.mod . [2021-07-11T04:07:10.217Z] Removing intermediate container b6bd7dec9689 [2021-07-11T04:07:10.217Z] ---> 257cbeede898 [2021-07-11T04:07:10.217Z] Step 6/23 : COPY go.mod . [2021-07-11T04:07:10.217Z] Removing intermediate container ba47a382f0e5 [2021-07-11T04:07:10.217Z] ---> 924caf17b519 [2021-07-11T04:07:10.217Z] Step 6/22 : COPY go.mod . [2021-07-11T04:07:10.826Z] ---> 8676da56aa47 [2021-07-11T04:07:10.826Z] Step 7/32 : RUN go mod download [2021-07-11T04:07:10.826Z] OK: 218 MiB in 52 packages [2021-07-11T04:07:10.826Z] OK: 218 MiB in 52 packages [2021-07-11T04:07:11.101Z] ---> Running in d56824bde779 [2021-07-11T04:07:11.373Z] ---> 5074da1e6fea [2021-07-11T04:07:11.373Z] Step 7/23 : RUN go mod download [2021-07-11T04:07:11.652Z] ---> 7e85afdcb0bc [2021-07-11T04:07:11.652Z] Step 7/22 : RUN go mod download [2021-07-11T04:07:11.652Z] ---> Running in 85736e4b512f [2021-07-11T04:07:11.935Z] ---> Running in 873bf5a1a357 [2021-07-11T04:07:12.922Z] Removing intermediate container 9f080502d80d [2021-07-11T04:07:12.922Z] ---> bace9b4136bf [2021-07-11T04:07:12.922Z] Step 6/24 : COPY go.mod . [2021-07-11T04:07:12.922Z] Removing intermediate container 082a377af6b1 [2021-07-11T04:07:12.922Z] ---> c2969f71ec5d [2021-07-11T04:07:12.922Z] Step 6/26 : COPY go.mod . [2021-07-11T04:07:13.916Z] ---> 3bd7836a4cf3 [2021-07-11T04:07:13.916Z] Step 7/24 : RUN go mod download [2021-07-11T04:07:14.513Z] ---> Running in 5126c37af44a [2021-07-11T04:07:14.513Z] ---> b9ec18764894 [2021-07-11T04:07:14.513Z] Step 7/26 : RUN go mod download [2021-07-11T04:07:14.792Z] ---> Running in 0033882f6f48 [2021-07-11T04:07:15.781Z] Removing intermediate container d56824bde779 [2021-07-11T04:07:15.781Z] ---> ee92ad57f953 [2021-07-11T04:07:15.781Z] Step 8/32 : COPY . . [2021-07-11T04:07:16.379Z] Removing intermediate container 85736e4b512f [2021-07-11T04:07:16.379Z] ---> 6635bdcf5aa3 [2021-07-11T04:07:16.379Z] Step 8/23 : COPY . . [2021-07-11T04:07:16.379Z] Removing intermediate container 873bf5a1a357 [2021-07-11T04:07:16.379Z] ---> e1309ffb68dd [2021-07-11T04:07:16.379Z] Step 8/22 : COPY . . [2021-07-11T04:07:20.721Z] Removing intermediate container 5126c37af44a [2021-07-11T04:07:20.721Z] ---> 1d07d884f4a1 [2021-07-11T04:07:20.721Z] Step 8/24 : COPY . . [2021-07-11T04:07:20.721Z] Removing intermediate container 0033882f6f48 [2021-07-11T04:07:20.721Z] ---> 94523b1378e3 [2021-07-11T04:07:20.721Z] Step 8/26 : COPY . . [2021-07-11T04:07:43.000Z] ---> 7ffff62f93f4 [2021-07-11T04:07:43.000Z] Step 9/22 : RUN go mod tidy [2021-07-11T04:07:43.000Z] ---> 43fed3d17521 [2021-07-11T04:07:43.000Z] Step 9/32 : RUN go mod tidy [2021-07-11T04:07:43.000Z] ---> a0bf234d6e7f [2021-07-11T04:07:43.000Z] Step 9/23 : RUN go mod tidy [2021-07-11T04:07:43.000Z] ---> 8ca0191206a5 [2021-07-11T04:07:43.000Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:07:43.000Z] ---> Running in f8215c803821 [2021-07-11T04:07:43.000Z] ---> Running in 144a18febdb2 [2021-07-11T04:07:43.000Z] ---> 48ef21d383f1 [2021-07-11T04:07:43.000Z] Step 9/26 : RUN go mod tidy [2021-07-11T04:07:43.000Z] ---> Running in 369ce761a38e [2021-07-11T04:07:43.000Z] ---> Running in c5d45a769d5d [2021-07-11T04:07:43.000Z] ---> Running in 680ea27ef42d [2021-07-11T04:07:48.537Z] Removing intermediate container f8215c803821 [2021-07-11T04:07:48.537Z] ---> b9ea6f6808cf [2021-07-11T04:07:48.537Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-11T04:07:48.537Z] ---> Running in 6a62f2e8edd6 [2021-07-11T04:07:49.181Z] Removing intermediate container 369ce761a38e [2021-07-11T04:07:49.181Z] ---> 665b918ee98e [2021-07-11T04:07:49.181Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-11T04:07:49.181Z] ---> Running in 8c07e5e5f984 [2021-07-11T04:07:49.479Z] Removing intermediate container 144a18febdb2 [2021-07-11T04:07:49.479Z] ---> 66f62e8548b4 [2021-07-11T04:07:49.479Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-11T04:07:49.479Z] Removing intermediate container c5d45a769d5d [2021-07-11T04:07:49.479Z] ---> a2c0ad974df1 [2021-07-11T04:07:49.479Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-11T04:07:49.757Z] ---> Running in e4180551f495 [2021-07-11T04:07:49.757Z] Removing intermediate container 680ea27ef42d [2021-07-11T04:07:49.757Z] ---> 92b958e5ecc8 [2021-07-11T04:07:49.757Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-11T04:07:50.039Z] ---> Running in af0671bbc863 [2021-07-11T04:07:50.039Z] ---> Running in a001a89d0491 [2021-07-11T04:07:50.321Z] 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-07-11T04:07:51.782Z] 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-07-11T04:07:52.059Z] 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-07-11T04:07:52.664Z] 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-07-11T04:07:52.941Z] 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-07-11T04:09:44.875Z] 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-07-11T04:09:44.875Z] 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-07-11T04:09:49.192Z] Removing intermediate container 8c07e5e5f984 [2021-07-11T04:09:49.192Z] ---> 03bcbd65cfd3 [2021-07-11T04:09:49.192Z] [2021-07-11T04:09:49.192Z] Step 11/23 : FROM alpine:3.12 [2021-07-11T04:09:49.192Z] Removing intermediate container 6a62f2e8edd6 [2021-07-11T04:09:49.192Z] ---> 4ce7f7b5c667 [2021-07-11T04:09:49.192Z] [2021-07-11T04:09:49.192Z] Step 11/22 : FROM alpine:3.12 [2021-07-11T04:09:49.192Z] Removing intermediate container e4180551f495 [2021-07-11T04:09:49.192Z] ---> fb9c7f19e9ca [2021-07-11T04:09:49.192Z] [2021-07-11T04:09:49.192Z] Step 11/32 : FROM alpine:3.12 [2021-07-11T04:09:49.192Z] Removing intermediate container a001a89d0491 [2021-07-11T04:09:49.192Z] ---> fb9859824f0f [2021-07-11T04:09:49.192Z] [2021-07-11T04:09:49.192Z] Step 11/26 : FROM alpine:3.12 [2021-07-11T04:09:49.785Z] 3.12: Pulling from library/alpine [2021-07-11T04:09:50.057Z] 3.12: Pulling from library/alpine [2021-07-11T04:09:50.328Z] Removing intermediate container af0671bbc863 [2021-07-11T04:09:50.328Z] ---> c8a3c1e0fc7b [2021-07-11T04:09:50.328Z] [2021-07-11T04:09:50.328Z] Step 11/24 : FROM alpine:3.12 [2021-07-11T04:09:50.598Z] 3.12: Pulling from library/alpine [2021-07-11T04:09:50.598Z] 3.12: Pulling from library/alpine [2021-07-11T04:09:50.870Z] 3.12: Pulling from library/alpine [2021-07-11T04:09:51.477Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:09:51.477Z] Status: Downloaded newer image for alpine:3.12 [2021-07-11T04:09:51.477Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:09:51.477Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:09:51.477Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:09:51.477Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:09:51.477Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:09:51.477Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:09:51.477Z] ---> c4fd0aeabfcf [2021-07-11T04:09:51.477Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-11T04:09:51.477Z] ---> c4fd0aeabfcf [2021-07-11T04:09:51.477Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-11T04:09:51.477Z] ---> c4fd0aeabfcf [2021-07-11T04:09:51.477Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-11T04:09:51.477Z] ---> c4fd0aeabfcf [2021-07-11T04:09:51.477Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-11T04:09:51.749Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-11T04:09:51.749Z] Status: Image is up to date for alpine:3.12 [2021-07-11T04:09:51.749Z] ---> c4fd0aeabfcf [2021-07-11T04:09:51.749Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-11T04:09:52.020Z] ---> Running in bb61317cc6ed [2021-07-11T04:09:52.020Z] ---> Running in bfae6016da29 [2021-07-11T04:09:52.020Z] ---> Running in de0796b3b83b [2021-07-11T04:09:52.020Z] ---> Running in ace3584c161e [2021-07-11T04:09:52.020Z] ---> Running in 722edf0bbe9f [2021-07-11T04:09:52.631Z] Removing intermediate container de0796b3b83b [2021-07-11T04:09:52.631Z] ---> faa7f3fb0c91 [2021-07-11T04:09:52.631Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-11T04:09:52.910Z] ---> Running in d34a1693ce02 [2021-07-11T04:09:53.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.742Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-11T04:09:54.742Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-11T04:09:54.742Z] (3/6) Installing libcurl (7.77.0-r0) [2021-07-11T04:09:54.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:54.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:55.027Z] (4/6) Installing curl (7.77.0-r0) [2021-07-11T04:09:55.027Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-11T04:09:55.027Z] (6/6) Installing su-exec (0.2-r1) [2021-07-11T04:09:55.027Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-11T04:09:55.027Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:09:55.027Z] Executing ca-certificates-20191127-r4.trigger [2021-07-11T04:09:55.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:09:55.027Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-11T04:09:55.027Z] (3/4) Installing libcurl (7.77.0-r0) [2021-07-11T04:09:55.027Z] (4/4) Installing curl (7.77.0-r0) [2021-07-11T04:09:55.027Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:09:55.304Z] OK: 7 MiB in 20 packages [2021-07-11T04:09:55.304Z] Executing ca-certificates-20191127-r4.trigger [2021-07-11T04:09:55.304Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-11T04:09:55.304Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:09:55.304Z] OK: 5 MiB in 15 packages [2021-07-11T04:09:55.586Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-11T04:09:55.586Z] OK: 7 MiB in 18 packages [2021-07-11T04:09:55.586Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:09:55.586Z] OK: 5 MiB in 15 packages [2021-07-11T04:09:55.881Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-11T04:09:55.881Z] (2/2) Installing su-exec (0.2-r1) [2021-07-11T04:09:55.881Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:09:55.881Z] OK: 5 MiB in 16 packages [2021-07-11T04:09:57.319Z] Removing intermediate container ace3584c161e [2021-07-11T04:09:57.320Z] ---> 6eb630a5cecc [2021-07-11T04:09:57.320Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:09:57.595Z] Removing intermediate container bb61317cc6ed [2021-07-11T04:09:57.595Z] ---> 2961adeb5bbb [2021-07-11T04:09:57.595Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-11T04:09:57.595Z] ---> Running in a02d6d097bc6 [2021-07-11T04:09:57.595Z] Removing intermediate container 722edf0bbe9f [2021-07-11T04:09:57.595Z] ---> d377fb6bdfcb [2021-07-11T04:09:57.595Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:09:57.878Z] ---> Running in 6d84813197b2 [2021-07-11T04:09:57.878Z] Removing intermediate container d34a1693ce02 [2021-07-11T04:09:57.878Z] ---> f1d50f1473e7 [2021-07-11T04:09:57.878Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-11T04:09:57.878Z] ---> Running in 39c5b6fb4cfb [2021-07-11T04:09:58.150Z] Removing intermediate container bfae6016da29 [2021-07-11T04:09:58.150Z] ---> 75082136cd64 [2021-07-11T04:09:58.150Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-11T04:09:58.150Z] ---> Running in d48205b88ad8 [2021-07-11T04:09:58.150Z] Removing intermediate container a02d6d097bc6 [2021-07-11T04:09:58.150Z] ---> 8ccfb4b6c1bc [2021-07-11T04:09:58.150Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-11T04:09:58.425Z] ---> Running in 04da0005a977 [2021-07-11T04:09:58.425Z] Removing intermediate container 6d84813197b2 [2021-07-11T04:09:58.425Z] ---> 808c762efe39 [2021-07-11T04:09:58.425Z] Step 14/26 : WORKDIR / [2021-07-11T04:09:58.425Z] ---> Running in 017dde216d80 [2021-07-11T04:09:58.722Z] Removing intermediate container 39c5b6fb4cfb [2021-07-11T04:09:58.722Z] ---> 5b42c3919849 [2021-07-11T04:09:58.722Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-11T04:09:58.722Z] ---> Running in 51f2112842d4 [2021-07-11T04:09:58.722Z] Removing intermediate container d48205b88ad8 [2021-07-11T04:09:58.722Z] ---> c30488671fd4 [2021-07-11T04:09:58.722Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-11T04:09:58.998Z] ---> Running in c8fbb21a8c85 [2021-07-11T04:09:58.998Z] Removing intermediate container 04da0005a977 [2021-07-11T04:09:58.998Z] ---> 6c2b8028e356 [2021-07-11T04:09:58.998Z] Step 14/22 : WORKDIR /edgex [2021-07-11T04:09:58.998Z] ---> Running in f34ba41664bd [2021-07-11T04:09:59.278Z] Removing intermediate container 017dde216d80 [2021-07-11T04:09:59.278Z] ---> 56acce3f059f [2021-07-11T04:09:59.278Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-11T04:09:59.278Z] ---> Running in 3ddae937542c [2021-07-11T04:09:59.552Z] Removing intermediate container 51f2112842d4 [2021-07-11T04:09:59.552Z] ---> 8b1b98969a41 [2021-07-11T04:09:59.552Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-07-11T04:09:59.552Z] ---> Running in 3948678f11dc [2021-07-11T04:09:59.825Z] Removing intermediate container c8fbb21a8c85 [2021-07-11T04:09:59.825Z] Removing intermediate container f34ba41664bd [2021-07-11T04:09:59.825Z] ---> 63f4f7dfb975 [2021-07-11T04:09:59.825Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-11T04:09:59.825Z] ---> d38529ebc12e [2021-07-11T04:09:59.825Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-11T04:10:00.106Z] ---> Running in f5717e995191 [2021-07-11T04:10:00.106Z] ---> Running in 14229b2032ec [2021-07-11T04:10:00.106Z] Removing intermediate container 3ddae937542c [2021-07-11T04:10:00.106Z] ---> ab873b728c75 [2021-07-11T04:10:00.106Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-11T04:10:00.381Z] Removing intermediate container 3948678f11dc [2021-07-11T04:10:00.382Z] ---> ddf7051b106f [2021-07-11T04:10:00.382Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:10:00.659Z] ---> de0562b5cd72 [2021-07-11T04:10:00.660Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-07-11T04:10:00.955Z] Removing intermediate container 14229b2032ec [2021-07-11T04:10:00.955Z] ---> 3d5d9d99ba0e [2021-07-11T04:10:00.955Z] Step 16/24 : WORKDIR / [2021-07-11T04:10:01.228Z] ---> Running in c6435d54c5b0 [2021-07-11T04:10:01.507Z] ---> 6ea3853a2462 [2021-07-11T04:10:01.507Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-11T04:10:01.786Z] ---> 20a1b3401096 [2021-07-11T04:10:01.786Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-11T04:10:01.786Z] ---> b39c2ba7358b [2021-07-11T04:10:01.786Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-11T04:10:02.059Z] Removing intermediate container c6435d54c5b0 [2021-07-11T04:10:02.059Z] ---> 989c2ea5372b [2021-07-11T04:10:02.059Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:10:03.515Z] ---> 10846bdeaa37 [2021-07-11T04:10:03.515Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-07-11T04:10:03.792Z] ---> c545cacf7e08 [2021-07-11T04:10:03.792Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-11T04:10:03.792Z] Removing intermediate container f5717e995191 [2021-07-11T04:10:03.792Z] ---> 2260fcfe6a0a [2021-07-11T04:10:03.792Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-11T04:10:03.792Z] ---> da4d8e0432e6 [2021-07-11T04:10:03.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-11T04:10:03.792Z] ---> Running in de81230ee943 [2021-07-11T04:10:03.792Z] ---> 95cbdc08bdf5 [2021-07-11T04:10:03.792Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-11T04:10:04.780Z] ---> fe38f58c5058 [2021-07-11T04:10:04.780Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-11T04:10:04.780Z] Removing intermediate container de81230ee943 [2021-07-11T04:10:04.780Z] ---> 3ca8aa7eb736 [2021-07-11T04:10:04.780Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-11T04:10:05.381Z] ---> 5f421d656add [2021-07-11T04:10:05.381Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-11T04:10:05.656Z] ---> Running in fd14a3788dc2 [2021-07-11T04:10:05.656Z] ---> 69c78c048d3a [2021-07-11T04:10:05.656Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-11T04:10:05.656Z] ---> 2f819b002353 [2021-07-11T04:10:05.656Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-11T04:10:06.265Z] ---> Running in d39e5194787f [2021-07-11T04:10:06.265Z] ---> 059342906380 [2021-07-11T04:10:06.265Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-11T04:10:06.265Z] ---> e7d9b86fc8a3 [2021-07-11T04:10:06.265Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-11T04:10:06.265Z] Removing intermediate container fd14a3788dc2 [2021-07-11T04:10:06.265Z] ---> 6ce5b0067154 [2021-07-11T04:10:06.265Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:10:06.540Z] ---> Running in acd4ee34efd1 [2021-07-11T04:10:06.541Z] ---> Running in c0a69a365bec [2021-07-11T04:10:06.826Z] Removing intermediate container d39e5194787f [2021-07-11T04:10:06.826Z] ---> 87afc36d5661 [2021-07-11T04:10:06.826Z] Step 19/22 : CMD ["--init=true"] [2021-07-11T04:10:07.103Z] ---> Running in ccbea1655c63 [2021-07-11T04:10:07.103Z] ---> e0f29a824886 [2021-07-11T04:10:07.103Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-11T04:10:07.377Z] ---> Running in 28551a6a76c7 [2021-07-11T04:10:07.377Z] Removing intermediate container c0a69a365bec [2021-07-11T04:10:07.377Z] ---> 176bd8898498 [2021-07-11T04:10:07.377Z] Step 21/23 : LABEL arch=arm64 [2021-07-11T04:10:07.651Z] ---> Running in c75023c6213e [2021-07-11T04:10:07.923Z] Removing intermediate container ccbea1655c63 [2021-07-11T04:10:07.923Z] ---> fcae65c0c164 [2021-07-11T04:10:07.923Z] Step 20/22 : LABEL arch=arm64 [2021-07-11T04:10:08.198Z] ---> Running in c5abd6297c18 [2021-07-11T04:10:08.198Z] Removing intermediate container 28551a6a76c7 [2021-07-11T04:10:08.198Z] ---> 5bd05170003d [2021-07-11T04:10:08.198Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:10:08.198Z] ---> 75ff3e4e1dfc [2021-07-11T04:10:08.198Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-11T04:10:08.470Z] ---> Running in 55eaa4bb3689 [2021-07-11T04:10:08.470Z] Removing intermediate container c75023c6213e [2021-07-11T04:10:08.470Z] ---> c9954e2b13d0 [2021-07-11T04:10:08.470Z] Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:10:08.743Z] ---> Running in 4a1708b8437a [2021-07-11T04:10:09.018Z] Removing intermediate container c5abd6297c18 [2021-07-11T04:10:09.018Z] ---> d95b5c34d5c1 [2021-07-11T04:10:09.018Z] Step 21/22 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:10:09.018Z] Removing intermediate container 55eaa4bb3689 [2021-07-11T04:10:09.018Z] ---> 6ee2d3b98991 [2021-07-11T04:10:09.018Z] Step 22/24 : LABEL arch=arm64 [2021-07-11T04:10:09.292Z] ---> Running in b26d772b964d [2021-07-11T04:10:09.292Z] ---> 38c91ba274b2 [2021-07-11T04:10:09.292Z] Step 22/26 : 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-07-11T04:10:09.292Z] ---> Running in 98cdcdff3906 [2021-07-11T04:10:09.565Z] Removing intermediate container 4a1708b8437a [2021-07-11T04:10:09.565Z] ---> 4a9f1391b538 [2021-07-11T04:10:09.565Z] Step 23/23 : LABEL version=0.0.0 [2021-07-11T04:10:09.565Z] ---> Running in 4028bdae63d4 [2021-07-11T04:10:09.565Z] Removing intermediate container acd4ee34efd1 [2021-07-11T04:10:09.565Z] ---> 02124633409a [2021-07-11T04:10:09.565Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:10:09.841Z] ---> Running in dd59de8c14d6 [2021-07-11T04:10:10.118Z] Removing intermediate container b26d772b964d [2021-07-11T04:10:10.118Z] ---> 2fd8865da631 [2021-07-11T04:10:10.118Z] Step 22/22 : LABEL version=0.0.0 [2021-07-11T04:10:10.118Z] Removing intermediate container 98cdcdff3906 [2021-07-11T04:10:10.118Z] ---> 82540099b7cc [2021-07-11T04:10:10.118Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:10:10.395Z] ---> Running in 582d7de247d9 [2021-07-11T04:10:10.395Z] ---> Running in 35ea3376001d [2021-07-11T04:10:10.672Z] Removing intermediate container dd59de8c14d6 [2021-07-11T04:10:10.672Z] ---> 68fe6b2fa1e2 [2021-07-11T04:10:10.672Z] [2021-07-11T04:10:10.672Z] ---> d9992fc2b9bb [2021-07-11T04:10:10.672Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-11T04:10:10.952Z] Removing intermediate container 582d7de247d9 [2021-07-11T04:10:10.952Z] ---> eb63b3657e93 [2021-07-11T04:10:10.952Z] [2021-07-11T04:10:11.226Z] Successfully built 68fe6b2fa1e2 [2021-07-11T04:10:11.226Z] Successfully tagged support-scheduler-arm64:latest [2021-07-11T04:10:11.226Z] Building sys-mgmt-agent [2021-07-11T04:10:11.226Z]  Building support-scheduler ... done Removing intermediate container 35ea3376001d [2021-07-11T04:10:11.226Z] ---> 4082f87d1d21 [2021-07-11T04:10:11.226Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:10:11.499Z] Successfully built eb63b3657e93 [2021-07-11T04:10:11.499Z] Successfully tagged security-proxy-setup-arm64:latest [2021-07-11T04:10:11.499Z] Building core-command [2021-07-11T04:10:11.499Z]  Building security-proxy-setup ... done  ---> Running in fdbba506423e [2021-07-11T04:10:12.487Z] Removing intermediate container fdbba506423e [2021-07-11T04:10:12.487Z] ---> e33a8a372178 [2021-07-11T04:10:12.487Z] [2021-07-11T04:10:12.759Z] Successfully built e33a8a372178 [2021-07-11T04:10:12.759Z] Removing intermediate container 4028bdae63d4 [2021-07-11T04:10:12.759Z] ---> 8652297f4ac4 [2021-07-11T04:10:12.759Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-11T04:10:12.759Z] ---> e70a67eec967 [2021-07-11T04:10:12.759Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-11T04:10:12.759Z] Successfully tagged core-metadata-arm64:latest [2021-07-11T04:10:12.759Z]  Building core-metadata ... done Building core-data [2021-07-11T04:10:12.759Z] ---> Running in 7776971ce7d7 [2021-07-11T04:10:13.737Z] Removing intermediate container 7776971ce7d7 [2021-07-11T04:10:13.737Z] ---> 557772bc1f7b [2021-07-11T04:10:13.737Z] Step 24/26 : LABEL arch=arm64 [2021-07-11T04:10:13.737Z] ---> 392a22e3be97 [2021-07-11T04:10:13.737Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-11T04:10:13.737Z] ---> Running in 23e2a0a97533 [2021-07-11T04:10:14.720Z] Removing intermediate container 23e2a0a97533 [2021-07-11T04:10:14.720Z] ---> 103a28529430 [2021-07-11T04:10:14.720Z] Step 25/26 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:10:15.318Z] ---> c045bbe0633e [2021-07-11T04:10:15.318Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-11T04:10:15.318Z] ---> Running in 62fc4e472570 [2021-07-11T04:10:16.305Z] Removing intermediate container 62fc4e472570 [2021-07-11T04:10:16.305Z] ---> 88519cff69d7 [2021-07-11T04:10:16.305Z] Step 26/26 : LABEL version=0.0.0 [2021-07-11T04:10:16.582Z] ---> b3e4a5748295 [2021-07-11T04:10:16.582Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-11T04:10:16.582Z] ---> Running in 165cca519eb4 [2021-07-11T04:10:17.180Z] ---> Running in e58b3f893686 [2021-07-11T04:10:17.454Z] Removing intermediate container 165cca519eb4 [2021-07-11T04:10:17.454Z] ---> cbd12015d4b5 [2021-07-11T04:10:17.454Z] [2021-07-11T04:10:17.730Z] Removing intermediate container e58b3f893686 [2021-07-11T04:10:17.730Z] ---> ca17d9391714 [2021-07-11T04:10:17.730Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-11T04:10:17.730Z] Successfully built cbd12015d4b5 [2021-07-11T04:10:17.730Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-07-11T04:10:17.730Z]  Building security-secretstore-setup ... done Building support-notifications [2021-07-11T04:10:19.175Z] ---> 0ed45d3e3b49 [2021-07-11T04:10:19.175Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-11T04:10:19.450Z] ---> Running in b350a1cfb807 [2021-07-11T04:10:22.851Z] Removing intermediate container b350a1cfb807 [2021-07-11T04:10:22.851Z] ---> ff4fbfebe378 [2021-07-11T04:10:22.851Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-11T04:10:23.142Z] ---> Running in dfe8d752f8f3 [2021-07-11T04:10:24.127Z] Removing intermediate container dfe8d752f8f3 [2021-07-11T04:10:24.127Z] ---> f0c034f85212 [2021-07-11T04:10:24.127Z] Step 29/32 : CMD ["gate"] [2021-07-11T04:10:24.402Z] ---> Running in 495713bea4df [2021-07-11T04:10:25.410Z] Removing intermediate container 495713bea4df [2021-07-11T04:10:25.410Z] ---> 8483b5f6fa6a [2021-07-11T04:10:25.410Z] Step 30/32 : LABEL arch=arm64 [2021-07-11T04:10:25.686Z] ---> Running in d6bf36cacb5e [2021-07-11T04:10:26.278Z] Removing intermediate container d6bf36cacb5e [2021-07-11T04:10:26.278Z] ---> 61786bbce3d6 [2021-07-11T04:10:26.278Z] Step 31/32 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:10:26.873Z] ---> Running in fd69240e9022 [2021-07-11T04:10:27.468Z] Removing intermediate container fd69240e9022 [2021-07-11T04:10:27.468Z] ---> 7cbfe0603e9a [2021-07-11T04:10:27.468Z] Step 32/32 : LABEL version=0.0.0 [2021-07-11T04:10:27.741Z] ---> Running in 997fc5cfa947 [2021-07-11T04:10:28.342Z] Removing intermediate container 997fc5cfa947 [2021-07-11T04:10:28.342Z] ---> 74327a670e39 [2021-07-11T04:10:28.342Z] [2021-07-11T04:10:28.612Z] Successfully built 74327a670e39 [2021-07-11T04:10:28.612Z] Successfully tagged security-bootstrapper-arm64:latest [2021-07-11T04:11:07.772Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:11:07.772Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:11:07.772Z] ---> 5f31793b90ed [2021-07-11T04:11:07.772Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> d62c70e7a722 [2021-07-11T04:11:07.772Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 161a9aabf27f [2021-07-11T04:11:07.772Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-11T04:11:07.772Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:11:07.772Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:11:07.772Z] ---> 5f31793b90ed [2021-07-11T04:11:07.772Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> d62c70e7a722 [2021-07-11T04:11:07.772Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 161a9aabf27f [2021-07-11T04:11:07.772Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> c2969f71ec5d [2021-07-11T04:11:07.772Z] Step 6/24 : COPY go.mod . [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> b9ec18764894 [2021-07-11T04:11:07.772Z] Step 7/24 : RUN go mod download [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 94523b1378e3 [2021-07-11T04:11:07.772Z] Step 8/24 : COPY . . [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 48ef21d383f1 [2021-07-11T04:11:07.772Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 92b958e5ecc8 [2021-07-11T04:11:07.772Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-11T04:11:07.772Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:11:07.772Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:11:07.772Z] ---> 5f31793b90ed [2021-07-11T04:11:07.772Z] Step 3/24 : WORKDIR /edgex-go [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> d62c70e7a722 [2021-07-11T04:11:07.772Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 161a9aabf27f [2021-07-11T04:11:07.772Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-11T04:11:07.772Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-11T04:11:07.772Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-11T04:11:07.772Z] ---> 5f31793b90ed [2021-07-11T04:11:07.772Z] Step 3/23 : WORKDIR /edgex-go [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> d62c70e7a722 [2021-07-11T04:11:07.772Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:11:07.772Z] ---> Using cache [2021-07-11T04:11:07.772Z] ---> 161a9aabf27f [2021-07-11T04:11:07.772Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-11T04:11:07.772Z] ---> Running in 08d631e5feb6 [2021-07-11T04:11:07.772Z] ---> Running in 283647349c5a [2021-07-11T04:11:07.772Z] ---> Running in f63e496d109e [2021-07-11T04:11:07.772Z] ---> Running in 7ae8f0f84ebc [2021-07-11T04:11:07.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:11:07.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:11:07.772Z] 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-07-11T04:11:07.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:11:07.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:11:07.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:11:07.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:11:08.378Z] OK: 218 MiB in 52 packages [2021-07-11T04:11:08.378Z] OK: 218 MiB in 52 packages [2021-07-11T04:11:08.665Z] OK: 218 MiB in 52 packages [2021-07-11T04:11:10.647Z] Removing intermediate container 283647349c5a [2021-07-11T04:11:10.647Z] ---> 28d3f387e3d5 [2021-07-11T04:11:10.647Z] Step 6/24 : COPY go.mod . [2021-07-11T04:11:10.647Z] Removing intermediate container 08d631e5feb6 [2021-07-11T04:11:10.647Z] ---> b9b18c9079ba [2021-07-11T04:11:10.647Z] Step 6/24 : COPY go.mod . [2021-07-11T04:11:10.929Z] Removing intermediate container 7ae8f0f84ebc [2021-07-11T04:11:10.929Z] ---> 41f9de7441dd [2021-07-11T04:11:10.929Z] Step 6/23 : COPY go.mod . [2021-07-11T04:11:12.393Z] ---> 5c0c084c6f8d [2021-07-11T04:11:12.393Z] Step 7/24 : RUN go mod download [2021-07-11T04:11:12.393Z] ---> 14a8508c2441 [2021-07-11T04:11:12.393Z] Step 7/24 : RUN go mod download [2021-07-11T04:11:12.393Z] ---> 597ca0c0d5ad [2021-07-11T04:11:12.393Z] Step 7/23 : RUN go mod download [2021-07-11T04:11:12.676Z] ---> Running in f7d23be158a0 [2021-07-11T04:11:12.676Z] ---> Running in 56f9b5a2b341 [2021-07-11T04:11:12.676Z] ---> Running in 9d627d23f45b [2021-07-11T04:11:18.132Z] Removing intermediate container 56f9b5a2b341 [2021-07-11T04:11:18.132Z] ---> 8695edd6de95 [2021-07-11T04:11:18.132Z] Step 8/24 : COPY . . [2021-07-11T04:11:18.738Z] Removing intermediate container f7d23be158a0 [2021-07-11T04:11:18.738Z] ---> 8ddf94d1b2ea [2021-07-11T04:11:18.738Z] Step 8/24 : COPY . . [2021-07-11T04:11:18.738Z] Removing intermediate container 9d627d23f45b [2021-07-11T04:11:18.738Z] ---> feb8c4388c4b [2021-07-11T04:11:18.738Z] Step 8/23 : COPY . . [2021-07-11T04:11:51.125Z] ---> 8ae6beed61fe [2021-07-11T04:11:51.125Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:11:51.125Z] ---> aa44a85dfa3f [2021-07-11T04:11:51.125Z] Step 9/24 : RUN go mod tidy [2021-07-11T04:11:51.125Z] ---> fe53b732824f [2021-07-11T04:11:51.125Z] Step 9/23 : RUN go mod tidy [2021-07-11T04:11:51.125Z] ---> Running in 5585fd43a9cd [2021-07-11T04:11:51.125Z] ---> Running in 1cf3c00ec0b0 [2021-07-11T04:11:51.125Z] ---> Running in f01908d852ce [2021-07-11T04:11:51.722Z] Removing intermediate container f63e496d109e [2021-07-11T04:11:51.722Z] ---> 748b0cc7f092 [2021-07-11T04:11:51.722Z] [2021-07-11T04:11:51.722Z] Step 11/24 : FROM alpine:3.12 [2021-07-11T04:11:51.722Z] ---> c4fd0aeabfcf [2021-07-11T04:11:51.722Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-11T04:11:51.722Z] ---> Using cache [2021-07-11T04:11:51.722Z] ---> d377fb6bdfcb [2021-07-11T04:11:51.722Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:11:51.722Z] ---> Using cache [2021-07-11T04:11:51.722Z] ---> 5b42c3919849 [2021-07-11T04:11:51.722Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-11T04:11:51.997Z] ---> Running in 79b81d305c53 [2021-07-11T04:11:52.974Z] Removing intermediate container 79b81d305c53 [2021-07-11T04:11:52.974Z] ---> 87326f1ea778 [2021-07-11T04:11:52.974Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-11T04:11:52.974Z] ---> Running in 453ad31d4a26 [2021-07-11T04:11:53.578Z] Removing intermediate container 453ad31d4a26 [2021-07-11T04:11:53.578Z] ---> b22dbf20b4be [2021-07-11T04:11:53.578Z] Step 16/24 : WORKDIR / [2021-07-11T04:11:53.854Z] ---> Running in eeaaa093c6ce [2021-07-11T04:11:54.832Z] Removing intermediate container eeaaa093c6ce [2021-07-11T04:11:54.832Z] ---> 64c42b2a3f05 [2021-07-11T04:11:54.832Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:11:55.105Z] Removing intermediate container 5585fd43a9cd [2021-07-11T04:11:55.105Z] ---> ca6f7fa76b79 [2021-07-11T04:11:55.105Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-11T04:11:55.378Z] ---> Running in b600e81ceb46 [2021-07-11T04:11:55.651Z] Removing intermediate container 1cf3c00ec0b0 [2021-07-11T04:11:55.651Z] ---> 534e187b0b62 [2021-07-11T04:11:55.651Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-11T04:11:55.651Z] Removing intermediate container f01908d852ce [2021-07-11T04:11:55.925Z] ---> 1bb40d32503f [2021-07-11T04:11:55.925Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-11T04:11:55.925Z] ---> fdb60c66d896 [2021-07-11T04:11:55.925Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-11T04:11:55.925Z] ---> Running in 6b84e4331f02 [2021-07-11T04:11:56.201Z] ---> Running in 566ffbcd1cab [2021-07-11T04:11:57.184Z] 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-07-11T04:11:57.782Z] ---> c8cb108b35d4 [2021-07-11T04:11:57.782Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-11T04:11:58.059Z] 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-07-11T04:11:58.059Z] 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-07-11T04:11:59.044Z] ---> 06dd363a1a9e [2021-07-11T04:11:59.044Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-11T04:11:59.044Z] ---> Running in 98af68c10e46 [2021-07-11T04:11:59.651Z] Removing intermediate container 98af68c10e46 [2021-07-11T04:11:59.651Z] ---> 5023503c1b16 [2021-07-11T04:11:59.651Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:11:59.925Z] ---> Running in c86bb474be78 [2021-07-11T04:12:00.529Z] Removing intermediate container c86bb474be78 [2021-07-11T04:12:00.529Z] ---> d5cfd9a66f89 [2021-07-11T04:12:00.529Z] Step 22/24 : LABEL arch=arm64 [2021-07-11T04:12:00.808Z] ---> Running in 97f5eb51d6f8 [2021-07-11T04:12:01.425Z] Removing intermediate container 97f5eb51d6f8 [2021-07-11T04:12:01.425Z] ---> 13f244cb40c1 [2021-07-11T04:12:01.425Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:12:01.708Z] ---> Running in 9bd5cf602a46 [2021-07-11T04:12:02.705Z] Removing intermediate container 9bd5cf602a46 [2021-07-11T04:12:02.705Z] ---> 96cd77a4786b [2021-07-11T04:12:02.705Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:12:02.705Z] ---> Running in 350a2ad56d07 [2021-07-11T04:12:03.305Z] Removing intermediate container 350a2ad56d07 [2021-07-11T04:12:03.305Z] ---> 2921798d13d8 [2021-07-11T04:12:03.305Z] [2021-07-11T04:12:03.588Z] Successfully built 2921798d13d8 [2021-07-11T04:12:03.862Z] Successfully tagged core-command-arm64:latest [2021-07-11T04:13:11.878Z]  Building core-command ... done Removing intermediate container b600e81ceb46 [2021-07-11T04:13:11.878Z] ---> ce7c46892bce [2021-07-11T04:13:11.878Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-11T04:13:11.878Z] ---> Running in 74f8d9e87c84 [2021-07-11T04:13:11.878Z] 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-07-11T04:13:11.878Z] Removing intermediate container 566ffbcd1cab [2021-07-11T04:13:11.878Z] ---> 9760a7897dc2 [2021-07-11T04:13:11.878Z] [2021-07-11T04:13:11.878Z] Step 11/23 : FROM alpine:3.12 [2021-07-11T04:13:11.878Z] ---> c4fd0aeabfcf [2021-07-11T04:13:11.878Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-11T04:13:12.150Z] ---> Running in a506364c2aaf [2021-07-11T04:13:13.574Z] Removing intermediate container 74f8d9e87c84 [2021-07-11T04:13:13.574Z] ---> 6ea3b7877b32 [2021-07-11T04:13:13.574Z] [2021-07-11T04:13:13.574Z] Step 12/24 : FROM docker:20.10.0 [2021-07-11T04:13:13.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:13:13.574Z] 20.10.0: Pulling from library/docker [2021-07-11T04:13:13.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:13:14.171Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-11T04:13:14.171Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-11T04:13:14.171Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:13:14.171Z] Executing ca-certificates-20191127-r4.trigger [2021-07-11T04:13:14.444Z] OK: 6 MiB in 16 packages [2021-07-11T04:13:17.064Z] Removing intermediate container a506364c2aaf [2021-07-11T04:13:17.064Z] ---> 528788cdc20a [2021-07-11T04:13:17.064Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:13:17.659Z] ---> Running in deddf6a60eab [2021-07-11T04:13:18.662Z] Removing intermediate container deddf6a60eab [2021-07-11T04:13:18.662Z] ---> 13a2039ee6fd [2021-07-11T04:13:18.662Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-11T04:13:18.662Z] Removing intermediate container 6b84e4331f02 [2021-07-11T04:13:18.662Z] ---> d055887c090b [2021-07-11T04:13:18.662Z] [2021-07-11T04:13:18.662Z] Step 11/24 : FROM alpine:3.12 [2021-07-11T04:13:18.662Z] ---> c4fd0aeabfcf [2021-07-11T04:13:18.662Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-11T04:13:18.933Z] ---> Running in 236ce6050725 [2021-07-11T04:13:18.933Z] ---> Running in 0d8f6908cafc [2021-07-11T04:13:19.913Z] Removing intermediate container 236ce6050725 [2021-07-11T04:13:19.913Z] Removing intermediate container 0d8f6908cafc [2021-07-11T04:13:19.913Z] ---> 40a9e39d2559 [2021-07-11T04:13:19.913Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-11T04:13:19.913Z] ---> 670c51cdd585 [2021-07-11T04:13:19.913Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-11T04:13:20.186Z] ---> Running in a27bf1cb255d [2021-07-11T04:13:20.186Z] ---> Running in 4584145b2988 [2021-07-11T04:13:21.165Z] Removing intermediate container 4584145b2988 [2021-07-11T04:13:21.165Z] ---> 5d47fec102cc [2021-07-11T04:13:21.165Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-11T04:13:21.165Z] Removing intermediate container a27bf1cb255d [2021-07-11T04:13:21.165Z] ---> 0af6d78c300c [2021-07-11T04:13:21.165Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:13:21.438Z] ---> Running in b58917328570 [2021-07-11T04:13:22.040Z] Removing intermediate container b58917328570 [2021-07-11T04:13:22.040Z] ---> cd3a39c1a702 [2021-07-11T04:13:22.040Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-11T04:13:22.636Z] ---> 9f5e8be36a71 [2021-07-11T04:13:22.636Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-11T04:13:22.636Z] ---> Running in 6d77e5020976 [2021-07-11T04:13:24.076Z] ---> b2f6c26ccea9 [2021-07-11T04:13:24.076Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-11T04:13:24.683Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-07-11T04:13:24.683Z] Status: Downloaded newer image for docker:20.10.0 [2021-07-11T04:13:24.683Z] ---> eeaf43b92773 [2021-07-11T04:13:24.683Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-07-11T04:13:24.958Z] ---> Running in 37acd463d5b6 [2021-07-11T04:13:25.231Z] ---> e9c6522a6dfc [2021-07-11T04:13:25.231Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-11T04:13:25.231Z] Removing intermediate container 6d77e5020976 [2021-07-11T04:13:25.231Z] ---> cf860d5c27d4 [2021-07-11T04:13:25.231Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-11T04:13:25.502Z] ---> Running in bc619eae799c [2021-07-11T04:13:25.502Z] ---> Running in fa1b20c5988a [2021-07-11T04:13:25.502Z] Removing intermediate container 37acd463d5b6 [2021-07-11T04:13:25.502Z] ---> f90c3c67898a [2021-07-11T04:13:25.502Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-11T04:13:25.776Z] ---> Running in d5b265a27c0c [2021-07-11T04:13:26.050Z] Removing intermediate container bc619eae799c [2021-07-11T04:13:26.050Z] ---> d4a8a826fc82 [2021-07-11T04:13:26.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:13:26.325Z] ---> Running in ee505cc8f2a1 [2021-07-11T04:13:26.925Z] Removing intermediate container ee505cc8f2a1 [2021-07-11T04:13:26.925Z] ---> 2f8b579b62ac [2021-07-11T04:13:26.925Z] Step 21/23 : LABEL arch=arm64 [2021-07-11T04:13:26.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:13:26.925Z] ---> Running in c564e5dcf1be [2021-07-11T04:13:27.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-11T04:13:27.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:13:27.519Z] Removing intermediate container c564e5dcf1be [2021-07-11T04:13:27.519Z] ---> 67025a07ff2d [2021-07-11T04:13:27.519Z] Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:13:27.790Z] ---> Running in a66fccede0cb [2021-07-11T04:13:27.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-11T04:13:28.063Z] (1/39) Installing readline (8.0.4-r0) [2021-07-11T04:13:28.063Z] (2/39) Installing bash (5.0.17-r0) [2021-07-11T04:13:28.388Z] Removing intermediate container a66fccede0cb [2021-07-11T04:13:28.388Z] ---> a2d6a7bb3630 [2021-07-11T04:13:28.388Z] Step 23/23 : LABEL version=0.0.0 [2021-07-11T04:13:28.388Z] Executing bash-5.0.17-r0.post-install [2021-07-11T04:13:28.388Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-07-11T04:13:28.388Z] (4/39) Installing libcurl (7.77.0-r0) [2021-07-11T04:13:28.388Z] (5/39) Installing curl (7.77.0-r0) [2021-07-11T04:13:28.388Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-07-11T04:13:28.388Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-07-11T04:13:28.388Z] (8/39) Installing expat (2.2.9-r1) [2021-07-11T04:13:28.388Z] (9/39) Installing libffi (3.3-r2) [2021-07-11T04:13:28.388Z] (10/39) Installing gdbm (1.13-r1) [2021-07-11T04:13:28.388Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-07-11T04:13:28.388Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-07-11T04:13:28.388Z] (13/39) Installing python3 (3.8.10-r0) [2021-07-11T04:13:28.388Z] ---> Running in 4b694ccaaeab [2021-07-11T04:13:28.705Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-11T04:13:28.705Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-11T04:13:28.705Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-11T04:13:29.003Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-11T04:13:29.296Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-11T04:13:29.296Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-11T04:13:29.296Z] Executing busybox-1.31.1-r20.trigger [2021-07-11T04:13:29.296Z] OK: 8 MiB in 20 packages [2021-07-11T04:13:29.586Z] Removing intermediate container 4b694ccaaeab [2021-07-11T04:13:29.586Z] ---> f4c6097cfd71 [2021-07-11T04:13:29.586Z] [2021-07-11T04:13:30.186Z] Successfully built f4c6097cfd71 [2021-07-11T04:13:30.461Z] Successfully tagged support-notifications-arm64:latest [2021-07-11T04:13:30.461Z]  Building support-notifications ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-07-11T04:13:30.461Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-07-11T04:13:30.461Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-07-11T04:13:30.461Z] (17/39) Installing py3-six (1.15.0-r0) [2021-07-11T04:13:30.461Z] (18/39) Installing py3-packaging (20.4-r0) [2021-07-11T04:13:30.461Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-07-11T04:13:30.736Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-07-11T04:13:30.736Z] (21/39) Installing py3-idna (2.9-r0) [2021-07-11T04:13:30.736Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-07-11T04:13:30.736Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-07-11T04:13:30.736Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-07-11T04:13:30.736Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-07-11T04:13:30.736Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-11T04:13:30.736Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-11T04:13:31.012Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-07-11T04:13:31.012Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-07-11T04:13:31.012Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-07-11T04:13:31.012Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-07-11T04:13:31.012Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-07-11T04:13:31.012Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-07-11T04:13:31.012Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-07-11T04:13:31.012Z] (35/39) Installing py3-progress (1.5-r0) [2021-07-11T04:13:31.012Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-07-11T04:13:31.012Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-11T04:13:31.012Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-11T04:13:31.012Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-07-11T04:13:31.012Z] Removing intermediate container fa1b20c5988a [2021-07-11T04:13:31.012Z] ---> e78986020f76 [2021-07-11T04:13:31.012Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-11T04:13:31.289Z] Executing busybox-1.31.1-r19.trigger [2021-07-11T04:13:31.289Z] OK: 72 MiB in 59 packages [2021-07-11T04:13:32.294Z] ---> aa3ba0066385 [2021-07-11T04:13:32.294Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-11T04:13:33.287Z] ---> 9e687e204557 [2021-07-11T04:13:33.287Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-11T04:13:34.281Z] ---> b1477135564f [2021-07-11T04:13:34.281Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-11T04:13:34.554Z] ---> Running in 64933c45c1b3 [2021-07-11T04:13:34.829Z] Removing intermediate container 64933c45c1b3 [2021-07-11T04:13:34.829Z] ---> b6ea4fc1e978 [2021-07-11T04:13:34.829Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:13:35.111Z] ---> Running in 7fac1b51c5e4 [2021-07-11T04:13:35.713Z] Removing intermediate container 7fac1b51c5e4 [2021-07-11T04:13:35.713Z] ---> 45f7f68792c3 [2021-07-11T04:13:35.713Z] Step 22/24 : LABEL arch=arm64 [2021-07-11T04:13:35.713Z] Collecting docker-compose==1.23.2 [2021-07-11T04:13:35.713Z] ---> Running in a706d720a439 [2021-07-11T04:13:35.713Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-11T04:13:36.318Z] Removing intermediate container a706d720a439 [2021-07-11T04:13:36.318Z] ---> 97b9e06dfcdd [2021-07-11T04:13:36.318Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:13:36.318Z] ---> Running in 192cf094e395 [2021-07-11T04:13:36.593Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-11T04:13:36.870Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-11T04:13:36.870Z] Removing intermediate container 192cf094e395 [2021-07-11T04:13:36.870Z] ---> 30491fe24e2a [2021-07-11T04:13:36.870Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:13:36.870Z] ---> Running in 5cd29eff25e8 [2021-07-11T04:13:37.147Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-11T04:13:37.147Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-11T04:13:37.421Z] Removing intermediate container 5cd29eff25e8 [2021-07-11T04:13:37.421Z] ---> 54e9608ccb0f [2021-07-11T04:13:37.421Z] [2021-07-11T04:13:37.696Z] Successfully built 54e9608ccb0f [2021-07-11T04:13:37.696Z] Successfully tagged core-data-arm64:latest [2021-07-11T04:13:39.133Z]  Building core-data ... done Collecting cached-property<2,>=1.2.0 [2021-07-11T04:13:39.133Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-11T04:13:39.405Z] 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-07-11T04:13:40.384Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-11T04:13:40.384Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-11T04:13:41.361Z] Collecting PyYAML<4,>=3.10 [2021-07-11T04:13:41.361Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-11T04:13:44.755Z] Collecting docker<4.0,>=3.6.0 [2021-07-11T04:13:44.755Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-11T04:13:45.027Z] Collecting jsonschema<3,>=2.5.1 [2021-07-11T04:13:45.027Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-11T04:13:45.299Z] Collecting texttable<0.10,>=0.9.0 [2021-07-11T04:13:45.299Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-11T04:13:47.274Z] Collecting docopt<0.7,>=0.6.1 [2021-07-11T04:13:47.274Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-11T04:13:49.260Z] 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-07-11T04:13:49.260Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-11T04:13:49.533Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-11T04:13:49.805Z] Collecting idna<2.8,>=2.5 [2021-07-11T04:13:49.805Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-11T04:13:49.805Z] 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-07-11T04:13:50.080Z] Collecting docker-pycreds>=0.4.0 [2021-07-11T04:13:50.081Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-11T04:13:50.081Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-07-11T04:13:50.081Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-07-11T04:13:50.081Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-07-11T04:13:50.081Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-07-11T04:13:51.056Z] Installing collected packages: websocket-client, dockerpty, cached-property, urllib3, idna, requests, PyYAML, docker-pycreds, docker, jsonschema, texttable, docopt, docker-compose [2021-07-11T04:13:51.056Z] Running setup.py install for dockerpty: started [2021-07-11T04:13:53.067Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-11T04:13:53.067Z] Attempting uninstall: urllib3 [2021-07-11T04:13:53.067Z] Found existing installation: urllib3 1.25.9 [2021-07-11T04:13:53.067Z] Uninstalling urllib3-1.25.9: [2021-07-11T04:13:53.067Z] Successfully uninstalled urllib3-1.25.9 [2021-07-11T04:13:53.701Z] Attempting uninstall: idna [2021-07-11T04:13:53.701Z] Found existing installation: idna 2.9 [2021-07-11T04:13:53.701Z] Uninstalling idna-2.9: [2021-07-11T04:13:53.701Z] Successfully uninstalled idna-2.9 [2021-07-11T04:13:54.682Z] Attempting uninstall: requests [2021-07-11T04:13:54.682Z] Found existing installation: requests 2.23.0 [2021-07-11T04:13:54.682Z] Uninstalling requests-2.23.0: [2021-07-11T04:13:54.682Z] Successfully uninstalled requests-2.23.0 [2021-07-11T04:13:54.956Z] Running setup.py install for PyYAML: started [2021-07-11T04:13:56.931Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-11T04:13:57.911Z] Running setup.py install for texttable: started [2021-07-11T04:13:59.892Z] Running setup.py install for texttable: finished with status 'done' [2021-07-11T04:13:59.892Z] Running setup.py install for docopt: started [2021-07-11T04:14:01.868Z] Running setup.py install for docopt: finished with status 'done' [2021-07-11T04:14:02.461Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-07-11T04:14:10.775Z] Removing intermediate container d5b265a27c0c [2021-07-11T04:14:10.775Z] ---> 0e78dba7e3eb [2021-07-11T04:14:10.775Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-11T04:14:10.775Z] ---> Running in db3d111bc5bb [2021-07-11T04:14:10.775Z] Removing intermediate container db3d111bc5bb [2021-07-11T04:14:10.775Z] ---> 6b3744727eef [2021-07-11T04:14:10.775Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-11T04:14:11.052Z] ---> Running in 7a28e3508b79 [2021-07-11T04:14:11.330Z] Removing intermediate container 7a28e3508b79 [2021-07-11T04:14:11.331Z] ---> 95a4f13809cc [2021-07-11T04:14:11.331Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-11T04:14:12.772Z] ---> 68d6fa22fe16 [2021-07-11T04:14:12.772Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-11T04:14:13.371Z] ---> d9589c9185d3 [2021-07-11T04:14:13.371Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-11T04:14:14.359Z] ---> 2b42545d9b42 [2021-07-11T04:14:14.359Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-11T04:14:14.359Z] ---> Running in fb30762a028f [2021-07-11T04:14:14.645Z] Removing intermediate container fb30762a028f [2021-07-11T04:14:14.645Z] ---> 2acae31019d8 [2021-07-11T04:14:14.645Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-11T04:14:14.922Z] ---> Running in e0d556199e0b [2021-07-11T04:14:15.528Z] Removing intermediate container e0d556199e0b [2021-07-11T04:14:15.528Z] ---> b4cf72d19a85 [2021-07-11T04:14:15.528Z] Step 22/24 : LABEL arch=arm64 [2021-07-11T04:14:15.528Z] ---> Running in cac876eeb8b9 [2021-07-11T04:14:16.126Z] Removing intermediate container cac876eeb8b9 [2021-07-11T04:14:16.127Z] ---> 293093d2ed7e [2021-07-11T04:14:16.127Z] Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [2021-07-11T04:14:16.127Z] ---> Running in a6578052a0f8 [2021-07-11T04:14:16.728Z] Removing intermediate container a6578052a0f8 [2021-07-11T04:14:16.728Z] ---> 499d6237f9b6 [2021-07-11T04:14:16.728Z] Step 24/24 : LABEL version=0.0.0 [2021-07-11T04:14:16.728Z] ---> Running in db3bfedeed1a [2021-07-11T04:14:17.327Z] Removing intermediate container db3bfedeed1a [2021-07-11T04:14:17.327Z] ---> e3e069895022 [2021-07-11T04:14:17.327Z] [2021-07-11T04:14:17.607Z] Successfully built e3e069895022 [2021-07-11T04:14:17.607Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-07-11T04:14:17.899Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-07-11T04:14:17.895Z] $ docker stop --time=1 52ed940e80dade19ceee21843fcb6b99a24d003b74e01ccdd00da46968a3b8f6 [2021-07-11T04:14:19.757Z] $ docker rm -f 52ed940e80dade19ceee21843fcb6b99a24d003b74e01ccdd00da46968a3b8f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-11T04:14:20.401Z] + docker images [2021-07-11T04:14:20.675Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-11T04:14:20.675Z] sys-mgmt-agent-arm64 latest e3e069895022 3 seconds ago 298MB [2021-07-11T04:14:20.675Z] core-data-arm64 latest 54e9608ccb0f 43 seconds ago 19.1MB [2021-07-11T04:14:20.675Z] support-notifications-arm64 latest f4c6097cfd71 52 seconds ago 15.7MB [2021-07-11T04:14:20.675Z] d055887c090b About a minute ago 997MB [2021-07-11T04:14:20.675Z] 6ea3b7877b32 About a minute ago 991MB [2021-07-11T04:14:20.675Z] 9760a7897dc2 About a minute ago 991MB [2021-07-11T04:14:20.675Z] core-command-arm64 latest 2921798d13d8 2 minutes ago 15MB [2021-07-11T04:14:20.675Z] 748b0cc7f092 2 minutes ago 988MB [2021-07-11T04:14:20.675Z] security-bootstrapper-arm64 latest 74327a670e39 3 minutes ago 17.5MB [2021-07-11T04:14:20.675Z] security-secretstore-setup-arm64 latest cbd12015d4b5 4 minutes ago 27.1MB [2021-07-11T04:14:20.675Z] core-metadata-arm64 latest e33a8a372178 4 minutes ago 15.7MB [2021-07-11T04:14:20.675Z] security-proxy-setup-arm64 latest eb63b3657e93 4 minutes ago 24.2MB [2021-07-11T04:14:20.675Z] support-scheduler-arm64 latest 68fe6b2fa1e2 4 minutes ago 15.1MB [2021-07-11T04:14:20.675Z] c8a3c1e0fc7b 4 minutes ago 994MB [2021-07-11T04:14:20.675Z] fb9859824f0f 4 minutes ago 998MB [2021-07-11T04:14:20.675Z] fb9c7f19e9ca 4 minutes ago 991MB [2021-07-11T04:14:20.675Z] 03bcbd65cfd3 4 minutes ago 990MB [2021-07-11T04:14:20.675Z] 4ce7f7b5c667 4 minutes ago 995MB [2021-07-11T04:14:20.675Z] ci-base-image-arm64 latest 5f31793b90ed 14 minutes ago 663MB [2021-07-11T04:14:20.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 274d7007c78b 30 hours ago 451MB [2021-07-11T04:14:20.675Z] alpine 3.12 c4fd0aeabfcf 3 weeks ago 5.32MB [2021-07-11T04:14:20.675Z] docker 20.10.0 eeaf43b92773 7 months ago 228MB [2021-07-11T04:14:20.675Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 12 months ago 285MB [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-07-11T04:14:21.482Z] ---> job-cost.sh [2021-07-11T04:14:21.482Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wDUS [2021-07-11T04:15:00.422Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-07-11T04:16:37.346Z] lf-activate-venv(): INFO: Adding /tmp/venv-wDUS/bin to PATH [2021-07-11T04:16:37.346Z] INFO: No Stack... [2021-07-11T04:16:37.346Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-11T04:16:37.346Z] INFO: Archiving Costs [Pipeline] sh [2021-07-11T04:16:37.690Z] + + cutcat -d, /w/workspace/edgex-go/20/archives/cost.csv -f6 [2021-07-11T04:16:37.690Z] [Pipeline] lock [2021-07-11T04:16:37.752Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3571-20-stack-cost] [2021-07-11T04:16:37.763Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3571-20-stack-cost] did not exist. Created. [2021-07-11T04:16:37.763Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3571-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-11T04:16:38.117Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-11T04:16:38.370Z] Stashed 1 file(s) [Pipeline] } [2021-07-11T04:16:38.384Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3571-20-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] configFileProvider [2021-07-11T04:16:38.953Z] provisioning config files... [2021-07-11T04:16:38.962Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config5910665368209228099tmp [Pipeline] { [Pipeline] sh [2021-07-11T04:16:39.269Z] + set +x [2021-07-11T04:16:39.269Z] + curl -s https://codecov.io/bash [2021-07-11T04:16:39.269Z] + bash -s -- [2021-07-11T04:16:39.269Z] [2021-07-11T04:16:39.269Z] _____ _ [2021-07-11T04:16:39.269Z] / ____| | | [2021-07-11T04:16:39.269Z] | | ___ __| | ___ ___ _____ __ [2021-07-11T04:16:39.269Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-11T04:16:39.269Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-11T04:16:39.269Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-11T04:16:39.269Z] Bash-1.0.3 [2021-07-11T04:16:39.269Z] [2021-07-11T04:16:39.269Z] [2021-07-11T04:16:39.269Z] ==> git version 2.24.4 found [2021-07-11T04:16:39.269Z] ==> 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-07-11T04:16:39.269Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-11T04:16:39.269Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-11T04:16:39.269Z] ==> Jenkins CI detected. [2021-07-11T04:16:39.269Z] project root: . [2021-07-11T04:16:39.269Z] --> token set from env [2021-07-11T04:16:39.269Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-11T04:16:39.532Z] ==> Running gcov in . (disable via -X gcov) [2021-07-11T04:16:39.532Z] ==> Python coveragepy not found [2021-07-11T04:16:39.532Z] ==> Searching for coverage reports in: [2021-07-11T04:16:39.532Z] + . [2021-07-11T04:16:39.532Z] -> Found 1 reports [2021-07-11T04:16:39.532Z] ==> Detecting git/mercurial file structure [2021-07-11T04:16:39.532Z] ==> Reading reports [2021-07-11T04:16:39.532Z] + ./coverage.out bytes=398095 [2021-07-11T04:16:39.532Z] ==> Appending adjustments [2021-07-11T04:16:39.532Z] https://docs.codecov.io/docs/fixing-reports [2021-07-11T04:16:40.482Z] + Found adjustments [2021-07-11T04:16:40.482Z] ==> Gzipping contents [2021-07-11T04:16:40.482Z] 56K /tmp/codecov.qf5vVA.gz [2021-07-11T04:16:40.482Z] ==> Uploading reports [2021-07-11T04:16:40.482Z] url: https://codecov.io [2021-07-11T04:16:40.482Z] query: branch=PR-3571&commit=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= [2021-07-11T04:16:40.482Z] -> Pinging Codecov [2021-07-11T04:16:40.482Z] https://codecov.io/upload/v4?package=bash-1.0.3&branch=PR-3571&commit=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= [2021-07-11T04:16:41.069Z] -> Uploading to [2021-07-11T04:16:41.069Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-11/00271124DB129430A58F1EEE437C3FCB/8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776/9f796eb8-7dcf-41fc-b6d9-9584a0dbece6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210711T041640Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d01e2b3994e1cdbf61705f8337fe751e5cb0d1bd324414fadda6357eae166cc4 [2021-07-11T04:16:41.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-11T04:16:41.069Z] Dload Upload Total Spent Left Speed [2021-07-11T04:16:41.331Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53924 0 0 100 53924 0 117k --:--:-- --:--:-- --:--:-- 118k [2021-07-11T04:16:41.331Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [Pipeline] } [2021-07-11T04:16:41.339Z] Deleting 1 temporary files [Pipeline] // configFileProvider [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-07-11T04:16:42.526Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:16:43.098Z] ---> package-listing.sh [2021-07-11T04:16:43.098Z] ++ facter osfamily [2021-07-11T04:16:43.098Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-11T04:16:43.360Z] + OS_FAMILY=redhat [2021-07-11T04:16:43.360Z] + workspace=/w/workspace/edgex-go/20 [2021-07-11T04:16:43.360Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-11T04:16:43.360Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-11T04:16:43.360Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-11T04:16:43.360Z] + PACKAGES=/tmp/packages_start.txt [2021-07-11T04:16:43.360Z] + '[' /w/workspace/edgex-go/20 ']' [2021-07-11T04:16:43.360Z] + PACKAGES=/tmp/packages_end.txt [2021-07-11T04:16:43.360Z] + case "${OS_FAMILY}" in [2021-07-11T04:16:43.360Z] + rpm -qa [2021-07-11T04:16:43.360Z] + sort [2021-07-11T04:16:45.285Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-11T04:16:45.285Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-11T04:16:45.285Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-11T04:16:45.285Z] + '[' /w/workspace/edgex-go/20 ']' [2021-07-11T04:16:45.285Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-07-11T04:16:45.285Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-07-11T04:16:45.298Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-11T04:16:45.587Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-11T04:16:46.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-11T04:16:46.165Z] [2021-07-11T04:16:46.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-07-11T04:16:46.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-11T04:16:46.484Z] alpine: Pulling from edgex-lftools-log-publisher [2021-07-11T04:16:46.484Z] df20fa9351a1: Pulling fs layer [2021-07-11T04:16:46.484Z] 36b3adc4ff6f: Pulling fs layer [2021-07-11T04:16:46.484Z] 8ad3a11d3b57: Pulling fs layer [2021-07-11T04:16:46.484Z] 46f8f816bc3b: Pulling fs layer [2021-07-11T04:16:46.484Z] 93b61091891f: Pulling fs layer [2021-07-11T04:16:46.484Z] 93b9cdb0e59b: Pulling fs layer [2021-07-11T04:16:46.484Z] 5e14af77c1be: Pulling fs layer [2021-07-11T04:16:46.484Z] 01666e4c0597: Pulling fs layer [2021-07-11T04:16:46.484Z] aa168da1d23b: Pulling fs layer [2021-07-11T04:16:46.484Z] 46f8f816bc3b: Waiting [2021-07-11T04:16:46.484Z] 93b61091891f: Waiting [2021-07-11T04:16:46.484Z] 93b9cdb0e59b: Waiting [2021-07-11T04:16:46.484Z] 5e14af77c1be: Waiting [2021-07-11T04:16:46.484Z] aa168da1d23b: Waiting [2021-07-11T04:16:46.484Z] 01666e4c0597: Waiting [2021-07-11T04:16:46.484Z] 36b3adc4ff6f: Verifying Checksum [2021-07-11T04:16:46.484Z] 36b3adc4ff6f: Download complete [2021-07-11T04:16:46.746Z] 46f8f816bc3b: Verifying Checksum [2021-07-11T04:16:46.746Z] 46f8f816bc3b: Download complete [2021-07-11T04:16:46.746Z] df20fa9351a1: Verifying Checksum [2021-07-11T04:16:46.746Z] df20fa9351a1: Download complete [2021-07-11T04:16:46.746Z] 93b61091891f: Verifying Checksum [2021-07-11T04:16:46.746Z] 93b61091891f: Download complete [2021-07-11T04:16:46.746Z] 93b9cdb0e59b: Verifying Checksum [2021-07-11T04:16:46.746Z] 93b9cdb0e59b: Download complete [2021-07-11T04:16:46.746Z] 8ad3a11d3b57: Verifying Checksum [2021-07-11T04:16:46.746Z] 8ad3a11d3b57: Download complete [2021-07-11T04:16:46.746Z] 01666e4c0597: Verifying Checksum [2021-07-11T04:16:46.746Z] 01666e4c0597: Download complete [2021-07-11T04:16:46.746Z] 5e14af77c1be: Verifying Checksum [2021-07-11T04:16:46.746Z] 5e14af77c1be: Download complete [2021-07-11T04:16:47.010Z] df20fa9351a1: Pull complete [2021-07-11T04:16:47.011Z] 36b3adc4ff6f: Pull complete [2021-07-11T04:16:47.586Z] 8ad3a11d3b57: Pull complete [2021-07-11T04:16:47.586Z] 46f8f816bc3b: Pull complete [2021-07-11T04:16:47.850Z] 93b61091891f: Pull complete [2021-07-11T04:16:47.850Z] 93b9cdb0e59b: Pull complete [2021-07-11T04:16:47.850Z] 5e14af77c1be: Pull complete [2021-07-11T04:16:48.109Z] 01666e4c0597: Pull complete [2021-07-11T04:16:49.058Z] aa168da1d23b: Verifying Checksum [2021-07-11T04:16:49.058Z] aa168da1d23b: Download complete [2021-07-11T04:16:53.331Z] aa168da1d23b: Pull complete [2021-07-11T04:16:53.331Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-07-11T04:16:53.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-11T04:16:53.331Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-07-11T04:16:53.410Z] prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container [2021-07-11T04:16:53.452Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-07-11T04:16:56.607Z] $ docker top c9978c091889600a8ab513d6e8e9e2f930ab2a70109d6d8cadd9177ffa7552f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T04:16:56.985Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-11T04:16:57.281Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-07-11T04:16:57.577Z] + ls /var/log/sa-host [2021-07-11T04:16:57.577Z] + sadf -c /var/log/sa-host/sa05 [2021-07-11T04:16:57.577Z] file_magic: OK [2021-07-11T04:16:57.577Z] HZ: Using current value: 100 [2021-07-11T04:16:57.577Z] file_header: OK [2021-07-11T04:16:57.577Z] 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-07-11T04:16:57.577Z] Statistics: [2021-07-11T04:16:57.577Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-11T04:16:57.577Z] File successfully converted to sysstat format version 12.2.1 [2021-07-11T04:16:57.577Z] + sadf -c /var/log/sa-host/sa11 [2021-07-11T04:16:57.577Z] file_magic: OK [2021-07-11T04:16:57.577Z] HZ: Using current value: 100 [2021-07-11T04:16:57.577Z] file_header: OK [2021-07-11T04:16:57.577Z] 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-07-11T04:16:57.577Z] Statistics: [2021-07-11T04:16:57.577Z] 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... [2021-07-11T04:16:57.577Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-11T04:16:57.777Z] provisioning config files... [2021-07-11T04:16:57.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config4154400875395966531tmp [Pipeline] { [Pipeline] echo [2021-07-11T04:16:57.815Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:16:58.116Z] ---> create-netrc.sh [Pipeline] } [2021-07-11T04:16:58.127Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:16:58.527Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-11T04:16:58.548Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:16:58.844Z] ---> sudo-logs.sh [2021-07-11T04:16:58.844Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-07-11T04:16:58.882Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:16:59.192Z] ---> job-cost.sh [2021-07-11T04:16:59.192Z] lf-activate-venv: SKIPPING [2021-07-11T04:16:59.192Z] DEBUG: total: 0.18000000715255737 [2021-07-11T04:16:59.192Z] INFO: Retrieving Stack Cost... [2021-07-11T04:17:00.137Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-11T04:17:00.398Z] INFO: Archiving Costs [Pipeline] echo [2021-07-11T04:17:00.412Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T04:17:00.709Z] ---> logs-deploy.sh [2021-07-11T04:17:00.709Z] lf-activate-venv: SKIPPING [2021-07-11T04:17:00.709Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3571/20 [2021-07-11T04:17:00.709Z] INFO: archiving workspace using pattern(s): [2021-07-11T04:17:01.657Z] Archives upload complete. [2021-07-11T04:17:01.657Z] INFO: archiving logs to Nexus [2021-07-11T04:17:02.241Z] ---> uname -a: [2021-07-11T04:17:02.241Z] Linux prd-centos7-docker-4c-2g-2443.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] ---> lscpu: [2021-07-11T04:17:02.241Z] Architecture: x86_64 [2021-07-11T04:17:02.241Z] CPU op-mode(s): 32-bit, 64-bit [2021-07-11T04:17:02.241Z] Byte Order: Little Endian [2021-07-11T04:17:02.241Z] Address sizes: 40 bits physical, 48 bits virtual [2021-07-11T04:17:02.241Z] CPU(s): 2 [2021-07-11T04:17:02.241Z] On-line CPU(s) list: 0,1 [2021-07-11T04:17:02.241Z] Thread(s) per core: 1 [2021-07-11T04:17:02.241Z] Core(s) per socket: 1 [2021-07-11T04:17:02.241Z] Socket(s): 2 [2021-07-11T04:17:02.241Z] NUMA node(s): 1 [2021-07-11T04:17:02.241Z] Vendor ID: AuthenticAMD [2021-07-11T04:17:02.241Z] CPU family: 23 [2021-07-11T04:17:02.241Z] Model: 49 [2021-07-11T04:17:02.241Z] Model name: AMD EPYC-Rome Processor [2021-07-11T04:17:02.241Z] Stepping: 0 [2021-07-11T04:17:02.241Z] CPU MHz: 2800.000 [2021-07-11T04:17:02.241Z] BogoMIPS: 5600.00 [2021-07-11T04:17:02.241Z] Virtualization: AMD-V [2021-07-11T04:17:02.241Z] Hypervisor vendor: KVM [2021-07-11T04:17:02.241Z] Virtualization type: full [2021-07-11T04:17:02.241Z] L1d cache: 64 KiB [2021-07-11T04:17:02.241Z] L1i cache: 64 KiB [2021-07-11T04:17:02.241Z] L2 cache: 1 MiB [2021-07-11T04:17:02.241Z] L3 cache: 32 MiB [2021-07-11T04:17:02.241Z] NUMA node0 CPU(s): 0,1 [2021-07-11T04:17:02.241Z] Vulnerability Itlb multihit: Not affected [2021-07-11T04:17:02.241Z] Vulnerability L1tf: Not affected [2021-07-11T04:17:02.241Z] Vulnerability Mds: Not affected [2021-07-11T04:17:02.241Z] Vulnerability Meltdown: Not affected [2021-07-11T04:17:02.241Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-07-11T04:17:02.241Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-07-11T04:17:02.241Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-07-11T04:17:02.241Z] Vulnerability Srbds: Not affected [2021-07-11T04:17:02.241Z] Vulnerability Tsx async abort: Not affected [2021-07-11T04:17:02.241Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] ---> nproc: [2021-07-11T04:17:02.241Z] 2 [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] ---> df -h: [2021-07-11T04:17:02.241Z] Filesystem Size Used Available Use% Mounted on [2021-07-11T04:17:02.241Z] overlay 40.0G 12.0G 28.0G 30% / [2021-07-11T04:17:02.241Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-07-11T04:17:02.241Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-07-11T04:17:02.241Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /facter-os [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /etc/resolv.conf [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /etc/hostname [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /etc/hosts [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /var/log/auth.log [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /run/cloud-init/result.json [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /var/log/sa-host [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /var/log/secure [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /w/workspace/edgex-go/20 [2021-07-11T04:17:02.241Z] /dev/vda1 40.0G 12.0G 28.0G 30% /w/workspace/edgex-go/20@tmp [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] ---> free -m: [2021-07-11T04:17:02.241Z] total used free shared buff/cache available [2021-07-11T04:17:02.241Z] Mem: 7821 1309 2144 0 4367 6461 [2021-07-11T04:17:02.241Z] Swap: 1023 1 1022 [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] ---> ip addr: [2021-07-11T04:17:02.241Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-07-11T04:17:02.241Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-07-11T04:17:02.241Z] inet 127.0.0.1/8 scope host lo [2021-07-11T04:17:02.241Z] valid_lft forever preferred_lft forever [2021-07-11T04:17:02.241Z] inet6 ::1/128 scope host [2021-07-11T04:17:02.241Z] valid_lft forever preferred_lft forever [2021-07-11T04:17:02.241Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-07-11T04:17:02.241Z] link/ether fa:16:3e:c7:6f:f7 brd ff:ff:ff:ff:ff:ff [2021-07-11T04:17:02.241Z] inet 10.30.122.32/23 brd 10.30.123.255 scope global dynamic eth0 [2021-07-11T04:17:02.241Z] valid_lft 85040sec preferred_lft 85040sec [2021-07-11T04:17:02.241Z] inet6 fe80::f816:3eff:fec7:6ff7/64 scope link [2021-07-11T04:17:02.241Z] valid_lft forever preferred_lft forever [2021-07-11T04:17:02.241Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-07-11T04:17:02.241Z] link/ether 02:42:ab:84:0e:0d brd ff:ff:ff:ff:ff:ff [2021-07-11T04:17:02.241Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-07-11T04:17:02.241Z] valid_lft forever preferred_lft forever [2021-07-11T04:17:02.241Z] inet6 fe80::42:abff:fe84:e0d/64 scope link [2021-07-11T04:17:02.241Z] valid_lft forever preferred_lft forever [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] ---> sar -b -r -n DEV: [2021-07-11T04:17:02.241Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/11/21 _x86_64_ (2 CPU) [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] 03:54:11 LINUX RESTART (2 CPU) [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] 03:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-07-11T04:17:02.241Z] 03:56:01 95.44 3.58 91.86 0.00 2599.47 45146.77 0.00 [2021-07-11T04:17:02.241Z] 03:57:01 132.51 0.00 132.51 0.00 0.00 17460.68 0.00 [2021-07-11T04:17:02.241Z] 03:58:01 57.86 0.00 57.86 0.00 0.00 10662.84 0.00 [2021-07-11T04:17:02.241Z] 03:59:01 82.02 0.00 82.02 0.00 0.00 15876.48 0.00 [2021-07-11T04:17:02.241Z] 04:00:01 654.82 193.24 461.58 0.00 5104.84 299112.34 0.00 [2021-07-11T04:17:02.241Z] 04:01:01 442.14 63.51 378.63 0.00 2716.79 154850.84 0.00 [2021-07-11T04:17:02.241Z] 04:02:01 288.26 56.70 231.56 0.00 4222.36 63520.63 0.00 [2021-07-11T04:17:02.241Z] 04:03:01 3.70 0.05 3.65 0.00 0.67 95.70 0.00 [2021-07-11T04:17:02.241Z] 04:04:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 [2021-07-11T04:17:02.241Z] 04:05:01 0.25 0.08 0.17 0.00 1.60 1.77 0.00 [2021-07-11T04:17:02.241Z] 04:06:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-07-11T04:17:02.241Z] 04:07:01 0.23 0.00 0.23 0.00 0.00 3.55 0.00 [2021-07-11T04:17:02.241Z] 04:08:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-07-11T04:17:02.241Z] 04:09:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2021-07-11T04:17:02.241Z] 04:10:01 0.87 0.18 0.68 0.00 5.73 14.58 0.00 [2021-07-11T04:17:02.241Z] 04:11:01 0.38 0.00 0.38 0.00 0.00 5.46 0.00 [2021-07-11T04:17:02.241Z] 04:12:01 0.20 0.00 0.20 0.00 0.00 2.72 0.00 [2021-07-11T04:17:02.241Z] 04:13:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-07-11T04:17:02.241Z] 04:14:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2021-07-11T04:17:02.241Z] 04:15:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 [2021-07-11T04:17:02.241Z] 04:16:01 0.28 0.00 0.28 0.00 0.00 3.27 0.00 [2021-07-11T04:17:02.241Z] Average: 83.78 15.10 68.68 0.00 695.93 28900.95 0.00 [2021-07-11T04:17:02.241Z] [2021-07-11T04:17:02.241Z] 03:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-07-11T04:17:02.241Z] 03:56:01 4204684 0 944008 11.79 2620 2857628 1487020 16.42 1011764 2312468 12 [2021-07-11T04:17:02.241Z] 03:57:01 3917452 0 1104560 13.79 2620 2984308 1670000 18.44 1297528 2251548 221356 [2021-07-11T04:17:02.241Z] 03:58:01 3725872 0 1171744 14.63 2620 3108704 1867628 20.62 1420668 2300264 36756 [2021-07-11T04:17:02.241Z] 03:59:01 3666800 0 1136084 14.19 2620 3203436 1553292 17.15 1264900 2499104 108160 [2021-07-11T04:17:02.241Z] 04:00:01 290764 0 1701900 21.25 2620 6013656 3551332 39.21 3152640 3835268 58928 [2021-07-11T04:17:02.241Z] 04:01:01 110364 0 1493164 18.64 2620 6402792 2484200 27.43 2903816 4243528 460924 [2021-07-11T04:17:02.241Z] 04:02:01 2818492 0 1248184 15.58 2620 3939644 1603572 17.70 1421488 3075240 20 [2021-07-11T04:17:02.241Z] 04:03:01 2829088 0 1237580 15.45 2620 3939652 1381752 15.26 1454716 3037736 12 [2021-07-11T04:17:02.241Z] 04:04:01 2828508 0 1238160 15.46 2620 3939652 1381932 15.26 1455424 3037768 12 [2021-07-11T04:17:02.242Z] 04:05:01 2828884 0 1237776 15.45 2620 3939660 1381956 15.26 1459204 3035012 16 [2021-07-11T04:17:02.242Z] 04:06:01 2829976 0 1236684 15.44 2620 3939660 1381752 15.26 1458340 3035012 12 [2021-07-11T04:17:02.242Z] 04:07:01 2829492 0 1237164 15.45 2620 3939664 1381920 15.26 1458712 3035012 12 [2021-07-11T04:17:02.242Z] 04:08:01 2830156 0 1236492 15.44 2620 3939672 1381752 15.26 1458476 3035012 12 [2021-07-11T04:17:02.242Z] 04:09:01 2829528 0 1237120 15.45 2620 3939672 1381956 15.26 1458820 3035012 8 [2021-07-11T04:17:02.242Z] 04:10:01 2829976 0 1236636 15.44 2620 3939708 1381836 15.26 1458580 3035040 16 [2021-07-11T04:17:02.242Z] 04:11:01 2829828 0 1236784 15.44 2620 3939708 1381848 15.26 1458584 3035040 8 [2021-07-11T04:17:02.242Z] 04:12:01 2829956 0 1236648 15.44 2620 3939716 1381752 15.26 1458380 3035040 8 [2021-07-11T04:17:02.242Z] 04:13:01 2829964 0 1236636 15.44 2620 3939720 1381752 15.26 1458496 3035040 8 [2021-07-11T04:17:02.242Z] 04:14:01 2829956 0 1236640 15.44 2620 3939724 1381752 15.26 1458392 3035040 8 [2021-07-11T04:17:02.242Z] 04:15:01 2829852 0 1236740 15.44 2620 3939728 1381836 15.26 1458468 3035040 12 [2021-07-11T04:17:02.242Z] 04:16:01 2830000 0 1236588 15.44 2620 3939732 1381812 15.26 1458520 3035044 12 [2021-07-11T04:17:02.242Z] Average: 2778552 0 1243681 15.53 2620 3984087 1598222 17.65 1565996 3000632 42205 [2021-07-11T04:17:02.242Z] [2021-07-11T04:17:02.242Z] 03:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-07-11T04:17:02.242Z] 03:56:01 veth6284596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:56:01 veth35d885a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:56:01 eth0 936.40 1140.46 5951.89 124.85 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:57:01 veth21571c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:57:01 eth0 288.31 220.29 874.04 30.75 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:57:01 docker0 1011.44 804.69 81.06 3521.49 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:58:01 veth21571c9 2.15 2.15 0.17 0.18 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:58:01 eth0 39.91 26.67 24.58 109.26 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:58:01 docker0 2.15 2.15 0.14 0.18 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:59:01 eth0 172.37 148.12 1692.21 22.24 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:00:01 vethf6821bb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:00:01 vethfcb6ea2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:00:01 veth675c0c7 0.00 1.05 0.00 0.06 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:00:01 vetha69de06 0.03 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:01:01 veth675c0c7 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:01:01 veth74fe019 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:01:01 eth0 2576.77 2479.58 13900.06 427.99 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:01:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:02:01 eth0 62.28 44.95 102.73 124.40 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:02:01 docker0 1148.95 982.84 90.04 4343.21 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:03:01 eth0 0.77 0.33 0.07 0.03 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:04:01 eth0 1.93 0.58 0.63 0.37 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:05:01 eth0 1.52 0.68 0.71 0.50 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:06:01 eth0 0.80 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:07:01 eth0 1.12 0.32 0.32 0.17 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:08:01 eth0 0.73 0.10 0.07 0.04 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:09:01 eth0 0.50 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:10:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:11:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:12:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:13:01 eth0 0.08 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:14:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:15:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:16:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] Average: eth0 88.15 86.95 508.42 21.84 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] Average: docker0 53.99 46.19 4.23 204.10 0.00 0.00 0.00 0.00 [2021-07-11T04:17:02.242Z] [2021-07-11T04:17:02.242Z] [2021-07-11T04:17:02.242Z] ---> sar -P ALL: [2021-07-11T04:17:02.242Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/11/21 _x86_64_ (2 CPU) [2021-07-11T04:17:02.242Z] [2021-07-11T04:17:02.242Z] 03:54:11 LINUX RESTART (2 CPU) [2021-07-11T04:17:02.242Z] [2021-07-11T04:17:02.242Z] 03:55:01 CPU %user %nice %system %iowait %steal %idle [2021-07-11T04:17:02.242Z] 03:56:01 all 20.60 0.00 7.67 3.56 0.08 68.09 [2021-07-11T04:17:02.242Z] 03:56:01 0 17.58 0.00 8.58 3.67 0.09 70.08 [2021-07-11T04:17:02.242Z] 03:56:01 1 23.60 0.00 6.76 3.45 0.07 66.11 [2021-07-11T04:17:02.242Z] 03:57:01 all 45.88 0.00 8.53 1.61 0.10 43.89 [2021-07-11T04:17:02.242Z] 03:57:01 0 45.92 0.00 8.39 1.59 0.09 44.01 [2021-07-11T04:17:02.242Z] 03:57:01 1 45.84 0.00 8.66 1.62 0.11 43.76 [2021-07-11T04:17:02.242Z] 03:58:01 all 34.83 0.00 5.65 0.26 0.09 59.16 [2021-07-11T04:17:02.242Z] 03:58:01 0 34.65 0.00 5.52 0.25 0.09 59.49 [2021-07-11T04:17:02.242Z] 03:58:01 1 35.02 0.00 5.77 0.28 0.09 58.84 [2021-07-11T04:17:02.242Z] 03:59:01 all 60.14 0.00 10.89 1.61 0.10 27.27 [2021-07-11T04:17:02.242Z] 03:59:01 0 60.65 0.00 10.12 1.57 0.09 27.58 [2021-07-11T04:17:02.242Z] 03:59:01 1 59.62 0.00 11.67 1.65 0.11 26.95 [2021-07-11T04:17:02.242Z] 04:00:01 all 39.24 0.00 23.31 22.79 0.11 14.55 [2021-07-11T04:17:02.242Z] 04:00:01 0 40.17 0.00 22.77 21.14 0.11 15.81 [2021-07-11T04:17:02.242Z] 04:00:01 1 38.31 0.00 23.85 24.44 0.11 13.28 [2021-07-11T04:17:02.242Z] 04:01:01 all 68.34 0.00 16.22 11.60 0.11 3.73 [2021-07-11T04:17:02.242Z] 04:01:01 0 68.48 0.00 16.07 12.51 0.11 2.83 [2021-07-11T04:17:02.242Z] 04:01:01 1 68.20 0.00 16.37 10.69 0.11 4.63 [2021-07-11T04:17:02.242Z] 04:02:01 all 48.11 0.00 9.64 1.70 0.09 40.45 [2021-07-11T04:17:02.242Z] 04:02:01 0 47.57 0.00 10.01 1.54 0.09 40.78 [2021-07-11T04:17:02.242Z] 04:02:01 1 48.65 0.00 9.27 1.86 0.09 40.13 [2021-07-11T04:17:02.242Z] 04:03:01 all 0.11 0.00 0.05 0.00 0.03 99.82 [2021-07-11T04:17:02.242Z] 04:03:01 0 0.18 0.00 0.07 0.00 0.02 99.73 [2021-07-11T04:17:02.242Z] 04:03:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-07-11T04:17:02.242Z] 04:04:01 all 0.13 0.00 0.03 0.00 0.02 99.83 [2021-07-11T04:17:02.242Z] 04:04:01 0 0.20 0.00 0.02 0.00 0.00 99.78 [2021-07-11T04:17:02.242Z] 04:04:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-07-11T04:17:02.242Z] 04:05:01 all 0.12 0.00 0.06 0.00 0.02 99.81 [2021-07-11T04:17:02.242Z] 04:05:01 0 0.20 0.00 0.03 0.00 0.02 99.75 [2021-07-11T04:17:02.242Z] 04:05:01 1 0.03 0.00 0.08 0.00 0.02 99.87 [2021-07-11T04:17:02.242Z] 04:06:01 all 0.13 0.00 0.03 0.00 0.02 99.82 [2021-07-11T04:17:02.242Z] 04:06:01 0 0.10 0.00 0.03 0.00 0.00 99.87 [2021-07-11T04:17:02.242Z] 04:06:01 1 0.15 0.00 0.03 0.00 0.03 99.78 [2021-07-11T04:17:02.242Z] [2021-07-11T04:17:02.242Z] 04:06:01 CPU %user %nice %system %iowait %steal %idle [2021-07-11T04:17:02.242Z] 04:07:01 all 0.03 0.00 0.01 0.00 0.03 99.94 [2021-07-11T04:17:02.242Z] 04:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-07-11T04:17:02.242Z] 04:07:01 1 0.03 0.00 0.00 0.00 0.03 99.93 [2021-07-11T04:17:02.242Z] 04:08:01 all 0.05 0.00 0.03 0.00 0.01 99.92 [2021-07-11T04:17:02.242Z] 04:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-07-11T04:17:02.242Z] 04:08:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-07-11T04:17:02.242Z] 04:09:01 all 0.11 0.00 0.03 0.00 0.03 99.83 [2021-07-11T04:17:02.242Z] 04:09:01 0 0.08 0.00 0.03 0.00 0.05 99.83 [2021-07-11T04:17:02.242Z] 04:09:01 1 0.13 0.00 0.02 0.00 0.02 99.83 [2021-07-11T04:17:02.242Z] 04:10:01 all 0.09 0.00 0.04 0.00 0.02 99.85 [2021-07-11T04:17:02.242Z] 04:10:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-07-11T04:17:02.242Z] 04:10:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2021-07-11T04:17:02.242Z] 04:11:01 all 0.12 0.00 0.03 0.00 0.02 99.84 [2021-07-11T04:17:02.242Z] 04:11:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2021-07-11T04:17:02.242Z] 04:11:01 1 0.20 0.00 0.02 0.00 0.00 99.78 [2021-07-11T04:17:02.242Z] 04:12:01 all 0.11 0.00 0.03 0.00 0.03 99.83 [2021-07-11T04:17:02.242Z] 04:12:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-07-11T04:17:02.243Z] 04:12:01 1 0.18 0.00 0.03 0.00 0.00 99.78 [2021-07-11T04:17:02.243Z] 04:13:01 all 0.13 0.00 0.02 0.00 0.01 99.85 [2021-07-11T04:17:02.243Z] 04:13:01 0 0.22 0.00 0.02 0.00 0.02 99.75 [2021-07-11T04:17:02.243Z] 04:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-07-11T04:17:02.243Z] 04:14:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-07-11T04:17:02.243Z] 04:14:01 0 0.15 0.00 0.03 0.00 0.03 99.78 [2021-07-11T04:17:02.243Z] 04:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2021-07-11T04:17:02.243Z] 04:15:01 all 0.05 0.00 0.03 0.00 0.01 99.92 [2021-07-11T04:17:02.243Z] 04:15:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2021-07-11T04:17:02.243Z] 04:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-07-11T04:17:02.243Z] 04:16:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-07-11T04:17:02.243Z] 04:16:01 0 0.15 0.00 0.02 0.00 0.02 99.82 [2021-07-11T04:17:02.243Z] 04:16:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2021-07-11T04:17:02.243Z] Average: all 14.32 0.00 3.70 1.93 0.04 80.02 [2021-07-11T04:17:02.243Z] Average: 0 14.23 0.00 3.68 1.89 0.04 80.16 [2021-07-11T04:17:02.243Z] Average: 1 14.41 0.00 3.71 1.96 0.04 79.87 [2021-07-11T04:17:02.243Z] [2021-07-11T04:17:02.243Z] [2021-07-11T04:17:02.243Z]