Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 rather than 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 Obtained Jenkinsfile from 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3507596276995947463.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh398471597804038597.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-3627/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3627/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5550062579772574021.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5905990837648350303.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-3627/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3627/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3601250874308647731.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 ‘prd-centos7-docker-4c-2g-2785’ is offline Running on prd-centos7-docker-4c-2g-3167 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh5570788124750701413.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 Merge succeeded, producing a1a7e11800cf950ca7453fcfac28a98af55b8d56 Checking out Revision a1a7e11800cf950ca7453fcfac28a98af55b8d56 (PR-3627) > 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh4484499158278266772.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh1869462099381057782.key > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1a7e11800cf950ca7453fcfac28a98af55b8d56 # timeout=10 Commit message: "Merge commit '8ac2c5b0481f8b8091b66f2267a28d88a679c7d1' into HEAD" > git rev-list --no-walk 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:29:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:29:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:29:52 ========================================================= 08:29:52 EdgeX Global Pipelines Version Info 08:29:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:29:53 ------------------- 08:29:53 stable info: 08:29:53 ------------------- 08:29:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:29:53 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 08:29:53 Message: update stable to v1.0.197 08:29:53 ------------------- 08:29:53 experimental info: 08:29:53 ------------------- 08:29:53 Commited By: **** collab-it+edgex@linuxfoundation.org 08:29:53 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 08:29:53 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3627 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3627 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3627 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1a7e11800cf950ca7453fcfac28a98af55b8d56 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1a7e11 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:29:54 provisioning config files... 08:29:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7134504166979321551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:55 ---> docker-login.sh 08:29:55 nexus3.edgexfoundry.org:10001 08:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:55 Configure a credential helper to remove this warning. See 08:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:55 08:29:55 Login Succeeded 08:29:55 nexus3.edgexfoundry.org:10002 08:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:55 Configure a credential helper to remove this warning. See 08:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:55 08:29:55 Login Succeeded 08:29:55 nexus3.edgexfoundry.org:10003 08:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:55 Configure a credential helper to remove this warning. See 08:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:55 08:29:55 Login Succeeded 08:29:55 nexus3.edgexfoundry.org:10004 08:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:56 Configure a credential helper to remove this warning. See 08:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:56 08:29:56 Login Succeeded 08:29:56 docker.io 08:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:56 Configure a credential helper to remove this warning. See 08:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:56 08:29:56 Login Succeeded 08:29:56 ---> docker-login.sh ends [Pipeline] } 08:29:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:56 ++ 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 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/core-command/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo core-command,cmd/core-command/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/core-data/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo core-data,cmd/core-data/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/core-metadata/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo core-metadata,cmd/core-metadata/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/security-bootstrapper/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/security-proxy-setup/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/support-notifications/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo support-notifications,cmd/support-notifications/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/support-scheduler/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:29:56 + for file in '`ls cmd/**/Dockerfile`' 08:29:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:29:56 ++ cut -d/ -f2 08:29:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:29:56 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 08:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:58 08:29:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:29:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:58 latest: Pulling from edgex-devops/git-semver 08:29:58 31603596830f: Pulling fs layer 08:29:58 b6dc333f4379: Pulling fs layer 08:29:58 3d9ef1400e77: Pulling fs layer 08:29:58 fd332fbdc1db: Pulling fs layer 08:29:58 fd332fbdc1db: Waiting 08:29:58 b6dc333f4379: Verifying Checksum 08:29:58 b6dc333f4379: Download complete 08:29:59 31603596830f: Verifying Checksum 08:29:59 31603596830f: Download complete 08:29:59 31603596830f: Pull complete 08:29:59 fd332fbdc1db: Verifying Checksum 08:29:59 fd332fbdc1db: Download complete 08:29:59 b6dc333f4379: Pull complete 08:29:59 3d9ef1400e77: Verifying Checksum 08:29:59 3d9ef1400e77: Download complete 08:29:59 3d9ef1400e77: Pull complete 08:30:00 fd332fbdc1db: Pull complete 08:30:00 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 08:30:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:30:00 prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container 08:30:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:30:01 $ docker top a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:01 [ssh-agent] Looking for ssh-agent implementation... 08:30:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:01 $ docker exec a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent 08:30:01 SSH_AUTH_SOCK=/tmp/ssh-jGnjcrRwbf3N/agent.14 08:30:01 SSH_AGENT_PID=20 08:30:01 Running ssh-add (command line suppressed) 08:30:01 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7028877868309616121.key (/w/workspace/edgex-go/2@tmp/private_key_7028877868309616121.key) 08:30:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:02 + git tag --points-at HEAD [Pipeline] } 08:30:02 $ docker exec --env ******** --env ******** a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent -k 08:30:02 unset SSH_AUTH_SOCK; 08:30:02 unset SSH_AGENT_PID; 08:30:02 echo Agent pid 20 killed; 08:30:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:02 [ssh-agent] Looking for ssh-agent implementation... 08:30:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:02 $ docker exec a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent 08:30:02 SSH_AUTH_SOCK=/tmp/ssh-VXDOk1lrMiYp/agent.56 08:30:02 SSH_AGENT_PID=62 08:30:02 Running ssh-add (command line suppressed) 08:30:02 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2113653491827870096.key (/w/workspace/edgex-go/2@tmp/private_key_2113653491827870096.key) 08:30:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:03 + git semver init 08:30:03 # -> Open(): unable to determine branch for HEAD 08:30:03 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:30:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:30:03 # $SEMVER_REMOTE_NAME = origin 08:30:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:03 # $SEMVER_USER_NAME = edgex-jenkins 08:30:03 # $SEMVER_BRANCH = PR-3627 08:30:03 # $SEMVER_TEMP = /tmp/semver-032846881 08:30:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:30:25 # '/tmp/semver-032846881' -> '/w/workspace/edgex-go/2/.semver' 08:30:25 # -> Force: false 08:30:25 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:30:25 $ docker exec --env ******** --env ******** a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent -k 08:30:25 unset SSH_AUTH_SOCK; 08:30:25 unset SSH_AGENT_PID; 08:30:25 echo Agent pid 62 killed; 08:30:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:25 + git semver [Pipeline] } 08:30:25 $ docker stop --time=1 a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a 08:30:27 $ docker rm -f a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a [Pipeline] // withDockerContainer [Pipeline] sh 08:30:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:30:28 Stashed 1 file(s) [Pipeline] echo 08:30: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] echo 08:30:28 ========================================================= 08:30:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:30:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:29 + 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 . 08:30:30 Sending build context to Docker daemon 328.5MB 08:30:30 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:30:30 Step 2/6 : FROM ${BASE} 08:30:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:30:30 540db60ca938: Pulling fs layer 08:30:30 adcc1eea9eea: Pulling fs layer 08:30:30 4c4ab2625f07: Pulling fs layer 08:30:30 0773c198feca: Pulling fs layer 08:30:30 345f892a5656: Pulling fs layer 08:30:30 4796506630df: Pulling fs layer 08:30:30 cc55df3e53f1: Pulling fs layer 08:30:30 4d027b6c602c: Pulling fs layer 08:30:30 449e75d2c14e: Pulling fs layer 08:30:30 0773c198feca: Waiting 08:30:30 345f892a5656: Waiting 08:30:30 4796506630df: Waiting 08:30:30 cc55df3e53f1: Waiting 08:30:30 4d027b6c602c: Waiting 08:30:30 449e75d2c14e: Waiting 08:30:30 4c4ab2625f07: Download complete 08:30:30 adcc1eea9eea: Verifying Checksum 08:30:30 adcc1eea9eea: Download complete 08:30:30 345f892a5656: Verifying Checksum 08:30:30 345f892a5656: Download complete 08:30:30 4796506630df: Download complete 08:30:30 540db60ca938: Verifying Checksum 08:30:30 540db60ca938: Download complete 08:30:30 cc55df3e53f1: Verifying Checksum 08:30:30 cc55df3e53f1: Download complete 08:30:31 540db60ca938: Pull complete 08:30:31 adcc1eea9eea: Pull complete 08:30:31 4c4ab2625f07: Pull complete 08:30:32 4d027b6c602c: Verifying Checksum 08:30:32 4d027b6c602c: Download complete 08:30:34 449e75d2c14e: Verifying Checksum 08:30:34 449e75d2c14e: Download complete 08:30:36 0773c198feca: Verifying Checksum 08:30:36 0773c198feca: Download complete 08:30:39 0773c198feca: Pull complete 08:30:39 345f892a5656: Pull complete 08:30:39 4796506630df: Pull complete 08:30:39 cc55df3e53f1: Pull complete 08:30:39 4d027b6c602c: Pull complete 08:30:41 449e75d2c14e: Pull complete 08:30:41 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 08:30:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:30:41 ---> 0d28375d9b5b 08:30:41 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 08:30:42 ---> Running in ae9b95afb6f4 08:30:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:30:43 Still waiting to schedule task 08:30:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:30:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:30:44 (1/12) Installing libmagic (5.39-r0) 08:30:44 (2/12) Installing file (5.39-r0) 08:30:44 (3/12) Installing libc-dev (0.7.2-r3) 08:30:45 (4/12) Installing g++ (10.2.1_pre1-r3) 08:30:48 (5/12) Installing fortify-headers (1.1-r0) 08:30:48 (6/12) Installing patch (2.7.6-r7) 08:30:48 (7/12) Installing build-base (0.5-r2) 08:30:48 (8/12) Installing libsodium (1.0.18-r0) 08:30:49 (9/12) Installing pkgconf (1.7.3-r0) 08:30:49 (10/12) Installing libsodium-dev (1.0.18-r0) 08:30:49 (11/12) Installing libzmq (4.3.3-r1) 08:30:49 (12/12) Installing zeromq-dev (4.3.3-r1) 08:30:49 Executing busybox-1.32.1-r6.trigger 08:30:49 OK: 219 MiB in 52 packages 08:30:50 Removing intermediate container ae9b95afb6f4 08:30:50 ---> 260892a9deaf 08:30:50 Step 4/6 : WORKDIR /edgex-go 08:30:50 ---> Running in 98bdbb834637 08:30:50 Removing intermediate container 98bdbb834637 08:30:50 ---> 3eea410e6177 08:30:50 Step 5/6 : COPY go.mod . 08:30:50 ---> 9e3d626c53b7 08:30:50 Step 6/6 : RUN go mod download 08:30:50 ---> Running in 0cace36d4d11 08:31:09 Removing intermediate container 0cace36d4d11 08:31:09 ---> fc93c33ed63a 08:31:09 Successfully built fc93c33ed63a 08:31:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:31:09 + docker inspect -f . ci-base-image-x86_64 08:31:09 . [Pipeline] withDockerContainer 08:31:09 prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container 08:31:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:31:10 $ docker top b11c070c4418e8be64d887e1f3efd710e26ca0bb1f91935f0c9514d80d0757ca -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:10 + go version 08:31:10 go version go1.16.5 linux/amd64 [Pipeline] } 08:31:10 $ docker stop --time=1 b11c070c4418e8be64d887e1f3efd710e26ca0bb1f91935f0c9514d80d0757ca 08:31:11 $ docker rm -f b11c070c4418e8be64d887e1f3efd710e26ca0bb1f91935f0c9514d80d0757ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:12 + docker inspect -f . ci-base-image-x86_64 08:31:12 . [Pipeline] withDockerContainer 08:31:12 prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container 08:31:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:31:13 $ docker top 14c9150818b4f7cd15d450c4b5621c2c3815d957afc8de7035c2e641e4ce529a -eo pid,comm [Pipeline] { [Pipeline] echo 08:31:13 ========================================================= 08:31:13 [edgeXBuildGoParallel] Running Tests and Build... 08:31:13 ========================================================= [Pipeline] sh 08:31:13 + go mod tidy [Pipeline] sh 08:31:14 + make test 08:31:14 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 08:31:14 go mod tidy 08:31:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:31:19 ? github.com/edgexfoundry/edgex-go [no test files] 08:31:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:31:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:31:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:31:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:31:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:31:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:31:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:31:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:31:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:31:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:31:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:31:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:31:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:31:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 08:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:31:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:31:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 100.0% of statements 08:31:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:31:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 46.3% of statements 08:31:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:31:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:31:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.114s coverage: 89.9% of statements 08:31:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:31:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:31:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements 08:31:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:31:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:31:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 08:31:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:31:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:31:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.259s coverage: 94.2% of statements 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:31:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 59.1% of statements 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:31:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:31:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.052s coverage: 0.8% of statements 08:31:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:31:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 08:31:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.057s coverage: 22.0% of statements 08:31:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.146s coverage: 96.3% of statements 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 08:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements 08:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 08:32:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.212s coverage: 81.8% of statements 08:32:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.2% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.151s coverage: 64.4% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.173s coverage: 66.9% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 43.6% of statements 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 19.3% of statements 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 92.0% of statements 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 62.7% of statements 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.7% of statements 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 08:32:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 95.4% of statements 08:32:38 GO111MODULE=on go vet ./... 08:32:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3169 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws 08:32:47 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:32:47 The recommended git tool is: git 08:32:53 using credential edgex-jenkins-ssh 08:32:53 Cloning the remote Git repository 08:32:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:32:53 > git init /w/workspace/edgex-go/2 # timeout=10 08:32:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:53 > git --version # timeout=10 08:32:53 > git --version # 'git version 2.17.1' 08:32:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:00 gofmt -l . 08:33:00 [ "`gofmt -l .`" = "" ] 08:33:00 ./bin/test-attribution-txt.sh [Pipeline] sh 08:33:01 + ls -al . 08:33:01 total 572 08:33:01 drwxrwxr-x 10 1001 1001 4096 Jul 17 08:33 . 08:33:01 drwxr-xr-x 4 root root 28 Jul 17 08:31 .. 08:33:01 -rw-rw-r-- 1 1001 1001 11 Jul 17 08:29 .dockerignore 08:33:01 drwxrwxr-x 8 1001 1001 179 Jul 17 08:29 .git 08:33:01 drwxrwxr-x 3 1001 1001 125 Jul 17 08:29 .github 08:33:01 -rw-rw-r-- 1 1001 1001 818 Jul 17 08:29 .gitignore 08:33:01 -rw-rw-r-- 1 1001 1001 76 Jul 17 08:29 .hadolint.yml 08:33:01 drwx------ 3 1001 1001 58 Jul 17 08:30 .semver 08:33:01 -rw-rw-r-- 1 1001 1001 166 Jul 17 08:29 .sonarcloud.properties 08:33:01 -rw-rw-r-- 1 1001 1001 8609 Jul 17 08:29 Attribution.txt 08:33:01 -rw-rw-r-- 1 1001 1001 43881 Jul 17 08:29 CHANGELOG.md 08:33:01 -rw-rw-r-- 1 1001 1001 3804 Jul 17 08:29 CONTRIBUTING.md 08:33:01 -rw-rw-r-- 1 1001 1001 931 Jul 17 08:29 Dockerfile.build 08:33:01 -rw-rw-r-- 1 1001 1001 849 Jul 17 08:29 Jenkinsfile 08:33:01 -rw-rw-r-- 1 1001 1001 10775 Jul 17 08:29 LICENSE 08:33:01 -rw-rw-r-- 1 1001 1001 5915 Jul 17 08:29 Makefile 08:33:01 -rw-rw-r-- 1 1001 1001 8649 Jul 17 08:29 README.md 08:33:01 -rw-rw-r-- 1 1001 1001 6912 Jul 17 08:29 SECURITY.md 08:33:01 -rw-rw-r-- 1 1001 1001 5 Jul 17 08:30 VERSION 08:33:01 -rw-rw-r-- 1 1001 1001 4131 Jul 17 08:29 ZMQWindows.md 08:33:01 drwxrwxr-x 2 1001 1001 37 Jul 17 08:29 bin 08:33:01 drwxrwxr-x 14 1001 1001 4096 Jul 17 08:29 cmd 08:33:01 -rw-r--r-- 1 root root 403847 Jul 17 08:32 coverage.out 08:33:01 -rw-rw-r-- 1 1001 1001 812 Jul 17 08:29 go.mod 08:33:01 -rw-r--r-- 1 root root 21149 Jul 17 08:31 go.sum 08:33:01 drwxrwxr-x 8 1001 1001 124 Jul 17 08:29 internal 08:33:01 drwxrwxr-x 3 1001 1001 16 Jul 17 08:29 openapi 08:33:01 drwxrwxr-x 4 1001 1001 71 Jul 17 08:29 snap 08:33:01 -rw-rw-r-- 1 1001 1001 204 Jul 17 08:29 version.go [Pipeline] sh 08:33:02 + '[' -e coverage.out ] 08:33:02 + chown 1001:1001 coverage.out [Pipeline] stash 08:33:02 Stashed 1 file(s) [Pipeline] sh 08:33:02 + make build 08:33:02 go mod tidy 08:33:02 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 08:33:04 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 08:33:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:08 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:33:09 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 08:33:10 Merge succeeded, producing b18bae1c934bd63046ff6f12342a3f2803d65783 08:33:10 Checking out Revision b18bae1c934bd63046ff6f12342a3f2803d65783 (PR-3627) 08:33:10 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 08:33:11 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 08:33:09 > git config core.sparsecheckout # timeout=10 08:33:09 > git checkout -f 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 08:33:09 > git remote # timeout=10 08:33:10 > git config --get remote.origin.url # timeout=10 08:33:10 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:10 > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 08:33:10 > git rev-parse HEAD^{commit} # timeout=10 08:33:10 > git config core.sparsecheckout # timeout=10 08:33:10 > git checkout -f b18bae1c934bd63046ff6f12342a3f2803d65783 # timeout=10 08:33:12 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 08:33:12 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 08:33:13 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 08:33:14 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 08:33:14 Commit message: "Merge commit '8ac2c5b0481f8b8091b66f2267a28d88a679c7d1' into HEAD" 08:33:14 > git rev-list --no-walk 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 08:33:14 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:33:15 provisioning config files... 08:33:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2364385447189975917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:33:15 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 08:33:15 ---> docker-login.sh 08:33:15 nexus3.edgexfoundry.org:10001 08:33:16 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 08:33:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:17 Configure a credential helper to remove this warning. See 08:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:17 08:33:17 Login Succeeded 08:33:17 nexus3.edgexfoundry.org:10002 08:33:17 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 08:33:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:17 Configure a credential helper to remove this warning. See 08:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:17 08:33:17 Login Succeeded 08:33:17 nexus3.edgexfoundry.org:10003 08:33:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:18 Configure a credential helper to remove this warning. See 08:33:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:18 08:33:18 Login Succeeded 08:33:18 nexus3.edgexfoundry.org:10004 08:33:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 08:33:18 $ docker stop --time=1 14c9150818b4f7cd15d450c4b5621c2c3815d957afc8de7035c2e641e4ce529a 08:33:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:18 Configure a credential helper to remove this warning. See 08:33:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:18 08:33:18 Login Succeeded 08:33:18 docker.io 08:33:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:19 Configure a credential helper to remove this warning. See 08:33:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:19 08:33:19 Login Succeeded 08:33:19 ---> docker-login.sh ends 08:33:20 $ docker rm -f 14c9150818b4f7cd15d450c4b5621c2c3815d957afc8de7035c2e641e4ce529a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 08:33:20 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 08:33:23 ========================================================= 08:33:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:33:23 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:33:24 + 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 . 08:33:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:24 08:33:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:33:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:25 latest: Pulling from edgex-devops/edgex-compose 08:33:25 cbdbe7a5bc2a: Pulling fs layer 08:33:25 ca9280d653b3: Pulling fs layer 08:33:25 7e9c9ca2126c: Pulling fs layer 08:33:25 cbdbe7a5bc2a: Verifying Checksum 08:33:25 cbdbe7a5bc2a: Download complete 08:33:25 cbdbe7a5bc2a: Pull complete 08:33:26 ca9280d653b3: Verifying Checksum 08:33:26 ca9280d653b3: Download complete 08:33:26 Sending build context to Docker daemon 165.8MB 08:33:26 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:33:26 Step 2/6 : FROM ${BASE} 08:33:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:33:26 595b0fe564bb: Pulling fs layer 08:33:26 24495759ef45: Pulling fs layer 08:33:26 d148012ef14d: Pulling fs layer 08:33:26 cb65c68fc2e2: Pulling fs layer 08:33:26 093eec477d81: Pulling fs layer 08:33:26 a6d5b2bbb924: Pulling fs layer 08:33:26 2446dc1eb7d3: Pulling fs layer 08:33:26 596795e73e0f: Pulling fs layer 08:33:26 cb65c68fc2e2: Waiting 08:33:26 093eec477d81: Waiting 08:33:26 a6d5b2bbb924: Waiting 08:33:26 2446dc1eb7d3: Waiting 08:33:26 596795e73e0f: Waiting 08:33:26 d148012ef14d: Verifying Checksum 08:33:26 d148012ef14d: Download complete 08:33:26 24495759ef45: Verifying Checksum 08:33:26 24495759ef45: Download complete 08:33:26 ca9280d653b3: Pull complete 08:33:26 093eec477d81: Verifying Checksum 08:33:26 093eec477d81: Download complete 08:33:26 a6d5b2bbb924: Verifying Checksum 08:33:26 a6d5b2bbb924: Download complete 08:33:26 2446dc1eb7d3: Verifying Checksum 08:33:26 2446dc1eb7d3: Download complete 08:33:26 595b0fe564bb: Verifying Checksum 08:33:26 595b0fe564bb: Download complete 08:33:27 595b0fe564bb: Pull complete 08:33:28 24495759ef45: Pull complete 08:33:28 d148012ef14d: Pull complete 08:33:29 596795e73e0f: Verifying Checksum 08:33:29 596795e73e0f: Download complete 08:33:30 7e9c9ca2126c: Verifying Checksum 08:33:30 7e9c9ca2126c: Download complete 08:33:30 cb65c68fc2e2: Download complete 08:33:32 7e9c9ca2126c: Pull complete 08:33:32 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:33:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:33:32 prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container 08:33:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:33:35 $ docker top e811137750394d2ce3565d723643b71143e3c0023cb168655e5f00c15c8274db -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:35 + docker-compose build --help 08:33:35 + grep parallel 08:33:36 --parallel Build images in parallel. [Pipeline] } 08:33:36 $ docker stop --time=1 e811137750394d2ce3565d723643b71143e3c0023cb168655e5f00c15c8274db 08:33:37 $ docker rm -f e811137750394d2ce3565d723643b71143e3c0023cb168655e5f00c15c8274db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:37 . [Pipeline] withDockerContainer 08:33:37 prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container 08:33:37 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:33:38 $ docker top b9c1ba4fe627105b41d761540df235ec77ec6a7f9cdee612748453c8c161f2fd -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:38 + docker-compose -f ./docker-compose-build.yml build --parallel 08:33:39 Building core-command ... 08:33:39 Building core-data ... 08:33:39 Building core-metadata ... 08:33:39 Building security-bootstrapper ... 08:33:39 Building security-proxy-setup ... 08:33:39 Building security-secretstore-setup ... 08:33:39 Building support-notifications ... 08:33:39 Building support-scheduler ... 08:33:39 Building sys-mgmt-agent ... 08:33:39 Building core-metadata 08:33:39 Building security-secretstore-setup 08:33:39 Building security-proxy-setup 08:33:39 Building support-scheduler 08:33:39 Building support-notifications 08:33:40 cb65c68fc2e2: Pull complete 08:33:40 093eec477d81: Pull complete 08:33:41 a6d5b2bbb924: Pull complete 08:33:41 2446dc1eb7d3: Pull complete 08:33:45 596795e73e0f: Pull complete 08:33:45 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 08:33:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:33:45 ---> d9e956139c92 08:33:45 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 08:33:48 ---> Running in 39439115469e 08:33:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:33:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:33:51 (1/12) Installing libmagic (5.39-r0) 08:33:51 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:33:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:33:51 ---> fc93c33ed63a 08:33:51 Step 3/23 : WORKDIR /edgex-go 08:33:51 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:33:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:33:51 ---> fc93c33ed63a 08:33:51 Step 3/24 : WORKDIR /edgex-go 08:33:51 (2/12) Installing file (5.39-r0) 08:33:51 (3/12) Installing libc-dev (0.7.2-r3) 08:33:51 (4/12) Installing g++ (10.2.1_pre1-r3) 08:33:56 ---> Running in e5dacc12ec6a 08:33:56 ---> Running in c48dad0e455f 08:33:56 Removing intermediate container c48dad0e455f 08:33:56 ---> 426c9cc1451e 08:33:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:57 Removing intermediate container e5dacc12ec6a 08:33:57 ---> e77f2c401821 08:33:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:57 (5/12) Installing fortify-headers (1.1-r0) 08:33:57 (6/12) Installing patch (2.7.6-r7) 08:33:57 (7/12) Installing build-base (0.5-r2) 08:33:57 (8/12) Installing libsodium (1.0.18-r0) 08:33:57 (9/12) Installing pkgconf (1.7.3-r0) 08:33:57 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:57 ---> Running in af522c67c93a 08:33:57 ---> Running in e41f85d2ca75 08:33:57 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:33:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:33:57 ---> fc93c33ed63a 08:33:57 Step 3/22 : WORKDIR /edgex-go 08:33:57 ---> Using cache 08:33:57 ---> e77f2c401821 08:33:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:57 (11/12) Installing libzmq (4.3.3-r1) 08:33:57 (12/12) Installing zeromq-dev (4.3.3-r1) 08:33:57 Executing busybox-1.32.1-r6.trigger 08:33:57 OK: 218 MiB in 52 packages 08:33:57 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:33:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:33:57 ---> fc93c33ed63a 08:33:57 Step 3/26 : WORKDIR /edgex-go 08:33:57 ---> Using cache 08:33:57 ---> e77f2c401821 08:33:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:57 ---> Running in c43f5361703d 08:33:58 ---> Running in a2c6fdeded97 08:33:58 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:33:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:33:58 ---> fc93c33ed63a 08:33:58 Step 3/23 : WORKDIR /edgex-go 08:33:58 ---> Using cache 08:33:58 ---> e77f2c401821 08:33:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:58 ---> Running in 3da5a933fa3a 08:33:58 Removing intermediate container e41f85d2ca75 08:33:58 ---> ea77282fd99b 08:33:58 Step 5/24 : RUN apk add --update --no-cache make git 08:33:58 ---> Running in 898ea66765d2 08:33:58 Removing intermediate container af522c67c93a 08:33:58 ---> 5fabd3134c16 08:33:58 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:33:58 ---> Running in 38c442517d22 08:33:59 Removing intermediate container c43f5361703d 08:33:59 ---> fb705054b857 08:33:59 Step 5/22 : RUN apk add --update --no-cache make git 08:33:59 ---> Running in b97a21fdc1e7 08:33:59 Removing intermediate container a2c6fdeded97 08:33:59 ---> d7812ed2dc1a 08:33:59 Step 5/26 : RUN apk add --update --no-cache make git 08:33:59 ---> Running in e2c0dfbf5efd 08:33:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:33:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:33:59 Removing intermediate container 3da5a933fa3a 08:33:59 ---> 3893e5d36e86 08:33:59 Step 5/23 : RUN apk add --update --no-cache make git 08:33:59 ---> Running in 6b2411899f7f 08:33:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:33:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:34:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:34:01 OK: 219 MiB in 52 packages 08:34:01 Removing intermediate container b97a21fdc1e7 08:34:01 ---> 1465d6628dc2 08:34:01 Step 6/22 : COPY go.mod . 08:34:01 ---> e4dccff5ba62 08:34:01 Step 7/22 : RUN go mod download 08:34:01 ---> Running in fccfccc727be 08:34:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:34:02 Removing intermediate container 39439115469e 08:34:02 ---> 4596f1dbcf34 08:34:02 Step 4/6 : WORKDIR /edgex-go 08:34:02 ---> Running in e96e75f69a2b 08:34:02 Removing intermediate container e96e75f69a2b 08:34:02 ---> 0f4f13302780 08:34:02 Step 5/6 : COPY go.mod . 08:34:02 OK: 219 MiB in 52 packages 08:34:02 Removing intermediate container fccfccc727be 08:34:02 ---> 77a3a74a61bc 08:34:02 Step 8/22 : COPY . . 08:34:02 Removing intermediate container 38c442517d22 08:34:02 ---> 9ade3d4e5d77 08:34:02 Step 6/23 : COPY go.mod . 08:34:02 OK: 219 MiB in 52 packages 08:34:03 OK: 219 MiB in 52 packages 08:34:03 ---> 43e825cea97c 08:34:03 Step 6/6 : RUN go mod download 08:34:03 ---> Running in 494d1fbd64bf 08:34:04 ---> ed38d4d8a396 08:34:04 Step 7/23 : RUN go mod download 08:34:04 OK: 219 MiB in 52 packages 08:34:04 ---> Running in 55b6bc1addf7 08:34:05 Removing intermediate container 898ea66765d2 08:34:05 ---> 2aa64bce78e4 08:34:05 Step 6/24 : COPY go.mod . 08:34:05 Removing intermediate container e2c0dfbf5efd 08:34:05 ---> 84a92e0807ba 08:34:05 Step 6/26 : COPY go.mod . 08:34:05 Removing intermediate container 6b2411899f7f 08:34:05 ---> 041d51c4607a 08:34:05 Step 6/23 : COPY go.mod . 08:34:05 ---> 3b92e426f3c1 08:34:05 Step 7/24 : RUN go mod download 08:34:05 ---> Running in 392edfd13f8f 08:34:05 ---> a1a971c71217 08:34:05 Step 7/26 : RUN go mod download 08:34:05 ---> 1159a6e6961f 08:34:05 Step 7/23 : RUN go mod download 08:34:05 ---> Running in 871d7c3fb0f7 08:34:05 ---> Running in 0dbf5143b39c 08:34:06 Removing intermediate container 55b6bc1addf7 08:34:06 ---> c3b3c229feb2 08:34:06 Step 8/23 : COPY . . 08:34:06 ---> 7eba525009f4 08:34:06 Step 9/22 : RUN go mod tidy 08:34:06 ---> Running in fee54d36e712 08:34:06 Removing intermediate container 392edfd13f8f 08:34:06 ---> 0cfe59a55e4f 08:34:06 Step 8/24 : COPY . . 08:34:10 Removing intermediate container 871d7c3fb0f7 08:34:10 ---> 6020b76a5932 08:34:10 Step 8/26 : COPY . . 08:34:10 Removing intermediate container 0dbf5143b39c 08:34:10 ---> 89ae5d812113 08:34:10 Step 8/23 : COPY . . 08:34:10 Removing intermediate container fee54d36e712 08:34:10 ---> 70a04e12b17a 08:34:10 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:34:11 ---> Running in db1a8d4f7fb6 08:34:13 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 08:34:13 ---> 5ffc09fd6273 08:34:13 Step 9/23 : RUN go mod tidy 08:34:13 ---> a31b92ef07e9 08:34:13 Step 9/24 : RUN go mod tidy 08:34:14 ---> Running in 2a95ba457e3d 08:34:14 ---> Running in 8ac40bf99160 08:34:18 Removing intermediate container 2a95ba457e3d 08:34:18 ---> 122f1c1d86af 08:34:18 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:34:18 Removing intermediate container 8ac40bf99160 08:34:18 ---> cf7cb9330b7b 08:34:18 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:34:18 ---> Running in b6a8ee4cde80 08:34:19 ---> Running in 336002cc8044 08:34:20 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 08:34:21 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 08:34:29 ---> 8819fa68ee8d 08:34:29 Step 9/26 : RUN go mod tidy 08:34:29 ---> Running in 15e0c93b24da 08:34:29 ---> 33b245fe443c 08:34:29 Step 9/23 : RUN go mod tidy 08:34:29 ---> Running in 2fc5e7eaf28b 08:34:30 Removing intermediate container 494d1fbd64bf 08:34:30 ---> ecbc04f5e44e 08:34:30 Successfully built ecbc04f5e44e 08:34:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:34:30 + docker inspect -f . ci-base-image-arm64 08:34:30 . [Pipeline] withDockerContainer 08:34:30 prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container 08:34:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:34:31 Removing intermediate container 2fc5e7eaf28b 08:34:31 ---> 7b1c0771c11f 08:34:31 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:34:31 Removing intermediate container 15e0c93b24da 08:34:31 ---> fae8d3603f8b 08:34:31 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:34:31 ---> Running in 395be721c672 08:34:31 ---> Running in ba8838cfe5c0 08:34:31 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 08:34:32 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 08:34:32 $ docker top 6879b3b5107bc2fd81218b7fb769517cb22740e3125d00d31cb809819386bb7e -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:33 + go version 08:34:33 go version go1.16.5 linux/arm64 [Pipeline] } 08:34:33 $ docker stop --time=1 6879b3b5107bc2fd81218b7fb769517cb22740e3125d00d31cb809819386bb7e 08:34:35 $ docker rm -f 6879b3b5107bc2fd81218b7fb769517cb22740e3125d00d31cb809819386bb7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 08:34:35 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 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:36 + docker inspect -f . ci-base-image-arm64 08:34:36 . [Pipeline] withDockerContainer 08:34:36 prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container 08:34:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:34:37 $ docker top 3057dc0b8f62dafea1b9e203c2689c5117d2858ac962684cbff1d5c52e53864b -eo pid,comm [Pipeline] { [Pipeline] echo 08:34:38 ========================================================= 08:34:38 [edgeXBuildGoParallel] Running Tests and Build... 08:34:38 ========================================================= [Pipeline] sh 08:34:38 + go mod tidy [Pipeline] sh 08:34:40 + make test 08:34:40 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 08:34:40 go mod tidy 08:34:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:34:42 Removing intermediate container db1a8d4f7fb6 08:34:42 ---> a8781d24f08b 08:34:42 08:34:42 Step 11/22 : FROM alpine:3.12 08:34:42 3.12: Pulling from library/alpine 08:34:42 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 08:34:42 Status: Downloaded newer image for alpine:3.12 08:34:42 ---> 13621d1b12d4 08:34:42 Step 12/22 : RUN apk add --update --no-cache curl 08:34:43 ---> Running in 581cb0d3f6f2 08:34:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:44 (1/4) Installing ca-certificates (20191127-r4) 08:34:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:34:44 (3/4) Installing libcurl (7.77.0-r0) 08:34:44 (4/4) Installing curl (7.77.0-r0) 08:34:44 Executing busybox-1.31.1-r20.trigger 08:34:44 Executing ca-certificates-20191127-r4.trigger 08:34:44 OK: 7 MiB in 18 packages 08:34:45 Removing intermediate container 581cb0d3f6f2 08:34:45 ---> 9c9a05b578aa 08:34:45 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:34:45 ---> Running in fd133e986fd5 08:34:45 Removing intermediate container fd133e986fd5 08:34:45 ---> c5d6a1a6008e 08:34:45 Step 14/22 : WORKDIR /edgex 08:34:45 ---> Running in dc311ad67f50 08:34:45 Removing intermediate container dc311ad67f50 08:34:45 ---> 01420b7fcb9c 08:34:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:34:45 ---> 9c291a901bde 08:34:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:34:46 ---> 4b336d97946d 08:34:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:34:47 ---> 7bc64ed84f0f 08:34:47 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:34:47 ---> Running in 5fcbbe5d66eb 08:34:47 Removing intermediate container 5fcbbe5d66eb 08:34:47 ---> bacfe74c3cc2 08:34:47 Step 19/22 : CMD ["--init=true"] 08:34:47 ---> Running in 6f7ed0c76b90 08:34:47 Removing intermediate container 6f7ed0c76b90 08:34:47 ---> 66ec3c4c7251 08:34:47 Step 20/22 : LABEL arch=x86_64 08:34:47 ---> Running in 718d17249935 08:34:47 Removing intermediate container 718d17249935 08:34:47 ---> e58ab4c2deab 08:34:47 Step 21/22 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:34:47 ---> Running in 8168277da203 08:34:47 Removing intermediate container 8168277da203 08:34:47 ---> 35e5dd7f456b 08:34:47 Step 22/22 : LABEL version=0.0.0 08:34:47 ---> Running in 5c8f6d01aa8b 08:34:48 Removing intermediate container 5c8f6d01aa8b 08:34:48 ---> a60524448ec7 08:34:48 08:34:48 Successfully built a60524448ec7 08:34:48 Successfully tagged security-proxy-setup:latest 08:34:48 Building security-bootstrapper 08:34:55  Building security-proxy-setup ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:34:55 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:34:55 ---> fc93c33ed63a 08:34:55 Step 3/32 : WORKDIR /edgex-go 08:34:55 ---> Using cache 08:34:55 ---> e77f2c401821 08:34:55 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:55 ---> Using cache 08:34:55 ---> 3893e5d36e86 08:34:55 Step 5/32 : RUN apk add --update --no-cache make git 08:34:55 ---> Using cache 08:34:55 ---> 041d51c4607a 08:34:55 Step 6/32 : COPY go.mod . 08:34:55 ---> Using cache 08:34:55 ---> 1159a6e6961f 08:34:55 Step 7/32 : RUN go mod download 08:34:55 ---> Using cache 08:34:55 ---> 89ae5d812113 08:34:55 Step 8/32 : COPY . . 08:34:55 ---> Using cache 08:34:55 ---> 33b245fe443c 08:34:55 Step 9/32 : RUN go mod tidy 08:34:55 ---> Using cache 08:34:55 ---> 7b1c0771c11f 08:34:55 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:34:55 ---> Running in f3d00de860e3 08:34:56 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 08:35:04 Removing intermediate container b6a8ee4cde80 08:35:04 ---> ef993266394b 08:35:04 08:35:04 Step 11/23 : FROM alpine:3.12 08:35:04 ---> 13621d1b12d4 08:35:04 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:35:04 ---> Running in 661013f872a8 08:35:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:05 (1/2) Installing ca-certificates (20191127-r4) 08:35:05 (2/2) Installing dumb-init (1.2.2-r1) 08:35:05 Executing busybox-1.31.1-r20.trigger 08:35:05 Executing ca-certificates-20191127-r4.trigger 08:35:05 OK: 6 MiB in 16 packages 08:35:06 Removing intermediate container 661013f872a8 08:35:06 ---> bf5271996d44 08:35:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:35:06 ---> Running in 5ab79e4ce1bc 08:35:06 Removing intermediate container 5ab79e4ce1bc 08:35:06 ---> a083fafc709f 08:35:06 Step 14/23 : ENV APP_PORT=59860 08:35:06 ---> Running in 54cf0fd7084a 08:35:06 Removing intermediate container 54cf0fd7084a 08:35:06 ---> 0ea666472c76 08:35:06 Step 15/23 : EXPOSE $APP_PORT 08:35:06 ---> Running in d3e4a5800a78 08:35:06 Removing intermediate container d3e4a5800a78 08:35:06 ---> 278f7dc95089 08:35:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:35:07 ---> 2e179a81feac 08:35:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:35:07 ? github.com/edgexfoundry/edgex-go [no test files] 08:35:07 ---> ee7771a15ae0 08:35:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:35:07 ---> be19393e2d7c 08:35:07 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:35:07 ---> Running in 9e65386f86a9 08:35:08 Removing intermediate container 9e65386f86a9 08:35:08 ---> e0669edf06db 08:35:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:08 ---> Running in e5b336c76dcc 08:35:08 Removing intermediate container e5b336c76dcc 08:35:08 ---> 7a0ab18f0c5f 08:35:08 Step 21/23 : LABEL arch=x86_64 08:35:08 ---> Running in 8e6c3b75fc69 08:35:08 Removing intermediate container 8e6c3b75fc69 08:35:08 ---> 1e227cfe55ea 08:35:08 Step 22/23 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:35:08 ---> Running in d1e5471d4774 08:35:08 Removing intermediate container d1e5471d4774 08:35:08 ---> 0f91e8e9ec6f 08:35:08 Step 23/23 : LABEL version=0.0.0 08:35:08 ---> Running in 73b13ac51d18 08:35:09 Removing intermediate container 73b13ac51d18 08:35:09 ---> 58325392a229 08:35:09 08:35:09 Successfully built 58325392a229 08:35:09 Successfully tagged support-notifications:latest 08:35:09 Building sys-mgmt-agent 08:35:12  Building support-notifications ... done Removing intermediate container 336002cc8044 08:35:12 ---> 911998709c2e 08:35:12 08:35:12 Step 11/24 : FROM alpine:3.12 08:35:12 ---> 13621d1b12d4 08:35:12 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:35:12 ---> Running in c32946811929 08:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:13 (1/1) Installing dumb-init (1.2.2-r1) 08:35:13 Executing busybox-1.31.1-r20.trigger 08:35:13 OK: 6 MiB in 15 packages 08:35:14 Removing intermediate container c32946811929 08:35:14 ---> be526f33cdea 08:35:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:35:14 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 08:35:14 ---> Running in 42c04fefab05 08:35:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:35:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:35:14 ---> fc93c33ed63a 08:35:14 Step 3/24 : WORKDIR /edgex-go 08:35:14 ---> Using cache 08:35:14 ---> e77f2c401821 08:35:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:14 ---> Using cache 08:35:14 ---> 3893e5d36e86 08:35:14 Step 5/24 : RUN apk add --update --no-cache make bash git 08:35:14 Removing intermediate container 42c04fefab05 08:35:14 ---> 70f02b173d2b 08:35:14 Step 14/24 : ENV APP_PORT=59881 08:35:14 ---> Running in 92cf6803d061 08:35:14 ---> Running in fe8fdc8b99f7 08:35:15 Removing intermediate container fe8fdc8b99f7 08:35:15 ---> 24cbcab7b1eb 08:35:15 Step 15/24 : EXPOSE $APP_PORT 08:35:15 ---> Running in 347e3a6e3dc7 08:35:15 Removing intermediate container 347e3a6e3dc7 08:35:15 ---> 200db67c5efb 08:35:15 Step 16/24 : WORKDIR / 08:35:15 ---> Running in 2570babd29bc 08:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:35:15 Removing intermediate container 2570babd29bc 08:35:15 ---> b30622b5f656 08:35:15 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:35:15 ---> 9d40b4d611b0 08:35:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:35:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:35:16 ---> 185ba79d4e74 08:35:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:35:16 ---> 10897541ae89 08:35:16 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:35:16 ---> Running in bdfe25ad25c9 08:35:16 Removing intermediate container bdfe25ad25c9 08:35:16 ---> 475cf4f10876 08:35:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:17 ---> Running in 3f60eae1b85a 08:35:17 OK: 219 MiB in 52 packages 08:35:17 Removing intermediate container 3f60eae1b85a 08:35:17 ---> 0070b16a061d 08:35:17 Step 22/24 : LABEL arch=x86_64 08:35:17 ---> Running in fca10631dad8 08:35:17 Removing intermediate container fca10631dad8 08:35:17 ---> 014dae15cf6d 08:35:17 Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:35:17 ---> Running in 503aa309be44 08:35:17 Removing intermediate container 92cf6803d061 08:35:17 ---> a082dfe405e7 08:35:17 Step 6/24 : COPY go.mod . 08:35:18 Removing intermediate container 503aa309be44 08:35:18 ---> 4d472b1c430a 08:35:18 Step 24/24 : LABEL version=0.0.0 08:35:18 ---> Running in 388e95864ccc 08:35:18 ---> aa16aa591ba3 08:35:18 Step 7/24 : RUN go mod download 08:35:18 Removing intermediate container 388e95864ccc 08:35:18 ---> f22c9efc4c68 08:35:18 08:35:18 ---> Running in f10c24617ba6 08:35:18 Successfully built f22c9efc4c68 08:35:18 Successfully tagged core-metadata:latest 08:35:18 Building core-command 08:35:20  Building core-metadata ... done Removing intermediate container ba8838cfe5c0 08:35:20 ---> f754f9d50c1f 08:35:20 08:35:20 Step 11/26 : FROM alpine:3.12 08:35:20 ---> 13621d1b12d4 08:35:20 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:35:20 ---> Running in d2156bb43239 08:35:20 Removing intermediate container 395be721c672 08:35:20 ---> ba17de9f4817 08:35:20 08:35:20 Step 11/23 : FROM alpine:3.12 08:35:20 ---> 13621d1b12d4 08:35:20 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:35:20 ---> Using cache 08:35:20 ---> be526f33cdea 08:35:20 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:35:20 ---> Using cache 08:35:20 ---> 70f02b173d2b 08:35:20 Step 14/23 : ENV APP_PORT=59861 08:35:21 ---> Running in 7d6b449c9895 08:35:21 Removing intermediate container f10c24617ba6 08:35:21 ---> 5e08428089db 08:35:21 Step 8/24 : COPY . . 08:35:21 Removing intermediate container 7d6b449c9895 08:35:21 ---> 76320fe0bc6b 08:35:21 Step 15/23 : EXPOSE $APP_PORT 08:35:21 ---> Running in 2538cff03d28 08:35:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:21 Removing intermediate container 2538cff03d28 08:35:21 ---> 1acab41cd8b0 08:35:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:35:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:22 (1/6) Installing ca-certificates (20191127-r4) 08:35:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:35:22 (3/6) Installing libcurl (7.77.0-r0) 08:35:22 (4/6) Installing curl (7.77.0-r0) 08:35:22 (5/6) Installing dumb-init (1.2.2-r1) 08:35:22 (6/6) Installing su-exec (0.2-r1) 08:35:22 Executing busybox-1.31.1-r20.trigger 08:35:22 Executing ca-certificates-20191127-r4.trigger 08:35:22 OK: 7 MiB in 20 packages 08:35:23 ---> 72b9f9348cd1 08:35:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:35:25 Removing intermediate container d2156bb43239 08:35:25 ---> d575ac02cef0 08:35:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:35:25 ---> 4c836f22690b 08:35:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:35:25 ---> Running in 6ecabf7d487b 08:35:25 ---> 3edd600946e7 08:35:25 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:35:25 ---> Running in 88450cc4bfae 08:35:25 Removing intermediate container 6ecabf7d487b 08:35:25 ---> e5ca5582fe32 08:35:25 Step 14/26 : WORKDIR / 08:35:26 ---> Running in 97b758b1873f 08:35:26 Removing intermediate container 88450cc4bfae 08:35:26 ---> ac1da1fc4e5e 08:35:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:26 Removing intermediate container 97b758b1873f 08:35:26 ---> d4a4b2fe546a 08:35:26 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:35:26 ---> Running in 37347f161cf6 08:35:26 Removing intermediate container 37347f161cf6 08:35:26 ---> 222a81b5608e 08:35:26 Step 21/23 : LABEL arch=x86_64 08:35:26 ---> 5cb6b4704422 08:35:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:35:26 ---> Running in 219449cbc561 08:35:27 Removing intermediate container 219449cbc561 08:35:27 ---> 5434b5622b18 08:35:27 Step 22/23 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:35:27 ---> Running in e8fca6edb1ed 08:35:27 ---> 9af1f60496f9 08:35:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:35:27 Removing intermediate container e8fca6edb1ed 08:35:27 ---> f35fec5f0d84 08:35:27 Step 23/23 : LABEL version=0.0.0 08:35:28 ---> Running in a122dce54c23 08:35:28 ---> 17bbf68a620c 08:35:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:35:28 Removing intermediate container a122dce54c23 08:35:28 ---> 68faa748daeb 08:35:28 08:35:28 Successfully built 68faa748daeb 08:35:28 Successfully tagged support-scheduler:latest 08:35:28  Building support-scheduler ... done Building core-data 08:35:28 ---> 201a0f16f0ec 08:35:28 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:35:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:35:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:35:29 ---> fc93c33ed63a 08:35:29 Step 3/24 : WORKDIR /edgex-go 08:35:29 ---> Using cache 08:35:29 ---> e77f2c401821 08:35:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:29 ---> Using cache 08:35:29 ---> 3893e5d36e86 08:35:29 Step 5/24 : RUN apk add --update --no-cache make git 08:35:29 ---> Using cache 08:35:29 ---> 041d51c4607a 08:35:29 Step 6/24 : COPY go.mod . 08:35:29 ---> Using cache 08:35:29 ---> 1159a6e6961f 08:35:29 Step 7/24 : RUN go mod download 08:35:29 ---> Using cache 08:35:29 ---> 89ae5d812113 08:35:29 Step 8/24 : COPY . . 08:35:29 ---> Using cache 08:35:29 ---> 33b245fe443c 08:35:29 Step 9/24 : RUN go mod tidy 08:35:29 ---> Using cache 08:35:29 ---> 7b1c0771c11f 08:35:29 Step 10/24 : RUN make cmd/core-command/core-command 08:35:30 ---> c8668140d2ed 08:35:30 Step 9/24 : RUN go mod tidy 08:35:30 ---> Running in cd57f8eb3871 08:35:30 ---> Running in c854fbc8a9a8 08:35:30 ---> 7197c4e144fc 08:35:30 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:35:30 Removing intermediate container f3d00de860e3 08:35:30 ---> 37e5b8b74514 08:35:30 08:35:30 Step 11/32 : FROM alpine:3.12 08:35:30 ---> 13621d1b12d4 08:35:30 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:35:30 ---> Running in 8ca37f370ce4 08:35:31 Removing intermediate container 8ca37f370ce4 08:35:31 ---> 7466da838c64 08:35:31 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:35:31 ---> Running in bbf410ef7d49 08:35:31 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 08:35:31 ---> 1fa4175f0d24 08:35:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:35:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:32 ---> 044af9712497 08:35:32 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/ 08:35:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:32 ---> Running in 192db860fd61 08:35:32 (1/2) Installing dumb-init (1.2.2-r1) 08:35:32 (2/2) Installing su-exec (0.2-r1) 08:35:32 Executing busybox-1.31.1-r20.trigger 08:35:32 OK: 6 MiB in 16 packages 08:35:33 Removing intermediate container c854fbc8a9a8 08:35:33 ---> 61773f48d7e4 08:35:33 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:35:33 ---> Running in 94d067ff847c 08:35:33 Removing intermediate container bbf410ef7d49 08:35:33 ---> 7dee1c40d03b 08:35:33 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:35:33 ---> Running in e5405b4bda2d 08:35:33 Removing intermediate container e5405b4bda2d 08:35:33 ---> e46822e15e79 08:35:33 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:35:33 ---> Running in e4e8a001730c 08:35:33 Removing intermediate container 192db860fd61 08:35:33 ---> bec79ce69692 08:35:33 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:35:34 ---> Running in 2387eba8a2b1 08:35:34 Removing intermediate container e4e8a001730c 08:35:34 ---> 215b6e6e860a 08:35:34 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:35:34 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 08:35:34 Removing intermediate container 2387eba8a2b1 08:35:34 ---> e99b87e3e3c1 08:35:34 Step 24/26 : LABEL arch=x86_64 08:35:34 ---> Running in e05d161dc198 08:35:34 ---> Running in fad088af7b7c 08:35:35 Removing intermediate container fad088af7b7c 08:35:35 ---> 2d4299cff0da 08:35:35 Step 25/26 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:35:35 ---> Running in 44ea48f43c34 08:35:35 Removing intermediate container 44ea48f43c34 08:35:35 ---> 416953b4f1ac 08:35:35 Step 26/26 : LABEL version=0.0.0 08:35:35 ---> Running in b6cfcda54a23 08:35:35 Removing intermediate container b6cfcda54a23 08:35:35 ---> adc3df3f0211 08:35:35 08:35:35 Successfully built adc3df3f0211 08:35:35 Successfully tagged security-secretstore-setup:latest 08:35:35  Building security-secretstore-setup ... done Removing intermediate container e05d161dc198 08:35:35 ---> 45fbb2b7ae3f 08:35:35 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:35:35 ---> Running in fdb15d439b35 08:35:35 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:35:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:35:35 ---> fc93c33ed63a 08:35:35 Step 3/24 : WORKDIR /edgex-go 08:35:35 ---> Using cache 08:35:35 ---> e77f2c401821 08:35:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:35 ---> Using cache 08:35:35 ---> 3893e5d36e86 08:35:35 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:35:35 ---> Running in 1e1a9157ebb3 08:35:36 Removing intermediate container fdb15d439b35 08:35:36 ---> 367db6719c2a 08:35:36 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:35:36 ---> ed589c55a4a7 08:35:36 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:35:36 ---> Running in 403e8c7152ae 08:35:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:35:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:35:37 Removing intermediate container 403e8c7152ae 08:35:37 ---> d90cfd2c3e30 08:35:37 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:35:37 ---> e247f04a265a 08:35:37 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:35:37 OK: 219 MiB in 52 packages 08:35:38 ---> 4148182d03f0 08:35:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:35:38 Removing intermediate container 1e1a9157ebb3 08:35:38 ---> e612b46d061b 08:35:38 Step 6/24 : COPY go.mod . 08:35:39 ---> b6548782a85b 08:35:39 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:35:39 ---> 78b55d4a067b 08:35:39 Step 7/24 : RUN go mod download 08:35:39 ---> Running in bd60f9abc16f 08:35:39 ---> 9432af3f5e82 08:35:39 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:35:39 ---> 58ee6690b94d 08:35:39 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:35:39 ---> Running in e5753ebf4792 08:35:40 Removing intermediate container e5753ebf4792 08:35:40 ---> 1881774df080 08:35:40 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:35:40 ---> 868861442742 08:35:40 Step 27/32 : RUN chmod +x /entrypoint.sh 08:35:40 Removing intermediate container bd60f9abc16f 08:35:40 ---> 8aad091bcfa5 08:35:40 Step 8/24 : COPY . . 08:35:40 ---> Running in 1ae00c1732e4 08:35:43 Removing intermediate container 1ae00c1732e4 08:35:43 ---> 883c9e0edfd2 08:35:43 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:35:44 ---> Running in 8682671cc793 08:35:44 Removing intermediate container 8682671cc793 08:35:44 ---> 3fda31f19957 08:35:44 Step 29/32 : CMD ["gate"] 08:35:45 ---> Running in 0750a934977c 08:35:45 Removing intermediate container 0750a934977c 08:35:45 ---> 2079ab88dedd 08:35:45 Step 30/32 : LABEL arch=x86_64 08:35:45 ---> Running in 312189298d6a 08:35:45 Removing intermediate container 312189298d6a 08:35:45 ---> 3bd275cfe77a 08:35:45 Step 31/32 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:35:46 ---> Running in f74a068a4b58 08:35:46 Removing intermediate container f74a068a4b58 08:35:46 ---> de68a05921f3 08:35:46 Step 32/32 : LABEL version=0.0.0 08:35:46 ---> Running in c3ff9c127be7 08:35:46 ---> fa54f2c35f16 08:35:46 Step 9/24 : RUN go mod tidy 08:35:46 ---> Running in b7b7fa6f5e5e 08:35:46 Removing intermediate container c3ff9c127be7 08:35:46 ---> cf8ff04d0c05 08:35:46 08:35:46 Successfully built cf8ff04d0c05 08:35:46 Successfully tagged security-bootstrapper:latest 08:35:48  Building security-bootstrapper ... done Removing intermediate container b7b7fa6f5e5e 08:35:48 ---> 7448b7834912 08:35:48 Step 10/24 : RUN make cmd/core-data/core-data 08:35:48 ---> Running in f54df3e1d1fc 08:35:49 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 08:35:57 Removing intermediate container cd57f8eb3871 08:35:57 ---> d2fb0e7d26df 08:35:57 08:35:57 Step 11/24 : FROM alpine:3.12 08:35:57 ---> 13621d1b12d4 08:35:57 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:35:57 ---> Using cache 08:35:57 ---> be526f33cdea 08:35:57 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:35:57 ---> Using cache 08:35:57 ---> 70f02b173d2b 08:35:57 Step 14/24 : ENV APP_PORT=59882 08:35:57 ---> Running in 31e844f0d31b 08:35:57 Removing intermediate container 31e844f0d31b 08:35:57 ---> 3c04dc7ec532 08:35:57 Step 15/24 : EXPOSE $APP_PORT 08:35:57 ---> Running in 11f51223f8ec 08:35:57 Removing intermediate container 11f51223f8ec 08:35:57 ---> 959dd619d85c 08:35:57 Step 16/24 : WORKDIR / 08:35:57 ---> Running in 9a08d5f761a6 08:35:57 Removing intermediate container 9a08d5f761a6 08:35:57 ---> 8e3fec6dbefd 08:35:57 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:35:57 ---> 987743154682 08:35:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:35:58 ---> 6c0538095f99 08:35:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:35:59 ---> d71428647b43 08:35:59 Step 20/24 : ENTRYPOINT ["/core-command"] 08:35:59 ---> Running in 055ca91fa992 08:35:59 Removing intermediate container 94d067ff847c 08:35:59 ---> c289d1959cdd 08:35:59 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:35:59 Removing intermediate container 055ca91fa992 08:35:59 ---> ed27ad710551 08:35:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:35:59 ---> Running in 7925e3114e33 08:35:59 ---> Running in 939077cc029e 08:35:59 Removing intermediate container 939077cc029e 08:35:59 ---> ba99e91e969c 08:35:59 Step 22/24 : LABEL arch=x86_64 08:35:59 ---> Running in 8d8e48de01ce 08:36:00 Removing intermediate container 8d8e48de01ce 08:36:00 ---> 0c20096ba573 08:36:00 Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:36:00 ---> Running in 6736c87148d8 08:36:00 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 08:36:00 Removing intermediate container 6736c87148d8 08:36:00 ---> b8c085b84349 08:36:00 Step 24/24 : LABEL version=0.0.0 08:36:00 ---> Running in ef61c9bd6a26 08:36:00 Removing intermediate container ef61c9bd6a26 08:36:00 ---> 7e72a3717d68 08:36:00 08:36:00 Successfully built 7e72a3717d68 08:36:00 Successfully tagged core-command:latest 08:36:01  Building core-command ... done Removing intermediate container 7925e3114e33 08:36:01 ---> 0cae85bda150 08:36:01 08:36:01 Step 12/24 : FROM docker:20.10.6 08:36:01 20.10.6: Pulling from library/docker 08:36:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:36:10 Removing intermediate container f54df3e1d1fc 08:36:10 ---> 5093688564dc 08:36:10 08:36:10 Step 11/24 : FROM alpine:3.12 08:36:10 ---> 13621d1b12d4 08:36:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:36:10 ---> Running in 10842b3912b0 08:36:10 Removing intermediate container 10842b3912b0 08:36:10 ---> fe22f59e6bf8 08:36:10 Step 13/24 : ENV APP_PORT=59880 08:36:10 ---> Running in 852b9dea45c4 08:36:10 Removing intermediate container 852b9dea45c4 08:36:10 ---> 01f75f57fff6 08:36:10 Step 14/24 : EXPOSE $APP_PORT 08:36:10 ---> Running in 17af6839ac1b 08:36:10 Removing intermediate container 17af6839ac1b 08:36:10 ---> ed168e168a70 08:36:10 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:10 ---> Running in 0760677e5f90 08:36:10 Removing intermediate container 0760677e5f90 08:36:10 ---> f010707d8085 08:36:10 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:36:10 ---> Running in 9851eb48fe27 08:36:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:12 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 08:36:12 Status: Downloaded newer image for docker:20.10.6 08:36:12 ---> d2979b152a7d 08:36:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:36:12 (1/6) Installing dumb-init (1.2.2-r1) 08:36:12 (2/6) Installing libgcc (9.3.0-r2) 08:36:12 (3/6) Installing libsodium (1.0.18-r0) 08:36:12 (4/6) Installing libstdc++ (9.3.0-r2) 08:36:12 ---> Running in d341bf710fc9 08:36:12 Removing intermediate container d341bf710fc9 08:36:12 ---> caee9e6104dc 08:36:12 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 08:36:12 ---> Running in 77de676e85e1 08:36:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:36:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:36:13 (5/6) Installing libzmq (4.3.3-r0) 08:36:13 (1/39) Installing readline (8.1.0-r0) 08:36:13 (2/39) Installing bash (5.1.0-r0) 08:36:13 Executing bash-5.1.0-r0.post-install 08:36:13 (3/39) Installing brotli-libs (1.0.9-r3) 08:36:13 (4/39) Installing nghttp2-libs (1.42.0-r1) 08:36:13 (5/39) Installing libcurl (7.77.0-r1) 08:36:13 (6/39) Installing curl (7.77.0-r1) 08:36:13 (7/39) Installing dumb-init (1.2.5-r0) 08:36:13 (8/39) Installing libbz2 (1.0.8-r1) 08:36:13 (9/39) Installing expat (2.2.10-r1) 08:36:13 (10/39) Installing libffi (3.3-r2) 08:36:13 (6/6) Installing zeromq (4.3.3-r0) 08:36:13 (11/39) Installing gdbm (1.19-r0) 08:36:13 (12/39) Installing xz-libs (5.2.5-r0) 08:36:13 (13/39) Installing sqlite-libs (3.34.1-r0) 08:36:13 (14/39) Installing python3 (3.8.10-r0) 08:36:13 Executing busybox-1.31.1-r20.trigger 08:36:13 OK: 8 MiB in 20 packages 08:36:14 (15/39) Installing py3-appdirs (1.4.4-r1) 08:36:14 (16/39) Installing py3-ordered-set (4.0.2-r0) 08:36:14 (17/39) Installing py3-parsing (2.4.7-r1) 08:36:14 (18/39) Installing py3-six (1.15.0-r0) 08:36:14 (19/39) Installing py3-packaging (20.9-r0) 08:36:14 (20/39) Installing py3-setuptools (51.3.3-r0) 08:36:14 Removing intermediate container 9851eb48fe27 08:36:14 ---> 7f406efa0773 08:36:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:14 (21/39) Installing py3-chardet (4.0.0-r0) 08:36:14 (22/39) Installing py3-idna (3.1-r0) 08:36:14 (23/39) Installing py3-urllib3 (1.26.2-r1) 08:36:14 (24/39) Installing py3-requests (2.25.1-r1) 08:36:14 (25/39) Installing py3-msgpack (1.0.2-r0) 08:36:14 (26/39) Installing py3-lockfile (0.12.2-r3) 08:36:14 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:36:14 (28/39) Installing py3-colorama (0.4.4-r0) 08:36:14 (29/39) Installing py3-contextlib2 (0.6.0-r0) 08:36:14 (30/39) Installing py3-distlib (0.3.1-r1) 08:36:14 (31/39) Installing py3-distro (1.5.0-r1) 08:36:14 (32/39) Installing py3-webencodings (0.5.1-r3) 08:36:14 (33/39) Installing py3-html5lib (1.1-r0) 08:36:14 ---> 8206aaeed47a 08:36:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:36:14 (34/39) Installing py3-pytoml (0.1.21-r0) 08:36:14 (35/39) Installing py3-pep517 (0.9.1-r0) 08:36:14 (36/39) Installing py3-progress (1.5-r0) 08:36:14 (37/39) Installing py3-retrying (1.3.3-r0) 08:36:14 (38/39) Installing py3-toml (0.10.2-r0) 08:36:14 (39/39) Installing py3-pip (20.3.4-r0) 08:36:14 Executing busybox-1.32.1-r6.trigger 08:36:14 OK: 82 MiB in 59 packages 08:36:15 ---> 807336baabba 08:36:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:36:15 ---> 79cc4f460665 08:36:15 Step 20/24 : ENTRYPOINT ["/core-data"] 08:36:15 ---> Running in 5b1542015a04 08:36:15 Removing intermediate container 5b1542015a04 08:36:15 ---> 1a3a696956f3 08:36:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:15 ---> Running in 2163a32412d7 08:36:15 Removing intermediate container 2163a32412d7 08:36:15 ---> 374c0076c7e7 08:36:15 Step 22/24 : LABEL arch=x86_64 08:36:15 ---> Running in ceecf9e7dec8 08:36:15 Removing intermediate container ceecf9e7dec8 08:36:15 ---> 1dc968fb6e8b 08:36:15 Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:36:15 ---> Running in b48a5665e7ba 08:36:16 Removing intermediate container b48a5665e7ba 08:36:16 ---> b98fb92779d5 08:36:16 Step 24/24 : LABEL version=0.0.0 08:36:16 ---> Running in 31fd5a7ef580 08:36:16 Removing intermediate container 31fd5a7ef580 08:36:16 ---> 6ce1fc98bce1 08:36:16 08:36:16 Successfully built 6ce1fc98bce1 08:36:16 Successfully tagged core-data:latest 08:36:16  Building core-data ... done Collecting docker-compose==1.23.2 08:36:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:36:16 Collecting docopt<0.7,>=0.6.1 08:36:16 Downloading docopt-0.6.2.tar.gz (25 kB) 08:36:17 Collecting docker<4.0,>=3.6.0 08:36:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:36:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:36:17 Collecting texttable<0.10,>=0.9.0 08:36:17 Downloading texttable-0.9.1.tar.gz (11 kB) 08:36:17 Collecting cached-property<2,>=1.2.0 08:36:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:36:17 Collecting websocket-client<1.0,>=0.32.0 08:36:17 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 08:36:17 Collecting jsonschema<3,>=2.5.1 08:36:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:36:17 Collecting dockerpty<0.5,>=0.4.1 08:36:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:36:17 Collecting PyYAML<4,>=3.10 08:36:17 Downloading PyYAML-3.13.tar.gz (270 kB) 08:36:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:36:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:36:18 Collecting docker-pycreds>=0.4.0 08:36:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:36:18 Collecting urllib3<1.25,>=1.21.1 08:36:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:36:18 Collecting idna<2.8,>=2.5 08:36:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:36:18 Collecting certifi>=2017.4.17 08:36:18 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 08:36:18 Collecting chardet<3.1.0,>=3.0.2 08:36:18 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 08:36:18 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 08:36:18 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 08:36:18 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 08:36:18 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 08:36:18 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 08:36:18 Attempting uninstall: urllib3 08:36:18 Found existing installation: urllib3 1.26.2 08:36:18 Uninstalling urllib3-1.26.2: 08:36:18 Successfully uninstalled urllib3-1.26.2 08:36:19 Attempting uninstall: idna 08:36:19 Found existing installation: idna 3.1 08:36:19 Uninstalling idna-3.1: 08:36:19 Successfully uninstalled idna-3.1 08:36:19 Attempting uninstall: chardet 08:36:19 Found existing installation: chardet 4.0.0 08:36:19 Uninstalling chardet-4.0.0: 08:36:19 Successfully uninstalled chardet-4.0.0 08:36:19 Attempting uninstall: requests 08:36:19 Found existing installation: requests 2.25.1 08:36:19 Uninstalling requests-2.25.1: 08:36:19 Successfully uninstalled requests-2.25.1 08:36:19 Running setup.py install for texttable: started 08:36:19 Running setup.py install for texttable: finished with status 'done' 08:36:19 Running setup.py install for PyYAML: started 08:36:20 Running setup.py install for PyYAML: finished with status 'done' 08:36:20 Running setup.py install for docopt: started 08:36:20 Running setup.py install for docopt: finished with status 'done' 08:36:20 Running setup.py install for dockerpty: started 08:36:21 Running setup.py install for dockerpty: finished with status 'done' 08:36:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 08:36:24 Removing intermediate container 77de676e85e1 08:36:24 ---> 7255c19d7a9a 08:36:24 Step 15/24 : ENV APP_PORT=58890 08:36:24 ---> Running in 05d85395ade4 08:36:24 Removing intermediate container 05d85395ade4 08:36:24 ---> 312a69f6eacc 08:36:24 Step 16/24 : EXPOSE $APP_PORT 08:36:24 ---> Running in c0de170e34a1 08:36:24 Removing intermediate container c0de170e34a1 08:36:24 ---> fce5308339cf 08:36:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:36:24 ---> b0aef6785f57 08:36:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:36:24 ---> afd64abc8101 08:36:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:36:24 ---> 3ed959bceb25 08:36:24 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 08:36:24 ---> Running in 5539551bb990 08:36:25 Removing intermediate container 5539551bb990 08:36:25 ---> b04692c38cb8 08:36:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:25 ---> Running in e6d38599d1ea 08:36:25 Removing intermediate container e6d38599d1ea 08:36:25 ---> 2bc372a53d21 08:36:25 Step 22/24 : LABEL arch=x86_64 08:36:25 ---> Running in c8535172d60d 08:36:25 Removing intermediate container c8535172d60d 08:36:25 ---> b0483323c8d4 08:36:25 Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 08:36:25 ---> Running in 6b25deca0efc 08:36:25 Removing intermediate container 6b25deca0efc 08:36:25 ---> 7765b872114d 08:36:25 Step 24/24 : LABEL version=0.0.0 08:36:25 ---> Running in 040149a1b37b 08:36:25 Removing intermediate container 040149a1b37b 08:36:25 ---> 44c7eaaa8d00 08:36:25 08:36:25 Successfully built 44c7eaaa8d00 08:36:25 Successfully tagged sys-mgmt-agent:latest 08:36:25  Building sys-mgmt-agent ... done  [Pipeline] } 08:36:25 $ docker stop --time=1 b9c1ba4fe627105b41d761540df235ec77ec6a7f9cdee612748453c8c161f2fd 08:36:27 $ docker rm -f b9c1ba4fe627105b41d761540df235ec77ec6a7f9cdee612748453c8c161f2fd [Pipeline] // withDockerContainer [Pipeline] sh 08:36:27 + docker images 08:36:27 REPOSITORY TAG IMAGE ID CREATED SIZE 08:36:27 sys-mgmt-agent latest 44c7eaaa8d00 2 seconds ago 324MB 08:36:27 core-data latest 6ce1fc98bce1 11 seconds ago 20.3MB 08:36:27 5093688564dc 19 seconds ago 1.18GB 08:36:27 0cae85bda150 26 seconds ago 1.18GB 08:36:27 core-command latest 7e72a3717d68 27 seconds ago 15.9MB 08:36:27 d2fb0e7d26df 31 seconds ago 1.17GB 08:36:27 security-bootstrapper latest cf8ff04d0c05 41 seconds ago 18.6MB 08:36:27 security-secretstore-setup latest adc3df3f0211 52 seconds ago 28.7MB 08:36:27 37e5b8b74514 57 seconds ago 1.18GB 08:36:27 support-scheduler latest 68faa748daeb 59 seconds ago 15.9MB 08:36:27 ba17de9f4817 About a minute ago 1.18GB 08:36:27 f754f9d50c1f About a minute ago 1.18GB 08:36:27 core-metadata latest f22c9efc4c68 About a minute ago 16.6MB 08:36:27 911998709c2e About a minute ago 1.18GB 08:36:27 support-notifications latest 58325392a229 About a minute ago 16.7MB 08:36:27 ef993266394b About a minute ago 1.18GB 08:36:27 security-proxy-setup latest a60524448ec7 About a minute ago 25.7MB 08:36:27 a8781d24f08b About a minute ago 1.18GB 08:36:27 ci-base-image-x86_64 latest fc93c33ed63a 5 minutes ago 678MB 08:36:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 2 days ago 475MB 08:36:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 10 days ago 37.5MB 08:36:27 docker 20.10.6 d2979b152a7d 3 months ago 246MB 08:36:27 alpine 3.12 13621d1b12d4 3 months ago 5.58MB 08:36:27 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 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.194s coverage: 28.7% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.335s coverage: 100.0% of statements 08:36:40 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.362s coverage: 46.3% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.714s coverage: 89.9% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 08:36:42 Still waiting to schedule task 08:36:42 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:36:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.208s coverage: 81.2% of statements 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.489s coverage: 94.2% of statements 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/io 0.224s coverage: 59.1% of statements 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.177s coverage: 60.0% of statements 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.273s coverage: 0.8% of statements 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.144s coverage: 58.8% of statements 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.174s coverage: 22.0% of statements 08:36:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.241s coverage: 47.1% of statements 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.193s coverage: 79.5% of statements 08:36:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.216s coverage: 94.1% of statements 08:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.202s coverage: 96.3% of statements 08:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.365s coverage: 87.5% of statements 08:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.194s coverage: 94.4% of statements 08:37:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.149s coverage: 44.8% of statements 08:37:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.563s coverage: 81.8% of statements 08:37:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.276s coverage: 92.9% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.158s coverage: 100.0% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.192s coverage: 58.8% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.184s coverage: 80.0% of statements 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.242s coverage: 87.2% of statements 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.269s coverage: 85.4% of statements 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.328s coverage: 91.2% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.842s coverage: 64.4% of statements 08:37:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:37:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.161s coverage: 100.0% of statements 08:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 91.3% of statements 08:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 08:37:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.135s coverage: 73.7% of statements 08:37:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.191s coverage: 66.9% of statements 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.735s coverage: 43.6% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.292s coverage: 19.3% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.592s coverage: 92.0% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.229s coverage: 62.7% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.396s coverage: 97.7% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.164s coverage: 28.9% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.174s coverage: 100.0% of statements 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 08:37:37 GO111MODULE=on go vet ./... 08:39:14 gofmt -l . 08:39:14 [ "`gofmt -l .`" = "" ] 08:39:14 ./bin/test-attribution-txt.sh [Pipeline] sh 08:39:14 + ls -al . 08:39:14 total 600 08:39:14 drwxrwxr-x 9 1001 1001 4096 Jul 17 08:39 . 08:39:14 drwxr-xr-x 4 root root 4096 Jul 17 08:34 .. 08:39:14 -rw-rw-r-- 1 1001 1001 11 Jul 17 08:33 .dockerignore 08:39:14 drwxrwxr-x 8 1001 1001 4096 Jul 17 08:33 .git 08:39:14 drwxrwxr-x 3 1001 1001 4096 Jul 17 08:33 .github 08:39:14 -rw-rw-r-- 1 1001 1001 818 Jul 17 08:33 .gitignore 08:39:14 -rw-rw-r-- 1 1001 1001 76 Jul 17 08:33 .hadolint.yml 08:39:14 -rw-rw-r-- 1 1001 1001 166 Jul 17 08:33 .sonarcloud.properties 08:39:14 -rw-rw-r-- 1 1001 1001 8609 Jul 17 08:33 Attribution.txt 08:39:14 -rw-rw-r-- 1 1001 1001 43881 Jul 17 08:33 CHANGELOG.md 08:39:14 -rw-rw-r-- 1 1001 1001 3804 Jul 17 08:33 CONTRIBUTING.md 08:39:14 -rw-rw-r-- 1 1001 1001 931 Jul 17 08:33 Dockerfile.build 08:39:14 -rw-rw-r-- 1 1001 1001 849 Jul 17 08:33 Jenkinsfile 08:39:14 -rw-rw-r-- 1 1001 1001 10775 Jul 17 08:33 LICENSE 08:39:14 -rw-rw-r-- 1 1001 1001 5915 Jul 17 08:33 Makefile 08:39:14 -rw-rw-r-- 1 1001 1001 8649 Jul 17 08:33 README.md 08:39:14 -rw-rw-r-- 1 1001 1001 6912 Jul 17 08:33 SECURITY.md 08:39:14 -rw-rw-r-- 1 1001 1001 5 Jul 17 08:30 VERSION 08:39:14 -rw-rw-r-- 1 1001 1001 4131 Jul 17 08:33 ZMQWindows.md 08:39:14 drwxrwxr-x 2 1001 1001 4096 Jul 17 08:33 bin 08:39:14 drwxrwxr-x 14 1001 1001 4096 Jul 17 08:33 cmd 08:39:14 -rw-r--r-- 1 root root 403847 Jul 17 08:37 coverage.out 08:39:14 -rw-rw-r-- 1 1001 1001 812 Jul 17 08:33 go.mod 08:39:14 -rw-r--r-- 1 root root 21149 Jul 17 08:34 go.sum 08:39:14 drwxrwxr-x 8 1001 1001 4096 Jul 17 08:33 internal 08:39:14 drwxrwxr-x 3 1001 1001 4096 Jul 17 08:33 openapi 08:39:14 drwxrwxr-x 4 1001 1001 4096 Jul 17 08:33 snap 08:39:14 -rw-rw-r-- 1 1001 1001 204 Jul 17 08:33 version.go [Pipeline] sh 08:39:15 + '[' -e coverage.out ] 08:39:15 + chown 1001:1001 coverage.out [Pipeline] stash 08:39:15 Warning: overwriting stash ‘coverage-report’ 08:39:16 Stashed 1 file(s) [Pipeline] sh 08:39:17 + make build 08:39:17 go mod tidy 08:39:17 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 08:39: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 08:39:51 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 08:39: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 08:39:55 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 08:39:56 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 08:40:00 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 08:40:02 Running on prd-ubuntu18.04-docker-8c-8g-3171 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws 08:40:02 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:40:02 The recommended git tool is: git 08:40:04 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 08:40:05 using credential edgex-jenkins-ssh 08:40:05 Cloning the remote Git repository 08:40:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:40:05 > git init /w/workspace/edgex-go/2 # timeout=10 08:40:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:05 > git --version # timeout=10 08:40:05 > git --version # 'git version 2.17.1' 08:40:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:09 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 08:40:13 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 08:40:13 Merge succeeded, producing 7faf8849334ee5eaa33823f1ece3996ebe27c891 08:40:13 Checking out Revision 7faf8849334ee5eaa33823f1ece3996ebe27c891 (PR-3627) 08:40:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:40:13 > git config core.sparsecheckout # timeout=10 08:40:13 > git checkout -f 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 08:40:13 > git remote # timeout=10 08:40:13 > git config --get remote.origin.url # timeout=10 08:40:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:13 > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 08:40:13 > git rev-parse HEAD^{commit} # timeout=10 08:40:13 > git config core.sparsecheckout # timeout=10 08:40:13 > git checkout -f 7faf8849334ee5eaa33823f1ece3996ebe27c891 # timeout=10 08:40:14 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 08:40:17 Commit message: "Merge commit '8ac2c5b0481f8b8091b66f2267a28d88a679c7d1' into HEAD" 08:40:17 > git rev-list --no-walk 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 08:40:17 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:40:18 + echo snap-build.sh 08:40:18 snap-build.sh 08:40:18 + SNAP_BASE_DIR=. 08:40:18 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:40:18 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:40:18 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:40:18 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:40:18 + cd /w/workspace/edgex-go/2 08:40:18 + sudo apt-get remove -qy --purge lxd lxd-client 08:40:18 Reading package lists... 08:40:18 Building dependency tree... 08:40:18 Reading state information... 08:40:18 The following packages were automatically installed and are no longer required: 08:40:18 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:40:18 uidmap xdelta3 08:40:18 Use 'sudo apt autoremove' to remove them. 08:40:18 The following packages will be REMOVED: 08:40:18 lxd* lxd-client* 08:40:18 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:40:18 After this operation, 31.7 MB disk space will be freed. 08:40:19 (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.) 08:40:19 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:19 Removing lxd dnsmasq configuration 08:40:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:40:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:40:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:40:20 (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.) 08:40:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:21 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 08:40:22 Processing triggers for systemd (237-3ubuntu10.45) ... 08:40:22 Processing triggers for ureadahead (0.100.0-21) ... 08:40:22 + sudo snap remove --purge lxd 08:40:22 snap "lxd" is not installed 08:40:22 + sudo groupadd --force --system lxd 08:40:22 ++ whoami 08:40:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:40:22 + newgrp - lxd 08:40:22 + sudo snap install lxd [Pipeline] } 08:40:27 $ docker stop --time=1 3057dc0b8f62dafea1b9e203c2689c5117d2858ac962684cbff1d5c52e53864b 08:40:29 $ docker rm -f 3057dc0b8f62dafea1b9e203c2689c5117d2858ac962684cbff1d5c52e53864b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:40:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:31 08:40:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:40:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:32 latest: Pulling from edgex-devops/edgex-compose-arm64 08:40:32 29e5d40040c1: Pulling fs layer 08:40:32 1ce36da41761: Pulling fs layer 08:40:32 25b303627fd3: Pulling fs layer 08:40:32 29e5d40040c1: Verifying Checksum 08:40:32 29e5d40040c1: Download complete 08:40:32 2021-07-17T08:40:29Z INFO Waiting for automatic snapd restart... 08:40:33 29e5d40040c1: Pull complete 08:40:33 1ce36da41761: Verifying Checksum 08:40:33 1ce36da41761: Download complete 08:40:35 1ce36da41761: Pull complete 08:40:35 25b303627fd3: Verifying Checksum 08:40:35 25b303627fd3: Download complete 08:40:45 25b303627fd3: Pull complete 08:40:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:40:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:40:46 prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container 08:40:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:40:49 $ docker top 1b02a3e93fb9e858db78f25154cb2ac6dd0cb7c42dc7e14ac81e6854de32fffd -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:50 + docker-compose build --help 08:40:50 + grep parallel 08:40:51 lxd 4.16 from Canonical* installed 08:40:51 + sudo lxd init --auto 08:40:55 --parallel Build images in parallel. [Pipeline] } 08:40:55 $ docker stop --time=1 1b02a3e93fb9e858db78f25154cb2ac6dd0cb7c42dc7e14ac81e6854de32fffd 08:40:57 $ docker rm -f 1b02a3e93fb9e858db78f25154cb2ac6dd0cb7c42dc7e14ac81e6854de32fffd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:40:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:40:57 . [Pipeline] withDockerContainer 08:40:58 + sudo snap install --classic snapcraft 08:40:58 prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container 08:40:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:40:59 $ docker top 59cc50a176e5308febdb1ac9cf3fc7acb172fb027e84c7053eb72a08cc77630f -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:01 + docker-compose -f ./docker-compose-build.yml build --parallel 08:41:06 Building core-command ... 08:41:06 Building core-data ... 08:41:06 Building core-metadata ... 08:41:06 Building security-bootstrapper ... 08:41:06 Building security-proxy-setup ... 08:41:06 Building security-secretstore-setup ... 08:41:06 Building support-notifications ... 08:41:06 Building support-scheduler ... 08:41:06 Building sys-mgmt-agent ... 08:41:06 Building core-metadata 08:41:06 Building security-bootstrapper 08:41:06 Building core-command 08:41:06 Building sys-mgmt-agent 08:41:06 Building security-secretstore-setup 08:41:08 snapcraft 4.8.3 from Canonical* installed 08:41:08 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:41:08 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:41:08 % Total % Received % Xferd Average Speed Time Time Time Current 08:41:08 Dload Upload Total Spent Left Speed 08:41:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4045 0 --:--:-- --:--:-- --:--:-- 4045 08:41:08 100 3325k 100 3325k 0 0 8547k 0 --:--:-- --:--:-- --:--:-- 8547k 08:41:08 ./yq_linux_amd64 08:41:08 + sudo snapcraft prime --use-lxd 08:41:10 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:41:10 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: 08:41:10 - README.md 08:41:10 08:41:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:41:10 Launching a container. 08:41:17 Waiting for container to be ready 08:41:17 To start your first instance, try: lxc launch ubuntu:18.04 08:41:17 08:41:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:41:21 Waiting for network to be ready... 08:41:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:41:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] 08:41:22 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:41:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] 08:41:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:41:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:41:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] 08:41:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] 08:41:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] 08:41:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] 08:41:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:41:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:41:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:41:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:41:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:41:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:41:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:41:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:41:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:41:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2132 kB] 08:41:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] 08:41:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 08:41:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 08:41:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] 08:41:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] 08:41:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] 08:41:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] 08:41:25 Fetched 24.8 MB in 4s (6144 kB/s) 08:41:26 Reading package lists... 08:41:26 Reading package lists... 08:41:27 Building dependency tree... 08:41:27 Reading state information... 08:41:27 The following additional packages will be installed: 08:41:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:41:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:41:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:41:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:41:27 Suggested packages: 08:41:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:41:27 Recommended packages: 08:41:27 gnupg libsasl2-modules 08:41:27 The following NEW packages will be installed: 08:41:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:41:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:41:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:41:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:41:27 The following packages will be upgraded: 08:41:27 gpg gpg-agent gpgconf libudev1 08:41:27 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 08:41:27 Need to get 3530 kB of archives. 08:41:27 After this operation, 13.3 MB of additional disk space will be used. 08:41:27 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] 08:41:27 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] 08:41:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:41:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:41:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] 08:41:27 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] 08:41:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:41:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:41:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:41:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:41:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:41:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:41:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:41:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:41:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:41:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:41:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:41:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:41:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:41:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:41:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:41:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:41:28 debconf: delaying package configuration, since apt-utils is not installed 08:41:28 Fetched 3530 kB in 1s (2761 kB/s) 08:41:28 (Reading database ... 12511 files and directories currently installed.) 08:41:28 Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... 08:41:28 Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... 08:41:28 Setting up libudev1:amd64 (237-3ubuntu10.48) ... 08:41:28 Selecting previously unselected package udev. 08:41:28 (Reading database ... 12511 files and directories currently installed.) 08:41:28 Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... 08:41:28 Unpacking udev (237-3ubuntu10.48) ... 08:41:28 Selecting previously unselected package libfuse2:amd64. 08:41:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:41:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:41:28 Selecting previously unselected package fuse. 08:41:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:41:28 Unpacking fuse (2.9.7-1ubuntu1) ... 08:41:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:28 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:28 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:29 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:29 Selecting previously unselected package libksba8:amd64. 08:41:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:41:29 Unpacking libksba8:amd64 (1.3.5-2) ... 08:41:29 Selecting previously unselected package libroken18-heimdal:amd64. 08:41:29 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:41:29 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:41:29 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:41:29 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libwind0-heimdal:amd64. 08:41:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:41:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:41:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:41:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:41:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:29 Selecting previously unselected package libsasl2-modules-db:amd64. 08:41:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:41:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:29 Selecting previously unselected package libsasl2-2:amd64. 08:41:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:41:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:29 Selecting previously unselected package libldap-common. 08:41:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:41:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:41:29 Selecting previously unselected package libldap-2.4-2:amd64. 08:41:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:41:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:41:29 Selecting previously unselected package dirmngr. 08:41:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:29 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:41:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:41:29 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:41:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:41:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:29 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:41:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libksba8:amd64 (1.3.5-2) ... 08:41:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:41:30 Setting up udev (237-3ubuntu10.48) ... 08:41:30 invoke-rc.d: policy-rc.d denied execution of start. 08:41:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Processing triggers for systemd (237-3ubuntu10) ... 08:41:30 Setting up fuse (2.9.7-1ubuntu1) ... 08:41:30 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:41:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:41:30 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:41:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:41:30 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:41:30 settings in the [Install] section, and DefaultInstance for template units). 08:41:30 This means they are not meant to be enabled using systemctl. 08:41:30 Possible reasons for having this kind of units are: 08:41:30 1) A unit may be statically enabled by being symlinked from another unit's 08:41:30 .wants/ or .requires/ directory. 08:41:30 2) A unit's purpose may be to act as a helper for some other unit which has 08:41:30 a requirement dependency on it. 08:41:30 3) A unit may be started when needed via activation (socket, path, timer, 08:41:30 D-Bus, udev, scripted systemctl call, ...). 08:41:30 4) In case of template units, the unit is meant to be enabled with some 08:41:30 instance name specified. 08:41:31 Reading package lists... 08:41:31 Building dependency tree... 08:41:31 Reading state information... 08:41:31 The following additional packages will be installed: 08:41:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:41:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:41:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:41:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:41:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:41:31 Suggested packages: 08:41:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:41:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:41:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:41:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:41:31 systemd-container policykit-1 08:41:31 Recommended packages: 08:41:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:41:31 The following NEW packages will be installed: 08:41:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:41:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:41:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:41:31 multiarch-support openssh-client python3 python3-minimal python3.6 08:41:31 python3.6-minimal snapd squashfs-tools sudo 08:41:31 The following packages will be upgraded: 08:41:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:41:31 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 08:41:31 Need to get 36.7 MB of archives. 08:41:31 After this operation, 147 MB of additional disk space will be used. 08:41:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:41:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:41:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] 08:41:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:41:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:41:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:41:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:41:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:41:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:41:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:41:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:41:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:41:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:41:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:41:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:41:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:41:32 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] 08:41:32 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 08:41:32 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 08:41:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:41:32 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:41:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:41:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:41:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:41:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:41:32 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:41:32 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:41:32 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:41:32 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 08:41:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 08:41:34 debconf: delaying package configuration, since apt-utils is not installed 08:41:34 Fetched 36.7 MB in 3s (13.6 MB/s) 08:41:34 (Reading database ... 12757 files and directories currently installed.) 08:41:34 Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... 08:41:34 Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... 08:41:34 Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... 08:41:34 Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... 08:41:34 Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... 08:41:35 (Reading database ... 12757 files and directories currently installed.) 08:41:35 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 08:41:35 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 08:41:35 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 08:41:35 (Reading database ... 12757 files and directories currently installed.) 08:41:35 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 08:41:35 Unpacking apt (1.6.14) over (1.6.1) ... 08:41:35 Setting up apt (1.6.14) ... 08:41:35 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:41:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:41:35 (Reading database ... 12764 files and directories currently installed.) 08:41:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:41:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:41:35 Selecting previously unselected package libpython3.6-minimal:amd64. 08:41:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:36 Selecting previously unselected package libexpat1:amd64. 08:41:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:41:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:41:36 Selecting previously unselected package python3.6-minimal. 08:41:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:41:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:41:36 Checking for services that may need to be restarted...done. 08:41:36 Checking for services that may need to be restarted...done. 08:41:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:41:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:41:37 Selecting previously unselected package python3-minimal. 08:41:37 (Reading database ... 13012 files and directories currently installed.) 08:41:37 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:41:37 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:41:37 Selecting previously unselected package mime-support. 08:41:37 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:41:37 Unpacking mime-support (3.60ubuntu1) ... 08:41:37 Selecting previously unselected package libmpdec2:amd64. 08:41:37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:41:37 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:41:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:41:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:37 Selecting previously unselected package python3.6. 08:41:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:41:37 Selecting previously unselected package libpython3-stdlib:amd64. 08:41:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:41:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:41:37 Setting up python3-minimal (3.6.7-1~18.04) ... 08:41:37 Selecting previously unselected package python3. 08:41:37 (Reading database ... 13442 files and directories currently installed.) 08:41:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:41:37 Unpacking python3 (3.6.7-1~18.04) ... 08:41:37 Selecting previously unselected package multiarch-support. 08:41:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:41:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:41:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:41:37 Selecting previously unselected package liblzo2-2:amd64. 08:41:37 (Reading database ... 13479 files and directories currently installed.) 08:41:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:41:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:41:37 Selecting previously unselected package libbsd0:amd64. 08:41:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:41:37 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:41:37 Selecting previously unselected package sudo. 08:41:37 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:41:37 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:41:37 Selecting previously unselected package apparmor. 08:41:37 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:41:37 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:41:38 Selecting previously unselected package libedit2:amd64. 08:41:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:41:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:41:38 Selecting previously unselected package libkrb5support0:amd64. 08:41:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:41:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:41:38 Selecting previously unselected package libk5crypto3:amd64. 08:41:38 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:41:38 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:41:38 Selecting previously unselected package libkeyutils1:amd64. 08:41:38 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:41:38 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:41:38 Selecting previously unselected package libkrb5-3:amd64. 08:41:38 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:41:38 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:41:38 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:41:38 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:41:38 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:41:38 Selecting previously unselected package libssl1.0.0:amd64. 08:41:38 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:41:38 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:41:38 Selecting previously unselected package openssh-client. 08:41:38 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:41:38 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:41:38 Selecting previously unselected package squashfs-tools. 08:41:38 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 08:41:38 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 08:41:38 Selecting previously unselected package snapd. 08:41:38 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 08:41:38 Unpacking snapd (2.49.2+18.04) ... 08:41:40 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:41:40 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:41:40 Setting up mime-support (3.60ubuntu1) ... 08:41:40 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:41:40 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:41:40 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:41:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:41:40 Setting up systemd (237-3ubuntu10.48) ... 08:41:40 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:41:41 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:41:41 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:41:41 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:41:41 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:41 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:41:41 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:41:42 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 08:41:42 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:41:42 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:41:42 Setting up python3 (3.6.7-1~18.04) ... 08:41:42 running python rtupdate hooks for python3.6... 08:41:42 running python post-rtupdate hooks for python3.6... 08:41:42 Setting up apparmor (2.12-4ubuntu5.1) ... 08:41:42 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:41:42 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:41:42 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:41:42 Setting up snapd (2.49.2+18.04) ... 08:41:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:41:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:41:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:41:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:41:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:41:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:41:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:41:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:41:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:41:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:41:44 /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' 08:41:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:41:44 Processing triggers for systemd (237-3ubuntu10.48) ... 08:41:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:41:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:41:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:41:46 Reading package lists... 08:41:46 Reading package lists... 08:41:46 Building dependency tree... 08:41:46 Reading state information... 08:41:47 Calculating upgrade... 08:41:47 The following packages will be upgraded: 08:41:47 advancecomp base-files bash binutils binutils-common 08:41:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:41:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:41:47 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 08:41:47 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 08:41:47 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:41:47 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:41:47 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:41:47 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 08:41:47 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 08:41:47 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 08:41:47 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 08:41:47 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 08:41:47 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 08:41:47 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 08:41:47 ubuntu-keyring util-linux 08:41:47 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:41:47 Need to get 64.2 MB of archives. 08:41:47 After this operation, 5113 kB of additional disk space will be used. 08:41:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] 08:41:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:41:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:41:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:41:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:41:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:41:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:41:47 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:41:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:41:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:41:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:41:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:41:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:41:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:41:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:41:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:41:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:41:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:41:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:41:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:41:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:41:47 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:41:47 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:41:47 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:41:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:41:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:41:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:41:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:41:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:41:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:41:47 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:41:47 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:41:47 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:41:47 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:41:47 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 08:41:47 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:41:47 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:41:47 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 08:41:47 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 08:41:47 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:41:47 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:41:47 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:41:47 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:41:47 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:41:47 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:41:47 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:41:47 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:41:47 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:41:47 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:41:47 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] 08:41:47 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:41:47 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:41:47 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:41:47 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:41:47 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:41:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:41:47 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:41:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:41:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:41:48 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:41:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:41:48 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:41:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:41:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:41:48 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:41:48 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:41:48 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:41:48 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:41:48 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:41:48 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:41:48 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:41:48 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:41:48 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 08:41:48 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:41:48 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:41:48 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:41:48 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:41:48 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:41:48 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:41:48 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:41:48 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:41:48 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:41:48 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:41:48 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 08:41:48 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 08:41:48 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 08:41:48 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] 08:41:48 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 08:41:48 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:41:48 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:41:48 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:41:48 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:41:48 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:41:48 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:41:48 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:41:48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:41:48 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:41:48 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:41:48 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:41:48 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:41:48 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:41:48 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:41:48 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:41:49 debconf: delaying package configuration, since apt-utils is not installed 08:41:49 Fetched 64.2 MB in 2s (33.4 MB/s) 08:41:49 (Reading database ... 13914 files and directories currently installed.) 08:41:49 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:41:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:41:49 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:41:49 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:41:49 Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... 08:41:49 Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... 08:41:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:41:50 (Reading database ... 13914 files and directories currently installed.) 08:41:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:41:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:41:50 (Reading database ... 13914 files and directories currently installed.) 08:41:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:41:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:41:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:41:50 (Reading database ... 13914 files and directories currently installed.) 08:41:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:41:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:41:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:41:51 (Reading database ... 13914 files and directories currently installed.) 08:41:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:41:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:41:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:41:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:41:51 Setting up base-files (10.1ubuntu2.10) ... 08:41:51 Installing new version of config file /etc/issue ... 08:41:51 Installing new version of config file /etc/issue.net ... 08:41:51 Installing new version of config file /etc/lsb-release ... 08:41:51 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:41:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:41:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:41:51 Removing obsolete conffile /etc/default/motd-news ... 08:41:51 (Reading database ... 13915 files and directories currently installed.) 08:41:51 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:41:51 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:41:52 Setting up bash (4.4.18-2ubuntu1.2) ... 08:41:52 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 08:41:52 (Reading database ... 13915 files and directories currently installed.) 08:41:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:41:52 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:41:52 (Reading database ... 13915 files and directories currently installed.) 08:41:52 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:41:52 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:41:52 Setting up tar (1.29b-2ubuntu0.2) ... 08:41:52 (Reading database ... 13915 files and directories currently installed.) 08:41:52 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:41:52 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:41:52 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:41:52 (Reading database ... 13915 files and directories currently installed.) 08:41:52 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:41:52 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:41:52 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:41:52 (Reading database ... 13915 files and directories currently installed.) 08:41:52 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:41:52 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:41:53 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:41:53 (Reading database ... 13915 files and directories currently installed.) 08:41:53 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:41:53 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:41:53 Setting up grep (3.1-2build1) ... 08:41:53 (Reading database ... 13915 files and directories currently installed.) 08:41:53 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 08:41:53 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 08:41:53 Setting up gzip (1.6-5ubuntu1.1) ... 08:41:53 (Reading database ... 13915 files and directories currently installed.) 08:41:53 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:41:53 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:41:53 Setting up login (1:4.5-1ubuntu2) ... 08:41:53 (Reading database ... 13915 files and directories currently installed.) 08:41:53 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:41:53 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:41:53 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:41:53 (Reading database ... 13915 files and directories currently installed.) 08:41:53 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:41:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:41:53 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:41:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:41:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:41:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:41:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:41:54 (Reading database ... 13915 files and directories currently installed.) 08:41:54 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:41:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:41:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:41:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:41:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:41:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:41:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:41:54 (Reading database ... 13915 files and directories currently installed.) 08:41:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:41:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:41:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:41:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:41:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:41:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:41:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:41:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:41:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:41:55 (Reading database ... 13915 files and directories currently installed.) 08:41:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:41:56 (Reading database ... 13915 files and directories currently installed.) 08:41:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:41:56 (Reading database ... 13915 files and directories currently installed.) 08:41:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:41:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:41:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:41:56 (Reading database ... 13915 files and directories currently installed.) 08:41:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:41:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:41:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:41:57 (Reading database ... 13915 files and directories currently installed.) 08:41:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:41:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:41:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:41:57 (Reading database ... 13917 files and directories currently installed.) 08:41:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:41:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:41:57 Setting up debconf (1.5.66ubuntu1) ... 08:41:57 (Reading database ... 13917 files and directories currently installed.) 08:41:57 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:41:57 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:41:57 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:41:57 (Reading database ... 13917 files and directories currently installed.) 08:41:57 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:41:57 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:41:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:41:57 (Reading database ... 13917 files and directories currently installed.) 08:41:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 08:41:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 08:41:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 08:41:57 (Reading database ... 13917 files and directories currently installed.) 08:41:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 08:41:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 08:41:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 08:41:58 (Reading database ... 13919 files and directories currently installed.) 08:41:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 08:41:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 08:41:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 08:41:58 (Reading database ... 13923 files and directories currently installed.) 08:41:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:41:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:41:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... 08:41:58 Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... 08:41:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:41:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:41:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:41:58 (Reading database ... 13923 files and directories currently installed.) 08:41:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:41:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:41:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:41:58 (Reading database ... 13923 files and directories currently installed.) 08:41:58 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 08:41:58 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 08:41:58 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 08:41:58 (Reading database ... 13923 files and directories currently installed.) 08:41:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 08:41:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 08:41:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 08:41:59 (Reading database ... 13923 files and directories currently installed.) 08:41:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:41:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:41:59 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:41:59 (Reading database ... 13923 files and directories currently installed.) 08:41:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:41:59 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:41:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:41:59 (Reading database ... 13923 files and directories currently installed.) 08:41:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:41:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:41:59 Setting up passwd (1:4.5-1ubuntu2) ... 08:41:59 (Reading database ... 13923 files and directories currently installed.) 08:41:59 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:59 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:59 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:41:59 (Reading database ... 13923 files and directories currently installed.) 08:41:59 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 08:41:59 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 08:42:00 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 08:42:00 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 08:42:00 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:42:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:42:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:42:00 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:42:00 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:42:00 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:42:00 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:42:00 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:42:00 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:42:00 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:42:00 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:42:00 (Reading database ... 13923 files and directories currently installed.) 08:42:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:42:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:42:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:42:00 (Reading database ... 13924 files and directories currently installed.) 08:42:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:01 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:01 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:42:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:42:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:42:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:42:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:42:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:42:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:42:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:42:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:42:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:42:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:42:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:42:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:42:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:42:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:42:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:42:01 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:42:01 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:42:01 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:42:01 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:42:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:42:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:42:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:02 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:02 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:02 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:02 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:02 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:02 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:03 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:04 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:04 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:04 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:04 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:05 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:05 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:05 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:05 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:42:05 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:05 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:42:05 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:05 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:42:05 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:42:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:06 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:06 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:42:06 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:42:06 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:42:06 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:42:06 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:42:06 08:42:06 Current default time zone: 'Etc/UTC' 08:42:06 Local time is now: Sat Jul 17 08:42:06 UTC 2021. 08:42:06 Universal Time is now: Sat Jul 17 08:42:06 UTC 2021. 08:42:06 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:42:06 08:42:06 Setting up systemd-sysv (237-3ubuntu10.48) ... 08:42:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... 08:42:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:42:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:42:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:42:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:42:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:42:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:42:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:42:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:42:06 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:42:06 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:06 Setting up patch (2.7.6-2ubuntu1.1) ... 08:42:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:42:06 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:42:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:42:06 Installing new version of config file /etc/ssl/openssl.cnf ... 08:42:06 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:42:06 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:42:06 Setting up ca-certificates (20210119~18.04.1) ... 08:42:08 Updating certificates in /etc/ssl/certs... 08:42:09 23 added, 27 removed; done. 08:42:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:42:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:42:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:42:09 Setting up pkgbinarymangler (138.18.04.1) ... 08:42:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:42:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up perl (5.26.1-6ubuntu0.5) ... 08:42:09 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:42:09 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:42:09 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:42:09 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:42:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:42:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:42:09 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:42:09 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:42:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:42:09 Processing triggers for systemd (237-3ubuntu10.48) ... 08:42:09 Processing triggers for mime-support (3.60ubuntu1) ... 08:42:09 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:42:09 Updating certificates in /etc/ssl/certs... 08:42:10 0 added, 0 removed; done. 08:42:10 Running hooks in /etc/ca-certificates/update.d... 08:42:10 done. 08:42:10 Reading package lists... 08:42:10 Building dependency tree... 08:42:10 Reading state information... 08:42:10 The following NEW packages will be installed: 08:42:10 apt-transport-https 08:42:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:42:11 Need to get 4348 B of archives. 08:42:11 After this operation, 154 kB of additional disk space will be used. 08:42:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 08:42:11 debconf: delaying package configuration, since apt-utils is not installed 08:42:11 Fetched 4348 B in 0s (24.4 kB/s) 08:42:11 Selecting previously unselected package apt-transport-https. 08:42:11 (Reading database ... 13929 files and directories currently installed.) 08:42:11 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 08:42:11 Unpacking apt-transport-https (1.6.14) ... 08:42:11 Setting up apt-transport-https (1.6.14) ... 08:42:11 Waiting for network to be ready... 08:42:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:42:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:42:14 ---> ecbc04f5e44e 08:42:14 Step 3/24 : WORKDIR /edgex-go 08:42:14 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:42:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:42:14 ---> ecbc04f5e44e 08:42:14 Step 3/26 : WORKDIR /edgex-go 08:42:14 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:42:14 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:42:14 ---> ecbc04f5e44e 08:42:14 Step 3/32 : WORKDIR /edgex-go 08:42:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:42:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:42:14 ---> ecbc04f5e44e 08:42:14 Step 3/24 : WORKDIR /edgex-go 08:42:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:42:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:42:14 ---> ecbc04f5e44e 08:42:14 Step 3/24 : WORKDIR /edgex-go 08:42:14 ---> Running in 3f47df3c7e1e 08:42:14 ---> Running in a0ca8fbd665d 08:42:14 ---> Running in 056d367536c1 08:42:14 ---> Running in 365bf4a8ace8 08:42:14 ---> Running in 6b143a8deafd 08:42:14 Removing intermediate container a0ca8fbd665d 08:42:14 ---> ad204244e815 08:42:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:14 Removing intermediate container 365bf4a8ace8 08:42:14 ---> 0c0a3a5e6314 08:42:14 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:14 Removing intermediate container 056d367536c1 08:42:14 Removing intermediate container 6b143a8deafd 08:42:14 ---> f1cbb0cd8095 08:42:14 ---> d050aac56e8f 08:42:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:14 08:42:14 Removing intermediate container 3f47df3c7e1e 08:42:14 ---> 602290672aa8 08:42:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:14 ---> Running in cfaa1fb47f2d 08:42:14 ---> Running in 6c6447797ce1 08:42:14 ---> Running in f85c9fd01075 08:42:14 ---> Running in 4becac3aee12 08:42:14 ---> Running in a370ccf0daf5 08:42:17 2021-07-17T08:42:14Z INFO Waiting for automatic snapd restart... 08:42:17 snapd 2.51.1 from Canonical* installed 08:42:17 Removing intermediate container cfaa1fb47f2d 08:42:17 ---> 5c0e811a637b 08:42:17 Step 5/32 : RUN apk add --update --no-cache make git 08:42:18 "snapd" switched to the "latest/stable" channel 08:42:18 08:42:18 Removing intermediate container 6c6447797ce1 08:42:18 ---> 1715ab79bcf5 08:42:18 Step 5/26 : RUN apk add --update --no-cache make git 08:42:18 ---> Running in 81d5e6c44e1e 08:42:18 Removing intermediate container 4becac3aee12 08:42:18 ---> 1e24c051670b 08:42:18 Step 5/24 : RUN apk add --update --no-cache make bash git 08:42:18 ---> Running in 6155db37f6aa 08:42:19 ---> Running in de1f91d19c74 08:42:19 Removing intermediate container f85c9fd01075 08:42:19 ---> ebeca446527a 08:42:19 Step 5/24 : RUN apk add --update --no-cache make git 08:42:19 Removing intermediate container a370ccf0daf5 08:42:19 ---> 8c558c28216a 08:42:19 Step 5/24 : RUN apk add --update --no-cache make git 08:42:19 ---> Running in 0170aeb12366 08:42:19 ---> Running in 77d52460ea5d 08:42:19 core18 20210611 from Canonical* installed 08:42:20 "core18" switched to the "latest/stable" channel 08:42:20 08:42:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:42:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:42:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:42:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:42:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:42:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:42:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:42:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:42:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:42:22 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:42:22 OK: 218 MiB in 52 packages 08:42:22 OK: 218 MiB in 52 packages 08:42:23 OK: 218 MiB in 52 packages 08:42:23 snapcraft 4.8.3 from Canonical* installed 08:42:23 "snapcraft" switched to the "latest/stable" channel 08:42:23 08:42:23 OK: 218 MiB in 52 packages 08:42:24 OK: 218 MiB in 52 packages 08:42:24 Removing intermediate container 81d5e6c44e1e 08:42:24 ---> 7c4a24eaaf72 08:42:24 Step 6/32 : COPY go.mod . 08:42:24 Removing intermediate container 6155db37f6aa 08:42:24 ---> edd9e00e4cf2 08:42:24 Step 6/26 : COPY go.mod . 08:42:25 Removing intermediate container 0170aeb12366 08:42:25 ---> a5a694f2708c 08:42:25 Step 6/24 : COPY go.mod . 08:42:25 ---> ba03c8b06297 08:42:25 Step 7/32 : RUN go mod download 08:42:25 Removing intermediate container 77d52460ea5d 08:42:25 ---> 6c135eff0ef9 08:42:25 Step 6/24 : COPY go.mod . 08:42:25 Removing intermediate container de1f91d19c74 08:42:25 ---> fe9f73eb56e3 08:42:25 Step 6/24 : COPY go.mod . 08:42:26 ---> Running in 24246a212c2b 08:42:26 ---> 018aa2300344 08:42:26 Step 7/26 : RUN go mod download 08:42:26 ---> Running in 3d16373e902b 08:42:27 ---> 670f059551b5 08:42:27 Step 7/24 : RUN go mod download 08:42:27 ---> Running in 79636ae84953 08:42:27 ---> 1fb02a55bde5 08:42:27 Step 7/24 : RUN go mod download 08:42:27 ---> b8aa1ffca9a2 08:42:27 Step 7/24 : RUN go mod download 08:42:27 ---> Running in c01ba60f98cb 08:42:27 ---> Running in b164524b7df3 08:42:27 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: 08:42:27 - README.md 08:42:27 08:42:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:42:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:42:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:42:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:42:29 Reading package lists... 08:42:29 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 08:42:29 Reading package lists... 08:42:29 Building dependency tree... 08:42:29 Reading state information... 08:42:29 Suggested packages: 08:42:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:42:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:42:29 Recommended packages: 08:42:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:42:29 The following NEW packages will be installed: 08:42:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:42:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:42:29 pkg-config zip 08:42:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:42:29 Need to get 7663 kB of archives. 08:42:29 After this operation, 43.8 MB of additional disk space will be used. 08:42:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:42:29 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:42:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:42:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:42:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:42:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:42:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:42:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:42:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:42:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:42:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:42:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:42:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:42:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:42:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:42:30 debconf: delaying package configuration, since apt-utils is not installed 08:42:30 Fetched 7663 kB in 1s (9454 kB/s) 08:42:30 Selecting previously unselected package libglib2.0-0:amd64. 08:42:30 (Reading database ... 13933 files and directories currently installed.) 08:42:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:42:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:42:30 Selecting previously unselected package libpsl5:amd64. 08:42:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:42:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:42:30 Selecting previously unselected package libnghttp2-14:amd64. 08:42:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:42:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:42:30 Selecting previously unselected package librtmp1:amd64. 08:42:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:42:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:42:30 Selecting previously unselected package libcurl3-gnutls:amd64. 08:42:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:42:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:42:30 Selecting previously unselected package liberror-perl. 08:42:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:42:30 Unpacking liberror-perl (0.17025-1) ... 08:42:30 Selecting previously unselected package git-man. 08:42:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:42:30 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:42:31 Removing intermediate container 24246a212c2b 08:42:31 ---> e3831c78fe1e 08:42:31 Step 8/32 : COPY . . 08:42:31 Selecting previously unselected package git. 08:42:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:42:31 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:42:31 Removing intermediate container 3d16373e902b 08:42:31 ---> 43e534e85ae1 08:42:31 Step 8/26 : COPY . . 08:42:31 Selecting previously unselected package libnorm1:amd64. 08:42:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:42:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:42:31 Selecting previously unselected package libpgm-5.2-0:amd64. 08:42:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:42:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:42:31 Selecting previously unselected package libsodium23:amd64. 08:42:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:42:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:42:31 Selecting previously unselected package libzmq5:amd64. 08:42:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:42:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:42:31 Removing intermediate container 79636ae84953 08:42:31 ---> e9ce896975f9 08:42:31 Step 8/24 : COPY . . 08:42:32 Selecting previously unselected package libzmq3-dev:amd64. 08:42:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:42:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:42:32 Selecting previously unselected package pkg-config. 08:42:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:42:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:42:32 Selecting previously unselected package zip. 08:42:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:42:32 Unpacking zip (3.0-11build1) ... 08:42:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:42:32 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:42:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:42:32 Setting up liberror-perl (0.17025-1) ... 08:42:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:42:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:42:32 No schema files found: doing nothing. 08:42:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:42:32 Setting up zip (3.0-11build1) ... 08:42:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:42:32 Setting up libsodium23:amd64 (1.0.16-2) ... 08:42:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:42:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:42:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:42:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:42:32 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:42:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:42:32 Removing intermediate container b164524b7df3 08:42:32 ---> 3f652c2ec662 08:42:32 Step 8/24 : COPY . . 08:42:32 git set to automatically installed. 08:42:32 git-man set to automatically installed. 08:42:32 libcurl3-gnutls set to automatically installed. 08:42:32 liberror-perl set to automatically installed. 08:42:32 libglib2.0-0 set to automatically installed. 08:42:32 libnghttp2-14 set to automatically installed. 08:42:32 libnorm1 set to automatically installed. 08:42:32 libpgm-5.2-0 set to automatically installed. 08:42:32 libpsl5 set to automatically installed. 08:42:32 librtmp1 set to automatically installed. 08:42:32 libsodium23 set to automatically installed. 08:42:32 libzmq3-dev set to automatically installed. 08:42:32 libzmq5 set to automatically installed. 08:42:32 pkg-config set to automatically installed. 08:42:32 zip set to automatically installed. 08:42:33 Removing intermediate container c01ba60f98cb 08:42:33 ---> f3b22e11f27f 08:42:33 Step 8/24 : COPY . . 08:42:34 snapd is not logged in, snap install commands will use sudo 08:42:39 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 08:42:39 snapd is not logged in, snap install commands will use sudo 08:42:40 snap "core18" has no updates available 08:42:41 Pulling config-common 08:42:41 + snapcraftctl pull 08:42:42 Pulling go-build-helper 08:42:42 + snapcraftctl pull 08:42:43 'edgex-go' has dependencies that need to be staged: go-build-helper 08:42:43 Skipping pull go-build-helper (already ran) 08:42:43 Building go-build-helper 08:42:43 + snapcraftctl build 08:42:45 Staging go-build-helper 08:42:45 + snapcraftctl stage 08:42:55 ---> 5d6987ccd239 08:42:55 Step 9/24 : RUN go mod tidy 08:42:55 ---> 28af1ab1e408 08:42:55 Step 9/26 : RUN go mod tidy 08:42:55 ---> 1e6ae794b961 08:42:55 Step 9/32 : RUN go mod tidy 08:42:55 ---> bd9e3dfe3ea2 08:42:55 Step 9/24 : RUN go mod tidy 08:42:55 ---> f66f3c8cc851 08:42:55 Step 9/24 : RUN go mod tidy 08:42:55 ---> Running in c527e0a4288f 08:42:55 ---> Running in 73af144701e5 08:42:55 ---> Running in 7fc0a8220316 08:42:55 ---> Running in 26367c398f58 08:42:55 ---> Running in 3792fe9a461f 08:42:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:42:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:42:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] 08:42:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] 08:42:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:42:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:42:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] 08:42:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] 08:42:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] 08:42:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] 08:42:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:42:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:42:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:42:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:42:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:42:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:42:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:42:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:42:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:42:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2132 kB] 08:42:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] 08:42:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 08:42:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 08:42:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] 08:42:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] 08:42:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] 08:42:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] 08:42:56 Fetched 24.8 MB in 0s (0 B/s) 08:42:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:42:56 Fetched 224 kB in 0s (0 B/s) 08:42:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:42:56 Fetched 157 kB in 0s (0 B/s) 08:42:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:42:56 Fetched 221 kB in 0s (0 B/s) 08:42:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:42:56 Fetched 143 kB in 0s (0 B/s) 08:42:56 Pulling edgex-go 08:42:56 + snapcraftctl pull 08:42:56 Pulling hooks 08:42:56 + snapcraftctl pull 08:43:02 Removing intermediate container 73af144701e5 08:43:02 ---> 5cea1cb87bb0 08:43:02 Removing intermediate container 7fc0a8220316 08:43:02 Step 10/24 : RUN make cmd/core-command/core-command 08:43:02 ---> c70d4aab8830 08:43:02 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:43:02 ---> Running in db8a69fb3aad 08:43:02 ---> Running in 31a864dbb3c2 08:43:02 Removing intermediate container 26367c398f58 08:43:02 ---> 8bf237d903b7 08:43:02 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:43:02 Removing intermediate container c527e0a4288f 08:43:02 ---> 425aea04aafd 08:43:02 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:43:02 Removing intermediate container 3792fe9a461f 08:43:02 ---> b3deb347602f 08:43:02 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:43:02 ---> Running in 6a2cf9faf922 08:43:02 ---> Running in 87c682fa7488 08:43:03 ---> Running in a89d950517b7 08:43:04 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 08:43:04 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 08:43:05 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 08:43:05 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 08:43:05 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 08:43:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:43:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:43:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:43:11 Fetched 0 B in 0s (0 B/s) 08:43:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:43:11 Fetched 96.5 kB in 0s (0 B/s) 08:43:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:43:11 Fetched 279 kB in 0s (0 B/s) 08:43:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:43:11 Fetched 122 kB in 0s (0 B/s) 08:43:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:43:11 Fetched 77.8 kB in 0s (0 B/s) 08:43:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:43:11 Fetched 8848 B in 0s (0 B/s) 08:43:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:43:11 Fetched 47.8 kB in 0s (0 B/s) 08:43:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:43:11 Fetched 45.6 kB in 0s (0 B/s) 08:43:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:43:11 Fetched 15.0 kB in 0s (0 B/s) 08:43:11 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:43:11 Fetched 219 kB in 0s (0 B/s) 08:43:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:43:11 Fetched 154 kB in 0s (0 B/s) 08:43:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:43:11 Fetched 50.6 kB in 0s (0 B/s) 08:43:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:43:11 Fetched 14.8 kB in 0s (0 B/s) 08:43:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:43:11 Fetched 41.8 kB in 0s (0 B/s) 08:43:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:43:11 Fetched 499 kB in 0s (0 B/s) 08:43:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:43:11 Fetched 111 kB in 0s (0 B/s) 08:43:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:43:11 Fetched 240 kB in 0s (0 B/s) 08:43:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:43:11 Fetched 29.3 kB in 0s (0 B/s) 08:43:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:43:11 Fetched 85.5 kB in 0s (0 B/s) 08:43:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:43:11 Fetched 24.5 kB in 0s (0 B/s) 08:43:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:43:11 Fetched 49.2 kB in 0s (0 B/s) 08:43:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:43:11 Fetched 54.2 kB in 0s (0 B/s) 08:43:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:43:11 Fetched 30.8 kB in 0s (0 B/s) 08:43:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:43:11 Fetched 15.8 kB in 0s (0 B/s) 08:43:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:43:11 Fetched 85.9 kB in 0s (0 B/s) 08:43:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:43:11 Fetched 8720 B in 0s (0 B/s) 08:43:11 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 08:43:11 Fetched 140 kB in 0s (0 B/s) 08:43:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:43:11 Fetched 119 kB in 0s (0 B/s) 08:43:11 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 08:43:11 Fetched 111 kB in 0s (0 B/s) 08:43:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:43:11 Fetched 11.1 kB in 0s (0 B/s) 08:43:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:43:11 Fetched 645 kB in 0s (0 B/s) 08:43:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:43:11 Fetched 41.3 kB in 0s (0 B/s) 08:43:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:43:11 Fetched 17.9 kB in 0s (0 B/s) 08:43:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:43:11 Fetched 368 kB in 0s (0 B/s) 08:43:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:43:11 Fetched 187 kB in 0s (0 B/s) 08:43:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:43:11 Fetched 175 kB in 0s (0 B/s) 08:43:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:43:11 Fetched 206 kB in 0s (0 B/s) 08:43:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:43:11 Fetched 1301 kB in 0s (0 B/s) 08:43:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:43:11 Fetched 36.2 kB in 0s (0 B/s) 08:43:11 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:43:11 Fetched 159 kB in 0s (0 B/s) 08:43:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:43:11 Fetched 107 kB in 0s (0 B/s) 08:43:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:43:11 Fetched 48.7 kB in 0s (0 B/s) 08:43:11 Pulling static-packages 08:43:11 + snapcraftctl pull 08:43:12 Pulling version 08:43:12 + cd /root/project 08:43:12 + git describe --tags --abbrev=0 08:43:12 + sed s/v// 08:43:12 + GIT_VERSION=2.0.1-dev.13 08:43:12 + [ -z 2.0.1-dev.13 ] 08:43:12 + snapcraftctl set-version 2.0.1-dev.13 08:43:13 Building config-common 08:43:13 + snapcraftctl build 08:43:15 Skipping build go-build-helper (already ran) 08:43:15 Building edgex-go 08:43:16 + cd /root/parts/edgex-go/src 08:43:16 + + git describe --tags --abbrev=0 08:43:16 sed s/v// 08:43:16 + GIT_VERSION=2.0.1-dev.13 08:43:16 + [ -z 2.0.1-dev.13 ] 08:43:16 + echo 2.0.1-dev.13 08:43:16 + make build 08:43:16 go mod tidy 08:43:17 go: downloading github.com/gorilla/mux v1.8.0 08:43:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 08:43:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.2 08:43:17 go: downloading github.com/stretchr/testify v1.7.0 08:43:17 go: downloading github.com/google/uuid v1.3.0 08:43:17 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 08:43:17 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 08:43:17 go: downloading gopkg.in/yaml.v2 v2.4.0 08:43:17 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:43:17 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:43:17 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 08:43:17 go: downloading github.com/lib/pq v1.10.2 08:43:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:43:17 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:43:17 go: downloading github.com/pelletier/go-toml v1.9.3 08:43:18 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:43:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 08:43:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 08:43:19 go: downloading github.com/davecgh/go-spew v1.1.1 08:43:19 go: downloading github.com/pmezard/go-difflib v1.0.0 08:43:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:43:19 go: downloading github.com/go-playground/validator/v10 v10.6.1 08:43:19 go: downloading github.com/go-kit/kit v0.9.0 08:43:19 go: downloading github.com/stretchr/objx v0.1.0 08:43:19 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:43:19 go: downloading github.com/x448/float16 v0.8.4 08:43:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 08:43:19 go: downloading github.com/go-redis/redis/v7 v7.3.0 08:43:19 go: downloading github.com/pebbe/zmq4 v1.2.7 08:43:19 go: downloading github.com/go-playground/universal-translator v0.17.0 08:43:19 go: downloading github.com/leodido/go-urn v1.2.0 08:43:19 go: downloading golang.org/x/text v0.3.2 08:43:19 go: downloading github.com/go-playground/assert/v2 v2.0.1 08:43:19 go: downloading github.com/go-playground/locales v0.13.0 08:43:19 go: downloading github.com/kr/pretty v0.2.0 08:43:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:43:19 go: downloading github.com/go-stack/stack v1.8.0 08:43:19 go: downloading github.com/hashicorp/consul/api v1.8.1 08:43:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:43:19 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:43:19 go: downloading github.com/gorilla/websocket v1.4.2 08:43:19 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:43:19 go: downloading github.com/onsi/ginkgo v1.10.1 08:43:19 go: downloading github.com/onsi/gomega v1.7.0 08:43:20 go: downloading github.com/kr/text v0.1.0 08:43:20 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:43:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:43:20 go: downloading github.com/mitchellh/copystructure v1.0.0 08:43:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:43:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:43:20 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:43:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:43:20 go: downloading github.com/hashicorp/serf v0.9.5 08:43:20 go: downloading github.com/hashicorp/consul/sdk v0.7.0 08:43:20 go: downloading github.com/hashicorp/go-uuid v1.0.1 08:43:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:43:20 go: downloading github.com/mitchellh/go-homedir v1.1.0 08:43:20 go: downloading github.com/fatih/color v1.9.0 08:43:20 go: downloading github.com/mattn/go-colorable v0.1.6 08:43:20 go: downloading github.com/mattn/go-isatty v0.0.12 08:43:20 go: downloading github.com/pkg/errors v0.8.1 08:43:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:43:20 go: downloading github.com/hashicorp/go-msgpack v0.5.3 08:43:20 go: downloading github.com/hashicorp/memberlist v0.2.2 08:43:20 go: downloading github.com/hpcloud/tail v1.0.0 08:43:20 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 08:43:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:43:20 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:43:20 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 08:43:20 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:43:20 go: downloading github.com/hashicorp/go-multierror v1.1.0 08:43:20 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 08:43:20 go: downloading github.com/miekg/dns v1.1.26 08:43:20 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:43:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:43:20 go: downloading gopkg.in/fsnotify.v1 v1.4.7 08:43:20 go: downloading github.com/hashicorp/errwrap v1.0.0 08:43:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-data/core-data ./cmd/core-data 08:43:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:43:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-command/core-command ./cmd/core-command 08:43:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:43:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:43:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:43:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config 08:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:43:42 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:43:42 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:43:42 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:43:42 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:43:42 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:43:42 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:43:42 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:43:42 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:43:42 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:43:42 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:43:42 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:43:42 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:43:42 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:43:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:43:42 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:43:42 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:43:42 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:43:42 + 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 08:43:42 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:43:42 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:43:42 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:43:42 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:43:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:43:42 + 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 08:43:42 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:43:42 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:43:42 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:43:44 Building hooks 08:43:44 + cd /root/parts/hooks/src 08:43:44 + make build 08:43:44 go mod tidy 08:43:44 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 08:43:45 go: downloading github.com/stretchr/testify v1.5.1 08:43:45 go: downloading gopkg.in/yaml.v2 v2.2.2 08:43:45 go: downloading github.com/davecgh/go-spew v1.1.0 08:43:45 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 08:43:46 GO111MODULE=on go build -o cmd/install/install ./cmd/install 08:43:46 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 08:43:46 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 08:43:50 Building static-packages 08:43:50 + snapcraftctl build 08:43:51 Building version 08:43:51 + snapcraftctl build 08:43:53 Staging config-common 08:43:53 + snapcraftctl stage 08:43:54 Skipping stage go-build-helper (already ran) 08:43:54 Staging edgex-go 08:43:54 + snapcraftctl stage 08:43:55 Staging hooks 08:43:55 + snapcraftctl stage 08:43:56 Staging static-packages 08:43:56 + snapcraftctl stage 08:43:57 Staging version 08:43:57 + snapcraftctl stage 08:43:58 Priming config-common 08:43:58 + snapcraftctl prime 08:43:59 Priming go-build-helper 08:43:59 + snapcraftctl prime 08:44:00 Priming edgex-go 08:44:00 + snapcraftctl prime 08:44:02 Priming hooks 08:44:02 + snapcraftctl prime 08:44:03 Priming static-packages 08:44:03 + snapcraftctl prime 08:44:05 Priming version 08:44:05 + snapcraftctl prime 08:44:06 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] } 08:45:12 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 08:45:15 Removing intermediate container 31a864dbb3c2 08:45:15 ---> cceaae6ed2e5 08:45:15 08:45:15 Step 11/24 : FROM alpine:3.12 08:45:16 3.12: Pulling from library/alpine 08:45:19 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 08:45:19 Status: Downloaded newer image for alpine:3.12 08:45:19 ---> c4fd0aeabfcf 08:45:19 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:45:20 ---> Running in cd4ec50fb657 08:45:20 Removing intermediate container 6a2cf9faf922 08:45:20 ---> 12947edcf88c 08:45:20 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:45:20 Removing intermediate container 87c682fa7488 08:45:20 ---> ddef3fd5b529 08:45:20 08:45:20 Step 11/32 : FROM alpine:3.12 08:45:20 ---> c4fd0aeabfcf 08:45:20 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:45:21 ---> Running in 6cedf293be66 08:45:21 ---> Running in 1bf6de4a7676 08:45:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:22 Removing intermediate container 1bf6de4a7676 08:45:22 ---> 3ec18ebffba7 08:45:22 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:45:22 ---> Running in bf5da4435ac7 08:45:23 (1/1) Installing dumb-init (1.2.2-r1) 08:45:23 Executing busybox-1.31.1-r20.trigger 08:45:23 OK: 5 MiB in 15 packages 08:45:23 Removing intermediate container db8a69fb3aad 08:45:23 ---> 441cb0b1e41d 08:45:23 08:45:23 Step 11/26 : FROM alpine:3.12 08:45:23 ---> c4fd0aeabfcf 08:45:23 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:45:23 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 08:45:24 ---> Running in 1cb127650f4d 08:45:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:25 Removing intermediate container cd4ec50fb657 08:45:25 ---> 33069a78b53d 08:45:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:26 (1/2) Installing dumb-init (1.2.2-r1) 08:45:26 (2/2) Installing su-exec (0.2-r1) 08:45:26 Executing busybox-1.31.1-r20.trigger 08:45:26 OK: 5 MiB in 16 packages 08:45:26 ---> Running in 33e4fb3bfa0f 08:45:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:27 Removing intermediate container a89d950517b7 08:45:27 ---> 78f57837691b 08:45:27 08:45:27 Step 11/24 : FROM alpine:3.12 08:45:27 ---> c4fd0aeabfcf 08:45:27 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:45:27 ---> Using cache 08:45:27 ---> 33069a78b53d 08:45:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:27 ---> Using cache 08:45:27 ---> cf77b389f8b0 08:45:27 Step 14/24 : ENV APP_PORT=59881 08:45:27 Removing intermediate container 33e4fb3bfa0f 08:45:27 ---> cf77b389f8b0 08:45:27 Step 14/24 : ENV APP_PORT=59882 08:45:27 (1/6) Installing ca-certificates (20191127-r4) 08:45:27 ---> Running in 190da80e8acd 08:45:27 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:45:27 (3/6) Installing libcurl (7.77.0-r0) 08:45:27 (4/6) Installing curl (7.77.0-r0) 08:45:27 (5/6) Installing dumb-init (1.2.2-r1) 08:45:27 (6/6) Installing su-exec (0.2-r1) 08:45:27 Executing busybox-1.31.1-r20.trigger 08:45:27 Executing ca-certificates-20191127-r4.trigger 08:45:27 ---> Running in 75977f91bfec 08:45:27 OK: 7 MiB in 20 packages 08:45:28 Removing intermediate container 6cedf293be66 08:45:28 Removing intermediate container bf5da4435ac7 08:45:28 ---> cce0fc91b0bc 08:45:28 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:45:28 ---> c58863fb18ec 08:45:28 08:45:28 Step 12/24 : FROM docker:20.10.6 08:45:28 Removing intermediate container 190da80e8acd 08:45:28 ---> e4daced3c6ff 08:45:28 Step 15/24 : EXPOSE $APP_PORT 08:45:28 ---> Running in f6f45080494d 08:45:28 Removing intermediate container 75977f91bfec 08:45:28 ---> 727d524ea95d 08:45:28 Step 15/24 : EXPOSE $APP_PORT 08:45:28 ---> Running in a34b528f975d 08:45:28 20.10.6: Pulling from library/docker 08:45:28 ---> Running in a1593a1fbda7 08:45:29 Removing intermediate container f6f45080494d 08:45:29 ---> ae0f1cf71878 08:45:29 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:45:29 Removing intermediate container a34b528f975d 08:45:29 ---> 1fe763c71c08 08:45:29 Step 16/24 : WORKDIR / 08:45:29 ---> Running in 9d1fccdcd8cd 08:45:29 Removing intermediate container a1593a1fbda7 08:45:29 ---> 9dc9212233bd 08:45:29 Step 16/24 : WORKDIR / 08:45:29 Removing intermediate container 1cb127650f4d 08:45:29 ---> 46415dd65c2f 08:45:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:45:29 ---> Running in 9e86c9127a00 08:45:30 ---> Running in 88b7fd3b332e 08:45:30 ---> Running in 204f5ee9f471 08:45:30 Removing intermediate container 9d1fccdcd8cd 08:45:30 ---> 0d4ac0ae0948 08:45:30 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:45:30 ---> Running in 29e2f7740147 08:45:30 Removing intermediate container 9e86c9127a00 08:45:30 ---> 0bd42ca40003 08:45:30 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:31 Removing intermediate container 88b7fd3b332e 08:45:31 ---> 8bb7a6921aa0 08:45:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:31 Removing intermediate container 204f5ee9f471 08:45:31 ---> 83f7f7b9e0a4 08:45:31 Step 14/26 : WORKDIR / 08:45:31 ---> Running in 0dc4451ad33f 08:45:32 ---> 2954a9eb188b 08:45:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:45:32 Removing intermediate container 0dc4451ad33f 08:45:32 ---> 5251e6ddeb1b 08:45:32 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:45:32 ---> ebf8925a25b1 08:45:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:45:33 ---> 49326ac23573 08:45:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:45:34 ---> b59d014f8a8b 08:45:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:45:34 Removing intermediate container 29e2f7740147 08:45:34 ---> efd1445331ef 08:45:34 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:45:34 ---> 65302cf77e83 08:45:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:45:34 ---> Running in efbb8207a780 08:45:35 ---> baafc6679789 08:45:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:45:36 Removing intermediate container efbb8207a780 08:45:36 ---> 35b9b97558a9 08:45:36 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:45:36 ---> b768f622751a 08:45:36 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:45:36 ---> 774e575cf7e3 08:45:36 Step 20/24 : ENTRYPOINT ["/core-command"] 08:45:36 ---> Running in 9be07562c76a 08:45:36 ---> Running in a58e37bd4739 08:45:36 ---> 13026788360b 08:45:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:45:37 Removing intermediate container 9be07562c76a 08:45:37 ---> 509b74abe2b0 08:45:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:37 ---> 17af399f3759 08:45:37 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:45:37 ---> Running in 9f37c008bb07 08:45:37 Removing intermediate container a58e37bd4739 08:45:37 ---> 32b4f83996f3 08:45:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:37 ---> Running in a51c34ffe578 08:45:38 ---> Running in 66f2abbd5014 08:45:38 Removing intermediate container 9f37c008bb07 08:45:38 ---> 05547e58d629 08:45:38 Step 22/24 : LABEL arch=arm64 08:45:38 ---> 81d3b3fa329f 08:45:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:45:38 ---> Running in 0debd7f57cbc 08:45:39 Removing intermediate container 66f2abbd5014 08:45:39 ---> 3025ff20751a 08:45:39 Step 22/24 : LABEL arch=arm64 08:45:39 ---> Running in fca5f3fa2137 08:45:39 Removing intermediate container 0debd7f57cbc 08:45:39 ---> 8339d90329da 08:45:39 Step 23/24 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:45:39 ---> Running in 63fcffaca7d8 08:45:40 Removing intermediate container fca5f3fa2137 08:45:40 ---> bd2d63bc99ea 08:45:40 Step 23/24 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:45:40 ---> Running in 6705b1a3dbdd 08:45:40 ---> c80f7d400de6 08:45:40 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:45:41 Removing intermediate container 63fcffaca7d8 08:45:41 ---> a8aeae871c1f 08:45:41 Step 24/24 : LABEL version=0.0.0 08:45:41 ---> Running in f9b2ab9e933b 08:45:41 Removing intermediate container 6705b1a3dbdd 08:45:41 ---> 58fb9c46586b 08:45:41 Step 24/24 : LABEL version=0.0.0 08:45:41 Removing intermediate container a51c34ffe578 08:45:41 ---> 8cc2ba9aa497 08:45:41 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:41 ---> Running in 5b0c255f9a37 08:45:42 Removing intermediate container f9b2ab9e933b 08:45:42 ---> bbb519c15853 08:45:42 08:45:43 Successfully built bbb519c15853 08:45:43 Successfully tagged core-metadata-arm64:latest 08:45:43  Building core-metadata ... done Building core-data 08:45:43 Removing intermediate container 5b0c255f9a37 08:45:43 ---> f4c33095dbf3 08:45:43 08:45:43 ---> d416084f2bc7 08:45:43 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:45:43 ---> e51b6399da23 08:45:43 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:45:44 Successfully built f4c33095dbf3 08:45:44 Successfully tagged core-command-arm64:latest 08:45:44 Building support-notifications 08:45:45  Building core-command ... done  ---> 0218a69cd66f 08:45:45 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/ 08:45:46 ---> Running in 0773b1f30433 08:45:46 ---> 876b206ab65c 08:45:46 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:45:49 ---> 26c83c150083 08:45:49 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:45:49 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 08:45:49 Status: Downloaded newer image for docker:20.10.6 08:45:49 ---> cdf2a7733a7b 08:45:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:45:50 ---> Running in b441cdb6d6c1 08:45:50 ---> 59ef1bcf0a28 08:45:50 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:45:50 Removing intermediate container b441cdb6d6c1 08:45:50 ---> 40fcaad9e64c 08:45:50 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 08:45:50 Removing intermediate container 0773b1f30433 08:45:50 ---> 8d2b36cac2ea 08:45:50 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:45:51 ---> Running in 364c9d7aceaa 08:45:51 ---> Running in 7bf47283b3b4 08:45:51 ---> 92d9afcb6197 08:45:51 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:45:52 Removing intermediate container 364c9d7aceaa 08:45:52 ---> 287b7cb9a3e7 08:45:52 Step 24/26 : LABEL arch=arm64 08:45:52 ---> Running in df5e6fee8937 08:45:52 ---> Running in 21df7f474cff 08:45:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:53 Removing intermediate container df5e6fee8937 08:45:53 ---> dde1eb264041 08:45:53 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:45:53 Removing intermediate container 21df7f474cff 08:45:53 ---> 82da53d1b935 08:45:53 Step 25/26 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:45:53 ---> Running in b161d92b8310 08:45:53 (1/39) Installing readline (8.1.0-r0) 08:45:53 (2/39) Installing bash (5.1.0-r0) 08:45:53 Executing bash-5.1.0-r0.post-install 08:45:53 (3/39) Installing brotli-libs (1.0.9-r3) 08:45:53 (4/39) Installing nghttp2-libs (1.42.0-r1) 08:45:53 (5/39) Installing libcurl (7.77.0-r1) 08:45:53 (6/39) Installing curl (7.77.0-r1) 08:45:54 (7/39) Installing dumb-init (1.2.5-r0) 08:45:54 (8/39) Installing libbz2 (1.0.8-r1) 08:45:54 (9/39) Installing expat (2.2.10-r1) 08:45:54 (10/39) Installing libffi (3.3-r2) 08:45:54 (11/39) Installing gdbm (1.19-r0) 08:45:54 (12/39) Installing xz-libs (5.2.5-r0) 08:45:54 (13/39) Installing sqlite-libs (3.34.1-r0) 08:45:54 (14/39) Installing python3 (3.8.10-r0) 08:45:54 Removing intermediate container b161d92b8310 08:45:54 ---> 189a100209ab 08:45:54 Step 26/26 : LABEL version=0.0.0 08:45:54 ERROR: Failed to create usr/lib/python3.8/__pycache__/turtle.cpython-38.opt-1.pyc: Connection aborted 08:45:54 ERROR: python3-3.8.10-r0: IO ERROR 08:45:54  ---> Running in 261201b95d0f 08:45:54 (15/39) Installing py3-appdirs (1.4.4-r1) 08:45:54 (16/39) Installing py3-ordered-set (4.0.2-r0) 08:45:54 ---> ce00130dccd5 08:45:54 Step 27/32 : RUN chmod +x /entrypoint.sh 08:45:54 (17/39) Installing py3-parsing (2.4.7-r1) 08:45:54 (18/39) Installing py3-six (1.15.0-r0) 08:45:54 (19/39) Installing py3-packaging (20.9-r0) 08:45:54 (20/39) Installing py3-setuptools (51.3.3-r0) 08:45:55 (21/39) Installing py3-chardet (4.0.0-r0) 08:45:55 (22/39) Installing py3-idna (3.1-r0) 08:45:55 (23/39) Installing py3-urllib3 (1.26.2-r1) 08:45:55 (24/39) Installing py3-requests (2.25.1-r1) 08:45:55 (25/39) Installing py3-msgpack (1.0.2-r0) 08:45:55 (26/39) Installing py3-lockfile (0.12.2-r3) 08:45:55 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:45:55 (28/39) Installing py3-colorama (0.4.4-r0) 08:45:55 (29/39) Installing py3-contextlib2 (0.6.0-r0) 08:45:55 (30/39) Installing py3-distlib (0.3.1-r1) 08:45:55 ---> Running in 27114848d4f6 08:45:55 Removing intermediate container 261201b95d0f 08:45:55 ---> 62db5b2e3e4c 08:45:55 08:45:55 (31/39) Installing py3-distro (1.5.0-r1) 08:45:55 (32/39) Installing py3-webencodings (0.5.1-r3) 08:45:55 (33/39) Installing py3-html5lib (1.1-r0) 08:45:55 (34/39) Installing py3-pytoml (0.1.21-r0) 08:45:55 (35/39) Installing py3-pep517 (0.9.1-r0) 08:45:55 (36/39) Installing py3-progress (1.5-r0) 08:45:55 (37/39) Installing py3-retrying (1.3.3-r0) 08:45:55 (38/39) Installing py3-toml (0.10.2-r0) 08:45:55 (39/39) Installing py3-pip (20.3.4-r0) 08:45:56 Successfully built 62db5b2e3e4c 08:45:56 Successfully tagged security-secretstore-setup-arm64:latest 08:45:56  Building security-secretstore-setup ... done Building support-scheduler 08:45:56 Executing busybox-1.32.1-r6.trigger 08:45:56 1 error; 37 MiB in 58 packages 08:45:58 Building security-proxy-setup 08:45:59 Removing intermediate container 27114848d4f6 08:45:59 ---> 7950d4bca8d4 08:45:59 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:46:00 ---> Running in 49994be1132a 08:46:00 Removing intermediate container 49994be1132a 08:46:00 ---> e98026cfca1a 08:46:00 Step 29/32 : CMD ["gate"] 08:46:01 ---> Running in 713477d7ee32 08:46:02 Removing intermediate container 713477d7ee32 08:46:02 ---> 2fe0cdcb03ec 08:46:02 Step 30/32 : LABEL arch=arm64 08:46:02 ---> Running in 2f0897f5e6a7 08:46:03 Removing intermediate container 2f0897f5e6a7 08:46:03 ---> 538121e14339 08:46:03 Step 31/32 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:46:04 ---> Running in aa400392e2cd 08:46:05 Removing intermediate container aa400392e2cd 08:46:05 ---> 96e4afa93abf 08:46:05 Step 32/32 : LABEL version=0.0.0 08:46:06 ---> Running in 31f6d4670ee9 08:46:07 Removing intermediate container 31f6d4670ee9 08:46:07 ---> b5cce9f4a60f 08:46:07 08:46:07 Successfully built b5cce9f4a60f 08:46:07 Successfully tagged security-bootstrapper-arm64:latest 08:46:19  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:46:19 ---> ecbc04f5e44e 08:46:19 Step 3/24 : WORKDIR /edgex-go 08:46:19 ---> Using cache 08:46:19 ---> 602290672aa8 08:46:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:19 ---> Using cache 08:46:19 ---> 8c558c28216a 08:46:19 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:46:22 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:46:22 ---> ecbc04f5e44e 08:46:22 Step 3/23 : WORKDIR /edgex-go 08:46:22 ---> Using cache 08:46:22 ---> 602290672aa8 08:46:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:22 ---> Using cache 08:46:22 ---> 8c558c28216a 08:46:22 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:46:23 ---> Running in 328f956cd18f 08:46:23 ---> Running in 320c978bbb6c 08:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:27 OK: 218 MiB in 52 packages 08:46:27 OK: 218 MiB in 52 packages 08:46:29 Removing intermediate container 320c978bbb6c 08:46:29 ---> d4ce328a0a72 08:46:29 Step 6/23 : COPY go.mod . 08:46:30 Removing intermediate container 328f956cd18f 08:46:30 ---> fe7e235aff28 08:46:30 Step 6/24 : COPY go.mod . 08:46:31 ---> 203efaf2f423 08:46:31 Step 7/23 : RUN go mod download 08:46:31 ---> 071d4c55a0ca 08:46:31 Step 7/24 : RUN go mod download 08:46:31 ---> Running in cfa6d8f66fc9 08:46:31 ---> Running in 7780f521273e 08:46:32 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:46:32 ---> ecbc04f5e44e 08:46:32 Step 3/23 : WORKDIR /edgex-go 08:46:32 ---> Using cache 08:46:32 ---> 602290672aa8 08:46:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:32 ---> Using cache 08:46:32 ---> 8c558c28216a 08:46:32 Step 5/23 : RUN apk add --update --no-cache make git 08:46:32 ---> Using cache 08:46:32 ---> 6c135eff0ef9 08:46:32 Step 6/23 : COPY go.mod . 08:46:32 ---> Using cache 08:46:32 ---> b8aa1ffca9a2 08:46:32 Step 7/23 : RUN go mod download 08:46:32 ---> Using cache 08:46:32 ---> f3b22e11f27f 08:46:32 Step 8/23 : COPY . . 08:46:32 ---> Using cache 08:46:32 ---> f66f3c8cc851 08:46:32 Step 9/23 : RUN go mod tidy 08:46:32 ---> Using cache 08:46:32 ---> b3deb347602f 08:46:32 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:46:32 ---> Running in 4fd1da14a40f 08:46:33 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:46:33 ---> ecbc04f5e44e 08:46:33 Step 3/22 : WORKDIR /edgex-go 08:46:33 ---> Using cache 08:46:33 ---> 602290672aa8 08:46:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:33 ---> Using cache 08:46:33 ---> 8c558c28216a 08:46:33 Step 5/22 : RUN apk add --update --no-cache make git 08:46:33 ---> Using cache 08:46:33 ---> 6c135eff0ef9 08:46:33 Step 6/22 : COPY go.mod . 08:46:33 ---> Using cache 08:46:33 ---> b8aa1ffca9a2 08:46:33 Step 7/22 : RUN go mod download 08:46:33 ---> Using cache 08:46:33 ---> f3b22e11f27f 08:46:33 Step 8/22 : COPY . . 08:46:33 ---> Using cache 08:46:33 ---> f66f3c8cc851 08:46:33 Step 9/22 : RUN go mod tidy 08:46:33 ---> Using cache 08:46:33 ---> b3deb347602f 08:46:33 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:46:33 ---> Running in b9ed5dfd570d 08:46:34 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 08:46:35 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 08:46:36 Removing intermediate container cfa6d8f66fc9 08:46:36 ---> 2ff49069c406 08:46:36 Step 8/23 : COPY . . 08:46:36 Removing intermediate container 7780f521273e 08:46:36 ---> 149cec6555c0 08:46:36 Step 8/24 : COPY . . 08:47:08 ---> d4dee7b49ec7 08:47:08 Step 9/24 : RUN go mod tidy 08:47:08 ---> fed951a8df1f 08:47:08 Step 9/23 : RUN go mod tidy 08:47:08 ---> Running in 175d4dd4051d 08:47:08 ---> Running in f55229f0f277 08:47:14 Removing intermediate container 175d4dd4051d 08:47:14 ---> 267b91c41ebb 08:47:14 Step 10/24 : RUN make cmd/core-data/core-data 08:47:14 ---> Running in b05f6f2256f7 08:47:14 Removing intermediate container f55229f0f277 08:47:14 ---> 73b1cf2ccb92 08:47:14 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:47:14 ---> Running in 0f791e7d2736 08:47:16 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 08:47:17 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 08:48:04 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 08:48:14 Removing intermediate container b9ed5dfd570d 08:48:14 ---> 9b195960da21 08:48:14 08:48:14 Step 11/22 : FROM alpine:3.12 08:48:14 ---> c4fd0aeabfcf 08:48:14 Step 12/22 : RUN apk add --update --no-cache curl 08:48:14 Removing intermediate container 4fd1da14a40f 08:48:14 ---> d44e86db4272 08:48:14 08:48:14 Step 11/23 : FROM alpine:3.12 08:48:14 ---> c4fd0aeabfcf 08:48:14 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:48:14 ---> Using cache 08:48:14 ---> 33069a78b53d 08:48:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:14 ---> Using cache 08:48:14 ---> cf77b389f8b0 08:48:14 Step 14/23 : ENV APP_PORT=59861 08:48:14 ---> Running in bc984d746803 08:48:14 ---> Running in f3cd7c02b055 08:48:16 Removing intermediate container f3cd7c02b055 08:48:16 ---> e8601dc4de8b 08:48:16 Step 15/23 : EXPOSE $APP_PORT 08:48:16 ---> Running in 99dcd38bebd2 08:48:16 Removing intermediate container 99dcd38bebd2 08:48:16 ---> f0eaf6ca10c5 08:48:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:18 (1/4) Installing ca-certificates (20191127-r4) 08:48:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:18 (3/4) Installing libcurl (7.77.0-r0) 08:48:18 (4/4) Installing curl (7.77.0-r0) 08:48:18 Executing busybox-1.31.1-r20.trigger 08:48:18 Executing ca-certificates-20191127-r4.trigger 08:48:18 ---> 44b4bce9b767 08:48:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:18 OK: 7 MiB in 18 packages 08:48:20 ---> f2e3249c0bf7 08:48:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:21 Removing intermediate container bc984d746803 08:48:21 ---> a839644f37f8 08:48:21 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:21 ---> Running in f28c701eafc8 08:48:22 ---> 3bc12c88b915 08:48:22 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:48:22 Removing intermediate container f28c701eafc8 08:48:22 ---> 4b0aafa2214f 08:48:22 Step 14/22 : WORKDIR /edgex 08:48:22 ---> Running in 111a7b45039a 08:48:22 ---> Running in 237c3c8a2621 08:48:23 Removing intermediate container 237c3c8a2621 08:48:23 ---> 84f1c017f1af 08:48:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:23 Removing intermediate container 111a7b45039a 08:48:23 ---> 0c942ee0c2e4 08:48:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:24 ---> Running in 60e73cad9fdd 08:48:25 Removing intermediate container 60e73cad9fdd 08:48:25 ---> fc7ce57dedca 08:48:25 Step 21/23 : LABEL arch=arm64 08:48:25 ---> 49446f36512b 08:48:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:25 ---> Running in 2264b473db52 08:48:26 Removing intermediate container 2264b473db52 08:48:26 ---> 09f71b09d491 08:48:26 Step 22/23 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:48:26 ---> Running in eab6b9ab6f3b 08:48:27 ---> ae750eec5be1 08:48:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:27 Removing intermediate container eab6b9ab6f3b 08:48:27 ---> c7859fcb43c6 08:48:27 Step 23/23 : LABEL version=0.0.0 08:48:27 ---> Running in 588de95e6391 08:48:28 Removing intermediate container 588de95e6391 08:48:28 ---> e7c5ff0b6e13 08:48:28 08:48:29 Successfully built e7c5ff0b6e13 08:48:29 Successfully tagged support-scheduler-arm64:latest 08:48:29  Building support-scheduler ... done  ---> 4af743b57954 08:48:29 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:29 ---> Running in d6b6d2f4dde6 08:48:30 Removing intermediate container d6b6d2f4dde6 08:48:30 ---> 96fcf105c61d 08:48:30 Step 19/22 : CMD ["--init=true"] 08:48:30 ---> Running in 61b5e9fbe7e8 08:48:31 Removing intermediate container 61b5e9fbe7e8 08:48:31 ---> 1b5bcd07f030 08:48:31 Step 20/22 : LABEL arch=arm64 08:48:31 ---> Running in 0a70594abef8 08:48:32 Removing intermediate container 0a70594abef8 08:48:32 ---> a68c066dfcf3 08:48:32 Step 21/22 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:48:32 ---> Running in f97cd6ccef30 08:48:33 Removing intermediate container f97cd6ccef30 08:48:33 ---> bcbe9684e3fc 08:48:33 Step 22/22 : LABEL version=0.0.0 08:48:33 ---> Running in 71c6288d070a 08:48:34 Removing intermediate container 71c6288d070a 08:48:34 ---> 5b64e9f9ba49 08:48:34 08:48:34 Successfully built 5b64e9f9ba49 08:48:34 Successfully tagged security-proxy-setup-arm64:latest 08:48:50  Building security-proxy-setup ... done Removing intermediate container 0f791e7d2736 08:48:50 ---> e187d338e070 08:48:50 08:48:50 Step 11/23 : FROM alpine:3.12 08:48:50 ---> c4fd0aeabfcf 08:48:50 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:48:50 ---> Running in c60f6f17168a 08:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:52 (1/2) Installing ca-certificates (20191127-r4) 08:48:52 (2/2) Installing dumb-init (1.2.2-r1) 08:48:52 Executing busybox-1.31.1-r20.trigger 08:48:52 Executing ca-certificates-20191127-r4.trigger 08:48:52 OK: 6 MiB in 16 packages 08:48:54 Removing intermediate container b05f6f2256f7 08:48:54 ---> a61ed9f343f5 08:48:54 08:48:54 Step 11/24 : FROM alpine:3.12 08:48:54 ---> c4fd0aeabfcf 08:48:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:48:54 Removing intermediate container c60f6f17168a 08:48:54 ---> 9ea0ad048bcb 08:48:54 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:48:54 ---> Running in 0d36589233c4 08:48:54 ---> Running in d47fd086ee09 08:48:55 Removing intermediate container d47fd086ee09 08:48:55 ---> 306c0c1a2c75 08:48:55 Step 13/24 : ENV APP_PORT=59880 08:48:55 Removing intermediate container 0d36589233c4 08:48:55 ---> e13a55734eab 08:48:55 Step 14/23 : ENV APP_PORT=59860 08:48:55 ---> Running in cc9751e82dcd 08:48:55 ---> Running in 40001b5e5274 08:48:56 Removing intermediate container 40001b5e5274 08:48:56 ---> 3d0558c7bd3d 08:48:56 Step 14/24 : EXPOSE $APP_PORT 08:48:56 Removing intermediate container cc9751e82dcd 08:48:56 ---> 43b9fc31baf8 08:48:56 Step 15/23 : EXPOSE $APP_PORT 08:48:56 ---> Running in 2886b1623ca1 08:48:56 ---> Running in 03a08b5f893b 08:48:56 Removing intermediate container 03a08b5f893b 08:48:56 ---> d9451ae9b57d 08:48:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:56 Removing intermediate container 2886b1623ca1 08:48:56 ---> c23e1e7530e7 08:48:56 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:57 ---> Running in f2ac9e66f685 08:48:58 ---> c5f9da521400 08:48:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:48:59 ---> 35b57f1af89d 08:48:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:48:59 Removing intermediate container f2ac9e66f685 08:48:59 ---> ff1a533d00d2 08:48:59 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:48:59 ---> Running in 3e1a41b7d419 08:49:00 ---> 93bdfef80f9a 08:49:00 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:49:00 ---> Running in aaaa74ef6f6d 08:49:01 Removing intermediate container aaaa74ef6f6d 08:49:01 ---> 90e40a258cae 08:49:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:01 ---> Running in ce2ac607662d 08:49:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:02 Removing intermediate container ce2ac607662d 08:49:02 ---> cd073b03d9da 08:49:02 Step 21/23 : LABEL arch=arm64 08:49:02 ---> Running in 0a05711ed838 08:49:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:02 Removing intermediate container 0a05711ed838 08:49:02 ---> 4d9019d954ea 08:49:02 Step 22/23 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:49:02 ---> Running in 1ebc42ea70a5 08:49:03 (1/6) Installing dumb-init (1.2.2-r1) 08:49:03 (2/6) Installing libgcc (9.3.0-r2) 08:49:03 (3/6) Installing libsodium (1.0.18-r0) 08:49:03 Removing intermediate container 1ebc42ea70a5 08:49:03 ---> c40c74edeba6 08:49:03 Step 23/23 : LABEL version=0.0.0 08:49:03 (4/6) Installing libstdc++ (9.3.0-r2) 08:49:03 ---> Running in 9fc0ac715279 08:49:03 (5/6) Installing libzmq (4.3.3-r0) 08:49:03 (6/6) Installing zeromq (4.3.3-r0) 08:49:03 Executing busybox-1.31.1-r20.trigger 08:49:03 OK: 8 MiB in 20 packages 08:49:04 Removing intermediate container 9fc0ac715279 08:49:04 ---> 9cc11369d49e 08:49:04 08:49:04 Successfully built 9cc11369d49e 08:49:04 Successfully tagged support-notifications-arm64:latest 08:49:05  Building support-notifications ... done Removing intermediate container 3e1a41b7d419 08:49:05 ---> b86feb0be963 08:49:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:06 ---> 6eda7b5664aa 08:49:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:49:07 ---> dab7dcdbd3e2 08:49:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:49:08 ---> 635f14468867 08:49:08 Step 20/24 : ENTRYPOINT ["/core-data"] 08:49:08 ---> Running in b20e3d17fa5f 08:49:09 Removing intermediate container b20e3d17fa5f 08:49:09 ---> 2b53aac549ba 08:49:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:09 ---> Running in 500b343c33c7 08:49:09 Removing intermediate container 500b343c33c7 08:49:09 ---> b26eeb6e9d86 08:49:09 Step 22/24 : LABEL arch=arm64 08:49:09 ---> Running in 73fe35f4cf5b 08:49:10 Removing intermediate container 73fe35f4cf5b 08:49:10 ---> 347343e4409c 08:49:10 Step 23/24 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 08:49:10 ---> Running in ac881471d1a2 08:49:11 Removing intermediate container ac881471d1a2 08:49:11 ---> 0c88720e60ee 08:49:11 Step 24/24 : LABEL version=0.0.0 08:49:11 ---> Running in e6819e58ed14 08:49:11 Removing intermediate container e6819e58ed14 08:49:11 ---> c263fc961512 08:49:11 08:49:12 Successfully built c263fc961512 08:49:12 Successfully tagged core-data-arm64:latest 08:49:12  Building core-data ... done  08:49:12 ERROR: for sys-mgmt-agent (, "The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2' returned a non-zero code: 1") 08:49:12 Service 'sys-mgmt-agent' failed to build: The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2' returned a non-zero code: 1 [Pipeline] } 08:49:12 $ docker stop --time=1 59cc50a176e5308febdb1ac9cf3fc7acb172fb027e84c7053eb72a08cc77630f 08:49:14 $ docker rm -f 59cc50a176e5308febdb1ac9cf3fc7acb172fb027e84c7053eb72a08cc77630f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:49:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:49:15 08:49:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 08:49:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:49:16 arm64: Pulling from edgex-lftools-log-publisher 08:49:16 448f6bf000e3: Pulling fs layer 08:49:16 f757da607395: Pulling fs layer 08:49:16 05883995daec: Pulling fs layer 08:49:16 8603b9c90790: Pulling fs layer 08:49:16 1560dd03e051: Pulling fs layer 08:49:16 27f5ce0e4adf: Pulling fs layer 08:49:16 c2d8d7efcc4b: Pulling fs layer 08:49:16 8603b9c90790: Waiting 08:49:16 1560dd03e051: Waiting 08:49:16 27f5ce0e4adf: Waiting 08:49:16 c2d8d7efcc4b: Waiting 08:49:16 f757da607395: Verifying Checksum 08:49:16 f757da607395: Download complete 08:49:16 8603b9c90790: Verifying Checksum 08:49:16 8603b9c90790: Download complete 08:49:16 1560dd03e051: Verifying Checksum 08:49:16 1560dd03e051: Download complete 08:49:17 27f5ce0e4adf: Verifying Checksum 08:49:17 27f5ce0e4adf: Download complete 08:49:17 05883995daec: Verifying Checksum 08:49:17 05883995daec: Download complete 08:49:17 448f6bf000e3: Verifying Checksum 08:49:17 448f6bf000e3: Download complete 08:49:21 c2d8d7efcc4b: Verifying Checksum 08:49:21 c2d8d7efcc4b: Download complete 08:49:21 448f6bf000e3: Pull complete 08:49:22 f757da607395: Pull complete 08:49:24 05883995daec: Pull complete 08:49:24 8603b9c90790: Pull complete 08:49:25 1560dd03e051: Pull complete 08:49:25 27f5ce0e4adf: Pull complete 08:49:40 c2d8d7efcc4b: Pull complete 08:49:40 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 08:49:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:49:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 08:49:40 prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container 08:49:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 08:49:44 $ docker top 160f8ca71e10c522b9469bba99dcdebd7e00a25a332790b00795f5a27efdb30f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:49:46 ---> job-cost.sh 08:49:46 lf-activate-venv: SKIPPING 08:49:46 INFO: No Stack... 08:49:47 INFO: Retrieving Pricing Info for: v2-standard-4 08:49:48 INFO: Archiving Costs [Pipeline] sh 08:49:48 + cat /w/workspace/edgex-go/2/archives/cost.csv 08:49:48 + cut -d, -f6 [Pipeline] lock 08:49:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] 08:49:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] did not exist. Created. 08:49:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:49:49 + echo total: 0.18000000715255737 [Pipeline] stash 08:49:49 Stashed 1 file(s) [Pipeline] } 08:49:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] [Pipeline] // lock [Pipeline] } 08:49:49 $ docker stop --time=1 160f8ca71e10c522b9469bba99dcdebd7e00a25a332790b00795f5a27efdb30f 08:49:51 $ docker rm -f 160f8ca71e10c522b9469bba99dcdebd7e00a25a332790b00795f5a27efdb30f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:49:52 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:49:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:49:54 ---> package-listing.sh 08:49:54 ++ facter osfamily 08:49:54 ++ tr '[:upper:]' '[:lower:]' 08:49:54 + OS_FAMILY=redhat 08:49:54 + workspace=/w/workspace/edgex-go/2 08:49:54 + START_PACKAGES=/tmp/packages_start.txt 08:49:54 + END_PACKAGES=/tmp/packages_end.txt 08:49:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:49:54 + PACKAGES=/tmp/packages_start.txt 08:49:54 + '[' /w/workspace/edgex-go/2 ']' 08:49:54 + PACKAGES=/tmp/packages_end.txt 08:49:54 + case "${OS_FAMILY}" in 08:49:54 + sort 08:49:54 + rpm -qa 08:49:56 + '[' -f /tmp/packages_start.txt ']' 08:49:56 + '[' -f /tmp/packages_end.txt ']' 08:49:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:49:56 + '[' /w/workspace/edgex-go/2 ']' 08:49:56 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:49:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:49:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:49:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:49:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:49:57 08:49:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 08:49:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:49:57 latest: Pulling from edgex-lftools-log-publisher 08:49:57 b4d181a07f80: Pulling fs layer 08:49:57 a1111a8f2ec3: Pulling fs layer 08:49:57 ed53099fbce6: Pulling fs layer 08:49:57 dc539afda2c1: Pulling fs layer 08:49:57 77bc0d833cb6: Pulling fs layer 08:49:57 9065ff56babe: Pulling fs layer 08:49:57 d287ab97295c: Pulling fs layer 08:49:57 dc539afda2c1: Waiting 08:49:57 77bc0d833cb6: Waiting 08:49:57 9065ff56babe: Waiting 08:49:57 d287ab97295c: Waiting 08:49:58 a1111a8f2ec3: Verifying Checksum 08:49:58 a1111a8f2ec3: Download complete 08:49:58 dc539afda2c1: Verifying Checksum 08:49:58 dc539afda2c1: Download complete 08:49:59 77bc0d833cb6: Verifying Checksum 08:49:59 77bc0d833cb6: Download complete 08:49:59 9065ff56babe: Verifying Checksum 08:49:59 9065ff56babe: Download complete 08:49:59 ed53099fbce6: Verifying Checksum 08:49:59 ed53099fbce6: Download complete 08:50:00 b4d181a07f80: Verifying Checksum 08:50:00 b4d181a07f80: Download complete 08:50:01 b4d181a07f80: Pull complete 08:50:01 a1111a8f2ec3: Pull complete 08:50:01 ed53099fbce6: Pull complete 08:50:01 dc539afda2c1: Pull complete 08:50:02 77bc0d833cb6: Pull complete 08:50:02 9065ff56babe: Pull complete 08:50:03 d287ab97295c: Verifying Checksum 08:50:03 d287ab97295c: Download complete 08:50:07 d287ab97295c: Pull complete 08:50:07 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 08:50:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:50:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 08:50:07 prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container 08:50:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:50:10 $ docker top 6e16e10d5c98084056977aa1b413b4bd7e3c647c7041f4fae178e12d1d07df75 -eo pid,comm [Pipeline] { [Pipeline] sh 08:50:11 + touch /tmp/pre-build-complete [Pipeline] sh 08:50:11 + mkdir -p /var/log/sysstat [Pipeline] sh 08:50:11 + ls /var/log/sa-host 08:50:11 + sadf -c /var/log/sa-host/sa05 08:50:11 file_magic: OK 08:50:11 HZ: Using current value: 100 08:50:11 file_header: OK 08:50:11 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 08:50:11 Statistics: 08:50:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:50:11 File successfully converted to sysstat format version 12.0.3 08:50:11 + sadf -c /var/log/sa-host/sa17 08:50:11 file_magic: OK 08:50:11 HZ: Using current value: 100 08:50:11 file_header: OK 08:50:11 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 08:50:11 Statistics: 08:50:11 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... 08:50:11 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:50:12 provisioning config files... 08:50:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7204639058892236270tmp [Pipeline] { [Pipeline] echo 08:50:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:50:12 ---> create-netrc.sh [Pipeline] } 08:50:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:50:13 ---> python-tools-install.sh [Pipeline] echo 08:50:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:50:13 ---> sudo-logs.sh 08:50:13 Archiving 'sudo' log.. 08:50:13 sudo: unable to resolve host prd-centos7-docker-4c-2g-3167.vexxhost.local: Name or service not known 08:50:13 sudo: unable to resolve host prd-centos7-docker-4c-2g-3167.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 08:50:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:50:14 ---> job-cost.sh 08:50:14 lf-activate-venv: SKIPPING 08:50:14 DEBUG: total: 0.18000000715255737 08:50:14 INFO: Retrieving Stack Cost... 08:50:15 INFO: Retrieving Pricing Info for: v3-standard-2 08:50:15 INFO: Archiving Costs [Pipeline] echo 08:50:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:50:16 ---> logs-deploy.sh 08:50:16 lf-activate-venv: SKIPPING 08:50:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3627/2 08:50:16 INFO: archiving workspace using pattern(s): 08:50:16 Archives upload complete. 08:50:16 INFO: archiving logs to Nexus 08:50:17 ---> uname -a: 08:50:17 Linux prd-centos7-docker-4c-2g-3167.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 08:50:17 08:50:17 08:50:17 ---> lscpu: 08:50:17 Architecture: x86_64 08:50:17 CPU op-mode(s): 32-bit, 64-bit 08:50:17 Byte Order: Little Endian 08:50:17 Address sizes: 40 bits physical, 48 bits virtual 08:50:17 CPU(s): 2 08:50:17 On-line CPU(s) list: 0,1 08:50:17 Thread(s) per core: 1 08:50:17 Core(s) per socket: 1 08:50:17 Socket(s): 2 08:50:17 NUMA node(s): 1 08:50:17 Vendor ID: AuthenticAMD 08:50:17 CPU family: 23 08:50:17 Model: 49 08:50:17 Model name: AMD EPYC-Rome Processor 08:50:17 Stepping: 0 08:50:17 CPU MHz: 2799.996 08:50:17 BogoMIPS: 5599.99 08:50:17 Virtualization: AMD-V 08:50:17 Hypervisor vendor: KVM 08:50:17 Virtualization type: full 08:50:17 L1d cache: 32K 08:50:17 L1i cache: 32K 08:50:17 L2 cache: 512K 08:50:17 L3 cache: 16384K 08:50:17 NUMA node0 CPU(s): 0,1 08:50:17 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 perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 08:50:17 08:50:17 08:50:17 ---> nproc: 08:50:17 2 08:50:17 08:50:17 08:50:17 ---> df -h: 08:50:17 Filesystem Size Used Avail Use% Mounted on 08:50:17 overlay 40G 13G 28G 32% / 08:50:17 tmpfs 64M 0 64M 0% /dev 08:50:17 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 08:50:17 shm 64M 0 64M 0% /dev/shm 08:50:17 /dev/vda1 40G 13G 28G 32% /facter-os 08:50:17 08:50:17 08:50:17 ---> sar -b -r -n DEV: 08:50:17 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/17/21 _x86_64_ (2 CPU) 08:50:17 08:50:17 08:29:03 LINUX RESTART (2 CPU) 08:50:17 08:50:17 08:30:01 tps rtps wtps bread/s bwrtn/s 08:50:17 08:31:01 114.95 0.20 114.75 23.71 48655.59 08:50:17 08:32:01 107.43 0.00 107.43 0.00 16603.93 08:50:17 08:33:01 55.41 0.00 55.41 0.00 6400.53 08:50:17 08:34:01 408.94 139.32 269.63 4975.99 166687.59 08:50:17 08:35:01 518.19 170.44 347.75 11039.81 190913.33 08:50:17 08:36:01 536.02 51.78 484.24 3204.79 186212.79 08:50:17 08:37:01 158.13 12.00 146.12 1439.89 22764.52 08:50:17 08:38:01 1.78 0.02 1.77 0.13 24.83 08:50:17 08:39:01 0.33 0.00 0.33 0.00 4.10 08:50:17 08:40:01 0.38 0.12 0.27 0.93 3.26 08:50:17 08:41:01 0.25 0.02 0.23 0.13 2.70 08:50:17 08:42:01 0.33 0.08 0.25 0.67 3.36 08:50:17 08:43:01 0.25 0.00 0.25 0.00 3.41 08:50:17 08:44:01 0.28 0.03 0.25 0.93 2.43 08:50:17 08:45:01 1.02 0.15 0.87 4.80 18.32 08:50:17 08:46:01 0.25 0.00 0.25 0.00 2.57 08:50:17 08:47:01 0.23 0.00 0.23 0.00 3.43 08:50:17 08:48:01 0.23 0.00 0.23 0.00 2.73 08:50:17 08:49:01 0.20 0.02 0.18 0.13 1.88 08:50:17 08:50:01 42.05 39.07 2.98 3971.89 118.42 08:50:17 Average: 97.38 20.69 76.70 1234.82 31954.99 08:50:17 08:50:17 08:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:50:17 08:31:01 3960612 0 998904 12.47 2620 3046796 1694612 18.71 1074176 2453104 85288 08:50:17 08:32:01 3759720 0 1146072 14.31 2620 3100520 1782240 19.68 1402464 2292580 181400 08:50:17 08:33:01 3899940 0 1083776 13.53 2620 3022596 1464180 16.17 1227760 2322584 81112 08:50:17 08:34:01 1583424 0 1343020 16.77 2620 5079868 2268992 25.05 1613644 4151196 44 08:50:17 08:35:01 623808 0 1619360 20.22 2620 5763144 3489172 38.52 3021340 3635684 61496 08:50:17 08:36:01 1587796 0 1438404 17.96 2620 4980112 2357748 26.03 2454832 3248420 540 08:50:17 08:37:01 2251480 0 1261960 15.76 2620 4492872 1636164 18.06 1469912 3581840 8 08:50:17 08:38:01 2266740 0 1246692 15.57 2620 4492880 1397212 15.43 1461004 3580912 8 08:50:17 08:39:01 2268628 0 1244804 15.54 2620 4492880 1397212 15.43 1471636 3570696 8 08:50:17 08:40:01 2265744 0 1247680 15.58 2620 4492888 1400104 15.46 1477432 3567920 8 08:50:17 08:41:01 2265240 0 1248184 15.58 2620 4492888 1400300 15.46 1477884 3567948 8 08:50:17 08:42:01 2265592 0 1247828 15.58 2620 4492892 1400216 15.46 1477624 3567968 20 08:50:17 08:43:01 2265220 0 1248192 15.58 2620 4492900 1400204 15.46 1477932 3567968 12 08:50:17 08:44:01 2263644 0 1249768 15.60 2620 4492900 1402716 15.49 1479336 3567968 12 08:50:17 08:45:01 2265836 0 1247536 15.58 2620 4492940 1400156 15.46 1477640 3567832 16 08:50:17 08:46:01 2265948 0 1247424 15.58 2620 4492940 1400072 15.46 1477548 3567832 12 08:50:17 08:47:01 2266096 0 1247268 15.57 2620 4492948 1400072 15.46 1477448 3567832 8 08:50:17 08:48:01 2265964 0 1247396 15.58 2620 4492952 1400072 15.46 1477452 3567832 16 08:50:17 08:49:01 2265848 0 1247508 15.58 2620 4492956 1400072 15.46 1477456 3567836 8 08:50:17 08:50:01 1865352 0 1323156 16.52 2620 4817804 1799000 19.86 1574364 3861344 205024 08:50:17 Average: 2336132 0 1259247 15.72 2620 4410934 1664526 18.38 1577444 3418865 30752 08:50:17 08:50:17 08:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:50:17 08:31:01 vethc8903fc 117.05 138.67 10.54 415.05 0.00 0.00 0.00 0.00 08:50:17 08:31:01 eth0 1524.71 1570.49 6449.96 145.34 0.00 0.00 0.00 0.00 08:50:17 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:31:01 docker0 1257.14 1058.75 93.19 3488.85 0.00 0.00 0.00 0.00 08:50:17 08:32:01 vethcfc6a6d 0.34 0.47 0.03 0.05 0.00 0.00 0.00 0.00 08:50:17 08:32:01 eth0 57.54 33.21 92.08 16.73 0.00 0.00 0.00 0.00 08:50:17 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:32:01 docker0 8.89 13.34 0.58 53.37 0.00 0.00 0.00 0.00 08:50:17 08:33:01 vethcfc6a6d 1.80 1.80 0.14 0.14 0.00 0.00 0.00 0.00 08:50:17 08:33:01 eth0 20.24 11.26 14.00 7.57 0.00 0.00 0.00 0.00 08:50:17 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:33:01 docker0 1.80 1.80 0.12 0.14 0.00 0.00 0.00 0.00 08:50:17 08:34:01 veth559078c 3.51 4.15 0.25 7.48 0.00 0.00 0.00 0.00 08:50:17 08:34:01 veth0938242 8.36 10.27 0.62 21.85 0.00 0.00 0.00 0.00 08:50:17 08:34:01 vethd2b008b 4.28 4.80 0.35 10.18 0.00 0.00 0.00 0.00 08:50:17 08:34:01 vethb84a196 7.04 8.93 0.53 19.05 0.00 0.00 0.00 0.00 08:50:17 08:35:01 veth3cdaf51 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:50:17 08:35:01 vethbd65f25 0.03 0.25 0.00 0.02 0.00 0.00 0.00 0.00 08:50:17 08:35:01 veth1a9848b 0.05 0.27 0.00 0.02 0.00 0.00 0.00 0.00 08:50:17 08:35:01 vethc801083 0.00 1.02 0.00 0.05 0.00 0.00 0.00 0.00 08:50:17 08:36:01 vethc801083 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 08:50:17 08:36:01 eth0 3133.94 2583.69 12465.04 537.75 0.00 0.00 0.00 0.00 08:50:17 08:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:50:17 08:36:01 veth6a85771 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:50:17 08:37:01 eth0 258.61 151.42 1647.01 45.59 0.00 0.00 0.00 0.00 08:50:17 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:37:01 docker0 1397.89 1286.31 102.10 4386.36 0.00 0.00 0.00 0.00 08:50:17 08:38:01 eth0 0.32 0.32 0.02 0.03 0.00 0.00 0.00 0.00 08:50:17 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:50:17 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:40:01 eth0 0.78 0.23 0.19 0.07 0.00 0.00 0.00 0.00 08:50:17 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:41:01 eth0 0.57 0.35 0.28 0.20 0.00 0.00 0.00 0.00 08:50:17 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:42:01 eth0 1.20 0.35 0.34 0.20 0.00 0.00 0.00 0.00 08:50:17 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:43:01 eth0 0.77 0.33 0.30 0.20 0.00 0.00 0.00 0.00 08:50:17 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:44:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:50:17 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:45:01 eth0 0.30 0.23 0.14 0.08 0.00 0.00 0.00 0.00 08:50:17 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:50:17 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:50:17 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:48:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:49:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:50:17 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:50:01 eth0 279.40 183.48 2078.96 16.47 0.00 0.00 0.00 0.00 08:50:17 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 Average: eth0 135.48 115.93 626.69 25.30 0.00 0.00 0.00 0.00 08:50:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:50:17 Average: docker0 69.97 64.38 5.11 219.55 0.00 0.00 0.00 0.00 08:50:17 08:50:17 08:50:17 ---> sar -P ALL: 08:50:17 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/17/21 _x86_64_ (2 CPU) 08:50:17 08:50:17 08:29:03 LINUX RESTART (2 CPU) 08:50:17 08:50:17 08:30:01 CPU %user %nice %system %iowait %steal %idle 08:50:17 08:31:01 all 22.36 0.00 8.08 2.44 0.09 67.02 08:50:17 08:31:01 0 19.49 0.00 8.66 2.66 0.09 69.10 08:50:17 08:31:01 1 25.21 0.00 7.52 2.22 0.09 64.96 08:50:17 08:32:01 all 62.17 0.00 8.94 0.82 0.09 27.98 08:50:17 08:32:01 0 62.24 0.00 9.29 0.96 0.09 27.42 08:50:17 08:32:01 1 62.10 0.00 8.59 0.69 0.09 28.53 08:50:17 08:33:01 all 40.06 0.00 5.71 0.37 0.09 53.77 08:50:17 08:33:01 0 41.07 0.00 6.03 0.32 0.09 52.49 08:50:17 08:33:01 1 39.05 0.00 5.39 0.42 0.09 55.04 08:50:17 08:34:01 all 35.65 0.00 15.39 12.20 0.09 36.67 08:50:17 08:34:01 0 34.84 0.00 15.91 12.09 0.09 37.07 08:50:17 08:34:01 1 36.47 0.00 14.87 12.31 0.09 36.27 08:50:17 08:35:01 all 73.50 0.00 19.87 4.94 0.14 1.56 08:50:17 08:35:01 0 70.40 0.00 22.67 5.21 0.13 1.59 08:50:17 08:35:01 1 76.62 0.00 17.05 4.66 0.15 1.52 08:50:17 08:36:01 all 74.23 0.00 23.02 2.04 0.14 0.57 08:50:17 08:36:01 0 73.97 0.00 23.65 1.66 0.13 0.59 08:50:17 08:36:01 1 74.49 0.00 22.38 2.42 0.15 0.55 08:50:17 08:37:01 all 17.26 0.00 6.67 2.50 0.07 73.50 08:50:17 08:37:01 0 16.77 0.00 7.13 2.28 0.07 73.76 08:50:17 08:37:01 1 17.74 0.00 6.21 2.73 0.07 73.25 08:50:17 08:38:01 all 0.18 0.00 0.08 0.00 0.02 99.72 08:50:17 08:38:01 0 0.32 0.00 0.07 0.00 0.00 99.62 08:50:17 08:38:01 1 0.05 0.00 0.08 0.00 0.03 99.83 08:50:17 08:39:01 all 0.25 0.00 0.15 0.00 0.02 99.58 08:50:17 08:39:01 0 0.45 0.00 0.13 0.00 0.03 99.38 08:50:17 08:39:01 1 0.05 0.00 0.17 0.00 0.00 99.78 08:50:17 08:40:01 all 0.09 0.00 0.04 0.01 0.03 99.83 08:50:17 08:40:01 0 0.17 0.00 0.03 0.00 0.02 99.78 08:50:17 08:40:01 1 0.02 0.00 0.05 0.02 0.03 99.88 08:50:17 08:41:01 all 0.11 0.00 0.03 0.00 0.02 99.84 08:50:17 08:41:01 0 0.10 0.00 0.02 0.00 0.02 99.87 08:50:17 08:41:01 1 0.12 0.00 0.05 0.00 0.02 99.82 08:50:17 08:50:17 08:41:01 CPU %user %nice %system %iowait %steal %idle 08:50:17 08:42:01 all 0.09 0.00 0.03 0.00 0.02 99.87 08:50:17 08:42:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:50:17 08:42:01 1 0.15 0.00 0.03 0.00 0.02 99.80 08:50:17 08:43:01 all 0.15 0.00 0.02 0.00 0.02 99.82 08:50:17 08:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:50:17 08:43:01 1 0.27 0.00 0.02 0.00 0.02 99.70 08:50:17 08:44:01 all 0.17 0.00 0.03 0.00 0.03 99.77 08:50:17 08:44:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:50:17 08:44:01 1 0.32 0.00 0.03 0.00 0.03 99.62 08:50:17 08:45:01 all 0.14 0.00 0.03 0.00 0.02 99.82 08:50:17 08:45:01 0 0.05 0.00 0.03 0.00 0.02 99.90 08:50:17 08:45:01 1 0.23 0.00 0.02 0.00 0.02 99.73 08:50:17 08:46:01 all 0.16 0.00 0.02 0.00 0.03 99.80 08:50:17 08:46:01 0 0.02 0.00 0.02 0.00 0.03 99.93 08:50:17 08:46:01 1 0.30 0.00 0.02 0.00 0.02 99.67 08:50:17 08:47:01 all 0.17 0.00 0.02 0.00 0.03 99.78 08:50:17 08:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:50:17 08:47:01 1 0.30 0.00 0.02 0.00 0.05 99.63 08:50:17 08:48:01 all 0.18 0.00 0.03 0.00 0.02 99.78 08:50:17 08:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:50:17 08:48:01 1 0.33 0.00 0.02 0.00 0.02 99.63 08:50:17 08:49:01 all 0.20 0.00 0.02 0.00 0.03 99.76 08:50:17 08:49:01 0 0.03 0.00 0.00 0.00 0.02 99.95 08:50:17 08:49:01 1 0.37 0.00 0.03 0.00 0.03 99.57 08:50:17 08:50:01 all 3.32 0.00 1.36 0.93 0.03 94.36 08:50:17 08:50:01 0 2.29 0.00 1.23 0.71 0.02 95.77 08:50:17 08:50:01 1 4.36 0.00 1.49 1.16 0.05 92.94 08:50:17 Average: all 15.56 0.00 4.22 1.25 0.05 78.92 08:50:17 Average: 0 15.18 0.00 4.48 1.23 0.04 79.07 08:50:17 Average: 1 15.94 0.00 3.97 1.27 0.05 78.77 08:50:17 08:50:17 08:50:17