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 03:55:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:55:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:55:01 ========================================================= 03:55:01 EdgeX Global Pipelines Version Info 03:55:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:55:02 ------------------- 03:55:02 stable info: 03:55:02 ------------------- 03:55:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:55:02 Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a 03:55:02 Message: update stable to v1.0.196 03:55:03 ------------------- 03:55:03 experimental info: 03:55:03 ------------------- 03:55:03 Commited By: **** collab-it+edgex@linuxfoundation.org 03:55:03 Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a 03:55:03 Message: update experimental to v1.0.196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:55:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:55:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3571 [Pipeline] echo 03:55:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3571 [Pipeline] echo 03:55:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3571 [Pipeline] echo 03:55:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [Pipeline] echo 03:55:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8061a9e [Pipeline] echo 03:55:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:55:04 provisioning config files... 03:55:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config5719762444671792555tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:04 ---> docker-login.sh 03:55:04 nexus3.edgexfoundry.org:10001 03:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:05 Configure a credential helper to remove this warning. See 03:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:05 03:55:05 Login Succeeded 03:55:05 nexus3.edgexfoundry.org:10002 03:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:05 Configure a credential helper to remove this warning. See 03:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:05 03:55:05 Login Succeeded 03:55:05 nexus3.edgexfoundry.org:10003 03:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:05 Configure a credential helper to remove this warning. See 03:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:05 03:55:05 Login Succeeded 03:55:05 nexus3.edgexfoundry.org:10004 03:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:05 Configure a credential helper to remove this warning. See 03:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:05 03:55:05 Login Succeeded 03:55:05 docker.io 03:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:55:05 Configure a credential helper to remove this warning. See 03:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:55:05 03:55:05 Login Succeeded 03:55:05 ---> docker-login.sh ends [Pipeline] } 03:55:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:55:06 ++ 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 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/core-command/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo core-command,cmd/core-command/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/core-data/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo core-data,cmd/core-data/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/core-metadata/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo core-metadata,cmd/core-metadata/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/security-bootstrapper/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/security-proxy-setup/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/support-notifications/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo support-notifications,cmd/support-notifications/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/support-scheduler/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:55:06 + for file in '`ls cmd/**/Dockerfile`' 03:55:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:55:06 ++ cut -d/ -f2 03:55:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:55:06 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 03:55:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:07 03:55:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:55:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:08 latest: Pulling from edgex-devops/git-semver 03:55:08 31603596830f: Pulling fs layer 03:55:08 b6dc333f4379: Pulling fs layer 03:55:08 3d9ef1400e77: Pulling fs layer 03:55:08 fd332fbdc1db: Pulling fs layer 03:55:08 fd332fbdc1db: Waiting 03:55:08 b6dc333f4379: Download complete 03:55:08 31603596830f: Verifying Checksum 03:55:08 31603596830f: Download complete 03:55:08 fd332fbdc1db: Verifying Checksum 03:55:08 fd332fbdc1db: Download complete 03:55:08 3d9ef1400e77: Verifying Checksum 03:55:08 3d9ef1400e77: Download complete 03:55:08 31603596830f: Pull complete 03:55:08 b6dc333f4379: Pull complete 03:55:09 3d9ef1400e77: Pull complete 03:55:09 fd332fbdc1db: Pull complete 03:55:09 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 03:55:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:55:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:55:09 prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container 03:55:09 $ 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 03:55:11 $ docker top 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:55:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:11 [ssh-agent] Looking for ssh-agent implementation... 03:55:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:11 $ docker exec 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent 03:55:11 SSH_AUTH_SOCK=/tmp/ssh-9UfObAMjSW7Q/agent.15 03:55:11 SSH_AGENT_PID=21 03:55:11 Running ssh-add (command line suppressed) 03:55:11 Identity added: /w/workspace/edgex-go/20@tmp/private_key_6199132882318307342.key (/w/workspace/edgex-go/20@tmp/private_key_6199132882318307342.key) 03:55:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:11 + git tag --points-at HEAD [Pipeline] } 03:55:11 $ docker exec --env ******** --env ******** 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent -k 03:55:11 unset SSH_AUTH_SOCK; 03:55:11 unset SSH_AGENT_PID; 03:55:11 echo Agent pid 21 killed; 03:55:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:55:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:12 [ssh-agent] Looking for ssh-agent implementation... 03:55:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:12 $ docker exec 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent 03:55:12 SSH_AUTH_SOCK=/tmp/ssh-oMvJniZ6XDcl/agent.55 03:55:12 SSH_AGENT_PID=62 03:55:12 Running ssh-add (command line suppressed) 03:55:12 Identity added: /w/workspace/edgex-go/20@tmp/private_key_881065804688956143.key (/w/workspace/edgex-go/20@tmp/private_key_881065804688956143.key) 03:55:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:12 + git semver init 03:55:12 # -> Open(): unable to determine branch for HEAD 03:55:12 # $GIT_DIR = /w/workspace/edgex-go/20/.git 03:55:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 03:55:12 # $SEMVER_REMOTE_NAME = origin 03:55:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:55:12 # $SEMVER_USER_NAME = edgex-jenkins 03:55:12 # $SEMVER_BRANCH = PR-3571 03:55:12 # $SEMVER_TEMP = /tmp/semver-204468851 03:55:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:55:25 # '/tmp/semver-204468851' -> '/w/workspace/edgex-go/20/.semver' 03:55:25 # -> Force: false 03:55:25 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 03:55:25 $ docker exec --env ******** --env ******** 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 ssh-agent -k 03:55:25 unset SSH_AUTH_SOCK; 03:55:25 unset SSH_AGENT_PID; 03:55:25 echo Agent pid 62 killed; 03:55:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:55:25 + git semver [Pipeline] } 03:55:25 $ docker stop --time=1 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 03:55:27 $ docker rm -f 53e74739acdc8419aedce573998720fa15161c1be20f6c4528a935302bb066f3 [Pipeline] // withDockerContainer [Pipeline] sh 03:55:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:55:28 Stashed 1 file(s) [Pipeline] echo 03:55:28 [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 03:55:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:55:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:55:29 + true 03:55:29 + sudo service docker restart 03:55:29 Redirecting to /bin/systemctl restart docker.service 03:55:43 Still waiting to schedule task 03:55:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo 03:55:48 ========================================================= 03:55:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 03:55:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:55:48 + 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 . 03:55:49 Sending build context to Docker daemon 328.3MB 03:55:49 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 03:55:49 Step 2/6 : FROM ${BASE} 03:55:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 03:55:50 540db60ca938: Pulling fs layer 03:55:50 adcc1eea9eea: Pulling fs layer 03:55:50 4c4ab2625f07: Pulling fs layer 03:55:50 0773c198feca: Pulling fs layer 03:55:50 345f892a5656: Pulling fs layer 03:55:50 9ac62484cfdc: Pulling fs layer 03:55:50 5ac4037533be: Pulling fs layer 03:55:50 dc6bda0758c5: Pulling fs layer 03:55:50 0773c198feca: Waiting 03:55:50 345f892a5656: Waiting 03:55:50 9ac62484cfdc: Waiting 03:55:50 5ac4037533be: Waiting 03:55:50 dc6bda0758c5: Waiting 03:55:50 4c4ab2625f07: Verifying Checksum 03:55:50 4c4ab2625f07: Download complete 03:55:50 adcc1eea9eea: Verifying Checksum 03:55:50 adcc1eea9eea: Download complete 03:55:50 345f892a5656: Verifying Checksum 03:55:50 345f892a5656: Download complete 03:55:50 540db60ca938: Verifying Checksum 03:55:50 540db60ca938: Download complete 03:55:50 9ac62484cfdc: Verifying Checksum 03:55:50 9ac62484cfdc: Download complete 03:55:50 540db60ca938: Pull complete 03:55:50 adcc1eea9eea: Pull complete 03:55:50 4c4ab2625f07: Pull complete 03:55:50 5ac4037533be: Verifying Checksum 03:55:50 5ac4037533be: Download complete 03:55:52 dc6bda0758c5: Verifying Checksum 03:55:52 dc6bda0758c5: Download complete 03:55:52 0773c198feca: Verifying Checksum 03:55:52 0773c198feca: Download complete 03:55:57 0773c198feca: Pull complete 03:55:57 345f892a5656: Pull complete 03:55:57 9ac62484cfdc: Pull complete 03:55:57 5ac4037533be: Pull complete 03:55:58 dc6bda0758c5: Pull complete 03:55:58 Digest: sha256:693441261ed0de8fcf303aa2a0eae3a43e217b849db77d7793b1d2a0399e3ec4 03:55:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 03:55:58 ---> eb58bd16d52e 03:55:58 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 03:56:01 ---> Running in 2a86789ef5d2 03:56:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:56:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:56:03 (1/12) Installing libmagic (5.39-r0) 03:56:03 (2/12) Installing file (5.39-r0) 03:56:03 (3/12) Installing libc-dev (0.7.2-r3) 03:56:03 (4/12) Installing g++ (10.2.1_pre1-r3) 03:56:08 (5/12) Installing fortify-headers (1.1-r0) 03:56:08 (6/12) Installing patch (2.7.6-r7) 03:56:08 (7/12) Installing build-base (0.5-r2) 03:56:08 (8/12) Installing libsodium (1.0.18-r0) 03:56:08 (9/12) Installing pkgconf (1.7.3-r0) 03:56:08 (10/12) Installing libsodium-dev (1.0.18-r0) 03:56:08 (11/12) Installing libzmq (4.3.3-r1) 03:56:08 (12/12) Installing zeromq-dev (4.3.3-r1) 03:56:08 Executing busybox-1.32.1-r6.trigger 03:56:08 OK: 219 MiB in 52 packages 03:56:10 Removing intermediate container 2a86789ef5d2 03:56:10 ---> 4c367a890a25 03:56:10 Step 4/6 : WORKDIR /edgex-go 03:56:10 ---> Running in d641fb32350e 03:56:10 Removing intermediate container d641fb32350e 03:56:10 ---> 274b21ceefa9 03:56:10 Step 5/6 : COPY go.mod . 03:56:10 ---> 8f96cf2f520e 03:56:10 Step 6/6 : RUN go mod download 03:56:10 ---> Running in 44a4256e53e2 03:56:28 Removing intermediate container 44a4256e53e2 03:56:28 ---> ce1534563b2a 03:56:28 Successfully built ce1534563b2a 03:56:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:56:28 + docker inspect -f . ci-base-image-x86_64 03:56:28 . [Pipeline] withDockerContainer 03:56:28 prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container 03:56:28 $ 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 03:56:29 $ docker top 1817ed03dca962a6b21558ff5daff4350935fe09092dc8978c245d3afc90ffc5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:56:29 + go version 03:56:29 go version go1.16.5 linux/amd64 [Pipeline] } 03:56:29 $ docker stop --time=1 1817ed03dca962a6b21558ff5daff4350935fe09092dc8978c245d3afc90ffc5 03:56:30 $ docker rm -f 1817ed03dca962a6b21558ff5daff4350935fe09092dc8978c245d3afc90ffc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:56:31 + docker inspect -f . ci-base-image-x86_64 03:56:31 . [Pipeline] withDockerContainer 03:56:31 prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container 03:56:31 $ 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 03:56:32 $ docker top 25db1917af620dd3be67b774838f1372a2c5528e499f42bb5f728f343def2b52 -eo pid,comm [Pipeline] { [Pipeline] echo 03:56:32 ========================================================= 03:56:32 [edgeXBuildGoParallel] Running Tests and Build... 03:56:32 ========================================================= [Pipeline] sh 03:56:32 + go mod tidy [Pipeline] sh 03:56:33 + make test 03:56:33 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 03:56:33 go mod tidy 03:56:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:56:40 ? github.com/edgexfoundry/edgex-go [no test files] 03:56:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:57:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:57:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:57:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:57:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:57:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:57:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:57:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:57:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:57:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:57:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:57:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:57:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:57:08 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 03:57:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements 03:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:57:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 100.0% of statements 03:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 03:57:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 53.1% of statements 03:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:57:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:57:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.086s coverage: 87.7% of statements 03:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:57:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 03:57:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.055s coverage: 78.9% of statements 03:57:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.055s coverage: 81.2% of statements 03:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 03:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 03:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:57:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.263s coverage: 95.1% of statements 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:57:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:57:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.8% of statements 03:57:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:57:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 03:57:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 22.0% of statements 03:57:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 03:57:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 03:57:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 03:57:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 03:57:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 03:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 03:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 03:57:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.256s coverage: 81.8% of statements 03:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 85.4% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.2% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 64.4% of statements 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:57:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 03:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 03:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.199s coverage: 66.9% of statements 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 43.6% of statements 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 03:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 03:57:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2444 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws 03:57:56 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 03:57:56 The recommended git tool is: git 03:58:01 using credential edgex-jenkins-ssh 03:58:01 Cloning the remote Git repository 03:58:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 19.3% of statements 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 91.9% of statements 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.6% of statements 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 03:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 03:58:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements 03:58:02 GO111MODULE=on go vet ./... 03:58:01 > git init /w/workspace/edgex-go/20 # timeout=10 03:58:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:58:01 > git --version # timeout=10 03:58:01 > git --version # 'git version 2.17.1' 03:58:01 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:17 Merging remotes/origin/main commit ac868777e331c26268a5ad6e9d5ebabff26c403f into PR head commit 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 03:58:17 Merge succeeded, producing 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 03:58:17 Checking out Revision 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 (PR-3571) 03:58:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:58:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:58:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:58:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:17 > 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 03:58:17 > git config core.sparsecheckout # timeout=10 03:58:17 > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 03:58:17 > git remote # timeout=10 03:58:17 > git config --get remote.origin.url # timeout=10 03:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:58:17 > git merge ac868777e331c26268a5ad6e9d5ebabff26c403f # timeout=10 03:58:17 > git rev-parse HEAD^{commit} # timeout=10 03:58:17 > git config core.sparsecheckout # timeout=10 03:58:17 > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 03:58:22 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 03:58:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:58:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:58:24 + true 03:58:24 + sudo service docker restart 03:58:29 gofmt -l . 03:58:29 [ "`gofmt -l .`" = "" ] 03:58:29 ./bin/test-attribution-txt.sh [Pipeline] sh 03:58:29 + ls -al . 03:58:29 total 564 03:58:29 drwxrwxr-x 10 1001 1001 4096 Jul 11 03:58 . 03:58:29 drwxr-xr-x 4 root root 30 Jul 11 03:56 .. 03:58:29 -rw-rw-r-- 1 1001 1001 11 Jul 11 03:54 .dockerignore 03:58:29 drwxrwxr-x 8 1001 1001 179 Jul 11 03:55 .git 03:58:29 drwxrwxr-x 3 1001 1001 125 Jul 11 03:54 .github 03:58:29 -rw-rw-r-- 1 1001 1001 818 Jul 11 03:54 .gitignore 03:58:29 -rw-rw-r-- 1 1001 1001 76 Jul 11 03:54 .hadolint.yml 03:58:29 drwx------ 3 1001 1001 58 Jul 11 03:55 .semver 03:58:29 -rw-rw-r-- 1 1001 1001 166 Jul 11 03:54 .sonarcloud.properties 03:58:29 -rw-rw-r-- 1 1001 1001 8609 Jul 11 03:54 Attribution.txt 03:58:29 -rw-rw-r-- 1 1001 1001 43881 Jul 11 03:54 CHANGELOG.md 03:58:29 -rw-rw-r-- 1 1001 1001 3804 Jul 11 03:54 CONTRIBUTING.md 03:58:29 -rw-rw-r-- 1 1001 1001 931 Jul 11 03:54 Dockerfile.build 03:58:29 -rw-rw-r-- 1 1001 1001 849 Jul 11 03:54 Jenkinsfile 03:58:29 -rw-rw-r-- 1 1001 1001 10775 Jul 11 03:54 LICENSE 03:58:29 -rw-rw-r-- 1 1001 1001 6003 Jul 11 03:54 Makefile 03:58:29 -rw-rw-r-- 1 1001 1001 7818 Jul 11 03:54 README.md 03:58:29 -rw-rw-r-- 1 1001 1001 6912 Jul 11 03:54 SECURITY.md 03:58:29 -rw-rw-r-- 1 1001 1001 5 Jul 11 03:55 VERSION 03:58:29 -rw-rw-r-- 1 1001 1001 4131 Jul 11 03:54 ZMQWindows.md 03:58:29 drwxrwxr-x 2 1001 1001 37 Jul 11 03:54 bin 03:58:29 drwxrwxr-x 14 1001 1001 4096 Jul 11 03:54 cmd 03:58:29 -rw-r--r-- 1 root root 398095 Jul 11 03:58 coverage.out 03:58:29 -rw-rw-r-- 1 1001 1001 806 Jul 11 03:54 go.mod 03:58:29 -rw-r--r-- 1 root root 20850 Jul 11 03:56 go.sum 03:58:29 drwxrwxr-x 7 1001 1001 114 Jul 11 03:54 internal 03:58:29 drwxrwxr-x 3 1001 1001 16 Jul 11 03:54 openapi 03:58:29 drwxrwxr-x 4 1001 1001 71 Jul 11 03:54 snap 03:58:29 -rw-rw-r-- 1 1001 1001 168 Jul 11 03:54 version.go [Pipeline] sh 03:58:29 + '[' -e coverage.out ] 03:58:29 + chown 1001:1001 coverage.out [Pipeline] stash 03:58:29 Stashed 1 file(s) [Pipeline] sh 03:58:30 + make build 03:58:30 go mod tidy 03:58:30 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 03:58:31 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 03:58:39 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 03:58:39 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 03:58:41 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 03:58:41 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 03:58:42 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 03:58:42 provisioning config files... 03:58:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config3037778624460433575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:58:43 ---> docker-login.sh 03:58:43 nexus3.edgexfoundry.org:10001 03:58:43 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 03:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:44 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 03:58:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:44 Configure a credential helper to remove this warning. See 03:58:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:44 03:58:44 Login Succeeded 03:58:44 nexus3.edgexfoundry.org:10002 03:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:45 Configure a credential helper to remove this warning. See 03:58:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:45 03:58:45 Login Succeeded 03:58:45 nexus3.edgexfoundry.org:10003 03:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:45 Configure a credential helper to remove this warning. See 03:58:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:45 03:58:45 Login Succeeded 03:58:45 nexus3.edgexfoundry.org:10004 03:58:45 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 03:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:46 Configure a credential helper to remove this warning. See 03:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:46 03:58:46 Login Succeeded 03:58:46 docker.io 03:58:46 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 03:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:58:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:58:47 Configure a credential helper to remove this warning. See 03:58:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:58:47 03:58:47 Login Succeeded 03:58:47 ---> docker-login.sh ends [Pipeline] } 03:58:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:58:47 ========================================================= 03:58:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 03:58:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:58:47 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 03:58:48 + 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] } 03:58:49 $ docker stop --time=1 25db1917af620dd3be67b774838f1372a2c5528e499f42bb5f728f343def2b52 03:58:50 Sending build context to Docker daemon 165.7MB 03:58:50 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 03:58:50 Step 2/6 : FROM ${BASE} 03:58:50 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:58:50 595b0fe564bb: Pulling fs layer 03:58:50 24495759ef45: Pulling fs layer 03:58:50 d148012ef14d: Pulling fs layer 03:58:50 cb65c68fc2e2: Pulling fs layer 03:58:50 093eec477d81: Pulling fs layer 03:58:50 20fd20ab2234: Pulling fs layer 03:58:50 43245461236d: Pulling fs layer 03:58:50 cb65c68fc2e2: Waiting 03:58:50 20fd20ab2234: Waiting 03:58:50 5a37c24eccbd: Pulling fs layer 03:58:50 093eec477d81: Waiting 03:58:50 43245461236d: Waiting 03:58:50 5a37c24eccbd: Waiting 03:58:50 d148012ef14d: Download complete 03:58:50 24495759ef45: Verifying Checksum 03:58:50 24495759ef45: Download complete 03:58:50 093eec477d81: Verifying Checksum 03:58:50 093eec477d81: Download complete 03:58:50 20fd20ab2234: Download complete 03:58:50 595b0fe564bb: Verifying Checksum 03:58:50 595b0fe564bb: Download complete 03:58:50 43245461236d: Verifying Checksum 03:58:50 43245461236d: Download complete 03:58:51 595b0fe564bb: Pull complete 03:58:51 $ docker rm -f 25db1917af620dd3be67b774838f1372a2c5528e499f42bb5f728f343def2b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 03:58:51 24495759ef45: Pull complete 03:58:52 d148012ef14d: Pull complete 03:58:53 5a37c24eccbd: Download complete [Pipeline] isUnix [Pipeline] sh 03:58:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:58:54 03:58:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:58:54 cb65c68fc2e2: Verifying Checksum 03:58:54 cb65c68fc2e2: Download complete 03:58:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:58:54 latest: Pulling from edgex-devops/edgex-compose 03:58:54 cbdbe7a5bc2a: Pulling fs layer 03:58:54 ca9280d653b3: Pulling fs layer 03:58:54 7e9c9ca2126c: Pulling fs layer 03:58:55 cbdbe7a5bc2a: Download complete 03:58:55 cbdbe7a5bc2a: Pull complete 03:58:55 ca9280d653b3: Verifying Checksum 03:58:55 ca9280d653b3: Download complete 03:58:56 ca9280d653b3: Pull complete 03:58:56 7e9c9ca2126c: Verifying Checksum 03:58:56 7e9c9ca2126c: Download complete 03:58:59 7e9c9ca2126c: Pull complete 03:58:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:58:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:58:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:59:00 prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container 03:59:00 $ 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 03:59:03 $ docker top af01194b94cf997114590a51144e5bdf83618e792c72466859389d2ecc0a1071 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:03 + grep parallel 03:59:03 + docker-compose build --help 03:59:04 --parallel Build images in parallel. [Pipeline] } 03:59:04 $ docker stop --time=1 af01194b94cf997114590a51144e5bdf83618e792c72466859389d2ecc0a1071 03:59:05 cb65c68fc2e2: Pull complete 03:59:05 093eec477d81: Pull complete 03:59:05 $ docker rm -f af01194b94cf997114590a51144e5bdf83618e792c72466859389d2ecc0a1071 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 03:59:05 20fd20ab2234: Pull complete [Pipeline] isUnix [Pipeline] sh 03:59:06 43245461236d: Pull complete 03:59:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:59:06 . [Pipeline] withDockerContainer 03:59:06 prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container 03:59:06 $ 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 03:59:06 $ docker top a5dca81e184ad1f5191594177eff1d75a1a05741ccb359b01c546136be97cd46 -eo pid,comm [Pipeline] { [Pipeline] sh 03:59:07 + docker-compose -f ./docker-compose-build.yml build --parallel 03:59:07 Building core-command ... 03:59:07 Building core-data ... 03:59:07 Building core-metadata ... 03:59:07 Building security-bootstrapper ... 03:59:07 Building security-proxy-setup ... 03:59:07 Building security-secretstore-setup ... 03:59:07 Building support-notifications ... 03:59:07 Building support-scheduler ... 03:59:07 Building sys-mgmt-agent ... 03:59:07 Building support-notifications 03:59:07 Building security-secretstore-setup 03:59:07 Building security-proxy-setup 03:59:07 Building security-bootstrapper 03:59:07 Building sys-mgmt-agent 03:59:10 5a37c24eccbd: Pull complete 03:59:10 Digest: sha256:1f93be31992c0c85398b36ba92fe0466778821d351774b6a75e3069a3cd419d7 03:59:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 03:59:10 ---> 274d7007c78b 03:59:10 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 03:59:13 ---> Running in 756f34bf3c84 03:59:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 03:59:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 03:59:16 (1/12) Installing libmagic (5.39-r0) 03:59:16 (2/12) Installing file (5.39-r0) 03:59:16 (3/12) Installing libc-dev (0.7.2-r3) 03:59:16 (4/12) Installing g++ (10.2.1_pre1-r3) 03:59:20 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:59:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:59:20 ---> ce1534563b2a 03:59:20 Step 3/24 : WORKDIR /edgex-go 03:59:20 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:59:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:59:20 ---> ce1534563b2a 03:59:20 Step 3/26 : WORKDIR /edgex-go 03:59:20 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:59:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:59:20 ---> ce1534563b2a 03:59:20 Step 3/22 : WORKDIR /edgex-go 03:59:20 (5/12) Installing fortify-headers (1.1-r0) 03:59:20 (6/12) Installing patch (2.7.6-r7) 03:59:20 (7/12) Installing build-base (0.5-r2) 03:59:20 (8/12) Installing libsodium (1.0.18-r0) 03:59:20 (9/12) Installing pkgconf (1.7.3-r0) 03:59:20 (10/12) Installing libsodium-dev (1.0.18-r0) 03:59:20 (11/12) Installing libzmq (4.3.3-r1) 03:59:20 (12/12) Installing zeromq-dev (4.3.3-r1) 03:59:20 Executing busybox-1.32.1-r6.trigger 03:59:20 OK: 218 MiB in 52 packages 03:59:25 Removing intermediate container 756f34bf3c84 03:59:25 ---> 237ad04a6cff 03:59:25 Step 4/6 : WORKDIR /edgex-go 03:59:25 ---> Running in 5ddb1970c01f 03:59:25 Removing intermediate container 5ddb1970c01f 03:59:25 ---> 9cab478e9dd0 03:59:25 Step 5/6 : COPY go.mod . 03:59:26 ---> 559cdac3e671 03:59:26 Step 6/6 : RUN go mod download 03:59:26 ---> Running in f52cd778e39a 03:59:28 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:59:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:59:28 ---> ce1534563b2a 03:59:28 Step 3/23 : WORKDIR /edgex-go 03:59:28 ---> Running in a58b5d3d9df4 03:59:28 ---> Running in be4b3daff963 03:59:28 ---> Running in b55691a0c3b1 03:59:28 ---> Running in 317285ae2103 03:59:29 Removing intermediate container a58b5d3d9df4 03:59:29 ---> b28440b6385f 03:59:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:29 Removing intermediate container b55691a0c3b1 03:59:29 ---> e1a7ce2ea793 03:59:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:29 Removing intermediate container be4b3daff963 03:59:29 ---> a8304db193c5 03:59:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:29 Removing intermediate container 317285ae2103 03:59:29 ---> 114707d930ca 03:59:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:29 ---> Running in 20f7bccd687b 03:59:29 ---> Running in 6778b69f5bd0 03:59:29 ---> Running in 0d113d5dd5c0 03:59:29 ---> Running in 664b74d9537e 03:59:30 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 03:59:30 Step 2/32 : FROM ${BUILDER_BASE} AS builder 03:59:30 ---> ce1534563b2a 03:59:30 Step 3/32 : WORKDIR /edgex-go 03:59:30 ---> Using cache 03:59:30 ---> 114707d930ca 03:59:30 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:59:31 ---> Running in 834e501f7e32 03:59:31 Removing intermediate container 20f7bccd687b 03:59:31 ---> 2564eb932342 03:59:31 Step 5/22 : RUN apk add --update --no-cache make git 03:59:31 ---> Running in 838747ed07c6 03:59:31 Removing intermediate container 6778b69f5bd0 03:59:31 ---> 73a699e9e592 03:59:31 Step 5/26 : RUN apk add --update --no-cache make git 03:59:31 ---> Running in 208dec477316 03:59:31 Removing intermediate container 664b74d9537e 03:59:31 ---> e90098d96aaf 03:59:31 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 03:59:31 Removing intermediate container 0d113d5dd5c0 03:59:31 ---> c12c28d73bea 03:59:31 Step 5/24 : RUN apk add --update --no-cache make bash git 03:59:31 ---> Running in e280ea450486 03:59:31 ---> Running in 5bdf1e7da764 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:59:32 Removing intermediate container 834e501f7e32 03:59:32 ---> 481167b7e970 03:59:32 Step 5/32 : RUN apk add --update --no-cache make git 03:59:32 ---> Running in 07a561944405 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:59:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:59:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:59:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:59:33 OK: 219 MiB in 52 packages 03:59:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 03:59:33 OK: 219 MiB in 52 packages 03:59:33 OK: 219 MiB in 52 packages 03:59:33 OK: 219 MiB in 52 packages 03:59:33 Removing intermediate container 838747ed07c6 03:59:33 ---> 6fb0d4402782 03:59:33 Step 6/22 : COPY go.mod . 03:59:34 Removing intermediate container e280ea450486 03:59:34 ---> fa8c046388d9 03:59:34 Step 6/23 : COPY go.mod . 03:59:34 Removing intermediate container 208dec477316 03:59:34 ---> 8a4d024a9bb4 03:59:34 Step 6/26 : COPY go.mod . 03:59:34 ---> b11ca1a6120f 03:59:34 Step 7/22 : RUN go mod download 03:59:34 ---> Running in 5b3903c816bd 03:59:34 Removing intermediate container 5bdf1e7da764 03:59:34 ---> 9937e0bd58ba 03:59:34 Step 6/24 : COPY go.mod . 03:59:34 ---> 26e27862be96 03:59:34 Step 7/23 : RUN go mod download 03:59:34 ---> f710034f7fba 03:59:34 Step 7/26 : RUN go mod download 03:59:34 ---> Running in e1f107cb201e 03:59:34 ---> Running in afe1072256b1 03:59:34 ---> c06319e98a1e 03:59:34 Step 7/24 : RUN go mod download 03:59:34 ---> Running in 894981c94d65 03:59:34 OK: 219 MiB in 52 packages 03:59:34 Removing intermediate container 07a561944405 03:59:34 ---> 80eee952949f 03:59:34 Step 6/32 : COPY go.mod . 03:59:35 Removing intermediate container 5b3903c816bd 03:59:35 ---> 6fd4b62ccfac 03:59:35 Step 8/22 : COPY . . 03:59:35 ---> 9c3709d60f7e 03:59:35 Step 7/32 : RUN go mod download 03:59:35 ---> Running in 52f94c5de78e 03:59:38 Removing intermediate container e1f107cb201e 03:59:38 ---> 9176b3b78006 03:59:38 Step 8/23 : COPY . . 03:59:40 Removing intermediate container afe1072256b1 03:59:40 ---> c3c5097aeb43 03:59:40 Step 8/26 : COPY . . 03:59:42 ---> 08ec64e73070 03:59:42 Step 9/22 : RUN go mod tidy 03:59:43 ---> 5eea21f3ffb5 03:59:43 Step 9/23 : RUN go mod tidy 03:59:44 Removing intermediate container 894981c94d65 03:59:44 ---> 8f1258307091 03:59:44 Step 8/24 : COPY . . 03:59:44 ---> Running in 2abf27836915 03:59:44 ---> Running in d1f7be82d714 03:59:44 ---> dd4fa19119be 03:59:44 Step 9/26 : RUN go mod tidy 03:59:47 Removing intermediate container 52f94c5de78e 03:59:47 ---> 5208999d94ae 03:59:47 Step 8/32 : COPY . . 03:59:47 ---> Running in 65004d129520 03:59:49 ---> 3f8351dd0774 03:59:49 Step 9/24 : RUN go mod tidy 03:59:49 Removing intermediate container 2abf27836915 03:59:49 ---> fe027565599f 03:59:49 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:59:49 ---> Running in 27f2b8ab8c80 03:59:49 ---> Running in 6bd0e8b54ea7 03:59:49 Removing intermediate container d1f7be82d714 03:59:49 ---> ff23f1c64911 03:59:49 Step 10/23 : RUN make cmd/support-notifications/support-notifications 03:59:50 ---> Running in 97731db16531 03:59:51 Removing intermediate container 65004d129520 03:59:51 ---> 12d1f937970c 03:59:51 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:59:51 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 03:59:51 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 03:59:51 ---> Running in 0723fd29f57e 03:59:52 Removing intermediate container 27f2b8ab8c80 03:59:52 ---> 44d3e0340faf 03:59:52 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:59:52 ---> Running in ff0e7911f4cd 03:59:52 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 03:59:52 ---> f6ecdd93a913 03:59:52 Step 9/32 : RUN go mod tidy 03:59:52 ---> Running in 0f29e7bcd80f 03:59:52 Removing intermediate container f52cd778e39a 03:59:52 ---> 5f31793b90ed 03:59:52 Successfully built 5f31793b90ed 03:59:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:59:53 + docker inspect -f . ci-base-image-arm64 03:59:53 . [Pipeline] withDockerContainer 03:59:53 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 03:59:53 prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 03:59:53 $ 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 03:59:55 Removing intermediate container 0f29e7bcd80f 03:59:55 ---> ac9637859375 03:59:55 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:59:55 ---> Running in a231cec1fd18 03:59:55 $ docker top 0be48291547b3513da277e7b7347c31c874b07bef341873237e57a5e5c65d062 -eo pid,comm 03:59:55 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 03:59:56 + go version 03:59:56 go version go1.16.5 linux/arm64 [Pipeline] } 03:59:56 $ docker stop --time=1 0be48291547b3513da277e7b7347c31c874b07bef341873237e57a5e5c65d062 03:59:58 $ docker rm -f 0be48291547b3513da277e7b7347c31c874b07bef341873237e57a5e5c65d062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:59:59 + docker inspect -f . ci-base-image-arm64 03:59:59 . [Pipeline] withDockerContainer 03:59:59 prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 03:59:59 $ 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 04:00:01 $ docker top bb206332822b06ca7666d2eebc2e1a8a376099655e93a701f764e43f0fa92cee -eo pid,comm [Pipeline] { [Pipeline] echo 04:00:01 ========================================================= 04:00:01 [edgeXBuildGoParallel] Running Tests and Build... 04:00:01 ========================================================= [Pipeline] sh 04:00:02 + go mod tidy [Pipeline] sh 04:00:03 + make test 04:00:03 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 04:00:03 go mod tidy 04:00:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:00:27 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 04:00:27 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 04:00:31 ? github.com/edgexfoundry/edgex-go [no test files] 04:00:31 Removing intermediate container 6bd0e8b54ea7 04:00:31 ---> 3686d4871b22 04:00:31 04:00:31 Step 11/22 : FROM alpine:3.12 04:00:31 Removing intermediate container 97731db16531 04:00:31 ---> 090ced6a7adf 04:00:31 04:00:31 Step 11/23 : FROM alpine:3.12 04:00:31 Removing intermediate container ff0e7911f4cd 04:00:31 ---> d905c07f1e55 04:00:31 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:00:31 ---> Running in 598545abaec9 04:00:32 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 04:00:32 Removing intermediate container 0723fd29f57e 04:00:32 ---> b27a46c106d3 04:00:32 04:00:32 Step 11/26 : FROM alpine:3.12 04:00:32 3.12: Pulling from library/alpine 04:00:32 3.12: Pulling from library/alpine 04:00:32 Removing intermediate container 598545abaec9 04:00:32 ---> beb16c528f5b 04:00:32 04:00:32 Step 12/24 : FROM docker:20.10.0 04:00:33 3.12: Pulling from library/alpine 04:00:33 Removing intermediate container a231cec1fd18 04:00:33 ---> c02ca68016d7 04:00:33 04:00:33 Step 11/32 : FROM alpine:3.12 04:00:33 3.12: Pulling from library/alpine 04:00:33 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:00:33 Status: Downloaded newer image for alpine:3.12 04:00:33 ---> 13621d1b12d4 04:00:33 Step 12/22 : RUN apk add --update --no-cache curl 04:00:33 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:00:33 Status: Image is up to date for alpine:3.12 04:00:33 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:00:33 Status: Image is up to date for alpine:3.12 04:00:33 ---> 13621d1b12d4 04:00:33 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:00:33 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:00:33 Status: Image is up to date for alpine:3.12 04:00:33 ---> 13621d1b12d4 04:00:33 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:00:33 ---> 13621d1b12d4 04:00:33 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:00:33 ---> Running in 669188d4ffc8 04:00:33 ---> Running in d897294505ae 04:00:33 ---> Running in 6f54d6420aea 04:00:33 ---> Running in f51e1d3fbfdf 04:00:33 20.10.0: Pulling from library/docker 04:00:33 Removing intermediate container d897294505ae 04:00:33 ---> cfd0289607e4 04:00:33 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 04:00:34 ---> Running in bd605fdc2596 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:00:34 (1/4) Installing ca-certificates (20191127-r4) 04:00:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:00:34 (3/4) Installing libcurl (7.77.0-r0) 04:00:34 (4/4) Installing curl (7.77.0-r0) 04:00:34 Executing busybox-1.31.1-r20.trigger 04:00:34 Executing ca-certificates-20191127-r4.trigger 04:00:34 OK: 7 MiB in 18 packages 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:00:34 (1/2) Installing ca-certificates (20191127-r4) 04:00:34 (2/2) Installing dumb-init (1.2.2-r1) 04:00:34 Executing busybox-1.31.1-r20.trigger 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:00:34 Executing ca-certificates-20191127-r4.trigger 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:00:34 OK: 6 MiB in 16 packages 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:00:34 (1/6) Installing ca-certificates (20191127-r4) 04:00:34 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:00:35 (1/2) Installing dumb-init (1.2.2-r1) 04:00:35 (2/2) Installing su-exec (0.2-r1) 04:00:35 Executing busybox-1.31.1-r20.trigger 04:00:35 (3/6) Installing libcurl (7.77.0-r0) 04:00:35 (4/6) Installing curl (7.77.0-r0) 04:00:35 (5/6) Installing dumb-init (1.2.2-r1) 04:00:35 OK: 6 MiB in 16 packages 04:00:35 (6/6) Installing su-exec (0.2-r1) 04:00:35 Executing busybox-1.31.1-r20.trigger 04:00:35 Executing ca-certificates-20191127-r4.trigger 04:00:35 OK: 7 MiB in 20 packages 04:00:35 Removing intermediate container 669188d4ffc8 04:00:35 ---> ea9077f19351 04:00:35 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:00:35 Removing intermediate container 6f54d6420aea 04:00:35 ---> 7fdbc0593347 04:00:35 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:00:35 ---> Running in aee14f2e16f2 04:00:35 ---> Running in e62127b46e1a 04:00:35 Removing intermediate container bd605fdc2596 04:00:35 ---> fc7d3f7bd6e7 04:00:35 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 04:00:35 Removing intermediate container e62127b46e1a 04:00:35 ---> 18978c7fde42 04:00:35 Step 14/23 : ENV APP_PORT=59860 04:00:35 Removing intermediate container f51e1d3fbfdf 04:00:35 ---> 965101e017d5 04:00:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:00:35 Removing intermediate container aee14f2e16f2 04:00:35 ---> f57ca77e0eef 04:00:35 Step 14/22 : WORKDIR /edgex 04:00:35 ---> Running in d580532c961f 04:00:36 ---> Running in 69892771f271 04:00:36 ---> Running in dfc23757fe97 04:00:36 ---> Running in 86c48ca6196b 04:00:36 Removing intermediate container d580532c961f 04:00:36 ---> 304b9aee3e7f 04:00:36 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:00:36 Removing intermediate container 69892771f271 04:00:36 ---> 66bb827909a1 04:00:36 Step 15/23 : EXPOSE $APP_PORT 04:00:36 ---> Running in e7dd75f91d87 04:00:36 Removing intermediate container 86c48ca6196b 04:00:36 ---> 2955e5e50d72 04:00:36 Step 14/26 : WORKDIR / 04:00:36 Removing intermediate container dfc23757fe97 04:00:36 ---> f0776cb3271f 04:00:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:00:36 ---> Running in 82bd57a7b8ad 04:00:36 ---> Running in 33c0ea616e1b 04:00:36 Removing intermediate container e7dd75f91d87 04:00:36 ---> cdf12c07c27b 04:00:36 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:00:36 Removing intermediate container 82bd57a7b8ad 04:00:36 ---> 87f10da3cad0 04:00:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:00:36 ---> Running in abc220972962 04:00:36 Removing intermediate container 33c0ea616e1b 04:00:36 ---> 3c8cf9ae6034 04:00:36 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:00:36 ---> b5dcc43c26be 04:00:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:00:37 ---> 2e98907d2f7a 04:00:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:00:37 ---> dbc8963a1646 04:00:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:00:37 ---> 2f41f84e3c41 04:00:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:00:38 ---> 4366e9ffe50d 04:00:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:00:38 Removing intermediate container abc220972962 04:00:38 ---> c34ff50ced4a 04:00:38 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 04:00:38 ---> 12371e88f66c 04:00:38 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:00:38 ---> f3c206d786f0 04:00:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:00:38 ---> Running in 6f3bcdf56d6f 04:00:38 ---> Running in 829aad032b08 04:00:38 ---> 530429f084c1 04:00:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:00:38 Removing intermediate container 6f3bcdf56d6f 04:00:38 ---> 7fbd500e9f91 04:00:38 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:00:38 Removing intermediate container 829aad032b08 04:00:38 ---> c20b582c09a2 04:00:38 Step 19/22 : CMD ["--init=true"] 04:00:38 ---> 253b0d282927 04:00:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:00:38 ---> be329f914a7b 04:00:38 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:00:38 ---> Running in f1df825eca2d 04:00:38 ---> 5192b5893fde 04:00:38 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:00:38 ---> Running in 6de03aefbc2c 04:00:38 ---> Running in b56bdda4b92a 04:00:38 Removing intermediate container f1df825eca2d 04:00:38 ---> 3789cf04294e 04:00:38 Step 20/22 : LABEL arch=x86_64 04:00:38 Removing intermediate container 6de03aefbc2c 04:00:38 ---> 63af1d7c4402 04:00:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:39 ---> Running in a3b4aae5c482 04:00:39 ---> 9444c79520a0 04:00:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:00:39 ---> Running in 1cf886197357 04:00:39 Removing intermediate container 1cf886197357 04:00:39 ---> 036ac4ce545b 04:00:39 Step 21/23 : LABEL arch=x86_64 04:00:39 Removing intermediate container a3b4aae5c482 04:00:39 ---> 77c6ee2ab02d 04:00:39 Step 21/22 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:00:39 ---> Running in a0f7dfe5e73c 04:00:39 ---> Running in d2705b6d8920 04:00:39 Removing intermediate container a0f7dfe5e73c 04:00:39 ---> 0e4b2e6a91b9 04:00:39 Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:00:39 Removing intermediate container d2705b6d8920 04:00:39 ---> 68209eba92d1 04:00:39 Step 22/22 : LABEL version=0.0.0 04:00:39 ---> 027714cb38be 04:00:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:00:39 ---> Running in abf976d4850b 04:00:39 ---> Running in e98598642f0a 04:00:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:00:39 Status: Downloaded newer image for docker:20.10.0 04:00:39 ---> aefe523efa57 04:00:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:00:39 Removing intermediate container b56bdda4b92a 04:00:39 ---> 3f208d4653b1 04:00:39 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 04:00:39 ---> Running in 894df087af16 04:00:39 Removing intermediate container abf976d4850b 04:00:39 ---> d10aadf8bc8d 04:00:39 Step 23/23 : LABEL version=0.0.0 04:00:39 Removing intermediate container e98598642f0a 04:00:39 ---> b9fc403121f2 04:00:39 04:00:39 ---> Running in 837d15bc7377 04:00:39 ---> e77dac632acb 04:00:39 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/ 04:00:39 Successfully built b9fc403121f2 04:00:39 ---> Running in e5e058c02489 04:00:40 Successfully tagged security-proxy-setup:latest 04:00:40 Building core-command 04:00:40  Building security-proxy-setup ... done Removing intermediate container 894df087af16 04:00:40 ---> 1c6e4204feb0 04:00:40 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 04:00:40 ---> f49526d75802 04:00:40 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:00:40 Removing intermediate container 837d15bc7377 04:00:40 ---> 5c957a757a22 04:00:40 04:00:40 ---> Running in a5b516fbb3c8 04:00:40 Successfully built 5c957a757a22 04:00:40 Successfully tagged support-notifications:latest 04:00:40 Building core-data 04:00:40  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:00:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:00:40 (1/39) Installing readline (8.0.4-r0) 04:00:40 (2/39) Installing bash (5.0.17-r0) 04:00:40 Executing bash-5.0.17-r0.post-install 04:00:40 (3/39) Installing nghttp2-libs (1.41.0-r0) 04:00:41 (4/39) Installing libcurl (7.77.0-r0) 04:00:41 (5/39) Installing curl (7.77.0-r0) 04:00:41 (6/39) Installing dumb-init (1.2.2-r1) 04:00:41 (7/39) Installing libbz2 (1.0.8-r1) 04:00:42 (8/39) Installing expat (2.2.9-r1) 04:00:42 (9/39) Installing libffi (3.3-r2) 04:00:42 (10/39) Installing gdbm (1.13-r1) 04:00:42 (11/39) Installing xz-libs (5.2.5-r0) 04:00:42 (12/39) Installing sqlite-libs (3.32.1-r1) 04:00:42 (13/39) Installing python3 (3.8.10-r0) 04:00:44 ---> 6c5869bd397d 04:00:44 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:00:44 (14/39) Installing py3-appdirs (1.4.4-r1) 04:00:44 (15/39) Installing py3-ordered-set (4.0.1-r0) 04:00:44 (16/39) Installing py3-parsing (2.4.7-r0) 04:00:44 (17/39) Installing py3-six (1.15.0-r0) 04:00:44 (18/39) Installing py3-packaging (20.4-r0) 04:00:45 (19/39) Installing py3-setuptools (47.0.0-r0) 04:00:45 (20/39) Installing py3-chardet (3.0.4-r4) 04:00:45 (21/39) Installing py3-idna (2.9-r0) 04:00:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 04:00:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 04:00:45 (24/39) Installing py3-requests (2.23.0-r0) 04:00:45 (25/39) Installing py3-msgpack (1.0.0-r0) 04:00:45 (26/39) Installing py3-lockfile (0.12.2-r3) 04:00:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:00:45 (28/39) Installing py3-colorama (0.4.3-r0) 04:00:45 (29/39) Installing py3-distlib (0.3.0-r0) 04:00:45 (30/39) Installing py3-distro (1.5.0-r1) 04:00:45 (31/39) Installing py3-webencodings (0.5.1-r3) 04:00:45 (32/39) Installing py3-html5lib (1.0.1-r4) 04:00:45 (33/39) Installing py3-pytoml (0.1.21-r0) 04:00:45 (34/39) Installing py3-pep517 (0.8.2-r0) 04:00:45 (35/39) Installing py3-progress (1.5-r0) 04:00:45 (36/39) Installing py3-toml (0.10.1-r0) 04:00:45 (37/39) Installing py3-retrying (1.3.3-r0) 04:00:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 04:00:45 (39/39) Installing py3-pip (20.1.1-r0) 04:00:45 Executing busybox-1.31.1-r19.trigger 04:00:45 OK: 72 MiB in 59 packages 04:00:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:00:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:00:47 ---> ce1534563b2a 04:00:47 Step 3/24 : WORKDIR /edgex-go 04:00:47 ---> Using cache 04:00:47 ---> 114707d930ca 04:00:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:47 ---> Using cache 04:00:47 ---> 481167b7e970 04:00:47 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:00:47 Collecting docker-compose==1.23.2 04:00:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:00:47 Collecting docopt<0.7,>=0.6.1 04:00:47 Downloading docopt-0.6.2.tar.gz (25 kB) 04:00:47 Removing intermediate container e5e058c02489 04:00:47 ---> b4cf842f3b60 04:00:47 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:00:47 ---> ca2d85c46dba 04:00:47 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:00:48 ---> Running in ff2152dcff27 04:00:48 ---> Running in 57b7b207655d 04:00:48 ---> e0d5875a331f 04:00:48 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:00:48 Collecting PyYAML<4,>=3.10 04:00:48 Downloading PyYAML-3.13.tar.gz (270 kB) 04:00:48 Removing intermediate container 57b7b207655d 04:00:48 ---> 1b4498ef7dfc 04:00:48 Step 24/26 : LABEL arch=x86_64 04:00:49 ---> dad85ee04c18 04:00:49 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 04:00:49 ---> Running in 7f2a702ed00e 04:00:49 ---> Running in d535350993a5 04:00:49 Removing intermediate container 7f2a702ed00e 04:00:49 ---> 57ba50f921f6 04:00:49 Step 25/26 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:00:49 Collecting dockerpty<0.5,>=0.4.1 04:00:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:00:49 Removing intermediate container d535350993a5 04:00:49 ---> 1161b5c0e9fe 04:00:49 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:00:49 ---> Running in 6442f6982a2e 04:00:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:00:49 Collecting cached-property<2,>=1.2.0 04:00:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:00:49 Collecting websocket-client<1.0,>=0.32.0 04:00:49 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:00:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:00:49 Collecting jsonschema<3,>=2.5.1 04:00:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:00:50 Collecting texttable<0.10,>=0.9.0 04:00:50 Downloading texttable-0.9.1.tar.gz (11 kB) 04:00:50 ---> 1e280c391f0b 04:00:50 Step 27/32 : RUN chmod +x /entrypoint.sh 04:00:50 Removing intermediate container 6442f6982a2e 04:00:50 ---> 16b200530c98 04:00:50 Step 26/26 : LABEL version=0.0.0 04:00:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:00:50 Collecting docker<4.0,>=3.6.0 04:00:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:00:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:00:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:00:50 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:00:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:00:50 ---> ce1534563b2a 04:00:50 Step 3/24 : WORKDIR /edgex-go 04:00:50 ---> Using cache 04:00:50 ---> 114707d930ca 04:00:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:50 ---> Using cache 04:00:50 ---> 481167b7e970 04:00:50 Step 5/24 : RUN apk add --update --no-cache make git 04:00:50 ---> Using cache 04:00:50 ---> 80eee952949f 04:00:50 Step 6/24 : COPY go.mod . 04:00:50 ---> Using cache 04:00:50 ---> 9c3709d60f7e 04:00:50 Step 7/24 : RUN go mod download 04:00:50 ---> Using cache 04:00:50 ---> 5208999d94ae 04:00:50 Step 8/24 : COPY . . 04:00:50 ---> Using cache 04:00:50 ---> f6ecdd93a913 04:00:50 Step 9/24 : RUN go mod tidy 04:00:50 ---> Using cache 04:00:50 ---> ac9637859375 04:00:50 Step 10/24 : RUN make cmd/core-command/core-command 04:00:51 Collecting docker-pycreds>=0.4.0 04:00:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:00:51 OK: 219 MiB in 52 packages 04:00:51 ---> Running in 9321835f1b5e 04:00:51 ---> Running in d9024e789dc4 04:00:51 ---> Running in 1e905685a1ed 04:00:51 Collecting urllib3<1.25,>=1.21.1 04:00:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:00:51 Removing intermediate container 9321835f1b5e 04:00:51 ---> f713a0a8ae65 04:00:51 04:00:51 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) 04:00:51 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) 04:00:51 Collecting idna<2.8,>=2.5 04:00:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:00:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:00:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:00:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:00:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:00:51 Successfully built f713a0a8ae65 04:00:51 Successfully tagged security-secretstore-setup:latest 04:00:51 Building support-scheduler 04:00:51 Installing collected packages: docopt, PyYAML, dockerpty, cached-property, websocket-client, jsonschema, texttable, docker-pycreds, urllib3, idna, requests, docker, docker-compose 04:00:51 Running setup.py install for docopt: started 04:00:51  Building security-secretstore-setup ... done  Running setup.py install for docopt: finished with status 'done' 04:00:51 Running setup.py install for PyYAML: started 04:00:52 Running setup.py install for PyYAML: finished with status 'done' 04:00:52 Running setup.py install for dockerpty: started 04:00:53 Running setup.py install for dockerpty: finished with status 'done' 04:00:53 Removing intermediate container ff2152dcff27 04:00:53 ---> 0546082368a5 04:00:53 Step 6/24 : COPY go.mod . 04:00:54 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 04:00:54 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:00:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:00:54 ---> ce1534563b2a 04:00:54 Step 3/23 : WORKDIR /edgex-go 04:00:54 ---> Using cache 04:00:54 ---> 114707d930ca 04:00:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:00:54 ---> Using cache 04:00:54 ---> 481167b7e970 04:00:54 Step 5/23 : RUN apk add --update --no-cache make git 04:00:54 ---> Using cache 04:00:54 ---> 80eee952949f 04:00:54 Step 6/23 : COPY go.mod . 04:00:54 ---> Using cache 04:00:54 ---> 9c3709d60f7e 04:00:54 Step 7/23 : RUN go mod download 04:00:54 ---> Using cache 04:00:54 ---> 5208999d94ae 04:00:54 Step 8/23 : COPY . . 04:00:54 ---> Using cache 04:00:54 ---> f6ecdd93a913 04:00:54 Step 9/23 : RUN go mod tidy 04:00:54 ---> Using cache 04:00:54 ---> ac9637859375 04:00:54 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 04:00:55 Running setup.py install for texttable: started 04:00:55 ---> Running in b8effd6d5879 04:00:55 ---> 52b21754ee73 04:00:55 Step 7/24 : RUN go mod download 04:00:55 ---> Running in 79a6f7403a37 04:00:55 Removing intermediate container d9024e789dc4 04:00:55 ---> d9725c212a8d 04:00:55 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 04:00:55 ---> Running in 05a3692aa6fd 04:00:56 Removing intermediate container 05a3692aa6fd 04:00:56 ---> 5c60533696c1 04:00:56 Step 29/32 : CMD ["gate"] 04:00:56 Running setup.py install for texttable: finished with status 'done' 04:00:56 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 04:00:56 ---> Running in 4ba31c9bcfb6 04:00:56 Attempting uninstall: urllib3 04:00:56 Found existing installation: urllib3 1.25.9 04:00:56 Uninstalling urllib3-1.25.9: 04:00:56 Successfully uninstalled urllib3-1.25.9 04:00:56 Removing intermediate container 4ba31c9bcfb6 04:00:56 ---> 3e22b152b101 04:00:56 Step 30/32 : LABEL arch=x86_64 04:00:56 ---> Running in d14ca9ed47c2 04:00:56 Attempting uninstall: idna 04:00:56 Found existing installation: idna 2.9 04:00:56 Uninstalling idna-2.9: 04:00:56 Successfully uninstalled idna-2.9 04:00:56 Removing intermediate container d14ca9ed47c2 04:00:56 ---> 0e5e33580346 04:00:56 Step 31/32 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:00:56 ---> Running in b2b59c5af7d8 04:00:56 Attempting uninstall: requests 04:00:56 Found existing installation: requests 2.23.0 04:00:56 Uninstalling requests-2.23.0: 04:00:56 Successfully uninstalled requests-2.23.0 04:00:57 Removing intermediate container b2b59c5af7d8 04:00:57 ---> c70aa96ce7d7 04:00:57 Step 32/32 : LABEL version=0.0.0 04:00:57 Removing intermediate container 79a6f7403a37 04:00:57 ---> 7244b1d3df44 04:00:57 Step 8/24 : COPY . . 04:00:57 ---> Running in d8cefa423b05 04:00:58 Removing intermediate container d8cefa423b05 04:00:58 ---> bbf65d229eae 04:00:58 04:00:58 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 04:00:58 Successfully built bbf65d229eae 04:00:58 Successfully tagged security-bootstrapper:latest 04:00:58 Building core-metadata 04:01:05  Building security-bootstrapper ... done  ---> a092006deba5 04:01:05 Step 9/24 : RUN go mod tidy 04:01:05 ---> Running in 0042393e834c 04:01:09 Removing intermediate container a5b516fbb3c8 04:01:09 ---> 9a80663661ab 04:01:09 Step 15/24 : ENV APP_PORT=58890 04:01:09 Removing intermediate container 0042393e834c 04:01:09 ---> 6498cd4f6065 04:01:09 Step 10/24 : RUN make cmd/core-data/core-data 04:01:09 ---> Running in 7bbe3b4044a4 04:01:09 ---> Running in 898fde9b9e4c 04:01:10 Removing intermediate container 898fde9b9e4c 04:01:10 ---> c68ae35b45d6 04:01:10 Step 16/24 : EXPOSE $APP_PORT 04:01:10 ---> Running in d7cbf62076a5 04:01:10 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 04:01:10 Removing intermediate container d7cbf62076a5 04:01:10 ---> ba6eb3d54886 04:01:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:01:10 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:01:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:01:10 ---> ce1534563b2a 04:01:10 Step 3/24 : WORKDIR /edgex-go 04:01:10 ---> Using cache 04:01:10 ---> 114707d930ca 04:01:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:01:10 ---> Using cache 04:01:10 ---> 481167b7e970 04:01:10 Step 5/24 : RUN apk add --update --no-cache make git 04:01:10 ---> Using cache 04:01:10 ---> 80eee952949f 04:01:10 Step 6/24 : COPY go.mod . 04:01:10 ---> Using cache 04:01:10 ---> 9c3709d60f7e 04:01:10 Step 7/24 : RUN go mod download 04:01:10 ---> Using cache 04:01:10 ---> 5208999d94ae 04:01:10 Step 8/24 : COPY . . 04:01:10 ---> Using cache 04:01:10 ---> f6ecdd93a913 04:01:10 Step 9/24 : RUN go mod tidy 04:01:10 ---> Using cache 04:01:10 ---> ac9637859375 04:01:10 Step 10/24 : RUN make cmd/core-metadata/core-metadata 04:01:11 ---> Running in eb989f258e1d 04:01:11 ---> dd539ea1c28e 04:01:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:01:11 ---> c1baa8d82f7e 04:01:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:01:11 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 04:01:12 ---> 07498c4d78d5 04:01:12 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 04:01:12 ---> Running in 46a598caf65f 04:01:12 Removing intermediate container 46a598caf65f 04:01:12 ---> 5780a37d67f2 04:01:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:01:12 ---> Running in 4737725340b5 04:01:12 Removing intermediate container 4737725340b5 04:01:12 ---> aff7ed69b53d 04:01:12 Step 22/24 : LABEL arch=x86_64 04:01:12 ---> Running in b81600ed9d13 04:01:12 Removing intermediate container b81600ed9d13 04:01:12 ---> 8d280557998b 04:01:12 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:12 ---> Running in 0192d4761725 04:01:12 Removing intermediate container 0192d4761725 04:01:12 ---> f99da361caff 04:01:12 Step 24/24 : LABEL version=0.0.0 04:01:12 ---> Running in 8b6162eafff2 04:01:12 Removing intermediate container 8b6162eafff2 04:01:12 ---> 25d2cb972fe8 04:01:12 04:01:13 Successfully built 25d2cb972fe8 04:01:13 Successfully tagged sys-mgmt-agent:latest 04:01:21  Building sys-mgmt-agent ... done Removing intermediate container 1e905685a1ed 04:01:21 ---> e0748600c024 04:01:21 04:01:21 Step 11/24 : FROM alpine:3.12 04:01:21 ---> 13621d1b12d4 04:01:21 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:01:21 ---> Running in b7bd5e720c64 04:01:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:01:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:01:21 (1/1) Installing dumb-init (1.2.2-r1) 04:01:21 Executing busybox-1.31.1-r20.trigger 04:01:21 OK: 6 MiB in 15 packages 04:01:21 Removing intermediate container b7bd5e720c64 04:01:21 ---> 390b9829c428 04:01:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:01:21 ---> Running in 1d664b4a9a55 04:01:22 Removing intermediate container 1d664b4a9a55 04:01:22 ---> f903c41f9aa0 04:01:22 Step 14/24 : ENV APP_PORT=59882 04:01:22 ---> Running in afdc2eca7c61 04:01:22 Removing intermediate container afdc2eca7c61 04:01:22 ---> f0ba3b1ef317 04:01:22 Step 15/24 : EXPOSE $APP_PORT 04:01:22 ---> Running in a196f97c758f 04:01:22 Removing intermediate container a196f97c758f 04:01:22 ---> cd9260747526 04:01:22 Step 16/24 : WORKDIR / 04:01:22 ---> Running in d545059550fd 04:01:22 Removing intermediate container d545059550fd 04:01:22 ---> 6a8e2d1253be 04:01:22 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:01:23 ---> cff4b67a5866 04:01:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:01:23 ---> 485454d7e2cc 04:01:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:01:24 ---> 8eeae335ddeb 04:01:24 Step 20/24 : ENTRYPOINT ["/core-command"] 04:01:24 ---> Running in eef0433463e8 04:01:24 Removing intermediate container eef0433463e8 04:01:24 ---> 15d01f51e1ea 04:01:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:01:24 ---> Running in b634edf46fc5 04:01:24 Removing intermediate container b634edf46fc5 04:01:24 ---> 5cb4aa6c4bba 04:01:24 Step 22/24 : LABEL arch=x86_64 04:01:24 ---> Running in d9588a825538 04:01:24 Removing intermediate container d9588a825538 04:01:24 ---> 5a8bc606cc5e 04:01:24 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:24 ---> Running in e37ed8f8efc1 04:01:24 Removing intermediate container e37ed8f8efc1 04:01:24 ---> e08412b1022f 04:01:24 Step 24/24 : LABEL version=0.0.0 04:01:24 ---> Running in 472de52229ef 04:01:24 Removing intermediate container 472de52229ef 04:01:24 ---> 583084930608 04:01:24 04:01:25 Successfully built 583084930608 04:01:25 Successfully tagged core-command:latest 04:01:26  Building core-command ... done Removing intermediate container b8effd6d5879 04:01:26 ---> 58578721b203 04:01:26 04:01:26 Step 11/23 : FROM alpine:3.12 04:01:26 ---> 13621d1b12d4 04:01:26 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:01:26 ---> Using cache 04:01:26 ---> 390b9829c428 04:01:26 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:01:26 ---> Using cache 04:01:26 ---> f903c41f9aa0 04:01:26 Step 14/23 : ENV APP_PORT=59861 04:01:26 ---> Running in 1140bb29f21c 04:01:26 Removing intermediate container 1140bb29f21c 04:01:26 ---> 5c32dc9ffc52 04:01:26 Step 15/23 : EXPOSE $APP_PORT 04:01:26 ---> Running in df85c3784c1d 04:01:27 Removing intermediate container df85c3784c1d 04:01:27 ---> 2e97ebe0583b 04:01:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:01:27 ---> 671239cfb3b9 04:01:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:01:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:01:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:01:28 ---> b09248bc426e 04:01:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:01:28 ---> 75ec345afe65 04:01:28 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:01:28 ---> Running in 330c3baa82b0 04:01:28 Removing intermediate container 330c3baa82b0 04:01:28 ---> 7be8ffde256b 04:01:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:01:28 ---> Running in b56f4b37d0f0 04:01:28 Removing intermediate container b56f4b37d0f0 04:01:28 ---> 320d9db6a318 04:01:28 Step 21/23 : LABEL arch=x86_64 04:01:28 ---> Running in 6c3d6c67cb00 04:01:28 Removing intermediate container 6c3d6c67cb00 04:01:28 ---> 327bea02bc23 04:01:28 Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:28 ---> Running in 122a8bb126be 04:01:29 Removing intermediate container 122a8bb126be 04:01:29 ---> cd5b663b8fdb 04:01:29 Step 23/23 : LABEL version=0.0.0 04:01:29 ---> Running in 323eb7440978 04:01:29 Removing intermediate container 323eb7440978 04:01:29 ---> cd6b6513201e 04:01:29 04:01:29 Successfully built cd6b6513201e 04:01:29 Successfully tagged support-scheduler:latest 04:01:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:01:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:01:36  Building support-scheduler ... done Removing intermediate container eb989f258e1d 04:01:36 ---> ff2f730a31fa 04:01:36 04:01:36 Step 11/24 : FROM alpine:3.12 04:01:36 ---> 13621d1b12d4 04:01:36 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:01:36 ---> Using cache 04:01:36 ---> 390b9829c428 04:01:36 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:01:36 ---> Using cache 04:01:36 ---> f903c41f9aa0 04:01:36 Step 14/24 : ENV APP_PORT=59881 04:01:36 ---> Running in 0ef44e571387 04:01:36 Removing intermediate container 0ef44e571387 04:01:36 ---> 5d8ff64e0bd4 04:01:36 Step 15/24 : EXPOSE $APP_PORT 04:01:36 ---> Running in 2efd5a1e8806 04:01:36 Removing intermediate container 2efd5a1e8806 04:01:36 ---> 92c79646f6ae 04:01:36 Step 16/24 : WORKDIR / 04:01:36 ---> Running in 093d5540d117 04:01:36 Removing intermediate container 7bbe3b4044a4 04:01:36 ---> 09c11eaaf502 04:01:36 04:01:36 Step 11/24 : FROM alpine:3.12 04:01:36 ---> 13621d1b12d4 04:01:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:01:36 Removing intermediate container 093d5540d117 04:01:36 ---> 69fab6186aa1 04:01:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:01:36 ---> Running in 03e26132e48b 04:01:36 Removing intermediate container 03e26132e48b 04:01:36 ---> 7264b1535a55 04:01:36 Step 13/24 : ENV APP_PORT=59880 04:01:36 ---> Running in 1723bb5214d6 04:01:36 ---> 2c713455fb46 04:01:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:01:36 Removing intermediate container 1723bb5214d6 04:01:36 ---> 78bee28373d3 04:01:36 Step 14/24 : EXPOSE $APP_PORT 04:01:37 ---> Running in 8cf1d10a7572 04:01:37 ---> 5eeb3ed5b4fd 04:01:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:01:37 Removing intermediate container 8cf1d10a7572 04:01:37 ---> e08feedc6f4b 04:01:37 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:01:37 ---> Running in 70601c434d33 04:01:37 ---> 5b5889d5d884 04:01:37 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:01:37 ---> Running in 03c75a63fd04 04:01:37 Removing intermediate container 03c75a63fd04 04:01:37 ---> 7cbab697d8c2 04:01:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:01:37 ---> Running in 51620c7a7e94 04:01:37 Removing intermediate container 51620c7a7e94 04:01:37 ---> 8742e3053f4d 04:01:37 Step 22/24 : LABEL arch=x86_64 04:01:37 ---> Running in 15140af298e6 04:01:37 Removing intermediate container 70601c434d33 04:01:37 ---> e660d05d8953 04:01:37 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:01:37 Removing intermediate container 15140af298e6 04:01:37 ---> 7b75f8d6db7c 04:01:37 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:37 ---> Running in 832cbe4479c3 04:01:37 ---> Running in f41d1f6f27ea 04:01:37 Removing intermediate container f41d1f6f27ea 04:01:37 ---> 77cebd97c4c1 04:01:37 Step 24/24 : LABEL version=0.0.0 04:01:37 ---> Running in 52a66d183e12 04:01:37 Removing intermediate container 52a66d183e12 04:01:37 ---> d1986b4f0a2e 04:01:37 04:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:01:38 Successfully built d1986b4f0a2e 04:01:38 Successfully tagged core-metadata:latest 04:01:38  Building core-metadata ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:01:39 (1/6) Installing dumb-init (1.2.2-r1) 04:01:39 (2/6) Installing libgcc (9.3.0-r2) 04:01:39 (3/6) Installing libsodium (1.0.18-r0) 04:01:39 (4/6) Installing libstdc++ (9.3.0-r2) 04:01:40 (5/6) Installing libzmq (4.3.3-r0) 04:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:01:40 (6/6) Installing zeromq (4.3.3-r0) 04:01:40 Executing busybox-1.31.1-r20.trigger 04:01:40 OK: 8 MiB in 20 packages 04:01:40 Removing intermediate container 832cbe4479c3 04:01:40 ---> 2c92b3ea0115 04:01:40 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:01:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:01:41 ---> ecaa9659d3db 04:01:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:01:41 ---> bd4df11dcf3c 04:01:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:01:41 ---> 1482892bfab8 04:01:41 Step 20/24 : ENTRYPOINT ["/core-data"] 04:01:41 ---> Running in cf5a2f7344d8 04:01:41 Removing intermediate container cf5a2f7344d8 04:01:41 ---> c58efb106767 04:01:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:01:41 ---> Running in 26d3e94cb601 04:01:41 Removing intermediate container 26d3e94cb601 04:01:41 ---> e3a0da4d7fa9 04:01:41 Step 22/24 : LABEL arch=x86_64 04:01:41 ---> Running in eed2ec22a231 04:01:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:01:41 Removing intermediate container eed2ec22a231 04:01:41 ---> 27464baee88c 04:01:41 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:41 ---> Running in 2e16be973491 04:01:41 Removing intermediate container 2e16be973491 04:01:41 ---> 170c03c10dd5 04:01:41 Step 24/24 : LABEL version=0.0.0 04:01:41 ---> Running in 3cde91b146ff 04:01:42 Removing intermediate container 3cde91b146ff 04:01:42 ---> 9b96a7f8d1f9 04:01:42 04:01:42 Successfully built 9b96a7f8d1f9 04:01:42 Successfully tagged core-data:latest 04:01:42  Building core-data ... done  [Pipeline] } 04:01:42 $ docker stop --time=1 a5dca81e184ad1f5191594177eff1d75a1a05741ccb359b01c546136be97cd46 04:01:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:01:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:01:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:01:43 $ docker rm -f a5dca81e184ad1f5191594177eff1d75a1a05741ccb359b01c546136be97cd46 [Pipeline] // withDockerContainer [Pipeline] sh 04:01:43 + docker images 04:01:43 REPOSITORY TAG IMAGE ID CREATED SIZE 04:01:43 core-data latest 9b96a7f8d1f9 2 seconds ago 20.2MB 04:01:43 core-metadata latest d1986b4f0a2e 6 seconds ago 16.6MB 04:01:43 09c11eaaf502 7 seconds ago 1.16GB 04:01:43 ff2f730a31fa 8 seconds ago 1.16GB 04:01:43 support-scheduler latest cd6b6513201e 14 seconds ago 15.9MB 04:01:43 58578721b203 17 seconds ago 1.16GB 04:01:43 core-command latest 583084930608 19 seconds ago 15.9MB 04:01:43 e0748600c024 23 seconds ago 1.16GB 04:01:43 sys-mgmt-agent latest 25d2cb972fe8 31 seconds ago 311MB 04:01:43 security-bootstrapper latest bbf65d229eae 46 seconds ago 18.6MB 04:01:43 security-secretstore-setup latest f713a0a8ae65 53 seconds ago 28.7MB 04:01:43 security-proxy-setup latest b9fc403121f2 About a minute ago 25.7MB 04:01:43 support-notifications latest 5c957a757a22 About a minute ago 16.7MB 04:01:43 c02ca68016d7 About a minute ago 1.16GB 04:01:43 beb16c528f5b About a minute ago 1.16GB 04:01:43 b27a46c106d3 About a minute ago 1.17GB 04:01:43 3686d4871b22 About a minute ago 1.16GB 04:01:43 090ced6a7adf About a minute ago 1.16GB 04:01:43 ci-base-image-x86_64 latest ce1534563b2a 5 minutes ago 659MB 04:01:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine eb58bd16d52e 31 hours ago 457MB 04:01:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 4 days ago 37.5MB 04:01:43 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 04:01:43 docker 20.10.0 aefe523efa57 7 months ago 240MB 04:01:43 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 04:01:44 Running on prd-ubuntu18.04-docker-8c-8g-2375 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws 04:01:44 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 04:01:44 The recommended git tool is: git 04:01:46 using credential edgex-jenkins-ssh 04:01:46 Cloning the remote Git repository 04:01:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:01:46 > git init /w/workspace/edgex-go/20 # timeout=10 04:01:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:01:46 > git --version # timeout=10 04:01:46 > git --version # 'git version 2.17.1' 04:01:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:01:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:01:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:01:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:01:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:01:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:01:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:01:53 > 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 04:01:54 Merging remotes/origin/main commit ac868777e331c26268a5ad6e9d5ebabff26c403f into PR head commit 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:54 Merge succeeded, producing 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:01:54 Checking out Revision 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 (PR-3571) 04:01:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.187s coverage: 28.7% of statements 04:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:01:54 > git config core.sparsecheckout # timeout=10 04:01:54 > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 04:01:54 > git remote # timeout=10 04:01:54 > git config --get remote.origin.url # timeout=10 04:01:54 using GIT_SSH to set credentials SSH Credentials for GitHub 04:01:54 > git merge ac868777e331c26268a5ad6e9d5ebabff26c403f # timeout=10 04:01:54 > git rev-parse HEAD^{commit} # timeout=10 04:01:54 > git config core.sparsecheckout # timeout=10 04:01:54 > git checkout -f 8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 # timeout=10 04:01:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.315s coverage: 100.0% of statements 04:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:01:57 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" 04:01:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.314s coverage: 53.1% of statements 04:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:01:59 + echo snap-build.sh 04:01:59 snap-build.sh 04:01:59 + SNAP_BASE_DIR=. 04:01:59 + '[' '!' -z /w/workspace/edgex-go/20 ']' 04:01:59 + SNAP_BASE_DIR=/w/workspace/edgex-go/20 04:01:59 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' 04:01:59 [snap-build] Building snap in dir [/w/workspace/edgex-go/20] 04:01:59 + cd /w/workspace/edgex-go/20 04:01:59 + sudo apt-get remove -qy --purge lxd lxd-client 04:01:59 Reading package lists... 04:01:59 Building dependency tree... 04:01:59 Reading state information... 04:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.505s coverage: 87.7% of statements 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:01:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:01:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.258s coverage: 78.9% of statements 04:01:59 The following packages were automatically installed and are no longer required: 04:01:59 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:01:59 uidmap xdelta3 04:01:59 Use 'sudo apt autoremove' to remove them. 04:01:59 The following packages will be REMOVED: 04:01:59 lxd* lxd-client* 04:01:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:01:59 After this operation, 31.7 MB disk space will be freed. 04:02:00 (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.) 04:02:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:02:01 Removing lxd dnsmasq configuration 04:02:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:02:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:02:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:02:01 (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.) 04:02:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:02:02 Processing triggers for systemd (237-3ubuntu10.45) ... 04:02:02 Processing triggers for ureadahead (0.100.0-21) ... 04:02:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.286s coverage: 81.2% of statements 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:02:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:02:04 + sudo snap remove --purge lxd 04:02:04 snap "lxd" is not installed 04:02:04 + sudo groupadd --force --system lxd 04:02:04 ++ whoami 04:02:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:02:04 + newgrp - lxd 04:02:04 + sudo snap install lxd 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.321s coverage: 95.1% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.211s coverage: 60.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.362s coverage: 0.8% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.146s coverage: 58.8% of statements 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.169s coverage: 22.0% of statements 04:02:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.210s coverage: 47.1% of statements 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.223s coverage: 79.5% of statements 04:02:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.163s coverage: 94.1% of statements 04:02:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.218s coverage: 96.3% of statements 04:02:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements 04:02:12 2021-07-11T04:02:09Z INFO Waiting for automatic snapd restart... 04:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.180s coverage: 94.4% of statements 04:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.164s coverage: 44.8% of statements 04:02:24 lxd 4.15 from Canonical* installed 04:02:24 + sudo lxd init --auto 04:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.572s coverage: 81.8% of statements 04:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:02:34 + sudo snap install --classic snapcraft 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.257s coverage: 92.9% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.172s coverage: 87.2% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.149s coverage: 100.0% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.174s coverage: 58.8% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.0% of statements 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.297s coverage: 87.2% of statements 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.322s coverage: 85.4% of statements 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.320s coverage: 91.2% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 64.4% of statements 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:02:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 04:02:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 04:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 04:02:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.077s coverage: 66.9% of statements 04:02:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:02:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:02:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:02:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.758s coverage: 43.6% of statements 04:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:02:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.464s coverage: 89.5% of statements 04:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:02:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.206s coverage: 84.8% of statements 04:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:02:44 snapcraft 4.8.3 from Canonical* installed 04:02:44 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 04:02:44 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 04:02:44 % Total % Received % Xferd Average Speed Time Time Time Current 04:02:44 Dload Upload Total Spent Left Speed 04:02:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5056 0 --:--:-- --:--:-- --:--:-- 5056 04:02:44 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.7M 04:02:44 ./yq_linux_amd64 04:02:44 + sudo snapcraft prime --use-lxd 04:02:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:02:45 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: 04:02:45 - README.md 04:02:45 04:02:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:02:46 Launching a container. 04:02:52 Waiting for container to be ready 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.263s coverage: 19.3% of statements 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.483s coverage: 91.9% of statements 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.209s coverage: 62.7% of statements 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.351s coverage: 97.6% of statements 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.170s coverage: 28.9% of statements 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 04:02:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.196s coverage: 100.0% of statements 04:02:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 04:02:52 GO111MODULE=on go vet ./... 04:02:53 To start your first instance, try: lxc launch ubuntu:18.04 04:02:53 04:02:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:02:57 Waiting for network to be ready... 04:02:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:02:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] 04:02:58 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:02:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] 04:02:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 04:02:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 04:02:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] 04:02:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] 04:02:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] 04:02:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] 04:02:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:02:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:02:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:02:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:02:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:02:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:02:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:02:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:02:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:03:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2131 kB] 04:03:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] 04:03:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 04:03:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 04:03:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] 04:03:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] 04:03:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] 04:03:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] 04:03:01 Fetched 24.8 MB in 4s (6098 kB/s) 04:03:02 Reading package lists... 04:03:03 Reading package lists... 04:03:03 Building dependency tree... 04:03:03 Reading state information... 04:03:03 The following additional packages will be installed: 04:03:03 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:03:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:03:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:03:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:03:03 Suggested packages: 04:03:03 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:03:03 Recommended packages: 04:03:03 gnupg libsasl2-modules 04:03:03 The following NEW packages will be installed: 04:03:03 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:03:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:03:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:03:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:03:03 The following packages will be upgraded: 04:03:03 gpg gpg-agent gpgconf libudev1 04:03:03 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. 04:03:03 Need to get 3530 kB of archives. 04:03:03 After this operation, 13.3 MB of additional disk space will be used. 04:03:03 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] 04:03:03 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] 04:03:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 04:03:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 04:03:03 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] 04:03:03 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] 04:03:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:03:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:03:04 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 04:03:04 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 04:03:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 04:03:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:03:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:03:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:03:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:03:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:03:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:03:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:03:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:03:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:03:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:03:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 04:03:04 debconf: delaying package configuration, since apt-utils is not installed 04:03:04 Fetched 3530 kB in 1s (3188 kB/s) 04:03:04 (Reading database ... 12511 files and directories currently installed.) 04:03:04 Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... 04:03:04 Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... 04:03:04 Setting up libudev1:amd64 (237-3ubuntu10.48) ... 04:03:04 Selecting previously unselected package udev. 04:03:04 (Reading database ... 12511 files and directories currently installed.) 04:03:04 Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... 04:03:04 Unpacking udev (237-3ubuntu10.48) ... 04:03:04 Selecting previously unselected package libfuse2:amd64. 04:03:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:03:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:03:04 Selecting previously unselected package fuse. 04:03:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:03:04 Unpacking fuse (2.9.7-1ubuntu1) ... 04:03:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 04:03:04 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:03:05 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 04:03:05 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:03:05 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 04:03:05 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:03:05 Selecting previously unselected package libksba8:amd64. 04:03:05 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:03:05 Unpacking libksba8:amd64 (1.3.5-2) ... 04:03:05 Selecting previously unselected package libroken18-heimdal:amd64. 04:03:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:03:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:03:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:03:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:05 Selecting previously unselected package libwind0-heimdal:amd64. 04:03:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:06 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:03:06 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:06 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:06 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:03:06 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:06 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:03:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:03:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:03:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:06 Selecting previously unselected package libsasl2-modules-db:amd64. 04:03:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:03:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:03:06 Selecting previously unselected package libsasl2-2:amd64. 04:03:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:03:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:03:06 Selecting previously unselected package libldap-common. 04:03:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 04:03:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:03:06 Selecting previously unselected package libldap-2.4-2:amd64. 04:03:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 04:03:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:03:06 Selecting previously unselected package dirmngr. 04:03:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 04:03:06 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 04:03:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:03:07 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 04:03:07 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:03:07 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:03:07 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:03:07 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 04:03:07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:07 Setting up libksba8:amd64 (1.3.5-2) ... 04:03:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:03:07 Setting up udev (237-3ubuntu10.48) ... 04:03:07 invoke-rc.d: policy-rc.d denied execution of start. 04:03:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:07 Processing triggers for systemd (237-3ubuntu10) ... 04:03:07 Setting up fuse (2.9.7-1ubuntu1) ... 04:03:07 Setting up gpg (2.2.4-1ubuntu1.4) ... 04:03:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:08 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:08 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:08 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:03:08 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:03:08 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 04:03:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:03:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:03:08 settings in the [Install] section, and DefaultInstance for template units). 04:03:08 This means they are not meant to be enabled using systemctl. 04:03:08 Possible reasons for having this kind of units are: 04:03:08 1) A unit may be statically enabled by being symlinked from another unit's 04:03:08 .wants/ or .requires/ directory. 04:03:08 2) A unit's purpose may be to act as a helper for some other unit which has 04:03:08 a requirement dependency on it. 04:03:08 3) A unit may be started when needed via activation (socket, path, timer, 04:03:08 D-Bus, udev, scripted systemctl call, ...). 04:03:08 4) In case of template units, the unit is meant to be enabled with some 04:03:08 instance name specified. 04:03:08 Reading package lists... 04:03:08 Building dependency tree... 04:03:08 Reading state information... 04:03:09 The following additional packages will be installed: 04:03:09 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:03:09 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:03:09 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:03:09 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:03:09 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:03:09 Suggested packages: 04:03:09 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:03:09 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:03:09 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:03:09 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:03:09 systemd-container policykit-1 04:03:09 Recommended packages: 04:03:09 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:03:09 The following NEW packages will be installed: 04:03:09 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:03:09 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:03:09 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:03:09 multiarch-support openssh-client python3 python3-minimal python3.6 04:03:09 python3.6-minimal snapd squashfs-tools sudo 04:03:09 The following packages will be upgraded: 04:03:09 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:03:09 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. 04:03:09 Need to get 36.7 MB of archives. 04:03:09 After this operation, 147 MB of additional disk space will be used. 04:03:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 04:03:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] 04:03:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 04:03:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:03:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 04:03:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 04:03:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 04:03:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:03:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:03:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:03:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:03:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:03:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:03:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:03:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 04:03:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:03:10 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] 04:03:10 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 04:03:10 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 04:03:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:03:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:03:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:03:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:03:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:03:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:03:10 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:03:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:03:10 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:03:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 04:03:10 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 04:03:11 debconf: delaying package configuration, since apt-utils is not installed 04:03:11 Fetched 36.7 MB in 2s (14.8 MB/s) 04:03:11 (Reading database ... 12757 files and directories currently installed.) 04:03:11 Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... 04:03:11 Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... 04:03:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... 04:03:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... 04:03:12 Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... 04:03:13 (Reading database ... 12757 files and directories currently installed.) 04:03:13 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 04:03:13 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 04:03:13 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 04:03:13 (Reading database ... 12757 files and directories currently installed.) 04:03:13 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 04:03:13 Unpacking apt (1.6.14) over (1.6.1) ... 04:03:13 Setting up apt (1.6.14) ... 04:03:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:03:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:03:13 (Reading database ... 12764 files and directories currently installed.) 04:03:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 04:03:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 04:03:14 Selecting previously unselected package libpython3.6-minimal:amd64. 04:03:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:03:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:03:14 Selecting previously unselected package libexpat1:amd64. 04:03:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:03:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:03:14 Selecting previously unselected package python3.6-minimal. 04:03:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:03:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:03:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 04:03:14 Checking for services that may need to be restarted...done. 04:03:14 Checking for services that may need to be restarted...done. 04:03:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:03:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:03:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:03:15 Selecting previously unselected package python3-minimal. 04:03:15 (Reading database ... 13012 files and directories currently installed.) 04:03:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:03:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:03:15 Selecting previously unselected package mime-support. 04:03:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:03:15 Unpacking mime-support (3.60ubuntu1) ... 04:03:15 Selecting previously unselected package libmpdec2:amd64. 04:03:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:03:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:03:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:03:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:03:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:03:15 Selecting previously unselected package python3.6. 04:03:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:03:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:03:15 Selecting previously unselected package libpython3-stdlib:amd64. 04:03:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:03:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:03:15 Setting up python3-minimal (3.6.7-1~18.04) ... 04:03:15 Selecting previously unselected package python3. 04:03:15 (Reading database ... 13442 files and directories currently installed.) 04:03:15 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:03:15 Unpacking python3 (3.6.7-1~18.04) ... 04:03:16 Selecting previously unselected package multiarch-support. 04:03:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:03:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:03:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:03:16 Selecting previously unselected package liblzo2-2:amd64. 04:03:16 (Reading database ... 13479 files and directories currently installed.) 04:03:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:03:16 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:03:16 Selecting previously unselected package libbsd0:amd64. 04:03:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:03:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:03:16 Selecting previously unselected package sudo. 04:03:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:03:16 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:03:16 Selecting previously unselected package apparmor. 04:03:16 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:03:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:03:16 Selecting previously unselected package libedit2:amd64. 04:03:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:03:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:03:16 Selecting previously unselected package libkrb5support0:amd64. 04:03:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:03:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:03:17 Selecting previously unselected package libk5crypto3:amd64. 04:03:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:03:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:03:17 Selecting previously unselected package libkeyutils1:amd64. 04:03:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:03:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:03:17 Selecting previously unselected package libkrb5-3:amd64. 04:03:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:03:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:03:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:03:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:03:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:03:18 Selecting previously unselected package libssl1.0.0:amd64. 04:03:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 04:03:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:03:18 Selecting previously unselected package openssh-client. 04:03:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:03:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:03:18 Selecting previously unselected package squashfs-tools. 04:03:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 04:03:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 04:03:18 Selecting previously unselected package snapd. 04:03:18 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 04:03:18 Unpacking snapd (2.49.2+18.04) ... 04:03:21 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:03:21 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:03:21 Setting up mime-support (3.60ubuntu1) ... 04:03:21 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:03:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:03:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:03:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:03:21 Setting up systemd (237-3ubuntu10.48) ... 04:03:21 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:03:22 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:03:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:03:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:03:22 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:03:22 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:03:22 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:03:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 04:03:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:03:22 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:03:22 Setting up python3 (3.6.7-1~18.04) ... 04:03:22 running python rtupdate hooks for python3.6... 04:03:22 running python post-rtupdate hooks for python3.6... 04:03:23 Setting up apparmor (2.12-4ubuntu5.1) ... 04:03:23 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:03:23 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:03:23 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:03:23 Setting up snapd (2.49.2+18.04) ... 04:03:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:03:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:03:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:03:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:03:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:03:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:03:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:03:25 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:03:25 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:03:25 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:03:25 /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' 04:03:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:03:25 Processing triggers for systemd (237-3ubuntu10.48) ... 04:03:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:03:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:03:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:03:27 Reading package lists... 04:03:28 Reading package lists... 04:03:28 Building dependency tree... 04:03:28 Reading state information... 04:03:28 Calculating upgrade... 04:03:28 The following packages will be upgraded: 04:03:28 advancecomp base-files bash binutils binutils-common 04:03:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:03:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:03:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:03:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:03:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:03:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:03:28 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 04:03:28 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 04:03:28 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 04:03:28 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 04:03:28 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 04:03:28 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 04:03:28 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 04:03:28 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 04:03:28 ubuntu-keyring util-linux 04:03:28 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:03:28 Need to get 64.1 MB of archives. 04:03:28 After this operation, 5112 kB of additional disk space will be used. 04:03:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] 04:03:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:03:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:03:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:03:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:03:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:03:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:03:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:03:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:03:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:03:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:03:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:03:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:03:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:03:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:03:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:03:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:03:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:03:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:03:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:03:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:03:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:03:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:03:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:03:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:03:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:03:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:03:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:03:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:03:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:03:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:03:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:03:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:03:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:03:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 04:03:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:03:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 04:03:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 04:03:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 04:03:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:03:28 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:03:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 04:03:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:03:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:03:28 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:03:28 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:03:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:03:28 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:03:28 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:03:28 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] 04:03:28 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 04:03:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 04:03:28 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 04:03:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:03:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:03:28 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:03:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:03:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:03:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:03:29 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:03:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:03:29 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:03:29 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:03:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:03:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:03:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:03:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:03:29 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:03:29 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:03:29 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:03:29 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:03:29 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:03:29 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:03:29 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:03:29 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:03:29 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:03:29 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:03:29 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:03:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:03:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:03:30 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:03:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:03:30 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 04:03:30 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] 04:03:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 04:03:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] 04:03:30 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] 04:03:30 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:03:30 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 04:03:30 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:03:30 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:03:30 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 04:03:30 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 04:03:30 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:03:30 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:03:30 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] 04:03:30 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:03:30 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:03:30 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:03:30 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:03:30 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:03:30 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:03:30 debconf: delaying package configuration, since apt-utils is not installed 04:03:30 Fetched 64.1 MB in 2s (34.9 MB/s) 04:03:30 (Reading database ... 13914 files and directories currently installed.) 04:03:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:03:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:03:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:03:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:03:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... 04:03:31 Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... 04:03:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:32 (Reading database ... 13914 files and directories currently installed.) 04:03:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:03:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:03:32 (Reading database ... 13914 files and directories currently installed.) 04:03:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:03:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:03:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:32 (Reading database ... 13914 files and directories currently installed.) 04:03:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:03:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:03:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:03:33 (Reading database ... 13914 files and directories currently installed.) 04:03:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:03:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:03:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:03:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:03:33 Setting up base-files (10.1ubuntu2.10) ... 04:03:33 Installing new version of config file /etc/issue ... 04:03:33 Installing new version of config file /etc/issue.net ... 04:03:33 Installing new version of config file /etc/lsb-release ... 04:03:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:03:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:03:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:03:34 Removing obsolete conffile /etc/default/motd-news ... 04:03:34 (Reading database ... 13915 files and directories currently installed.) 04:03:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:03:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:03:34 Setting up bash (4.4.18-2ubuntu1.2) ... 04:03:34 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 04:03:34 (Reading database ... 13915 files and directories currently installed.) 04:03:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:03:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:03:34 (Reading database ... 13915 files and directories currently installed.) 04:03:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:03:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:03:34 Setting up tar (1.29b-2ubuntu0.2) ... 04:03:34 (Reading database ... 13915 files and directories currently installed.) 04:03:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:03:34 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:03:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:03:35 (Reading database ... 13915 files and directories currently installed.) 04:03:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:03:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:03:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:03:35 (Reading database ... 13915 files and directories currently installed.) 04:03:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:03:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:03:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:03:35 (Reading database ... 13915 files and directories currently installed.) 04:03:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:03:35 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:03:35 Setting up grep (3.1-2build1) ... 04:03:35 (Reading database ... 13915 files and directories currently installed.) 04:03:35 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:03:35 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:03:35 Setting up login (1:4.5-1ubuntu2) ... 04:03:35 (Reading database ... 13915 files and directories currently installed.) 04:03:35 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:03:35 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:03:35 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:03:35 (Reading database ... 13915 files and directories currently installed.) 04:03:35 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:03:35 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:03:36 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:03:36 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:03:36 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:03:36 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:03:36 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:03:36 (Reading database ... 13915 files and directories currently installed.) 04:03:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:03:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:03:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:03:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:03:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:03:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:03:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:03:37 (Reading database ... 13915 files and directories currently installed.) 04:03:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:03:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:03:37 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:03:38 (Reading database ... 13915 files and directories currently installed.) 04:03:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:03:38 (Reading database ... 13915 files and directories currently installed.) 04:03:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:38 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:03:38 (Reading database ... 13915 files and directories currently installed.) 04:03:38 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:38 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:03:38 (Reading database ... 13915 files and directories currently installed.) 04:03:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:38 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:03:38 (Reading database ... 13915 files and directories currently installed.) 04:03:38 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:03:38 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:03:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:03:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:03:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:03:38 (Reading database ... 13915 files and directories currently installed.) 04:03:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:03:39 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:03:39 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:03:39 (Reading database ... 13915 files and directories currently installed.) 04:03:39 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:39 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:03:39 (Reading database ... 13915 files and directories currently installed.) 04:03:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:39 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:03:39 (Reading database ... 13915 files and directories currently installed.) 04:03:39 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:03:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:03:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:03:40 (Reading database ... 13915 files and directories currently installed.) 04:03:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:03:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:03:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:03:40 (Reading database ... 13915 files and directories currently installed.) 04:03:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:03:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:03:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:03:40 (Reading database ... 13917 files and directories currently installed.) 04:03:40 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:03:40 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:03:40 Setting up debconf (1.5.66ubuntu1) ... 04:03:41 (Reading database ... 13917 files and directories currently installed.) 04:03:41 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:03:41 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:03:41 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:03:41 (Reading database ... 13917 files and directories currently installed.) 04:03:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:03:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:03:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:03:41 (Reading database ... 13917 files and directories currently installed.) 04:03:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 04:03:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:03:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 04:03:41 (Reading database ... 13917 files and directories currently installed.) 04:03:41 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 04:03:41 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:03:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 04:03:41 (Reading database ... 13919 files and directories currently installed.) 04:03:41 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 04:03:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:03:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 04:03:42 (Reading database ... 13923 files and directories currently installed.) 04:03:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:03:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:03:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... 04:03:42 Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... 04:03:42 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:03:42 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:03:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:03:42 (Reading database ... 13923 files and directories currently installed.) 04:03:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:03:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:03:42 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:03:42 (Reading database ... 13923 files and directories currently installed.) 04:03:42 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 04:03:42 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 04:03:42 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 04:03:42 (Reading database ... 13923 files and directories currently installed.) 04:03:42 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 04:03:42 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:03:42 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 04:03:43 (Reading database ... 13923 files and directories currently installed.) 04:03:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:03:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:03:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:03:43 (Reading database ... 13923 files and directories currently installed.) 04:03:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 04:03:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 04:03:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 04:03:43 (Reading database ... 13923 files and directories currently installed.) 04:03:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:03:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:03:43 Setting up passwd (1:4.5-1ubuntu2) ... 04:03:43 (Reading database ... 13923 files and directories currently installed.) 04:03:43 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 04:03:43 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:03:43 Setting up gpgv (2.2.4-1ubuntu1.4) ... 04:03:43 (Reading database ... 13923 files and directories currently installed.) 04:03:43 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 04:03:43 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 04:03:43 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 04:03:43 (Reading database ... 13923 files and directories currently installed.) 04:03:43 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 04:03:43 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 04:03:44 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 04:03:44 (Reading database ... 13923 files and directories currently installed.) 04:03:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:03:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:03:44 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:03:44 (Reading database ... 13923 files and directories currently installed.) 04:03:44 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:03:44 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:03:44 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:03:44 (Reading database ... 13923 files and directories currently installed.) 04:03:44 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:03:44 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:03:44 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:03:44 (Reading database ... 13923 files and directories currently installed.) 04:03:44 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:03:44 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:03:44 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:03:44 (Reading database ... 13923 files and directories currently installed.) 04:03:44 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 04:03:44 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 04:03:44 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 04:03:44 (Reading database ... 13923 files and directories currently installed.) 04:03:44 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 04:03:44 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 04:03:44 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 04:03:44 (Reading database ... 13924 files and directories currently installed.) 04:03:44 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:03:44 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:03:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:03:45 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:03:45 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 04:03:45 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 04:03:45 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:03:45 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:03:45 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:03:45 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:03:45 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:03:45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:03:45 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:03:45 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:03:45 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:03:45 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:03:45 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:03:45 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:03:46 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:03:46 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:03:46 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:03:46 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:03:46 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:03:46 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:03:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:03:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:03:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:03:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:03:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:03:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:03:47 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:03:47 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:03:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:03:47 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:03:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:03:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:03:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:47 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:48 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:48 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:49 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:50 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:50 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:51 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:03:51 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:03:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:03:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:03:51 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:03:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:03:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:03:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:03:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:03:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:03:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:03:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:03:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:03:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:03:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:03:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:03:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:03:52 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:03:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:03:52 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:03:52 04:03:52 Current default time zone: 'Etc/UTC' 04:03:52 Local time is now: Sun Jul 11 04:03:52 UTC 2021. 04:03:52 Universal Time is now: Sun Jul 11 04:03:52 UTC 2021. 04:03:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:03:52 04:03:52 Setting up systemd-sysv (237-3ubuntu10.48) ... 04:03:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:52 Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... 04:03:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:03:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:03:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:03:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:03:52 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:03:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:03:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:03:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:03:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:03:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 04:03:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:52 Setting up patch (2.7.6-2ubuntu1.1) ... 04:03:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:03:52 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:03:52 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 04:03:52 Installing new version of config file /etc/ssl/openssl.cnf ... 04:03:52 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:03:52 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:03:52 Setting up ca-certificates (20210119~18.04.1) ... 04:03:54 Updating certificates in /etc/ssl/certs... 04:03:55 23 added, 27 removed; done. 04:03:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:03:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:03:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:03:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:03:55 Setting up pkgbinarymangler (138.18.04.1) ... 04:03:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 04:03:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up perl (5.26.1-6ubuntu0.5) ... 04:03:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 04:03:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:03:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:03:55 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 04:03:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:03:55 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:03:55 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:03:55 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:03:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:03:55 Processing triggers for systemd (237-3ubuntu10.48) ... 04:03:55 Processing triggers for mime-support (3.60ubuntu1) ... 04:03:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:03:56 Updating certificates in /etc/ssl/certs... 04:03:56 0 added, 0 removed; done. 04:03:56 Running hooks in /etc/ca-certificates/update.d... 04:03:56 done. 04:03:56 Reading package lists... 04:03:57 Building dependency tree... 04:03:57 Reading state information... 04:03:57 The following NEW packages will be installed: 04:03:57 apt-transport-https 04:03:57 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:03:57 Need to get 4348 B of archives. 04:03:57 After this operation, 154 kB of additional disk space will be used. 04:03:57 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 04:03:57 debconf: delaying package configuration, since apt-utils is not installed 04:03:57 Fetched 4348 B in 0s (24.6 kB/s) 04:03:57 Selecting previously unselected package apt-transport-https. 04:03:57 (Reading database ... 13929 files and directories currently installed.) 04:03:57 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 04:03:57 Unpacking apt-transport-https (1.6.14) ... 04:03:57 Setting up apt-transport-https (1.6.14) ... 04:03:57 Waiting for network to be ready... 04:04:06 2021-07-11T04:04:03Z INFO Waiting for automatic snapd restart... 04:04:08 snapd 2.51.1 from Canonical* installed 04:04:09 "snapd" switched to the "latest/stable" channel 04:04:09 04:04:12 core18 20210611 from Canonical* installed 04:04:12 "core18" switched to the "latest/stable" channel 04:04:12 04:04:14 gofmt -l . 04:04:14 [ "`gofmt -l .`" = "" ] 04:04:14 ./bin/test-attribution-txt.sh [Pipeline] sh 04:04:15 + ls -al . 04:04:15 total 592 04:04:15 drwxrwxr-x 9 1001 1001 4096 Jul 11 04:04 . 04:04:15 drwxr-xr-x 4 root root 4096 Jul 11 04:00 .. 04:04:15 -rw-rw-r-- 1 1001 1001 11 Jul 11 03:58 .dockerignore 04:04:15 drwxrwxr-x 8 1001 1001 4096 Jul 11 03:58 .git 04:04:15 drwxrwxr-x 3 1001 1001 4096 Jul 11 03:58 .github 04:04:15 -rw-rw-r-- 1 1001 1001 818 Jul 11 03:58 .gitignore 04:04:15 -rw-rw-r-- 1 1001 1001 76 Jul 11 03:58 .hadolint.yml 04:04:15 -rw-rw-r-- 1 1001 1001 166 Jul 11 03:58 .sonarcloud.properties 04:04:15 -rw-rw-r-- 1 1001 1001 8609 Jul 11 03:58 Attribution.txt 04:04:15 -rw-rw-r-- 1 1001 1001 43881 Jul 11 03:58 CHANGELOG.md 04:04:15 -rw-rw-r-- 1 1001 1001 3804 Jul 11 03:58 CONTRIBUTING.md 04:04:15 -rw-rw-r-- 1 1001 1001 931 Jul 11 03:58 Dockerfile.build 04:04:15 -rw-rw-r-- 1 1001 1001 849 Jul 11 03:58 Jenkinsfile 04:04:15 -rw-rw-r-- 1 1001 1001 10775 Jul 11 03:58 LICENSE 04:04:15 -rw-rw-r-- 1 1001 1001 6003 Jul 11 03:58 Makefile 04:04:15 -rw-rw-r-- 1 1001 1001 7818 Jul 11 03:58 README.md 04:04:15 -rw-rw-r-- 1 1001 1001 6912 Jul 11 03:58 SECURITY.md 04:04:15 -rw-rw-r-- 1 1001 1001 5 Jul 11 03:55 VERSION 04:04:15 -rw-rw-r-- 1 1001 1001 4131 Jul 11 03:58 ZMQWindows.md 04:04:15 drwxrwxr-x 2 1001 1001 4096 Jul 11 03:58 bin 04:04:15 drwxrwxr-x 14 1001 1001 4096 Jul 11 03:58 cmd 04:04:15 -rw-r--r-- 1 root root 398095 Jul 11 04:02 coverage.out 04:04:15 -rw-rw-r-- 1 1001 1001 806 Jul 11 03:58 go.mod 04:04:15 -rw-r--r-- 1 root root 20850 Jul 11 04:00 go.sum 04:04:15 drwxrwxr-x 7 1001 1001 4096 Jul 11 03:58 internal 04:04:15 drwxrwxr-x 3 1001 1001 4096 Jul 11 03:58 openapi 04:04:15 drwxrwxr-x 4 1001 1001 4096 Jul 11 03:58 snap 04:04:15 -rw-rw-r-- 1 1001 1001 168 Jul 11 03:58 version.go [Pipeline] sh 04:04:16 + '[' -e coverage.out ] 04:04:16 + chown 1001:1001 coverage.out [Pipeline] stash 04:04:16 Warning: overwriting stash ‘coverage-report’ 04:04:16 snapcraft 4.8.3 from Canonical* installed 04:04:16 "snapcraft" switched to the "latest/stable" channel 04:04:16 04:04:16 Stashed 1 file(s) [Pipeline] sh 04:04:17 + make build 04:04:17 go mod tidy 04:04:18 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 04:04:22 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: 04:04:22 - README.md 04:04:22 04:04:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:04:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:04:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:04:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:04:23 Reading package lists... 04:04:23 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 04:04:23 Reading package lists... 04:04:23 Building dependency tree... 04:04:23 Reading state information... 04:04:23 Suggested packages: 04:04:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:04:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:04:23 Recommended packages: 04:04:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:04:23 The following NEW packages will be installed: 04:04:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:04:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:04:23 pkg-config zip 04:04:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:04:23 Need to get 7663 kB of archives. 04:04:23 After this operation, 43.8 MB of additional disk space will be used. 04:04:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 04:04:23 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:04:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 04:04:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 04:04:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 04:04:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:04:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:04:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:04:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:04:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:04:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:04:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:04:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:04:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:04:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:04:24 debconf: delaying package configuration, since apt-utils is not installed 04:04:24 Fetched 7663 kB in 1s (10.2 MB/s) 04:04:24 Selecting previously unselected package libglib2.0-0:amd64. 04:04:24 (Reading database ... 13933 files and directories currently installed.) 04:04:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 04:04:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:04:24 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 04:04:24 Selecting previously unselected package libpsl5:amd64. 04:04:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:04:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:04:24 Selecting previously unselected package libnghttp2-14:amd64. 04:04:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:04:25 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:04:25 Selecting previously unselected package librtmp1:amd64. 04:04:25 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:04:25 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:04:25 Selecting previously unselected package libcurl3-gnutls:amd64. 04:04:25 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 04:04:25 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 04:04:25 Selecting previously unselected package liberror-perl. 04:04:25 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:04:25 Unpacking liberror-perl (0.17025-1) ... 04:04:25 Selecting previously unselected package git-man. 04:04:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 04:04:25 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 04:04:25 Selecting previously unselected package git. 04:04:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 04:04:25 Unpacking git (1:2.17.1-1ubuntu0.8) ... 04:04:27 Selecting previously unselected package libnorm1:amd64. 04:04:27 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:04:27 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:04:27 Selecting previously unselected package libpgm-5.2-0:amd64. 04:04:27 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:04:27 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:04:28 Selecting previously unselected package libsodium23:amd64. 04:04:28 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:04:28 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:04:28 Selecting previously unselected package libzmq5:amd64. 04:04:28 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:04:28 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:04:28 Selecting previously unselected package libzmq3-dev:amd64. 04:04:28 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:04:28 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:04:28 Selecting previously unselected package pkg-config. 04:04:28 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:04:28 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:04:29 Selecting previously unselected package zip. 04:04:29 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:04:29 Unpacking zip (3.0-11build1) ... 04:04:29 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:04:29 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 04:04:29 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:04:29 Setting up liberror-perl (0.17025-1) ... 04:04:29 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:04:29 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:04:29 No schema files found: doing nothing. 04:04:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:04:29 Setting up zip (3.0-11build1) ... 04:04:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:04:30 Setting up libsodium23:amd64 (1.0.16-2) ... 04:04:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:04:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:04:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 04:04:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:04:30 Setting up git (1:2.17.1-1ubuntu0.8) ... 04:04:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:04:31 git set to automatically installed. 04:04:31 git-man set to automatically installed. 04:04:31 libcurl3-gnutls set to automatically installed. 04:04:31 liberror-perl set to automatically installed. 04:04:31 libglib2.0-0 set to automatically installed. 04:04:31 libnghttp2-14 set to automatically installed. 04:04:31 libnorm1 set to automatically installed. 04:04:31 libpgm-5.2-0 set to automatically installed. 04:04:31 libpsl5 set to automatically installed. 04:04:31 librtmp1 set to automatically installed. 04:04:31 libsodium23 set to automatically installed. 04:04:31 libzmq3-dev set to automatically installed. 04:04:31 libzmq5 set to automatically installed. 04:04:31 pkg-config set to automatically installed. 04:04:31 zip set to automatically installed. 04:04:32 snapd is not logged in, snap install commands will use sudo 04:04:33 snap "core18" has no updates available 04:04:33 snapd is not logged in, snap install commands will use sudo 04:04:43 go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed 04:04:43 Pulling config-common 04:04:43 + snapcraftctl pull 04:04:44 Pulling go-build-helper 04:04:44 + snapcraftctl pull 04:04:45 'edgex-go' has dependencies that need to be staged: go-build-helper 04:04:45 Skipping pull go-build-helper (already ran) 04:04:45 Building go-build-helper 04:04:45 + snapcraftctl build 04:04:47 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 04:04:47 Staging go-build-helper 04:04:47 + snapcraftctl stage 04:04:48 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 04:04:52 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 04:04:53 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 04:04:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:04:55 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:04:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] 04:04:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] 04:04:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 04:04:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 04:04:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] 04:04:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] 04:04:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] 04:04:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] 04:04:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:04:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:04:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:04:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:04:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:04:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:04:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:04:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:04:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:04:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2131 kB] 04:04:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] 04:04:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 04:04:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 04:04:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] 04:04:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] 04:04:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] 04:04:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] 04:04:55 Fetched 24.8 MB in 0s (0 B/s) 04:04:55 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:04:55 Fetched 224 kB in 0s (0 B/s) 04:04:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:04:55 Fetched 157 kB in 0s (0 B/s) 04:04:55 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:04:55 Fetched 221 kB in 0s (0 B/s) 04:04:55 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:04:55 Fetched 143 kB in 0s (0 B/s) 04:04:55 Pulling edgex-go 04:04:55 + snapcraftctl pull 04:04:56 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 04:04:57 Pulling hooks 04:04:57 + snapcraftctl pull 04:04:59 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 04:05:02 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 04:05:06 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 04:05:08 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 04:05:12 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 04:05:15 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:05:15 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:05:15 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:05:15 Fetched 0 B in 0s (0 B/s) 04:05:15 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:05:15 Fetched 96.5 kB in 0s (0 B/s) 04:05:15 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:05:15 Fetched 279 kB in 0s (0 B/s) 04:05:15 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:05:15 Fetched 122 kB in 0s (0 B/s) 04:05:15 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:05:15 Fetched 77.8 kB in 0s (0 B/s) 04:05:15 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:05:15 Fetched 8848 B in 0s (0 B/s) 04:05:15 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:05:15 Fetched 47.8 kB in 0s (0 B/s) 04:05:15 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:05:15 Fetched 45.6 kB in 0s (0 B/s) 04:05:15 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:05:15 Fetched 15.0 kB in 0s (0 B/s) 04:05:15 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 04:05:15 Fetched 219 kB in 0s (0 B/s) 04:05:15 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 04:05:15 Fetched 154 kB in 0s (0 B/s) 04:05:15 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:05:15 Fetched 50.6 kB in 0s (0 B/s) 04:05:15 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:05:15 Fetched 14.8 kB in 0s (0 B/s) 04:05:15 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:05:15 Fetched 41.8 kB in 0s (0 B/s) 04:05:15 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:05:15 Fetched 499 kB in 0s (0 B/s) 04:05:15 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:05:15 Fetched 111 kB in 0s (0 B/s) 04:05:15 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:05:15 Fetched 240 kB in 0s (0 B/s) 04:05:15 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:05:15 Fetched 29.3 kB in 0s (0 B/s) 04:05:15 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:05:15 Fetched 85.5 kB in 0s (0 B/s) 04:05:15 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:05:15 Fetched 24.5 kB in 0s (0 B/s) 04:05:15 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:05:15 Fetched 49.2 kB in 0s (0 B/s) 04:05:15 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:05:15 Fetched 54.2 kB in 0s (0 B/s) 04:05:15 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:05:15 Fetched 30.8 kB in 0s (0 B/s) 04:05:15 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 04:05:15 Fetched 15.8 kB in 0s (0 B/s) 04:05:15 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:05:15 Fetched 85.9 kB in 0s (0 B/s) 04:05:15 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:05:15 Fetched 8720 B in 0s (0 B/s) 04:05:15 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 04:05:15 Fetched 140 kB in 0s (0 B/s) 04:05:15 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:05:15 Fetched 119 kB in 0s (0 B/s) 04:05:15 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 04:05:15 Fetched 111 kB in 0s (0 B/s) 04:05:15 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:05:15 Fetched 11.1 kB in 0s (0 B/s) 04:05:15 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:05:15 Fetched 645 kB in 0s (0 B/s) 04:05:15 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:05:15 Fetched 41.3 kB in 0s (0 B/s) 04:05:15 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:05:15 Fetched 17.9 kB in 0s (0 B/s) 04:05:15 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:05:15 Fetched 368 kB in 0s (0 B/s) 04:05:15 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:05:15 Fetched 187 kB in 0s (0 B/s) 04:05:15 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:05:15 Fetched 175 kB in 0s (0 B/s) 04:05:15 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:05:15 Fetched 206 kB in 0s (0 B/s) 04:05:15 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 04:05:15 Fetched 1301 kB in 0s (0 B/s) 04:05:15 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:05:15 Fetched 36.2 kB in 0s (0 B/s) 04:05:15 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 04:05:15 Fetched 159 kB in 0s (0 B/s) 04:05:15 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:05:15 Fetched 107 kB in 0s (0 B/s) 04:05:15 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:05:15 Fetched 48.7 kB in 0s (0 B/s) 04:05:15 Pulling static-packages 04:05:15 + snapcraftctl pull 04:05:15 Pulling version 04:05:15 + cd /root/project 04:05:15 + git describe --tags --abbrev=0 04:05:15 + sed s/v// 04:05:15 + GIT_VERSION=2.0.1-dev.3 04:05:15 + [ -z 2.0.1-dev.3 ] 04:05:15 + snapcraftctl set-version 2.0.1-dev.3 04:05:15 Building config-common 04:05:15 + snapcraftctl build 04:05:16 Skipping build go-build-helper (already ran) 04:05:16 Building edgex-go 04:05:17 + cd /root/parts/edgex-go/src 04:05:17 + git describe --tags --abbrev=0 04:05:17 + sed s/v// 04:05:17 + GIT_VERSION=2.0.1-dev.3 04:05:17 + [ -z 2.0.1-dev.3 ] 04:05:17 + echo 2.0.1-dev.3 04:05:17 + make build 04:05:17 go mod tidy [Pipeline] } 04:05:17 $ docker stop --time=1 bb206332822b06ca7666d2eebc2e1a8a376099655e93a701f764e43f0fa92cee 04:05:20 $ docker rm -f bb206332822b06ca7666d2eebc2e1a8a376099655e93a701f764e43f0fa92cee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 04:05:21 go: downloading github.com/gorilla/mux v1.8.0 04:05:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 04:05:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0 04:05:21 go: downloading github.com/stretchr/testify v1.7.0 04:05:21 go: downloading github.com/google/uuid v1.2.0 04:05:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 04:05:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:05:21 go: downloading gopkg.in/yaml.v2 v2.4.0 04:05:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:05:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:05:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 04:05:21 go: downloading github.com/lib/pq v1.10.2 [Pipeline] isUnix [Pipeline] sh 04:05:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:21 04:05:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:05:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:05:22 go: downloading github.com/pelletier/go-toml v1.9.3 04:05:22 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 04:05:22 latest: Pulling from edgex-devops/edgex-compose-arm64 04:05:22 29e5d40040c1: Pulling fs layer 04:05:22 1ce36da41761: Pulling fs layer 04:05:22 25b303627fd3: Pulling fs layer 04:05:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 04:05:22 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 04:05:22 go: downloading github.com/go-playground/validator/v10 v10.6.1 04:05:22 go: downloading github.com/go-kit/kit v0.9.0 04:05:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:05:22 go: downloading github.com/davecgh/go-spew v1.1.1 04:05:22 29e5d40040c1: Verifying Checksum 04:05:22 29e5d40040c1: Download complete 04:05:22 go: downloading github.com/pmezard/go-difflib v1.0.0 04:05:22 go: downloading github.com/stretchr/objx v0.1.0 04:05:22 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:05:22 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 04:05:22 go: downloading github.com/x448/float16 v0.8.4 04:05:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 04:05:22 go: downloading github.com/go-redis/redis/v7 v7.3.0 04:05:22 go: downloading github.com/pebbe/zmq4 v1.2.7 04:05:22 go: downloading github.com/hashicorp/consul/api v1.8.1 04:05:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:05:22 go: downloading github.com/kr/pretty v0.2.0 04:05:22 go: downloading github.com/go-playground/universal-translator v0.17.0 04:05:22 go: downloading github.com/leodido/go-urn v1.2.0 04:05:23 go: downloading golang.org/x/text v0.3.2 04:05:23 go: downloading github.com/go-playground/assert/v2 v2.0.1 04:05:23 go: downloading github.com/go-playground/locales v0.13.0 04:05:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:05:23 go: downloading github.com/go-stack/stack v1.8.0 04:05:23 go: downloading github.com/kr/text v0.1.0 04:05:23 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 04:05:23 29e5d40040c1: Pull complete 04:05:23 1ce36da41761: Verifying Checksum 04:05:23 1ce36da41761: Download complete 04:05:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:05:23 go: downloading github.com/mitchellh/copystructure v1.0.0 04:05:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:05:23 go: downloading github.com/gorilla/websocket v1.4.2 04:05:23 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 04:05:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:05:23 go: downloading github.com/hashicorp/go-hclog v0.12.0 04:05:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 04:05:23 go: downloading github.com/hashicorp/serf v0.9.5 04:05:23 go: downloading github.com/hashicorp/consul/sdk v0.7.0 04:05:23 go: downloading github.com/hashicorp/go-uuid v1.0.1 04:05:23 go: downloading github.com/onsi/ginkgo v1.10.1 04:05:24 go: downloading github.com/onsi/gomega v1.7.0 04:05:24 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:05:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:05:24 go: downloading github.com/fatih/color v1.9.0 04:05:24 go: downloading github.com/mattn/go-colorable v0.1.6 04:05:24 go: downloading github.com/mattn/go-isatty v0.0.12 04:05:24 go: downloading github.com/mitchellh/go-homedir v1.1.0 04:05:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:05:24 go: downloading github.com/hashicorp/go-msgpack v0.5.3 04:05:24 go: downloading github.com/hashicorp/memberlist v0.2.2 04:05:24 go: downloading github.com/pkg/errors v0.8.1 04:05:24 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 04:05:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:05:24 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:05:24 go: downloading github.com/hpcloud/tail v1.0.0 04:05:24 go: downloading github.com/miekg/dns v1.1.26 04:05:24 go: downloading github.com/hashicorp/go-multierror v1.1.0 04:05:24 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 04:05:24 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:05:24 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:05:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:05:24 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:05:24 go: downloading gopkg.in/fsnotify.v1 v1.4.7 04:05:24 go: downloading github.com/hashicorp/errwrap v1.0.0 04:05:24 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 04:05:24 1ce36da41761: Pull complete 04:05:25 25b303627fd3: Verifying Checksum 04:05:25 25b303627fd3: Download complete 04:05:34 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 04:05:35 25b303627fd3: Pull complete 04:05:35 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:05:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:05:35 prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 04:05:35 $ 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 04:05:38 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 04:05:38 $ docker top a1707a1bc9457db2492d2448f3da3b9e49028b5caa17a0f6cbbef20a377c9b2d -eo pid,comm 04:05:38 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 04:05:39 + docker-compose build --help 04:05:39 + grep parallel 04:05:39 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 04:05:40 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 04:05:41 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 04:05:42 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 04:05:43 --parallel Build images in parallel. [Pipeline] } 04:05:43 $ docker stop --time=1 a1707a1bc9457db2492d2448f3da3b9e49028b5caa17a0f6cbbef20a377c9b2d 04:05:43 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 04:05:44 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 04:05:44 $ docker rm -f a1707a1bc9457db2492d2448f3da3b9e49028b5caa17a0f6cbbef20a377c9b2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:05:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:05:45 . [Pipeline] withDockerContainer 04:05:45 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 04:05:45 prd-ubuntu18.04-docker-arm64-4c-16g-2444 does not seem to be running inside a container 04:05:45 $ 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 04:05:46 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 04:05:47 $ docker top 52ed940e80dade19ceee21843fcb6b99a24d003b74e01ccdd00da46968a3b8f6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:48 + docker-compose -f ./docker-compose-build.yml build --parallel 04:05:48 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 04:05:48 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 04:05:48 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 04:05:48 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 04:05:48 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 04:05:48 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 04:05:48 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 04:05:48 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 04:05:48 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 04:05:48 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 04:05:48 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 04:05:48 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 04:05:48 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 04:05:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 04:05:48 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 04:05:48 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 04:05:48 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 04:05:48 + 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 04:05:48 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 04:05:48 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 04:05:48 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 04:05:48 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 04:05:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 04:05:48 + 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 04:05:48 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 04:05:48 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 04:05:48 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 04:05:49 Building hooks 04:05:49 + cd /root/parts/hooks/src 04:05:49 + make build 04:05:49 go mod tidy 04:05:50 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 04:05:50 go: downloading github.com/stretchr/testify v1.5.1 04:05:50 go: downloading gopkg.in/yaml.v2 v2.2.2 04:05:50 go: downloading github.com/davecgh/go-spew v1.1.0 04:05:50 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 04:05:51 GO111MODULE=on go build -o cmd/install/install ./cmd/install 04:05:51 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 04:05:51 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 04:05:52 Building core-command ... 04:05:52 Building core-data ... 04:05:52 Building core-metadata ... 04:05:52 Building security-bootstrapper ... 04:05:52 Building security-proxy-setup ... 04:05:52 Building security-secretstore-setup ... 04:05:52 Building support-notifications ... 04:05:52 Building support-scheduler ... 04:05:52 Building sys-mgmt-agent ... 04:05:52 Building core-metadata 04:05:52 Building security-secretstore-setup 04:05:52 Building security-proxy-setup 04:05:52 Building support-scheduler 04:05:52 Building security-bootstrapper 04:05:55 Building static-packages 04:05:55 + snapcraftctl build 04:05:57 Building version 04:05:57 + snapcraftctl build 04:05:59 Staging config-common 04:05:59 + snapcraftctl stage 04:05:59 Skipping stage go-build-helper (already ran) 04:05:59 Staging edgex-go 04:05:59 + snapcraftctl stage 04:06:00 Staging hooks 04:06:00 + snapcraftctl stage 04:06:02 Staging static-packages 04:06:02 + snapcraftctl stage 04:06:03 Staging version 04:06:03 + snapcraftctl stage 04:06:04 Priming config-common 04:06:04 + snapcraftctl prime 04:06:04 Priming go-build-helper 04:06:04 + snapcraftctl prime 04:06:05 Priming edgex-go 04:06:05 + snapcraftctl prime 04:06:07 Priming hooks 04:06:07 + snapcraftctl prime 04:06:08 Priming static-packages 04:06:08 + snapcraftctl prime 04:06:10 Priming version 04:06:10 + snapcraftctl prime 04:06:11 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] } 04:07:00 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:07:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:07:00 ---> 5f31793b90ed 04:07:00 Step 3/26 : WORKDIR /edgex-go 04:07:00 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:07:00 Step 2/32 : FROM ${BUILDER_BASE} AS builder 04:07:00 ---> 5f31793b90ed 04:07:00 Step 3/32 : WORKDIR /edgex-go 04:07:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:07:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:07:00 ---> 5f31793b90ed 04:07:00 Step 3/23 : WORKDIR /edgex-go 04:07:00 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:07:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:07:00 ---> 5f31793b90ed 04:07:00 Step 3/22 : WORKDIR /edgex-go 04:07:00 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:07:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:07:00 ---> 5f31793b90ed 04:07:00 Step 3/24 : WORKDIR /edgex-go 04:07:00 ---> Running in 7fbe7caea602 04:07:00 ---> Running in 7da352144cca 04:07:00 ---> Running in 4053c9105f59 04:07:00 ---> Running in 47949c1e8b17 04:07:00 ---> Running in d26dd65bd609 04:07:00 Removing intermediate container 7da352144cca 04:07:00 ---> 0ec4b0448793 04:07:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:00 Removing intermediate container 47949c1e8b17 04:07:00 ---> e19ac7ac04b3 04:07:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:00 Removing intermediate container 4053c9105f59 04:07:00 ---> 6e020adcf395 04:07:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:00 Removing intermediate container d26dd65bd609 04:07:00 ---> 597940db3b7b 04:07:00 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:00 ---> Running in a20cbb223820 04:07:00 Removing intermediate container 7fbe7caea602 04:07:00 ---> d62c70e7a722 04:07:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:00 ---> Running in 38f15fd24dc0 04:07:00 ---> Running in 853fd2c93e3e 04:07:00 ---> Running in 7c44022489a9 04:07:00 ---> Running in c2ce0a57e52e 04:07:02 Removing intermediate container a20cbb223820 04:07:02 ---> e5e97cc9b228 04:07:02 Step 5/24 : RUN apk add --update --no-cache make git 04:07:03 ---> Running in 9f080502d80d 04:07:03 Removing intermediate container 38f15fd24dc0 04:07:03 ---> 08a84ec5c895 04:07:03 Step 5/22 : RUN apk add --update --no-cache make git 04:07:03 ---> Running in ba47a382f0e5 04:07:03 Removing intermediate container 853fd2c93e3e 04:07:03 ---> 839aa234cd6e 04:07:03 Step 5/23 : RUN apk add --update --no-cache make git 04:07:03 Removing intermediate container c2ce0a57e52e 04:07:03 ---> 161a9aabf27f 04:07:03 Step 5/26 : RUN apk add --update --no-cache make git 04:07:03 Removing intermediate container 7c44022489a9 04:07:03 ---> a62bf894dcf4 04:07:03 Step 5/32 : RUN apk add --update --no-cache make git 04:07:03 ---> Running in b6bd7dec9689 04:07:04 ---> Running in 082a377af6b1 04:07:04 ---> Running in bbbabc0e7cb6 04:07:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:07:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:07:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:07:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:07:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:07:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:07:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:07:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:07:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:07:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:07:08 OK: 218 MiB in 52 packages 04:07:08 OK: 218 MiB in 52 packages 04:07:08 OK: 218 MiB in 52 packages 04:07:09 Removing intermediate container bbbabc0e7cb6 04:07:09 ---> 178b84c8a7da 04:07:09 Step 6/32 : COPY go.mod . 04:07:10 Removing intermediate container b6bd7dec9689 04:07:10 ---> 257cbeede898 04:07:10 Step 6/23 : COPY go.mod . 04:07:10 Removing intermediate container ba47a382f0e5 04:07:10 ---> 924caf17b519 04:07:10 Step 6/22 : COPY go.mod . 04:07:10 ---> 8676da56aa47 04:07:10 Step 7/32 : RUN go mod download 04:07:10 OK: 218 MiB in 52 packages 04:07:10 OK: 218 MiB in 52 packages 04:07:11 ---> Running in d56824bde779 04:07:11 ---> 5074da1e6fea 04:07:11 Step 7/23 : RUN go mod download 04:07:11 ---> 7e85afdcb0bc 04:07:11 Step 7/22 : RUN go mod download 04:07:11 ---> Running in 85736e4b512f 04:07:11 ---> Running in 873bf5a1a357 04:07:12 Removing intermediate container 9f080502d80d 04:07:12 ---> bace9b4136bf 04:07:12 Step 6/24 : COPY go.mod . 04:07:12 Removing intermediate container 082a377af6b1 04:07:12 ---> c2969f71ec5d 04:07:12 Step 6/26 : COPY go.mod . 04:07:13 ---> 3bd7836a4cf3 04:07:13 Step 7/24 : RUN go mod download 04:07:14 ---> Running in 5126c37af44a 04:07:14 ---> b9ec18764894 04:07:14 Step 7/26 : RUN go mod download 04:07:14 ---> Running in 0033882f6f48 04:07:15 Removing intermediate container d56824bde779 04:07:15 ---> ee92ad57f953 04:07:15 Step 8/32 : COPY . . 04:07:16 Removing intermediate container 85736e4b512f 04:07:16 ---> 6635bdcf5aa3 04:07:16 Step 8/23 : COPY . . 04:07:16 Removing intermediate container 873bf5a1a357 04:07:16 ---> e1309ffb68dd 04:07:16 Step 8/22 : COPY . . 04:07:20 Removing intermediate container 5126c37af44a 04:07:20 ---> 1d07d884f4a1 04:07:20 Step 8/24 : COPY . . 04:07:20 Removing intermediate container 0033882f6f48 04:07:20 ---> 94523b1378e3 04:07:20 Step 8/26 : COPY . . 04:07:43 ---> 7ffff62f93f4 04:07:43 Step 9/22 : RUN go mod tidy 04:07:43 ---> 43fed3d17521 04:07:43 Step 9/32 : RUN go mod tidy 04:07:43 ---> a0bf234d6e7f 04:07:43 Step 9/23 : RUN go mod tidy 04:07:43 ---> 8ca0191206a5 04:07:43 Step 9/24 : RUN go mod tidy 04:07:43 ---> Running in f8215c803821 04:07:43 ---> Running in 144a18febdb2 04:07:43 ---> 48ef21d383f1 04:07:43 Step 9/26 : RUN go mod tidy 04:07:43 ---> Running in 369ce761a38e 04:07:43 ---> Running in c5d45a769d5d 04:07:43 ---> Running in 680ea27ef42d 04:07:48 Removing intermediate container f8215c803821 04:07:48 ---> b9ea6f6808cf 04:07:48 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:07:48 ---> Running in 6a62f2e8edd6 04:07:49 Removing intermediate container 369ce761a38e 04:07:49 ---> 665b918ee98e 04:07:49 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 04:07:49 ---> Running in 8c07e5e5f984 04:07:49 Removing intermediate container 144a18febdb2 04:07:49 ---> 66f62e8548b4 04:07:49 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:07:49 Removing intermediate container c5d45a769d5d 04:07:49 ---> a2c0ad974df1 04:07:49 Step 10/24 : RUN make cmd/core-metadata/core-metadata 04:07:49 ---> Running in e4180551f495 04:07:49 Removing intermediate container 680ea27ef42d 04:07:49 ---> 92b958e5ecc8 04:07:49 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:07:50 ---> Running in af0671bbc863 04:07:50 ---> Running in a001a89d0491 04:07:50 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 04:07:51 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 04:07:52 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 04:07:52 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 04:07:52 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 04:09:44 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 04:09:44 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 04:09:49 Removing intermediate container 8c07e5e5f984 04:09:49 ---> 03bcbd65cfd3 04:09:49 04:09:49 Step 11/23 : FROM alpine:3.12 04:09:49 Removing intermediate container 6a62f2e8edd6 04:09:49 ---> 4ce7f7b5c667 04:09:49 04:09:49 Step 11/22 : FROM alpine:3.12 04:09:49 Removing intermediate container e4180551f495 04:09:49 ---> fb9c7f19e9ca 04:09:49 04:09:49 Step 11/32 : FROM alpine:3.12 04:09:49 Removing intermediate container a001a89d0491 04:09:49 ---> fb9859824f0f 04:09:49 04:09:49 Step 11/26 : FROM alpine:3.12 04:09:49 3.12: Pulling from library/alpine 04:09:50 3.12: Pulling from library/alpine 04:09:50 Removing intermediate container af0671bbc863 04:09:50 ---> c8a3c1e0fc7b 04:09:50 04:09:50 Step 11/24 : FROM alpine:3.12 04:09:50 3.12: Pulling from library/alpine 04:09:50 3.12: Pulling from library/alpine 04:09:50 3.12: Pulling from library/alpine 04:09:51 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:09:51 Status: Downloaded newer image for alpine:3.12 04:09:51 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:09:51 Status: Image is up to date for alpine:3.12 04:09:51 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:09:51 Status: Image is up to date for alpine:3.12 04:09:51 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:09:51 Status: Image is up to date for alpine:3.12 04:09:51 ---> c4fd0aeabfcf 04:09:51 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:09:51 ---> c4fd0aeabfcf 04:09:51 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:09:51 ---> c4fd0aeabfcf 04:09:51 Step 12/22 : RUN apk add --update --no-cache curl 04:09:51 ---> c4fd0aeabfcf 04:09:51 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:09:51 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 04:09:51 Status: Image is up to date for alpine:3.12 04:09:51 ---> c4fd0aeabfcf 04:09:51 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:09:52 ---> Running in bb61317cc6ed 04:09:52 ---> Running in bfae6016da29 04:09:52 ---> Running in de0796b3b83b 04:09:52 ---> Running in ace3584c161e 04:09:52 ---> Running in 722edf0bbe9f 04:09:52 Removing intermediate container de0796b3b83b 04:09:52 ---> faa7f3fb0c91 04:09:52 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 04:09:52 ---> Running in d34a1693ce02 04:09:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:54 (1/6) Installing ca-certificates (20191127-r4) 04:09:54 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:09:54 (3/6) Installing libcurl (7.77.0-r0) 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:55 (4/6) Installing curl (7.77.0-r0) 04:09:55 (5/6) Installing dumb-init (1.2.2-r1) 04:09:55 (6/6) Installing su-exec (0.2-r1) 04:09:55 (1/4) Installing ca-certificates (20191127-r4) 04:09:55 Executing busybox-1.31.1-r20.trigger 04:09:55 Executing ca-certificates-20191127-r4.trigger 04:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:09:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:09:55 (3/4) Installing libcurl (7.77.0-r0) 04:09:55 (4/4) Installing curl (7.77.0-r0) 04:09:55 Executing busybox-1.31.1-r20.trigger 04:09:55 OK: 7 MiB in 20 packages 04:09:55 Executing ca-certificates-20191127-r4.trigger 04:09:55 (1/1) Installing dumb-init (1.2.2-r1) 04:09:55 Executing busybox-1.31.1-r20.trigger 04:09:55 OK: 5 MiB in 15 packages 04:09:55 (1/1) Installing dumb-init (1.2.2-r1) 04:09:55 OK: 7 MiB in 18 packages 04:09:55 Executing busybox-1.31.1-r20.trigger 04:09:55 OK: 5 MiB in 15 packages 04:09:55 (1/2) Installing dumb-init (1.2.2-r1) 04:09:55 (2/2) Installing su-exec (0.2-r1) 04:09:55 Executing busybox-1.31.1-r20.trigger 04:09:55 OK: 5 MiB in 16 packages 04:09:57 Removing intermediate container ace3584c161e 04:09:57 ---> 6eb630a5cecc 04:09:57 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:09:57 Removing intermediate container bb61317cc6ed 04:09:57 ---> 2961adeb5bbb 04:09:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:09:57 ---> Running in a02d6d097bc6 04:09:57 Removing intermediate container 722edf0bbe9f 04:09:57 ---> d377fb6bdfcb 04:09:57 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:09:57 ---> Running in 6d84813197b2 04:09:57 Removing intermediate container d34a1693ce02 04:09:57 ---> f1d50f1473e7 04:09:57 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 04:09:57 ---> Running in 39c5b6fb4cfb 04:09:58 Removing intermediate container bfae6016da29 04:09:58 ---> 75082136cd64 04:09:58 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:09:58 ---> Running in d48205b88ad8 04:09:58 Removing intermediate container a02d6d097bc6 04:09:58 ---> 8ccfb4b6c1bc 04:09:58 Step 14/23 : ENV APP_PORT=59861 04:09:58 ---> Running in 04da0005a977 04:09:58 Removing intermediate container 6d84813197b2 04:09:58 ---> 808c762efe39 04:09:58 Step 14/26 : WORKDIR / 04:09:58 ---> Running in 017dde216d80 04:09:58 Removing intermediate container 39c5b6fb4cfb 04:09:58 ---> 5b42c3919849 04:09:58 Step 14/24 : ENV APP_PORT=59881 04:09:58 ---> Running in 51f2112842d4 04:09:58 Removing intermediate container d48205b88ad8 04:09:58 ---> c30488671fd4 04:09:58 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:09:58 ---> Running in c8fbb21a8c85 04:09:58 Removing intermediate container 04da0005a977 04:09:58 ---> 6c2b8028e356 04:09:58 Step 14/22 : WORKDIR /edgex 04:09:58 ---> Running in f34ba41664bd 04:09:59 Removing intermediate container 017dde216d80 04:09:59 ---> 56acce3f059f 04:09:59 Step 15/23 : EXPOSE $APP_PORT 04:09:59 ---> Running in 3ddae937542c 04:09:59 Removing intermediate container 51f2112842d4 04:09:59 ---> 8b1b98969a41 04:09:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:09:59 ---> Running in 3948678f11dc 04:09:59 Removing intermediate container c8fbb21a8c85 04:09:59 Removing intermediate container f34ba41664bd 04:09:59 ---> 63f4f7dfb975 04:09:59 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:09:59 ---> d38529ebc12e 04:09:59 Step 15/24 : EXPOSE $APP_PORT 04:10:00 ---> Running in f5717e995191 04:10:00 ---> Running in 14229b2032ec 04:10:00 Removing intermediate container 3ddae937542c 04:10:00 ---> ab873b728c75 04:10:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:10:00 Removing intermediate container 3948678f11dc 04:10:00 ---> ddf7051b106f 04:10:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:10:00 ---> de0562b5cd72 04:10:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:10:00 Removing intermediate container 14229b2032ec 04:10:00 ---> 3d5d9d99ba0e 04:10:00 Step 16/24 : WORKDIR / 04:10:01 ---> Running in c6435d54c5b0 04:10:01 ---> 6ea3853a2462 04:10:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:10:01 ---> 20a1b3401096 04:10:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:10:01 ---> b39c2ba7358b 04:10:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:10:02 Removing intermediate container c6435d54c5b0 04:10:02 ---> 989c2ea5372b 04:10:02 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:10:03 ---> 10846bdeaa37 04:10:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:10:03 ---> c545cacf7e08 04:10:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:10:03 Removing intermediate container f5717e995191 04:10:03 ---> 2260fcfe6a0a 04:10:03 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 04:10:03 ---> da4d8e0432e6 04:10:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:10:03 ---> Running in de81230ee943 04:10:03 ---> 95cbdc08bdf5 04:10:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:10:04 ---> fe38f58c5058 04:10:04 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:10:04 Removing intermediate container de81230ee943 04:10:04 ---> 3ca8aa7eb736 04:10:04 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:10:05 ---> 5f421d656add 04:10:05 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:10:05 ---> Running in fd14a3788dc2 04:10:05 ---> 69c78c048d3a 04:10:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:10:05 ---> 2f819b002353 04:10:05 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:10:06 ---> Running in d39e5194787f 04:10:06 ---> 059342906380 04:10:06 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:10:06 ---> e7d9b86fc8a3 04:10:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:10:06 Removing intermediate container fd14a3788dc2 04:10:06 ---> 6ce5b0067154 04:10:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:06 ---> Running in acd4ee34efd1 04:10:06 ---> Running in c0a69a365bec 04:10:06 Removing intermediate container d39e5194787f 04:10:06 ---> 87afc36d5661 04:10:06 Step 19/22 : CMD ["--init=true"] 04:10:07 ---> Running in ccbea1655c63 04:10:07 ---> e0f29a824886 04:10:07 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:10:07 ---> Running in 28551a6a76c7 04:10:07 Removing intermediate container c0a69a365bec 04:10:07 ---> 176bd8898498 04:10:07 Step 21/23 : LABEL arch=arm64 04:10:07 ---> Running in c75023c6213e 04:10:07 Removing intermediate container ccbea1655c63 04:10:07 ---> fcae65c0c164 04:10:07 Step 20/22 : LABEL arch=arm64 04:10:08 ---> Running in c5abd6297c18 04:10:08 Removing intermediate container 28551a6a76c7 04:10:08 ---> 5bd05170003d 04:10:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:08 ---> 75ff3e4e1dfc 04:10:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:10:08 ---> Running in 55eaa4bb3689 04:10:08 Removing intermediate container c75023c6213e 04:10:08 ---> c9954e2b13d0 04:10:08 Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:10:08 ---> Running in 4a1708b8437a 04:10:09 Removing intermediate container c5abd6297c18 04:10:09 ---> d95b5c34d5c1 04:10:09 Step 21/22 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:10:09 Removing intermediate container 55eaa4bb3689 04:10:09 ---> 6ee2d3b98991 04:10:09 Step 22/24 : LABEL arch=arm64 04:10:09 ---> Running in b26d772b964d 04:10:09 ---> 38c91ba274b2 04:10:09 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/ 04:10:09 ---> Running in 98cdcdff3906 04:10:09 Removing intermediate container 4a1708b8437a 04:10:09 ---> 4a9f1391b538 04:10:09 Step 23/23 : LABEL version=0.0.0 04:10:09 ---> Running in 4028bdae63d4 04:10:09 Removing intermediate container acd4ee34efd1 04:10:09 ---> 02124633409a 04:10:09 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 04:10:09 ---> Running in dd59de8c14d6 04:10:10 Removing intermediate container b26d772b964d 04:10:10 ---> 2fd8865da631 04:10:10 Step 22/22 : LABEL version=0.0.0 04:10:10 Removing intermediate container 98cdcdff3906 04:10:10 ---> 82540099b7cc 04:10:10 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:10:10 ---> Running in 582d7de247d9 04:10:10 ---> Running in 35ea3376001d 04:10:10 Removing intermediate container dd59de8c14d6 04:10:10 ---> 68fe6b2fa1e2 04:10:10 04:10:10 ---> d9992fc2b9bb 04:10:10 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:10:10 Removing intermediate container 582d7de247d9 04:10:10 ---> eb63b3657e93 04:10:10 04:10:11 Successfully built 68fe6b2fa1e2 04:10:11 Successfully tagged support-scheduler-arm64:latest 04:10:11 Building sys-mgmt-agent 04:10:11  Building support-scheduler ... done Removing intermediate container 35ea3376001d 04:10:11 ---> 4082f87d1d21 04:10:11 Step 24/24 : LABEL version=0.0.0 04:10:11 Successfully built eb63b3657e93 04:10:11 Successfully tagged security-proxy-setup-arm64:latest 04:10:11 Building core-command 04:10:11  Building security-proxy-setup ... done  ---> Running in fdbba506423e 04:10:12 Removing intermediate container fdbba506423e 04:10:12 ---> e33a8a372178 04:10:12 04:10:12 Successfully built e33a8a372178 04:10:12 Removing intermediate container 4028bdae63d4 04:10:12 ---> 8652297f4ac4 04:10:12 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:10:12 ---> e70a67eec967 04:10:12 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:10:12 Successfully tagged core-metadata-arm64:latest 04:10:12  Building core-metadata ... done Building core-data 04:10:12 ---> Running in 7776971ce7d7 04:10:13 Removing intermediate container 7776971ce7d7 04:10:13 ---> 557772bc1f7b 04:10:13 Step 24/26 : LABEL arch=arm64 04:10:13 ---> 392a22e3be97 04:10:13 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:10:13 ---> Running in 23e2a0a97533 04:10:14 Removing intermediate container 23e2a0a97533 04:10:14 ---> 103a28529430 04:10:14 Step 25/26 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:10:15 ---> c045bbe0633e 04:10:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:10:15 ---> Running in 62fc4e472570 04:10:16 Removing intermediate container 62fc4e472570 04:10:16 ---> 88519cff69d7 04:10:16 Step 26/26 : LABEL version=0.0.0 04:10:16 ---> b3e4a5748295 04:10:16 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 04:10:16 ---> Running in 165cca519eb4 04:10:17 ---> Running in e58b3f893686 04:10:17 Removing intermediate container 165cca519eb4 04:10:17 ---> cbd12015d4b5 04:10:17 04:10:17 Removing intermediate container e58b3f893686 04:10:17 ---> ca17d9391714 04:10:17 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:10:17 Successfully built cbd12015d4b5 04:10:17 Successfully tagged security-secretstore-setup-arm64:latest 04:10:17  Building security-secretstore-setup ... done Building support-notifications 04:10:19 ---> 0ed45d3e3b49 04:10:19 Step 27/32 : RUN chmod +x /entrypoint.sh 04:10:19 ---> Running in b350a1cfb807 04:10:22 Removing intermediate container b350a1cfb807 04:10:22 ---> ff4fbfebe378 04:10:22 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 04:10:23 ---> Running in dfe8d752f8f3 04:10:24 Removing intermediate container dfe8d752f8f3 04:10:24 ---> f0c034f85212 04:10:24 Step 29/32 : CMD ["gate"] 04:10:24 ---> Running in 495713bea4df 04:10:25 Removing intermediate container 495713bea4df 04:10:25 ---> 8483b5f6fa6a 04:10:25 Step 30/32 : LABEL arch=arm64 04:10:25 ---> Running in d6bf36cacb5e 04:10:26 Removing intermediate container d6bf36cacb5e 04:10:26 ---> 61786bbce3d6 04:10:26 Step 31/32 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:10:26 ---> Running in fd69240e9022 04:10:27 Removing intermediate container fd69240e9022 04:10:27 ---> 7cbfe0603e9a 04:10:27 Step 32/32 : LABEL version=0.0.0 04:10:27 ---> Running in 997fc5cfa947 04:10:28 Removing intermediate container 997fc5cfa947 04:10:28 ---> 74327a670e39 04:10:28 04:10:28 Successfully built 74327a670e39 04:10:28 Successfully tagged security-bootstrapper-arm64:latest 04:11:07  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:11:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:11:07 ---> 5f31793b90ed 04:11:07 Step 3/24 : WORKDIR /edgex-go 04:11:07 ---> Using cache 04:11:07 ---> d62c70e7a722 04:11:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:07 ---> Using cache 04:11:07 ---> 161a9aabf27f 04:11:07 Step 5/24 : RUN apk add --update --no-cache make bash git 04:11:07 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:11:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:11:07 ---> 5f31793b90ed 04:11:07 Step 3/24 : WORKDIR /edgex-go 04:11:07 ---> Using cache 04:11:07 ---> d62c70e7a722 04:11:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:07 ---> Using cache 04:11:07 ---> 161a9aabf27f 04:11:07 Step 5/24 : RUN apk add --update --no-cache make git 04:11:07 ---> Using cache 04:11:07 ---> c2969f71ec5d 04:11:07 Step 6/24 : COPY go.mod . 04:11:07 ---> Using cache 04:11:07 ---> b9ec18764894 04:11:07 Step 7/24 : RUN go mod download 04:11:07 ---> Using cache 04:11:07 ---> 94523b1378e3 04:11:07 Step 8/24 : COPY . . 04:11:07 ---> Using cache 04:11:07 ---> 48ef21d383f1 04:11:07 Step 9/24 : RUN go mod tidy 04:11:07 ---> Using cache 04:11:07 ---> 92b958e5ecc8 04:11:07 Step 10/24 : RUN make cmd/core-command/core-command 04:11:07 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:11:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:11:07 ---> 5f31793b90ed 04:11:07 Step 3/24 : WORKDIR /edgex-go 04:11:07 ---> Using cache 04:11:07 ---> d62c70e7a722 04:11:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:07 ---> Using cache 04:11:07 ---> 161a9aabf27f 04:11:07 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:11:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:11:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:11:07 ---> 5f31793b90ed 04:11:07 Step 3/23 : WORKDIR /edgex-go 04:11:07 ---> Using cache 04:11:07 ---> d62c70e7a722 04:11:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:07 ---> Using cache 04:11:07 ---> 161a9aabf27f 04:11:07 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:11:07 ---> Running in 08d631e5feb6 04:11:07 ---> Running in 283647349c5a 04:11:07 ---> Running in f63e496d109e 04:11:07 ---> Running in 7ae8f0f84ebc 04:11:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:11:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:11:07 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 04:11:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:11:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:11:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:11:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:11:08 OK: 218 MiB in 52 packages 04:11:08 OK: 218 MiB in 52 packages 04:11:08 OK: 218 MiB in 52 packages 04:11:10 Removing intermediate container 283647349c5a 04:11:10 ---> 28d3f387e3d5 04:11:10 Step 6/24 : COPY go.mod . 04:11:10 Removing intermediate container 08d631e5feb6 04:11:10 ---> b9b18c9079ba 04:11:10 Step 6/24 : COPY go.mod . 04:11:10 Removing intermediate container 7ae8f0f84ebc 04:11:10 ---> 41f9de7441dd 04:11:10 Step 6/23 : COPY go.mod . 04:11:12 ---> 5c0c084c6f8d 04:11:12 Step 7/24 : RUN go mod download 04:11:12 ---> 14a8508c2441 04:11:12 Step 7/24 : RUN go mod download 04:11:12 ---> 597ca0c0d5ad 04:11:12 Step 7/23 : RUN go mod download 04:11:12 ---> Running in f7d23be158a0 04:11:12 ---> Running in 56f9b5a2b341 04:11:12 ---> Running in 9d627d23f45b 04:11:18 Removing intermediate container 56f9b5a2b341 04:11:18 ---> 8695edd6de95 04:11:18 Step 8/24 : COPY . . 04:11:18 Removing intermediate container f7d23be158a0 04:11:18 ---> 8ddf94d1b2ea 04:11:18 Step 8/24 : COPY . . 04:11:18 Removing intermediate container 9d627d23f45b 04:11:18 ---> feb8c4388c4b 04:11:18 Step 8/23 : COPY . . 04:11:51 ---> 8ae6beed61fe 04:11:51 Step 9/24 : RUN go mod tidy 04:11:51 ---> aa44a85dfa3f 04:11:51 Step 9/24 : RUN go mod tidy 04:11:51 ---> fe53b732824f 04:11:51 Step 9/23 : RUN go mod tidy 04:11:51 ---> Running in 5585fd43a9cd 04:11:51 ---> Running in 1cf3c00ec0b0 04:11:51 ---> Running in f01908d852ce 04:11:51 Removing intermediate container f63e496d109e 04:11:51 ---> 748b0cc7f092 04:11:51 04:11:51 Step 11/24 : FROM alpine:3.12 04:11:51 ---> c4fd0aeabfcf 04:11:51 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:11:51 ---> Using cache 04:11:51 ---> d377fb6bdfcb 04:11:51 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:11:51 ---> Using cache 04:11:51 ---> 5b42c3919849 04:11:51 Step 14/24 : ENV APP_PORT=59882 04:11:51 ---> Running in 79b81d305c53 04:11:52 Removing intermediate container 79b81d305c53 04:11:52 ---> 87326f1ea778 04:11:52 Step 15/24 : EXPOSE $APP_PORT 04:11:52 ---> Running in 453ad31d4a26 04:11:53 Removing intermediate container 453ad31d4a26 04:11:53 ---> b22dbf20b4be 04:11:53 Step 16/24 : WORKDIR / 04:11:53 ---> Running in eeaaa093c6ce 04:11:54 Removing intermediate container eeaaa093c6ce 04:11:54 ---> 64c42b2a3f05 04:11:54 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:11:55 Removing intermediate container 5585fd43a9cd 04:11:55 ---> ca6f7fa76b79 04:11:55 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:11:55 ---> Running in b600e81ceb46 04:11:55 Removing intermediate container 1cf3c00ec0b0 04:11:55 ---> 534e187b0b62 04:11:55 Step 10/24 : RUN make cmd/core-data/core-data 04:11:55 Removing intermediate container f01908d852ce 04:11:55 ---> 1bb40d32503f 04:11:55 Step 10/23 : RUN make cmd/support-notifications/support-notifications 04:11:55 ---> fdb60c66d896 04:11:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:11:55 ---> Running in 6b84e4331f02 04:11:56 ---> Running in 566ffbcd1cab 04:11:57 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 04:11:57 ---> c8cb108b35d4 04:11:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:11:58 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 04:11:58 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 04:11:59 ---> 06dd363a1a9e 04:11:59 Step 20/24 : ENTRYPOINT ["/core-command"] 04:11:59 ---> Running in 98af68c10e46 04:11:59 Removing intermediate container 98af68c10e46 04:11:59 ---> 5023503c1b16 04:11:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:11:59 ---> Running in c86bb474be78 04:12:00 Removing intermediate container c86bb474be78 04:12:00 ---> d5cfd9a66f89 04:12:00 Step 22/24 : LABEL arch=arm64 04:12:00 ---> Running in 97f5eb51d6f8 04:12:01 Removing intermediate container 97f5eb51d6f8 04:12:01 ---> 13f244cb40c1 04:12:01 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:12:01 ---> Running in 9bd5cf602a46 04:12:02 Removing intermediate container 9bd5cf602a46 04:12:02 ---> 96cd77a4786b 04:12:02 Step 24/24 : LABEL version=0.0.0 04:12:02 ---> Running in 350a2ad56d07 04:12:03 Removing intermediate container 350a2ad56d07 04:12:03 ---> 2921798d13d8 04:12:03 04:12:03 Successfully built 2921798d13d8 04:12:03 Successfully tagged core-command-arm64:latest 04:13:11  Building core-command ... done Removing intermediate container b600e81ceb46 04:13:11 ---> ce7c46892bce 04:13:11 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:13:11 ---> Running in 74f8d9e87c84 04:13:11 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 04:13:11 Removing intermediate container 566ffbcd1cab 04:13:11 ---> 9760a7897dc2 04:13:11 04:13:11 Step 11/23 : FROM alpine:3.12 04:13:11 ---> c4fd0aeabfcf 04:13:11 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:13:12 ---> Running in a506364c2aaf 04:13:13 Removing intermediate container 74f8d9e87c84 04:13:13 ---> 6ea3b7877b32 04:13:13 04:13:13 Step 12/24 : FROM docker:20.10.0 04:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:13 20.10.0: Pulling from library/docker 04:13:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:14 (1/2) Installing ca-certificates (20191127-r4) 04:13:14 (2/2) Installing dumb-init (1.2.2-r1) 04:13:14 Executing busybox-1.31.1-r20.trigger 04:13:14 Executing ca-certificates-20191127-r4.trigger 04:13:14 OK: 6 MiB in 16 packages 04:13:17 Removing intermediate container a506364c2aaf 04:13:17 ---> 528788cdc20a 04:13:17 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:13:17 ---> Running in deddf6a60eab 04:13:18 Removing intermediate container deddf6a60eab 04:13:18 ---> 13a2039ee6fd 04:13:18 Step 14/23 : ENV APP_PORT=59860 04:13:18 Removing intermediate container 6b84e4331f02 04:13:18 ---> d055887c090b 04:13:18 04:13:18 Step 11/24 : FROM alpine:3.12 04:13:18 ---> c4fd0aeabfcf 04:13:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:13:18 ---> Running in 236ce6050725 04:13:18 ---> Running in 0d8f6908cafc 04:13:19 Removing intermediate container 236ce6050725 04:13:19 Removing intermediate container 0d8f6908cafc 04:13:19 ---> 40a9e39d2559 04:13:19 Step 13/24 : ENV APP_PORT=59880 04:13:19 ---> 670c51cdd585 04:13:19 Step 15/23 : EXPOSE $APP_PORT 04:13:20 ---> Running in a27bf1cb255d 04:13:20 ---> Running in 4584145b2988 04:13:21 Removing intermediate container 4584145b2988 04:13:21 ---> 5d47fec102cc 04:13:21 Step 14/24 : EXPOSE $APP_PORT 04:13:21 Removing intermediate container a27bf1cb255d 04:13:21 ---> 0af6d78c300c 04:13:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:13:21 ---> Running in b58917328570 04:13:22 Removing intermediate container b58917328570 04:13:22 ---> cd3a39c1a702 04:13:22 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:22 ---> 9f5e8be36a71 04:13:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:13:22 ---> Running in 6d77e5020976 04:13:24 ---> b2f6c26ccea9 04:13:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:13:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:13:24 Status: Downloaded newer image for docker:20.10.0 04:13:24 ---> eeaf43b92773 04:13:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:13:24 ---> Running in 37acd463d5b6 04:13:25 ---> e9c6522a6dfc 04:13:25 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:13:25 Removing intermediate container 6d77e5020976 04:13:25 ---> cf860d5c27d4 04:13:25 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:13:25 ---> Running in bc619eae799c 04:13:25 ---> Running in fa1b20c5988a 04:13:25 Removing intermediate container 37acd463d5b6 04:13:25 ---> f90c3c67898a 04:13:25 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 04:13:25 ---> Running in d5b265a27c0c 04:13:26 Removing intermediate container bc619eae799c 04:13:26 ---> d4a8a826fc82 04:13:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:13:26 ---> Running in ee505cc8f2a1 04:13:26 Removing intermediate container ee505cc8f2a1 04:13:26 ---> 2f8b579b62ac 04:13:26 Step 21/23 : LABEL arch=arm64 04:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:26 ---> Running in c564e5dcf1be 04:13:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:13:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:27 Removing intermediate container c564e5dcf1be 04:13:27 ---> 67025a07ff2d 04:13:27 Step 22/23 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:13:27 ---> Running in a66fccede0cb 04:13:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:13:28 (1/39) Installing readline (8.0.4-r0) 04:13:28 (2/39) Installing bash (5.0.17-r0) 04:13:28 Removing intermediate container a66fccede0cb 04:13:28 ---> a2d6a7bb3630 04:13:28 Step 23/23 : LABEL version=0.0.0 04:13:28 Executing bash-5.0.17-r0.post-install 04:13:28 (3/39) Installing nghttp2-libs (1.41.0-r0) 04:13:28 (4/39) Installing libcurl (7.77.0-r0) 04:13:28 (5/39) Installing curl (7.77.0-r0) 04:13:28 (6/39) Installing dumb-init (1.2.2-r1) 04:13:28 (7/39) Installing libbz2 (1.0.8-r1) 04:13:28 (8/39) Installing expat (2.2.9-r1) 04:13:28 (9/39) Installing libffi (3.3-r2) 04:13:28 (10/39) Installing gdbm (1.13-r1) 04:13:28 (11/39) Installing xz-libs (5.2.5-r0) 04:13:28 (12/39) Installing sqlite-libs (3.32.1-r1) 04:13:28 (13/39) Installing python3 (3.8.10-r0) 04:13:28 ---> Running in 4b694ccaaeab 04:13:28 (1/6) Installing dumb-init (1.2.2-r1) 04:13:28 (2/6) Installing libgcc (9.3.0-r2) 04:13:28 (3/6) Installing libsodium (1.0.18-r0) 04:13:29 (4/6) Installing libstdc++ (9.3.0-r2) 04:13:29 (5/6) Installing libzmq (4.3.3-r0) 04:13:29 (6/6) Installing zeromq (4.3.3-r0) 04:13:29 Executing busybox-1.31.1-r20.trigger 04:13:29 OK: 8 MiB in 20 packages 04:13:29 Removing intermediate container 4b694ccaaeab 04:13:29 ---> f4c6097cfd71 04:13:29 04:13:30 Successfully built f4c6097cfd71 04:13:30 Successfully tagged support-notifications-arm64:latest 04:13:30  Building support-notifications ... done (14/39) Installing py3-appdirs (1.4.4-r1) 04:13:30 (15/39) Installing py3-ordered-set (4.0.1-r0) 04:13:30 (16/39) Installing py3-parsing (2.4.7-r0) 04:13:30 (17/39) Installing py3-six (1.15.0-r0) 04:13:30 (18/39) Installing py3-packaging (20.4-r0) 04:13:30 (19/39) Installing py3-setuptools (47.0.0-r0) 04:13:30 (20/39) Installing py3-chardet (3.0.4-r4) 04:13:30 (21/39) Installing py3-idna (2.9-r0) 04:13:30 (22/39) Installing py3-certifi (2020.4.5.1-r0) 04:13:30 (23/39) Installing py3-urllib3 (1.25.9-r0) 04:13:30 (24/39) Installing py3-requests (2.23.0-r0) 04:13:30 (25/39) Installing py3-msgpack (1.0.0-r0) 04:13:30 (26/39) Installing py3-lockfile (0.12.2-r3) 04:13:30 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:13:31 (28/39) Installing py3-colorama (0.4.3-r0) 04:13:31 (29/39) Installing py3-distlib (0.3.0-r0) 04:13:31 (30/39) Installing py3-distro (1.5.0-r1) 04:13:31 (31/39) Installing py3-webencodings (0.5.1-r3) 04:13:31 (32/39) Installing py3-html5lib (1.0.1-r4) 04:13:31 (33/39) Installing py3-pytoml (0.1.21-r0) 04:13:31 (34/39) Installing py3-pep517 (0.8.2-r0) 04:13:31 (35/39) Installing py3-progress (1.5-r0) 04:13:31 (36/39) Installing py3-toml (0.10.1-r0) 04:13:31 (37/39) Installing py3-retrying (1.3.3-r0) 04:13:31 (38/39) Installing py3-contextlib2 (0.6.0-r0) 04:13:31 (39/39) Installing py3-pip (20.1.1-r0) 04:13:31 Removing intermediate container fa1b20c5988a 04:13:31 ---> e78986020f76 04:13:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:13:31 Executing busybox-1.31.1-r19.trigger 04:13:31 OK: 72 MiB in 59 packages 04:13:32 ---> aa3ba0066385 04:13:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:13:33 ---> 9e687e204557 04:13:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:13:34 ---> b1477135564f 04:13:34 Step 20/24 : ENTRYPOINT ["/core-data"] 04:13:34 ---> Running in 64933c45c1b3 04:13:34 Removing intermediate container 64933c45c1b3 04:13:34 ---> b6ea4fc1e978 04:13:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:13:35 ---> Running in 7fac1b51c5e4 04:13:35 Removing intermediate container 7fac1b51c5e4 04:13:35 ---> 45f7f68792c3 04:13:35 Step 22/24 : LABEL arch=arm64 04:13:35 Collecting docker-compose==1.23.2 04:13:35 ---> Running in a706d720a439 04:13:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:13:36 Removing intermediate container a706d720a439 04:13:36 ---> 97b9e06dfcdd 04:13:36 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:13:36 ---> Running in 192cf094e395 04:13:36 Collecting websocket-client<1.0,>=0.32.0 04:13:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:13:36 Removing intermediate container 192cf094e395 04:13:36 ---> 30491fe24e2a 04:13:36 Step 24/24 : LABEL version=0.0.0 04:13:36 ---> Running in 5cd29eff25e8 04:13:37 Collecting dockerpty<0.5,>=0.4.1 04:13:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:13:37 Removing intermediate container 5cd29eff25e8 04:13:37 ---> 54e9608ccb0f 04:13:37 04:13:37 Successfully built 54e9608ccb0f 04:13:37 Successfully tagged core-data-arm64:latest 04:13:39  Building core-data ... done Collecting cached-property<2,>=1.2.0 04:13:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:13:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:13:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:13:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:13:41 Collecting PyYAML<4,>=3.10 04:13:41 Downloading PyYAML-3.13.tar.gz (270 kB) 04:13:44 Collecting docker<4.0,>=3.6.0 04:13:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:13:45 Collecting jsonschema<3,>=2.5.1 04:13:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:13:45 Collecting texttable<0.10,>=0.9.0 04:13:45 Downloading texttable-0.9.1.tar.gz (11 kB) 04:13:47 Collecting docopt<0.7,>=0.6.1 04:13:47 Downloading docopt-0.6.2.tar.gz (25 kB) 04:13:49 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) 04:13:49 Collecting urllib3<1.25,>=1.21.1 04:13:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:13:49 Collecting idna<2.8,>=2.5 04:13:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:13:49 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) 04:13:50 Collecting docker-pycreds>=0.4.0 04:13:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:13:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:13:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:13:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:13:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:13:51 Installing collected packages: websocket-client, dockerpty, cached-property, urllib3, idna, requests, PyYAML, docker-pycreds, docker, jsonschema, texttable, docopt, docker-compose 04:13:51 Running setup.py install for dockerpty: started 04:13:53 Running setup.py install for dockerpty: finished with status 'done' 04:13:53 Attempting uninstall: urllib3 04:13:53 Found existing installation: urllib3 1.25.9 04:13:53 Uninstalling urllib3-1.25.9: 04:13:53 Successfully uninstalled urllib3-1.25.9 04:13:53 Attempting uninstall: idna 04:13:53 Found existing installation: idna 2.9 04:13:53 Uninstalling idna-2.9: 04:13:53 Successfully uninstalled idna-2.9 04:13:54 Attempting uninstall: requests 04:13:54 Found existing installation: requests 2.23.0 04:13:54 Uninstalling requests-2.23.0: 04:13:54 Successfully uninstalled requests-2.23.0 04:13:54 Running setup.py install for PyYAML: started 04:13:56 Running setup.py install for PyYAML: finished with status 'done' 04:13:57 Running setup.py install for texttable: started 04:13:59 Running setup.py install for texttable: finished with status 'done' 04:13:59 Running setup.py install for docopt: started 04:14:01 Running setup.py install for docopt: finished with status 'done' 04:14:02 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 04:14:10 Removing intermediate container d5b265a27c0c 04:14:10 ---> 0e78dba7e3eb 04:14:10 Step 15/24 : ENV APP_PORT=58890 04:14:10 ---> Running in db3d111bc5bb 04:14:10 Removing intermediate container db3d111bc5bb 04:14:10 ---> 6b3744727eef 04:14:10 Step 16/24 : EXPOSE $APP_PORT 04:14:11 ---> Running in 7a28e3508b79 04:14:11 Removing intermediate container 7a28e3508b79 04:14:11 ---> 95a4f13809cc 04:14:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:14:12 ---> 68d6fa22fe16 04:14:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:14:13 ---> d9589c9185d3 04:14:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:14:14 ---> 2b42545d9b42 04:14:14 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 04:14:14 ---> Running in fb30762a028f 04:14:14 Removing intermediate container fb30762a028f 04:14:14 ---> 2acae31019d8 04:14:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:14:14 ---> Running in e0d556199e0b 04:14:15 Removing intermediate container e0d556199e0b 04:14:15 ---> b4cf72d19a85 04:14:15 Step 22/24 : LABEL arch=arm64 04:14:15 ---> Running in cac876eeb8b9 04:14:16 Removing intermediate container cac876eeb8b9 04:14:16 ---> 293093d2ed7e 04:14:16 Step 23/24 : LABEL git_sha=8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 04:14:16 ---> Running in a6578052a0f8 04:14:16 Removing intermediate container a6578052a0f8 04:14:16 ---> 499d6237f9b6 04:14:16 Step 24/24 : LABEL version=0.0.0 04:14:16 ---> Running in db3bfedeed1a 04:14:17 Removing intermediate container db3bfedeed1a 04:14:17 ---> e3e069895022 04:14:17 04:14:17 Successfully built e3e069895022 04:14:17 Successfully tagged sys-mgmt-agent-arm64:latest 04:14:17  Building sys-mgmt-agent ... done  [Pipeline] } 04:14:17 $ docker stop --time=1 52ed940e80dade19ceee21843fcb6b99a24d003b74e01ccdd00da46968a3b8f6 04:14:19 $ docker rm -f 52ed940e80dade19ceee21843fcb6b99a24d003b74e01ccdd00da46968a3b8f6 [Pipeline] // withDockerContainer [Pipeline] sh 04:14:20 + docker images 04:14:20 REPOSITORY TAG IMAGE ID CREATED SIZE 04:14:20 sys-mgmt-agent-arm64 latest e3e069895022 3 seconds ago 298MB 04:14:20 core-data-arm64 latest 54e9608ccb0f 43 seconds ago 19.1MB 04:14:20 support-notifications-arm64 latest f4c6097cfd71 52 seconds ago 15.7MB 04:14:20 d055887c090b About a minute ago 997MB 04:14:20 6ea3b7877b32 About a minute ago 991MB 04:14:20 9760a7897dc2 About a minute ago 991MB 04:14:20 core-command-arm64 latest 2921798d13d8 2 minutes ago 15MB 04:14:20 748b0cc7f092 2 minutes ago 988MB 04:14:20 security-bootstrapper-arm64 latest 74327a670e39 3 minutes ago 17.5MB 04:14:20 security-secretstore-setup-arm64 latest cbd12015d4b5 4 minutes ago 27.1MB 04:14:20 core-metadata-arm64 latest e33a8a372178 4 minutes ago 15.7MB 04:14:20 security-proxy-setup-arm64 latest eb63b3657e93 4 minutes ago 24.2MB 04:14:20 support-scheduler-arm64 latest 68fe6b2fa1e2 4 minutes ago 15.1MB 04:14:20 c8a3c1e0fc7b 4 minutes ago 994MB 04:14:20 fb9859824f0f 4 minutes ago 998MB 04:14:20 fb9c7f19e9ca 4 minutes ago 991MB 04:14:20 03bcbd65cfd3 4 minutes ago 990MB 04:14:20 4ce7f7b5c667 4 minutes ago 995MB 04:14:20 ci-base-image-arm64 latest 5f31793b90ed 14 minutes ago 663MB 04:14:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 274d7007c78b 30 hours ago 451MB 04:14:20 alpine 3.12 c4fd0aeabfcf 3 weeks ago 5.32MB 04:14:20 docker 20.10.0 eeaf43b92773 7 months ago 228MB 04:14:20 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 04:14:21 ---> job-cost.sh 04:14:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wDUS 04:15:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:16:37 lf-activate-venv(): INFO: Adding /tmp/venv-wDUS/bin to PATH 04:16:37 INFO: No Stack... 04:16:37 INFO: Retrieving Pricing Info for: v2-standard-4 04:16:37 INFO: Archiving Costs [Pipeline] sh 04:16:37 + + cutcat -d, /w/workspace/edgex-go/20/archives/cost.csv -f6 04:16:37 [Pipeline] lock 04:16:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3571-20-stack-cost] 04:16:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3571-20-stack-cost] did not exist. Created. 04:16:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3571-20-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:38 + echo total: 0.18000000715255737 [Pipeline] stash 04:16:38 Stashed 1 file(s) [Pipeline] } 04:16:38 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 04:16:38 provisioning config files... 04:16:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config5910665368209228099tmp [Pipeline] { [Pipeline] sh 04:16:39 + set +x 04:16:39 + curl -s https://codecov.io/bash 04:16:39 + bash -s -- 04:16:39 04:16:39 _____ _ 04:16:39 / ____| | | 04:16:39 | | ___ __| | ___ ___ _____ __ 04:16:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:16:39 | |___| (_) | (_| | __/ (_| (_) \ V / 04:16:39 \_____\___/ \__,_|\___|\___\___/ \_/ 04:16:39 Bash-1.0.3 04:16:39 04:16:39 04:16:39 ==> git version 2.24.4 found 04:16:39 ==> 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 04:16:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:16:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:16:39 ==> Jenkins CI detected. 04:16:39 project root: . 04:16:39 --> token set from env 04:16:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:16:39 ==> Running gcov in . (disable via -X gcov) 04:16:39 ==> Python coveragepy not found 04:16:39 ==> Searching for coverage reports in: 04:16:39 + . 04:16:39 -> Found 1 reports 04:16:39 ==> Detecting git/mercurial file structure 04:16:39 ==> Reading reports 04:16:39 + ./coverage.out bytes=398095 04:16:39 ==> Appending adjustments 04:16:39 https://docs.codecov.io/docs/fixing-reports 04:16:40 + Found adjustments 04:16:40 ==> Gzipping contents 04:16:40 56K /tmp/codecov.qf5vVA.gz 04:16:40 ==> Uploading reports 04:16:40 url: https://codecov.io 04:16:40 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= 04:16:40 -> Pinging Codecov 04:16:40 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= 04:16:41 -> Uploading to 04:16:41 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 04:16:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:41 Dload Upload Total Spent Left Speed 04:16:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 53924 0 0 100 53924 0 117k --:--:-- --:--:-- --:--:-- 118k 04:16:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8061a9ee4a67e39ff6c2dd037b607e6dcf1a8776 [Pipeline] } 04:16:41 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 04:16:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:43 ---> package-listing.sh 04:16:43 ++ facter osfamily 04:16:43 ++ tr '[:upper:]' '[:lower:]' 04:16:43 + OS_FAMILY=redhat 04:16:43 + workspace=/w/workspace/edgex-go/20 04:16:43 + START_PACKAGES=/tmp/packages_start.txt 04:16:43 + END_PACKAGES=/tmp/packages_end.txt 04:16:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:43 + PACKAGES=/tmp/packages_start.txt 04:16:43 + '[' /w/workspace/edgex-go/20 ']' 04:16:43 + PACKAGES=/tmp/packages_end.txt 04:16:43 + case "${OS_FAMILY}" in 04:16:43 + rpm -qa 04:16:43 + sort 04:16:45 + '[' -f /tmp/packages_start.txt ']' 04:16:45 + '[' -f /tmp/packages_end.txt ']' 04:16:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:45 + '[' /w/workspace/edgex-go/20 ']' 04:16:45 + mkdir -p /w/workspace/edgex-go/20/archives/ 04:16:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 04:16:45 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 04:16:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:16:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:16:46 04:16:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:16:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:16:46 alpine: Pulling from edgex-lftools-log-publisher 04:16:46 df20fa9351a1: Pulling fs layer 04:16:46 36b3adc4ff6f: Pulling fs layer 04:16:46 8ad3a11d3b57: Pulling fs layer 04:16:46 46f8f816bc3b: Pulling fs layer 04:16:46 93b61091891f: Pulling fs layer 04:16:46 93b9cdb0e59b: Pulling fs layer 04:16:46 5e14af77c1be: Pulling fs layer 04:16:46 01666e4c0597: Pulling fs layer 04:16:46 aa168da1d23b: Pulling fs layer 04:16:46 46f8f816bc3b: Waiting 04:16:46 93b61091891f: Waiting 04:16:46 93b9cdb0e59b: Waiting 04:16:46 5e14af77c1be: Waiting 04:16:46 aa168da1d23b: Waiting 04:16:46 01666e4c0597: Waiting 04:16:46 36b3adc4ff6f: Verifying Checksum 04:16:46 36b3adc4ff6f: Download complete 04:16:46 46f8f816bc3b: Verifying Checksum 04:16:46 46f8f816bc3b: Download complete 04:16:46 df20fa9351a1: Verifying Checksum 04:16:46 df20fa9351a1: Download complete 04:16:46 93b61091891f: Verifying Checksum 04:16:46 93b61091891f: Download complete 04:16:46 93b9cdb0e59b: Verifying Checksum 04:16:46 93b9cdb0e59b: Download complete 04:16:46 8ad3a11d3b57: Verifying Checksum 04:16:46 8ad3a11d3b57: Download complete 04:16:46 01666e4c0597: Verifying Checksum 04:16:46 01666e4c0597: Download complete 04:16:46 5e14af77c1be: Verifying Checksum 04:16:46 5e14af77c1be: Download complete 04:16:47 df20fa9351a1: Pull complete 04:16:47 36b3adc4ff6f: Pull complete 04:16:47 8ad3a11d3b57: Pull complete 04:16:47 46f8f816bc3b: Pull complete 04:16:47 93b61091891f: Pull complete 04:16:47 93b9cdb0e59b: Pull complete 04:16:47 5e14af77c1be: Pull complete 04:16:48 01666e4c0597: Pull complete 04:16:49 aa168da1d23b: Verifying Checksum 04:16:49 aa168da1d23b: Download complete 04:16:53 aa168da1d23b: Pull complete 04:16:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:16:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:16:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:16:53 prd-centos7-docker-4c-2g-2443 does not seem to be running inside a container 04:16:53 $ 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 04:16:56 $ docker top c9978c091889600a8ab513d6e8e9e2f930ab2a70109d6d8cadd9177ffa7552f2 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:56 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:57 + mkdir -p /var/log/sa [Pipeline] sh 04:16:57 + ls /var/log/sa-host 04:16:57 + sadf -c /var/log/sa-host/sa05 04:16:57 file_magic: OK 04:16:57 HZ: Using current value: 100 04:16:57 file_header: OK 04:16:57 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 04:16:57 Statistics: 04:16:57 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:16:57 File successfully converted to sysstat format version 12.2.1 04:16:57 + sadf -c /var/log/sa-host/sa11 04:16:57 file_magic: OK 04:16:57 HZ: Using current value: 100 04:16:57 file_header: OK 04:16:57 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 04:16:57 Statistics: 04:16:57 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... 04:16:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:57 provisioning config files... 04:16:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config4154400875395966531tmp [Pipeline] { [Pipeline] echo 04:16:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:58 ---> create-netrc.sh [Pipeline] } 04:16:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:16:58 ---> python-tools-install.sh [Pipeline] echo 04:16:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:58 ---> sudo-logs.sh 04:16:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:16:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:16:59 ---> job-cost.sh 04:16:59 lf-activate-venv: SKIPPING 04:16:59 DEBUG: total: 0.18000000715255737 04:16:59 INFO: Retrieving Stack Cost... 04:17:00 INFO: Retrieving Pricing Info for: v3-standard-2 04:17:00 INFO: Archiving Costs [Pipeline] echo 04:17:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:00 ---> logs-deploy.sh 04:17:00 lf-activate-venv: SKIPPING 04:17:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3571/20 04:17:00 INFO: archiving workspace using pattern(s): 04:17:01 Archives upload complete. 04:17:01 INFO: archiving logs to Nexus 04:17:02 ---> uname -a: 04:17:02 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 04:17:02 04:17:02 04:17:02 ---> lscpu: 04:17:02 Architecture: x86_64 04:17:02 CPU op-mode(s): 32-bit, 64-bit 04:17:02 Byte Order: Little Endian 04:17:02 Address sizes: 40 bits physical, 48 bits virtual 04:17:02 CPU(s): 2 04:17:02 On-line CPU(s) list: 0,1 04:17:02 Thread(s) per core: 1 04:17:02 Core(s) per socket: 1 04:17:02 Socket(s): 2 04:17:02 NUMA node(s): 1 04:17:02 Vendor ID: AuthenticAMD 04:17:02 CPU family: 23 04:17:02 Model: 49 04:17:02 Model name: AMD EPYC-Rome Processor 04:17:02 Stepping: 0 04:17:02 CPU MHz: 2800.000 04:17:02 BogoMIPS: 5600.00 04:17:02 Virtualization: AMD-V 04:17:02 Hypervisor vendor: KVM 04:17:02 Virtualization type: full 04:17:02 L1d cache: 64 KiB 04:17:02 L1i cache: 64 KiB 04:17:02 L2 cache: 1 MiB 04:17:02 L3 cache: 32 MiB 04:17:02 NUMA node0 CPU(s): 0,1 04:17:02 Vulnerability Itlb multihit: Not affected 04:17:02 Vulnerability L1tf: Not affected 04:17:02 Vulnerability Mds: Not affected 04:17:02 Vulnerability Meltdown: Not affected 04:17:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:17:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:17:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:17:02 Vulnerability Srbds: Not affected 04:17:02 Vulnerability Tsx async abort: Not affected 04:17:02 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 04:17:02 04:17:02 04:17:02 ---> nproc: 04:17:02 2 04:17:02 04:17:02 04:17:02 ---> df -h: 04:17:02 Filesystem Size Used Available Use% Mounted on 04:17:02 overlay 40.0G 12.0G 28.0G 30% / 04:17:02 tmpfs 64.0M 0 64.0M 0% /dev 04:17:02 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 04:17:02 shm 64.0M 0 64.0M 0% /dev/shm 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /facter-os 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /etc/resolv.conf 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /etc/hostname 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /etc/hosts 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /var/log/auth.log 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /run/cloud-init/result.json 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /var/log/sa-host 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /var/log/secure 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /w/workspace/edgex-go/20 04:17:02 /dev/vda1 40.0G 12.0G 28.0G 30% /w/workspace/edgex-go/20@tmp 04:17:02 04:17:02 04:17:02 ---> free -m: 04:17:02 total used free shared buff/cache available 04:17:02 Mem: 7821 1309 2144 0 4367 6461 04:17:02 Swap: 1023 1 1022 04:17:02 04:17:02 04:17:02 ---> ip addr: 04:17:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:17:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:17:02 inet 127.0.0.1/8 scope host lo 04:17:02 valid_lft forever preferred_lft forever 04:17:02 inet6 ::1/128 scope host 04:17:02 valid_lft forever preferred_lft forever 04:17:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:17:02 link/ether fa:16:3e:c7:6f:f7 brd ff:ff:ff:ff:ff:ff 04:17:02 inet 10.30.122.32/23 brd 10.30.123.255 scope global dynamic eth0 04:17:02 valid_lft 85040sec preferred_lft 85040sec 04:17:02 inet6 fe80::f816:3eff:fec7:6ff7/64 scope link 04:17:02 valid_lft forever preferred_lft forever 04:17:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:17:02 link/ether 02:42:ab:84:0e:0d brd ff:ff:ff:ff:ff:ff 04:17:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:17:02 valid_lft forever preferred_lft forever 04:17:02 inet6 fe80::42:abff:fe84:e0d/64 scope link 04:17:02 valid_lft forever preferred_lft forever 04:17:02 04:17:02 04:17:02 ---> sar -b -r -n DEV: 04:17:02 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) 04:17:02 04:17:02 03:54:11 LINUX RESTART (2 CPU) 04:17:02 04:17:02 03:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:17:02 03:56:01 95.44 3.58 91.86 0.00 2599.47 45146.77 0.00 04:17:02 03:57:01 132.51 0.00 132.51 0.00 0.00 17460.68 0.00 04:17:02 03:58:01 57.86 0.00 57.86 0.00 0.00 10662.84 0.00 04:17:02 03:59:01 82.02 0.00 82.02 0.00 0.00 15876.48 0.00 04:17:02 04:00:01 654.82 193.24 461.58 0.00 5104.84 299112.34 0.00 04:17:02 04:01:01 442.14 63.51 378.63 0.00 2716.79 154850.84 0.00 04:17:02 04:02:01 288.26 56.70 231.56 0.00 4222.36 63520.63 0.00 04:17:02 04:03:01 3.70 0.05 3.65 0.00 0.67 95.70 0.00 04:17:02 04:04:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 04:17:02 04:05:01 0.25 0.08 0.17 0.00 1.60 1.77 0.00 04:17:02 04:06:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 04:17:02 04:07:01 0.23 0.00 0.23 0.00 0.00 3.55 0.00 04:17:02 04:08:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 04:17:02 04:09:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 04:17:02 04:10:01 0.87 0.18 0.68 0.00 5.73 14.58 0.00 04:17:02 04:11:01 0.38 0.00 0.38 0.00 0.00 5.46 0.00 04:17:02 04:12:01 0.20 0.00 0.20 0.00 0.00 2.72 0.00 04:17:02 04:13:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 04:17:02 04:14:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 04:17:02 04:15:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 04:17:02 04:16:01 0.28 0.00 0.28 0.00 0.00 3.27 0.00 04:17:02 Average: 83.78 15.10 68.68 0.00 695.93 28900.95 0.00 04:17:02 04:17:02 03:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:17:02 03:56:01 4204684 0 944008 11.79 2620 2857628 1487020 16.42 1011764 2312468 12 04:17:02 03:57:01 3917452 0 1104560 13.79 2620 2984308 1670000 18.44 1297528 2251548 221356 04:17:02 03:58:01 3725872 0 1171744 14.63 2620 3108704 1867628 20.62 1420668 2300264 36756 04:17:02 03:59:01 3666800 0 1136084 14.19 2620 3203436 1553292 17.15 1264900 2499104 108160 04:17:02 04:00:01 290764 0 1701900 21.25 2620 6013656 3551332 39.21 3152640 3835268 58928 04:17:02 04:01:01 110364 0 1493164 18.64 2620 6402792 2484200 27.43 2903816 4243528 460924 04:17:02 04:02:01 2818492 0 1248184 15.58 2620 3939644 1603572 17.70 1421488 3075240 20 04:17:02 04:03:01 2829088 0 1237580 15.45 2620 3939652 1381752 15.26 1454716 3037736 12 04:17:02 04:04:01 2828508 0 1238160 15.46 2620 3939652 1381932 15.26 1455424 3037768 12 04:17:02 04:05:01 2828884 0 1237776 15.45 2620 3939660 1381956 15.26 1459204 3035012 16 04:17:02 04:06:01 2829976 0 1236684 15.44 2620 3939660 1381752 15.26 1458340 3035012 12 04:17:02 04:07:01 2829492 0 1237164 15.45 2620 3939664 1381920 15.26 1458712 3035012 12 04:17:02 04:08:01 2830156 0 1236492 15.44 2620 3939672 1381752 15.26 1458476 3035012 12 04:17:02 04:09:01 2829528 0 1237120 15.45 2620 3939672 1381956 15.26 1458820 3035012 8 04:17:02 04:10:01 2829976 0 1236636 15.44 2620 3939708 1381836 15.26 1458580 3035040 16 04:17:02 04:11:01 2829828 0 1236784 15.44 2620 3939708 1381848 15.26 1458584 3035040 8 04:17:02 04:12:01 2829956 0 1236648 15.44 2620 3939716 1381752 15.26 1458380 3035040 8 04:17:02 04:13:01 2829964 0 1236636 15.44 2620 3939720 1381752 15.26 1458496 3035040 8 04:17:02 04:14:01 2829956 0 1236640 15.44 2620 3939724 1381752 15.26 1458392 3035040 8 04:17:02 04:15:01 2829852 0 1236740 15.44 2620 3939728 1381836 15.26 1458468 3035040 12 04:17:02 04:16:01 2830000 0 1236588 15.44 2620 3939732 1381812 15.26 1458520 3035044 12 04:17:02 Average: 2778552 0 1243681 15.53 2620 3984087 1598222 17.65 1565996 3000632 42205 04:17:02 04:17:02 03:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:17:02 03:56:01 veth6284596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 03:56:01 veth35d885a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 03:56:01 eth0 936.40 1140.46 5951.89 124.85 0.00 0.00 0.00 0.00 04:17:02 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 03:57:01 veth21571c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 03:57:01 eth0 288.31 220.29 874.04 30.75 0.00 0.00 0.00 0.00 04:17:02 03:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 03:57:01 docker0 1011.44 804.69 81.06 3521.49 0.00 0.00 0.00 0.00 04:17:02 03:58:01 veth21571c9 2.15 2.15 0.17 0.18 0.00 0.00 0.00 0.00 04:17:02 03:58:01 eth0 39.91 26.67 24.58 109.26 0.00 0.00 0.00 0.00 04:17:02 03:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 03:58:01 docker0 2.15 2.15 0.14 0.18 0.00 0.00 0.00 0.00 04:17:02 03:59:01 eth0 172.37 148.12 1692.21 22.24 0.00 0.00 0.00 0.00 04:17:02 03:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 03:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:00:01 vethf6821bb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 04:00:01 vethfcb6ea2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 04:00:01 veth675c0c7 0.00 1.05 0.00 0.06 0.00 0.00 0.00 0.00 04:17:02 04:00:01 vetha69de06 0.03 0.22 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 04:01:01 veth675c0c7 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 04:01:01 veth74fe019 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 04:01:01 eth0 2576.77 2479.58 13900.06 427.99 0.00 0.00 0.00 0.00 04:17:02 04:01:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:17:02 04:02:01 eth0 62.28 44.95 102.73 124.40 0.00 0.00 0.00 0.00 04:17:02 04:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:02:01 docker0 1148.95 982.84 90.04 4343.21 0.00 0.00 0.00 0.00 04:17:02 04:03:01 eth0 0.77 0.33 0.07 0.03 0.00 0.00 0.00 0.00 04:17:02 04:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:04:01 eth0 1.93 0.58 0.63 0.37 0.00 0.00 0.00 0.00 04:17:02 04:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:05:01 eth0 1.52 0.68 0.71 0.50 0.00 0.00 0.00 0.00 04:17:02 04:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:06:01 eth0 0.80 0.10 0.07 0.01 0.00 0.00 0.00 0.00 04:17:02 04:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:07:01 eth0 1.12 0.32 0.32 0.17 0.00 0.00 0.00 0.00 04:17:02 04:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:08:01 eth0 0.73 0.10 0.07 0.04 0.00 0.00 0.00 0.00 04:17:02 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:09:01 eth0 0.50 0.30 0.27 0.20 0.00 0.00 0.00 0.00 04:17:02 04:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:10:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:17:02 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:11:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:17:02 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:12:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:13:01 eth0 0.08 0.07 0.00 0.01 0.00 0.00 0.00 0.00 04:17:02 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:14:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:17:02 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:15:01 eth0 0.32 0.22 0.14 0.07 0.00 0.00 0.00 0.00 04:17:02 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:16:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:17:02 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 Average: eth0 88.15 86.95 508.42 21.84 0.00 0.00 0.00 0.00 04:17:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:02 Average: docker0 53.99 46.19 4.23 204.10 0.00 0.00 0.00 0.00 04:17:02 04:17:02 04:17:02 ---> sar -P ALL: 04:17:02 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) 04:17:02 04:17:02 03:54:11 LINUX RESTART (2 CPU) 04:17:02 04:17:02 03:55:01 CPU %user %nice %system %iowait %steal %idle 04:17:02 03:56:01 all 20.60 0.00 7.67 3.56 0.08 68.09 04:17:02 03:56:01 0 17.58 0.00 8.58 3.67 0.09 70.08 04:17:02 03:56:01 1 23.60 0.00 6.76 3.45 0.07 66.11 04:17:02 03:57:01 all 45.88 0.00 8.53 1.61 0.10 43.89 04:17:02 03:57:01 0 45.92 0.00 8.39 1.59 0.09 44.01 04:17:02 03:57:01 1 45.84 0.00 8.66 1.62 0.11 43.76 04:17:02 03:58:01 all 34.83 0.00 5.65 0.26 0.09 59.16 04:17:02 03:58:01 0 34.65 0.00 5.52 0.25 0.09 59.49 04:17:02 03:58:01 1 35.02 0.00 5.77 0.28 0.09 58.84 04:17:02 03:59:01 all 60.14 0.00 10.89 1.61 0.10 27.27 04:17:02 03:59:01 0 60.65 0.00 10.12 1.57 0.09 27.58 04:17:02 03:59:01 1 59.62 0.00 11.67 1.65 0.11 26.95 04:17:02 04:00:01 all 39.24 0.00 23.31 22.79 0.11 14.55 04:17:02 04:00:01 0 40.17 0.00 22.77 21.14 0.11 15.81 04:17:02 04:00:01 1 38.31 0.00 23.85 24.44 0.11 13.28 04:17:02 04:01:01 all 68.34 0.00 16.22 11.60 0.11 3.73 04:17:02 04:01:01 0 68.48 0.00 16.07 12.51 0.11 2.83 04:17:02 04:01:01 1 68.20 0.00 16.37 10.69 0.11 4.63 04:17:02 04:02:01 all 48.11 0.00 9.64 1.70 0.09 40.45 04:17:02 04:02:01 0 47.57 0.00 10.01 1.54 0.09 40.78 04:17:02 04:02:01 1 48.65 0.00 9.27 1.86 0.09 40.13 04:17:02 04:03:01 all 0.11 0.00 0.05 0.00 0.03 99.82 04:17:02 04:03:01 0 0.18 0.00 0.07 0.00 0.02 99.73 04:17:02 04:03:01 1 0.03 0.00 0.03 0.00 0.03 99.90 04:17:02 04:04:01 all 0.13 0.00 0.03 0.00 0.02 99.83 04:17:02 04:04:01 0 0.20 0.00 0.02 0.00 0.00 99.78 04:17:02 04:04:01 1 0.05 0.00 0.03 0.00 0.03 99.88 04:17:02 04:05:01 all 0.12 0.00 0.06 0.00 0.02 99.81 04:17:02 04:05:01 0 0.20 0.00 0.03 0.00 0.02 99.75 04:17:02 04:05:01 1 0.03 0.00 0.08 0.00 0.02 99.87 04:17:02 04:06:01 all 0.13 0.00 0.03 0.00 0.02 99.82 04:17:02 04:06:01 0 0.10 0.00 0.03 0.00 0.00 99.87 04:17:02 04:06:01 1 0.15 0.00 0.03 0.00 0.03 99.78 04:17:02 04:17:02 04:06:01 CPU %user %nice %system %iowait %steal %idle 04:17:02 04:07:01 all 0.03 0.00 0.01 0.00 0.03 99.94 04:17:02 04:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:17:02 04:07:01 1 0.03 0.00 0.00 0.00 0.03 99.93 04:17:02 04:08:01 all 0.05 0.00 0.03 0.00 0.01 99.92 04:17:02 04:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:17:02 04:08:01 1 0.08 0.00 0.03 0.00 0.00 99.88 04:17:02 04:09:01 all 0.11 0.00 0.03 0.00 0.03 99.83 04:17:02 04:09:01 0 0.08 0.00 0.03 0.00 0.05 99.83 04:17:02 04:09:01 1 0.13 0.00 0.02 0.00 0.02 99.83 04:17:02 04:10:01 all 0.09 0.00 0.04 0.00 0.02 99.85 04:17:02 04:10:01 0 0.03 0.00 0.05 0.00 0.02 99.90 04:17:02 04:10:01 1 0.15 0.00 0.03 0.00 0.02 99.80 04:17:02 04:11:01 all 0.12 0.00 0.03 0.00 0.02 99.84 04:17:02 04:11:01 0 0.03 0.00 0.03 0.00 0.03 99.90 04:17:02 04:11:01 1 0.20 0.00 0.02 0.00 0.00 99.78 04:17:02 04:12:01 all 0.11 0.00 0.03 0.00 0.03 99.83 04:17:02 04:12:01 0 0.03 0.00 0.03 0.00 0.05 99.88 04:17:02 04:12:01 1 0.18 0.00 0.03 0.00 0.00 99.78 04:17:02 04:13:01 all 0.13 0.00 0.02 0.00 0.01 99.85 04:17:02 04:13:01 0 0.22 0.00 0.02 0.00 0.02 99.75 04:17:02 04:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:17:02 04:14:01 all 0.08 0.00 0.02 0.00 0.03 99.87 04:17:02 04:14:01 0 0.15 0.00 0.03 0.00 0.03 99.78 04:17:02 04:14:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:17:02 04:15:01 all 0.05 0.00 0.03 0.00 0.01 99.92 04:17:02 04:15:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:17:02 04:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:17:02 04:16:01 all 0.08 0.00 0.03 0.00 0.03 99.87 04:17:02 04:16:01 0 0.15 0.00 0.02 0.00 0.02 99.82 04:17:02 04:16:01 1 0.02 0.00 0.03 0.00 0.03 99.92 04:17:02 Average: all 14.32 0.00 3.70 1.93 0.04 80.02 04:17:02 Average: 0 14.23 0.00 3.68 1.89 0.04 80.16 04:17:02 Average: 1 14.41 0.00 3.71 1.96 0.04 79.87 04:17:02 04:17:02 04:17:02