Pull request #3783 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7+2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 (bb2c3529abbfaa2a25562ce1302d0e21c96639d4) 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-ssh3879252978507088362.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-ssh8325880632748870998.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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-3783/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-3783/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9165388821446860732.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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-ssh820168292532866738.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-3783/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-3783/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3632295414252250321.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre 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-35’ is offline ‘prd-centos7-docker-4c-2g-36’ is offline ‘prd-centos7-docker-4c-2g-41’ is offline ‘prd-centos7-docker-4c-2g-43’ is offline ‘prd-ubuntu18.04-docker-8c-8g-37’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-ubuntu18.04-docker-arm64-4c-16g-33’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-47 in /w/workspace/edgexfoundry_edgex-go_PR-3783 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/6@tmp/jenkins-gitclient-ssh3207848763155527298.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 Merge succeeded, producing 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 Checking out Revision 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 (PR-3783) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh709046046883564588.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3783/head:refs/remotes/origin/PR-3783 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # 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/6@tmp/jenkins-gitclient-ssh6870977453933020400.key > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.1-dev.8" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:23:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:23:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:23:01 ========================================================= 18:23:01 EdgeX Global Pipelines Version Info 18:23:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fbdd781f96add957d9aafc9088619b5b7eaf4d36 # timeout=10 18:23:03 ------------------- 18:23:03 stable info: 18:23:03 ------------------- 18:23:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:23:03 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 18:23:03 Message: update stable to v1.0.210 18:23:03 ------------------- 18:23:03 experimental info: 18:23:03 ------------------- 18:23:03 Commited By: **** collab-it+edgex@linuxfoundation.org 18:23:03 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 18:23:03 Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3783 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3783 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3783 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12a9841 [Pipeline] echo 18:23:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:23:04 provisioning config files... 18:23:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6254595833122358847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:04 ---> docker-login.sh 18:23:04 nexus3.edgexfoundry.org:10001 18:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:04 Configure a credential helper to remove this warning. See 18:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:04 18:23:04 Login Succeeded 18:23:04 nexus3.edgexfoundry.org:10002 18:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:04 Configure a credential helper to remove this warning. See 18:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:04 18:23:04 Login Succeeded 18:23:04 nexus3.edgexfoundry.org:10003 18:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:05 Configure a credential helper to remove this warning. See 18:23:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:05 18:23:05 Login Succeeded 18:23:05 nexus3.edgexfoundry.org:10004 18:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:05 Configure a credential helper to remove this warning. See 18:23:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:05 18:23:05 Login Succeeded 18:23:05 docker.io 18:23:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:23:05 Configure a credential helper to remove this warning. See 18:23:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:23:05 18:23:05 Login Succeeded 18:23:05 ---> docker-login.sh ends [Pipeline] } 18:23:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:06 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ cut -d/ -f2 18:23:06 ++ dirname cmd/core-command/Dockerfile 18:23:06 + echo core-command,cmd/core-command/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/core-data/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo core-data,cmd/core-data/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/core-metadata/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo core-metadata,cmd/core-metadata/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/security-bootstrapper/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/security-proxy-setup/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/support-notifications/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo support-notifications,cmd/support-notifications/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/support-scheduler/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:23:06 + for file in '`ls cmd/**/Dockerfile`' 18:23:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:23:06 ++ cut -d/ -f2 18:23:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:23:06 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:23:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:06 18:23:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:23:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:06 latest: Pulling from edgex-devops/git-semver 18:23:06 a0d0a0d46f8b: Pulling fs layer 18:23:06 3e5f54012d9b: Pulling fs layer 18:23:06 4c7163046ea9: Pulling fs layer 18:23:06 0c2d73faf560: Pulling fs layer 18:23:06 0c2d73faf560: Waiting 18:23:06 3e5f54012d9b: Verifying Checksum 18:23:06 3e5f54012d9b: Download complete 18:23:06 a0d0a0d46f8b: Verifying Checksum 18:23:06 a0d0a0d46f8b: Download complete 18:23:06 0c2d73faf560: Verifying Checksum 18:23:06 0c2d73faf560: Download complete 18:23:06 4c7163046ea9: Verifying Checksum 18:23:06 4c7163046ea9: Download complete 18:23:07 a0d0a0d46f8b: Pull complete 18:23:07 3e5f54012d9b: Pull complete 18:23:07 4c7163046ea9: Pull complete 18:23:07 0c2d73faf560: Pull complete 18:23:07 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 18:23:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:23:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:23:07 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 18:23:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:23:08 $ docker top fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:23:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:08 [ssh-agent] Looking for ssh-agent implementation... 18:23:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:08 $ docker exec fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent 18:23:08 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXooecGd/agent.13 18:23:08 SSH_AGENT_PID=19 18:23:08 Running ssh-add (command line suppressed) 18:23:09 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6951429037916438133.key (/w/workspace/edgex-go/6@tmp/private_key_6951429037916438133.key) 18:23:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:09 + git tag --points-at HEAD [Pipeline] } 18:23:09 $ docker exec --env ******** --env ******** fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent -k 18:23:09 unset SSH_AUTH_SOCK; 18:23:09 unset SSH_AGENT_PID; 18:23:09 echo Agent pid 19 killed; 18:23:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:23:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:09 [ssh-agent] Looking for ssh-agent implementation... 18:23:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:09 $ docker exec fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent 18:23:09 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFpFkOH/agent.51 18:23:09 SSH_AGENT_PID=58 18:23:09 Running ssh-add (command line suppressed) 18:23:09 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6825642197214664420.key (/w/workspace/edgex-go/6@tmp/private_key_6825642197214664420.key) 18:23:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:10 + git semver init 18:23:10 # -> Open(): unable to determine branch for HEAD 18:23:10 # $GIT_DIR = /w/workspace/edgex-go/6/.git 18:23:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 18:23:10 # $SEMVER_REMOTE_NAME = origin 18:23:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:23:10 # $SEMVER_USER_NAME = edgex-jenkins 18:23:10 # $SEMVER_BRANCH = PR-3783 18:23:10 # $SEMVER_TEMP = /tmp/semver-991223303 18:23:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:23:56 # '/tmp/semver-991223303' -> '/w/workspace/edgex-go/6/.semver' 18:23:56 # -> Force: false 18:23:56 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 18:23:56 $ docker exec --env ******** --env ******** fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent -k 18:23:57 unset SSH_AUTH_SOCK; 18:23:57 unset SSH_AGENT_PID; 18:23:57 echo Agent pid 58 killed; 18:23:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:57 + git semver [Pipeline] } 18:23:57 $ docker stop --time=1 fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 18:23:59 $ docker rm -f fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 [Pipeline] // withDockerContainer [Pipeline] sh 18:23:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:23:59 Stashed 1 file(s) [Pipeline] echo 18:23:59 [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 18:24:00 ========================================================= 18:24:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:24:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:24:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:24:00 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:24:00 a0d0a0d46f8b: Already exists 18:24:00 31adcdaf11c8: Pulling fs layer 18:24:00 b8b176561691: Pulling fs layer 18:24:00 4527c011a84f: Pulling fs layer 18:24:00 5d74067f8e1e: Pulling fs layer 18:24:00 e0aca202a116: Pulling fs layer 18:24:00 3a43be97a3b4: Pulling fs layer 18:24:00 34cad66bf833: Pulling fs layer 18:24:00 b4e3c513aaa6: Pulling fs layer 18:24:00 3a43be97a3b4: Waiting 18:24:00 34cad66bf833: Waiting 18:24:00 b4e3c513aaa6: Waiting 18:24:00 5d74067f8e1e: Waiting 18:24:00 e0aca202a116: Waiting 18:24:00 b8b176561691: Verifying Checksum 18:24:00 b8b176561691: Download complete 18:24:00 31adcdaf11c8: Verifying Checksum 18:24:00 31adcdaf11c8: Download complete 18:24:00 5d74067f8e1e: Verifying Checksum 18:24:00 5d74067f8e1e: Download complete 18:24:00 e0aca202a116: Verifying Checksum 18:24:00 e0aca202a116: Download complete 18:24:00 3a43be97a3b4: Verifying Checksum 18:24:00 3a43be97a3b4: Download complete 18:24:00 34cad66bf833: Verifying Checksum 18:24:00 34cad66bf833: Download complete 18:24:00 31adcdaf11c8: Pull complete 18:24:00 b8b176561691: Pull complete 18:24:00 4527c011a84f: Verifying Checksum 18:24:00 4527c011a84f: Download complete 18:24:01 b4e3c513aaa6: Verifying Checksum 18:24:01 b4e3c513aaa6: Download complete 18:24:05 4527c011a84f: Pull complete 18:24:05 5d74067f8e1e: Pull complete 18:24:05 e0aca202a116: Pull complete 18:24:05 3a43be97a3b4: Pull complete 18:24:05 34cad66bf833: Pull complete 18:24:08 b4e3c513aaa6: Pull complete 18:24:08 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 18:24:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:24:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 18:24:08 + docker build -t ci-base-image-x86_64 -f - . 18:24:08 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:24:08 WORKDIR /edgex 18:24:08 COPY go.mod . 18:24:08 RUN go mod download' 18:24:10 Sending build context to Docker daemon 329.8MB 18:24:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:24:10 ---> 9f6097aaca64 18:24:10 Step 2/4 : WORKDIR /edgex 18:24:11 ---> Running in 1cd0e739daa2 18:24:11 Removing intermediate container 1cd0e739daa2 18:24:11 ---> 2f25786c880e 18:24:11 Step 3/4 : COPY go.mod . 18:24:11 ---> df457366f9cc 18:24:11 Step 4/4 : RUN go mod download 18:24:11 ---> Running in 967e0a9df6b0 18:24:15 Still waiting to schedule task 18:24:15 ‘prd-ubuntu18.04-docker-arm64-4c-16g-33’ is offline 18:24:43 Removing intermediate container 967e0a9df6b0 18:24:43 ---> c580b8ad91ee 18:24:43 Successfully built c580b8ad91ee 18:24:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:24:44 + docker inspect -f . ci-base-image-x86_64 18:24:44 . [Pipeline] withDockerContainer 18:24:44 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 18:24:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:44 $ docker top 62d56f3b407959a8b480767321506cf639d3bc048c3a3644b6d5b54423964be5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:44 + go version 18:24:44 go version go1.16.8 linux/amd64 [Pipeline] } 18:24:44 $ docker stop --time=1 62d56f3b407959a8b480767321506cf639d3bc048c3a3644b6d5b54423964be5 18:24:46 $ docker rm -f 62d56f3b407959a8b480767321506cf639d3bc048c3a3644b6d5b54423964be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:46 + docker inspect -f . ci-base-image-x86_64 18:24:46 . [Pipeline] withDockerContainer 18:24:46 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 18:24:46 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:47 $ docker top 65a30d74c2fbd3734625dc250204cbab08ded08ef2d5eb00b960203d91ce7235 -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:47 ========================================================= 18:24:47 [edgeXBuildGoParallel] Running Tests and Build... 18:24:47 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:24:47 + make test 18:24:47 go mod tidy 18:24:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:24:54 ? github.com/edgexfoundry/edgex-go [no test files] 18:25:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:25:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:25:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:25:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:25:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:25:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:25:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:25:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:25:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:25:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements 18:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:25:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:25:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.059s coverage: 98.5% of statements 18:25:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:25:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.061s coverage: 44.7% of statements 18:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:25:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:25:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.133s coverage: 89.5% of statements 18:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 84.4% of statements 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:25:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.310s coverage: 94.2% of statements 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:25:25 ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 59.1% of statements 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:25:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 60.0% of statements 18:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:25:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.9% of statements 18:25:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 18:25:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 21.7% of statements 18:25:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:25:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements 18:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 18:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 18:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 18:25:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 18:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 18:25:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 18:25:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.172s coverage: 82.5% of statements 18:25:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.2% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 64.4% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.253s coverage: 65.4% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 43.8% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:26:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements 18:26:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 92.3% of statements 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.087s coverage: 97.7% of statements 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:26:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 18:26:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 18:26:12 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 18:26:51 GO111MODULE=on go vet ./... 18:26:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:26:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:26:57 ./bin/test-attribution-txt.sh [Pipeline] sh 18:26:58 + ls -al . 18:26:58 total 636 18:26:58 drwxrwxr-x 10 1001 1001 4096 Oct 28 18:26 . 18:26:58 drwxr-xr-x 4 root root 28 Oct 28 18:24 .. 18:26:58 -rw-rw-r-- 1 1001 1001 11 Oct 28 18:22 .dockerignore 18:26:58 drwxrwxr-x 8 1001 1001 179 Oct 28 18:23 .git 18:26:58 drwxrwxr-x 4 1001 1001 142 Oct 28 18:22 .github 18:26:58 -rw-rw-r-- 1 1001 1001 804 Oct 28 18:22 .gitignore 18:26:58 -rw-rw-r-- 1 1001 1001 42 Oct 28 18:22 .golangci.yml 18:26:58 -rw-rw-r-- 1 1001 1001 76 Oct 28 18:22 .hadolint.yml 18:26:58 drwx------ 3 1001 1001 58 Oct 28 18:23 .semver 18:26:58 -rw-rw-r-- 1 1001 1001 166 Oct 28 18:22 .sonarcloud.properties 18:26:58 -rw-rw-r-- 1 1001 1001 1171 Oct 28 18:22 ADOPTERS.md 18:26:58 -rw-rw-r-- 1 1001 1001 8910 Oct 28 18:22 Attribution.txt 18:26:58 -rw-rw-r-- 1 1001 1001 43881 Oct 28 18:22 CHANGELOG.md 18:26:58 -rw-rw-r-- 1 1001 1001 3804 Oct 28 18:22 CONTRIBUTING.md 18:26:58 -rw-rw-r-- 1 1001 1001 677 Oct 28 18:22 GOVERNANCE.md 18:26:58 -rw-rw-r-- 1 1001 1001 849 Oct 28 18:22 Jenkinsfile 18:26:58 -rw-rw-r-- 1 1001 1001 10775 Oct 28 18:22 LICENSE 18:26:58 -rw-rw-r-- 1 1001 1001 6508 Oct 28 18:22 Makefile 18:26:58 -rw-rw-r-- 1 1001 1001 582 Oct 28 18:22 OWNERS.md 18:26:58 -rw-rw-r-- 1 1001 1001 8256 Oct 28 18:22 README.md 18:26:58 -rw-rw-r-- 1 1001 1001 6912 Oct 28 18:22 SECURITY.md 18:26:58 -rw-rw-r-- 1 1001 1001 5 Oct 28 18:23 VERSION 18:26:58 -rw-rw-r-- 1 1001 1001 4131 Oct 28 18:22 ZMQWindows.md 18:26:58 drwxrwxr-x 2 1001 1001 37 Oct 28 18:22 bin 18:26:58 drwxrwxr-x 14 1001 1001 4096 Oct 28 18:22 cmd 18:26:58 -rw-r--r-- 1 root root 428381 Oct 28 18:26 coverage.out 18:26:58 -rw-rw-r-- 1 1001 1001 848 Oct 28 18:22 go.mod 18:26:58 -rw-rw-r-- 1 1001 1001 50524 Oct 28 18:22 go.sum 18:26:58 drwxrwxr-x 8 1001 1001 124 Oct 28 18:22 internal 18:26:58 drwxrwxr-x 3 1001 1001 16 Oct 28 18:22 openapi 18:26:58 drwxrwxr-x 4 1001 1001 71 Oct 28 18:22 snap 18:26:58 -rw-rw-r-- 1 1001 1001 204 Oct 28 18:22 version.go [Pipeline] sh 18:26:58 + '[' -e coverage.out ] 18:26:58 + chown 1001:1001 coverage.out [Pipeline] stash 18:26:58 Stashed 1 file(s) [Pipeline] sh 18:26:58 + make build 18:26:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:27:00 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 18:27:06 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 18:27:07 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 18:27:08 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 18:27:08 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 18:27:09 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 18:27:10 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 18:27:11 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 18:27:12 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 18:27:13 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 18:27:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:27:15 $ docker stop --time=1 65a30d74c2fbd3734625dc250204cbab08ded08ef2d5eb00b960203d91ce7235 18:27:17 $ docker rm -f 65a30d74c2fbd3734625dc250204cbab08ded08ef2d5eb00b960203d91ce7235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:18 18:27:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:27:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:19 latest: Pulling from edgex-devops/edgex-compose 18:27:19 cbdbe7a5bc2a: Pulling fs layer 18:27:19 ca9280d653b3: Pulling fs layer 18:27:19 7e9c9ca2126c: Pulling fs layer 18:27:19 cbdbe7a5bc2a: Download complete 18:27:19 ca9280d653b3: Verifying Checksum 18:27:19 ca9280d653b3: Download complete 18:27:19 cbdbe7a5bc2a: Pull complete 18:27:19 7e9c9ca2126c: Verifying Checksum 18:27:19 7e9c9ca2126c: Download complete 18:27:20 ca9280d653b3: Pull complete 18:27:24 7e9c9ca2126c: Pull complete 18:27:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:27:24 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 18:27:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:27:27 $ docker top a499178df0e11be12c32443b400e077a24fa232743b4b8abf1f4bcc6e76047cc -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:27 + docker-compose build --help 18:27:27 + grep parallel 18:27:28 --parallel Build images in parallel. [Pipeline] } 18:27:28 $ docker stop --time=1 a499178df0e11be12c32443b400e077a24fa232743b4b8abf1f4bcc6e76047cc 18:27:29 $ docker rm -f a499178df0e11be12c32443b400e077a24fa232743b4b8abf1f4bcc6e76047cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:27:29 . [Pipeline] withDockerContainer 18:27:29 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 18:27:29 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:27:30 $ docker top c44eec88d5642d81a5591a17d28593831fb1005620537272b160b7cfd90a2d25 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:30 + docker-compose -f ./docker-compose-build.yml build --parallel 18:27:31 Building core-command ... 18:27:31 Building core-data ... 18:27:31 Building core-metadata ... 18:27:31 Building security-bootstrapper ... 18:27:31 Building security-proxy-setup ... 18:27:31 Building security-secretstore-setup ... 18:27:31 Building support-notifications ... 18:27:31 Building support-scheduler ... 18:27:31 Building sys-mgmt-agent ... 18:27:31 Building sys-mgmt-agent 18:27:31 Building security-secretstore-setup 18:27:31 Building core-command 18:27:31 Building security-proxy-setup 18:27:31 Building support-notifications 18:27:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:27:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:41 ---> c580b8ad91ee 18:27:41 Step 3/22 : WORKDIR /edgex-go 18:27:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:27:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:41 ---> c580b8ad91ee 18:27:41 Step 3/22 : WORKDIR /edgex-go 18:27:48 ---> Running in e17432398b7c 18:27:48 ---> Running in c642dd750509 18:27:50 Removing intermediate container e17432398b7c 18:27:50 ---> 56029c35f9fd 18:27:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:50 Removing intermediate container c642dd750509 18:27:50 ---> 50de58a315e0 18:27:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:51 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:27:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:27:51 ---> c580b8ad91ee 18:27:51 Step 3/21 : WORKDIR /edgex-go 18:27:51 ---> Using cache 18:27:51 ---> 50de58a315e0 18:27:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:51 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:27:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:27:51 ---> c580b8ad91ee 18:27:51 Step 3/20 : WORKDIR /edgex-go 18:27:51 ---> Using cache 18:27:51 ---> 50de58a315e0 18:27:51 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:51 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:27:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:27:51 ---> c580b8ad91ee 18:27:51 Step 3/24 : WORKDIR /edgex-go 18:27:51 ---> Using cache 18:27:51 ---> 50de58a315e0 18:27:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:51 ---> Running in af8b8381e9b3 18:27:51 ---> Running in d866acde279c 18:27:51 ---> Running in 4e4bdd9c415a 18:27:51 ---> Running in 792b88bf5527 18:27:51 ---> Running in ab910be754d4 18:27:52 Removing intermediate container 4e4bdd9c415a 18:27:52 ---> 00c21ea53305 18:27:52 Step 5/22 : RUN apk add --update --no-cache make git 18:27:52 ---> Running in 93f0153abcc6 18:27:52 Removing intermediate container af8b8381e9b3 18:27:52 ---> d4e2bd7c8ee3 18:27:52 Step 5/20 : RUN apk add --update --no-cache make git 18:27:52 ---> Running in 5ee4b6584c19 18:27:52 Removing intermediate container d866acde279c 18:27:52 ---> cbd5547f612f 18:27:52 Step 5/22 : RUN apk add --update --no-cache make bash git 18:27:52 ---> Running in 9c34ea11adb3 18:27:52 Removing intermediate container 792b88bf5527 18:27:52 ---> ace7517cadb7 18:27:52 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 18:27:52 ---> Running in 02c16c54b3a2 18:27:53 Removing intermediate container ab910be754d4 18:27:53 ---> 7ba396e607aa 18:27:53 Step 5/24 : RUN apk add --update --no-cache make git 18:27:53 ---> Running in 742801791b6b 18:27:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:54 OK: 220 MiB in 52 packages 18:27:54 OK: 220 MiB in 52 packages 18:27:54 OK: 220 MiB in 52 packages 18:27:54 OK: 220 MiB in 52 packages 18:27:55 OK: 220 MiB in 52 packages 18:27:55 Removing intermediate container 5ee4b6584c19 18:27:55 ---> 5e3420044d26 18:27:55 Step 6/20 : COPY . . 18:27:56 Removing intermediate container 93f0153abcc6 18:27:56 ---> e02cd1e95c9e 18:27:56 Step 6/22 : COPY . . 18:27:57 Removing intermediate container 9c34ea11adb3 18:27:57 ---> 51b46c86ec2c 18:27:57 Step 6/22 : COPY . . 18:28:02 Removing intermediate container 02c16c54b3a2 18:28:02 ---> 361ad0e5d7d9 18:28:02 Step 6/21 : COPY . . 18:28:02 Removing intermediate container 742801791b6b 18:28:02 ---> 73bd814c5d28 18:28:02 Step 6/24 : COPY . . 18:28:03 ---> 85040344bfd5 18:28:03 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:05 ---> 4bc8c27b6b43 18:28:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:05 ---> Running in 4401b7936db2 18:28:05 ---> eba27dae88e5 18:28:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:06 ---> Running in 748e1a35e2f6 18:28:06 ---> Running in f911df1cd321 18:28:09 Removing intermediate container 4401b7936db2 18:28:09 ---> f23ba7d42902 18:28:09 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:28:10 ---> Running in 2d0aa85463fe 18:28:10 Removing intermediate container 748e1a35e2f6 18:28:10 ---> ea58cbcc227f 18:28:10 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:28:10 Removing intermediate container f911df1cd321 18:28:10 ---> c6014d0e92db 18:28:10 Step 8/22 : RUN make cmd/core-command/core-command 18:28:10 ---> Running in e4727cf733cf 18:28:10 ---> 2bce3ee7f9c1 18:28:10 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:10 ---> 05476f95077c 18:28:10 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:10 ---> Running in 713a824870cd 18:28:10 ---> Running in 677b5be9b239 18:28:10 ---> Running in 9fe03aff748c 18:28:10 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 18:28:10 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 18:28: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 18:28:11 Removing intermediate container 677b5be9b239 18:28:11 ---> 023345b35c56 18:28:11 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:28:11 ---> Running in 6ddfa5c0860e 18:28:12 Removing intermediate container 9fe03aff748c 18:28:12 ---> 238ca3a23039 18:28:12 Step 8/21 : RUN make cmd/support-notifications/support-notifications 18:28:12 ---> Running in 3d9d33d42ded 18:28:12 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 18:28:12 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 18:28:51 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 18:28:51 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 18:28:51 Removing intermediate container e4727cf733cf 18:28:51 ---> 4fa4dc347bbb 18:28:51 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:28:51 Removing intermediate container 713a824870cd 18:28:51 ---> 1d5529c8b9a0 18:28:51 18:28:51 Step 9/22 : FROM alpine:3.14 18:28:51 ---> Running in 794c7707795b 18:28:51 3.14: Pulling from library/alpine 18:28:51 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 18:28:51 Status: Downloaded newer image for alpine:3.14 18:28:51 ---> 14119a10abf4 18:28:51 Step 10/22 : RUN apk add --update --no-cache dumb-init 18:28:51 ---> Running in 167f86f3e363 18:28:51 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 18:28:52 Removing intermediate container 2d0aa85463fe 18:28:52 ---> 16d74267ae36 18:28:52 18:28:52 Step 9/20 : FROM alpine:3.14 18:28:52 ---> 14119a10abf4 18:28:52 Step 10/20 : RUN apk add --update --no-cache curl 18:28:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:52 ---> Running in 216a72b4199f 18:28:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:52 (1/1) Installing dumb-init (1.2.5-r1) 18:28:52 Executing busybox-1.33.1-r3.trigger 18:28:52 OK: 6 MiB in 15 packages 18:28:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:53 (1/5) Installing ca-certificates (20191127-r5) 18:28:53 (2/5) Installing brotli-libs (1.0.9-r5) 18:28:53 (3/5) Installing nghttp2-libs (1.43.0-r0) 18:28:53 (4/5) Installing libcurl (7.79.1-r0) 18:28:53 (5/5) Installing curl (7.79.1-r0) 18:28:53 Executing busybox-1.33.1-r3.trigger 18:28:53 Executing ca-certificates-20191127-r5.trigger 18:28:53 OK: 8 MiB in 19 packages 18:28:54 Removing intermediate container 6ddfa5c0860e 18:28:54 ---> e7e961c9593d 18:28:54 18:28:54 Step 9/24 : FROM alpine:3.14 18:28:54 ---> 14119a10abf4 18:28:54 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:28:54 Removing intermediate container 794c7707795b 18:28:54 ---> 5bf27a17d475 18:28:54 18:28:54 Step 10/22 : FROM docker:20.10.8 18:28:54 Removing intermediate container 3d9d33d42ded 18:28:54 ---> abf35ab84ad1 18:28:54 18:28:54 Step 9/21 : FROM alpine:3.14 18:28:54 ---> 14119a10abf4 18:28:54 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 18:28:54 ---> Running in eeeecb28b7ad 18:28:54 ---> Running in 4108e34241dc 18:28:54 Removing intermediate container 167f86f3e363 18:28:54 ---> a26125441790 18:28:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:54 20.10.8: Pulling from library/docker 18:28:54 ---> Running in 62207f8c3aa4 18:28:54 Removing intermediate container 216a72b4199f 18:28:54 ---> 39a667eb726c 18:28:54 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:28:54 ---> Running in 55e8ae34672b 18:28:55 Removing intermediate container 62207f8c3aa4 18:28:55 ---> 138853b1fb74 18:28:55 Step 12/22 : ENV APP_PORT=59882 18:28:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:55 ---> Running in 333565cfeb52 18:28:55 Removing intermediate container 55e8ae34672b 18:28:55 ---> c83be0788f36 18:28:55 Step 12/20 : WORKDIR /edgex 18:28:55 ---> Running in 69eddc552aba 18:28:55 (1/3) Installing ca-certificates (20191127-r5) 18:28:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:55 (2/3) Installing dumb-init (1.2.5-r1) 18:28:55 (3/3) Installing su-exec (0.2-r1) 18:28:55 Executing busybox-1.33.1-r3.trigger 18:28:55 Executing ca-certificates-20191127-r5.trigger 18:28:55 OK: 6 MiB in 17 packages 18:28:55 (1/2) Installing ca-certificates (20191127-r5) 18:28:55 Removing intermediate container 333565cfeb52 18:28:55 ---> 3189a0460f50 18:28:55 Step 13/22 : EXPOSE $APP_PORT 18:28:55 (2/2) Installing dumb-init (1.2.5-r1) 18:28:55 Executing busybox-1.33.1-r3.trigger 18:28:55 Executing ca-certificates-20191127-r5.trigger 18:28:55 Removing intermediate container 69eddc552aba 18:28:55 ---> 0218a2d7fb2a 18:28:55 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:28:55 OK: 6 MiB in 16 packages 18:28:55 ---> Running in dbc8094c0abd 18:28:55 Removing intermediate container dbc8094c0abd 18:28:55 ---> bcbbb9cdb0e5 18:28:55 Step 14/22 : WORKDIR / 18:28:56 ---> a3a19a04c05f 18:28:56 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:28:56 ---> Running in 8e06907f3557 18:28:56 Removing intermediate container 4108e34241dc 18:28:56 ---> 5f19f6e23fe6 18:28:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:28:56 Removing intermediate container eeeecb28b7ad 18:28:56 ---> e8ab68814637 18:28:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:28:56 ---> Running in a505c8347f09 18:28:56 ---> Running in 2a0ea21387d2 18:28:56 Removing intermediate container 8e06907f3557 18:28:56 ---> f97a20efd31b 18:28:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:56 ---> ed8357e03878 18:28:56 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:28:56 Removing intermediate container a505c8347f09 18:28:56 ---> 14380dde5882 18:28:56 Step 12/24 : WORKDIR / 18:28:56 Removing intermediate container 2a0ea21387d2 18:28:56 ---> 5637104fe825 18:28:56 Step 12/21 : ENV APP_PORT=59860 18:28:56 ---> Running in 8736e92b863d 18:28:56 ---> Running in 2d564cfd6e02 18:28:56 ---> 9d854116ecf2 18:28:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:28:57 Removing intermediate container 8736e92b863d 18:28:57 ---> defdb1b6cf4c 18:28:57 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:28:57 Removing intermediate container 2d564cfd6e02 18:28:57 ---> fac08be30b23 18:28:57 Step 13/21 : EXPOSE $APP_PORT 18:28:57 ---> 12ed1ea68ec0 18:28:57 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:28:57 ---> Running in c5c56b445ffd 18:28:57 ---> Running in 1e4643c47203 18:28:57 ---> f600dab6a2d4 18:28:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:28:57 ---> 4a835167663d 18:28:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:28:57 Removing intermediate container c5c56b445ffd 18:28:57 ---> fddfcdc8b445 18:28:57 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:57 Removing intermediate container 1e4643c47203 18:28:57 ---> e15ff8d2b017 18:28:57 Step 17/20 : CMD ["--init=true"] 18:28:57 ---> Running in 7781605218e8 18:28:57 ---> 6faabb2f869a 18:28:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:28:57 ---> 1e5421dce24c 18:28:57 Step 18/22 : ENTRYPOINT ["/core-command"] 18:28:57 ---> f2f6435a7a14 18:28:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:28:57 ---> Running in 24f6d3d97629 18:28:57 Removing intermediate container 7781605218e8 18:28:57 ---> 37c1453184b5 18:28:57 Step 18/20 : LABEL arch=x86_64 18:28:57 ---> Running in f45f8630af77 18:28:58 ---> 617ca6d98139 18:28:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:28:58 Removing intermediate container 24f6d3d97629 18:28:58 ---> 4a4244e454ab 18:28:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:58 ---> Running in 9eb64c41fb62 18:28:58 Removing intermediate container f45f8630af77 18:28:58 ---> 31ed18a1eaca 18:28:58 Step 19/20 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:28:58 ---> e0859dc03fa4 18:28:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:28:58 ---> 877daed7dcfd 18:28:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:28:58 ---> Running in 733a7b7dcc31 18:28:58 Removing intermediate container 9eb64c41fb62 18:28:58 ---> be1081dac1db 18:28:58 Step 20/22 : LABEL arch=x86_64 18:28:58 ---> Running in 486d8f4b04a1 18:28:58 ---> ab997611aef0 18:28:58 Step 17/21 : ENTRYPOINT ["/support-notifications"] 18:28:58 Removing intermediate container 733a7b7dcc31 18:28:58 ---> 98fdfac617aa 18:28:58 Step 20/20 : LABEL version=0.0.0 18:28:58 ---> Running in 20a4d6306b54 18:28:58 ---> Running in 90c477d5b69a 18:28:58 Removing intermediate container 486d8f4b04a1 18:28:58 ---> dfad37b7e313 18:28:58 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:28:58 ---> c3cae3f9427d 18:28:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:28:58 ---> Running in f20e38bae279 18:28:58 Removing intermediate container 20a4d6306b54 18:28:58 ---> 17e7c9459586 18:28:58 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:58 Removing intermediate container 90c477d5b69a 18:28:58 ---> caf4e443eb88 18:28:58 18:28:58 ---> Running in de91f157c8ca 18:28:58 Successfully built caf4e443eb88 18:28:59 Successfully tagged security-proxy-setup:latest 18:28:59 Building support-scheduler 18:28:59  Building security-proxy-setup ... done Removing intermediate container f20e38bae279 18:28:59 ---> 4db81f4fa258 18:28:59 Step 22/22 : LABEL version=0.0.0 18:28:59 ---> Running in 246aae893d8e 18:28:59 ---> 465a682d75ee 18:28:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:28:59 Removing intermediate container de91f157c8ca 18:28:59 ---> 08ea33e5c59e 18:28:59 Step 19/21 : LABEL arch=x86_64 18:28:59 ---> Running in de5ba0bf8440 18:29:00 ---> 8c8cfe6be353 18:29:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:29:00 Removing intermediate container 246aae893d8e 18:29:00 ---> 23672f27520d 18:29:00 18:29:00 Successfully built 23672f27520d 18:29:00 Successfully tagged core-command:latest 18:29:00  Building core-command ... done Building core-data 18:29:00 ---> Running in 54752f59daad 18:29:00 Removing intermediate container de5ba0bf8440 18:29:00 ---> a6753a71fc14 18:29:00 Step 20/21 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:29:04 ---> Running in a0ae2199c24a 18:29:04 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 18:29:04 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:29:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:29:04 ---> c580b8ad91ee 18:29:04 Step 3/22 : WORKDIR /edgex-go 18:29:04 Status: Downloaded newer image for docker:20.10.8 18:29:04 ---> Using cache 18:29:04 ---> 50de58a315e0 18:29:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:04 ---> Using cache 18:29:04 ---> 7ba396e607aa 18:29:04 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:29:05 ---> bc6c0ffef665 18:29:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:29:06 Removing intermediate container a0ae2199c24a 18:29:06 ---> 568874fd0a42 18:29:06 Step 21/21 : LABEL version=0.0.0 18:29:06 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:29:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:29:06 ---> c580b8ad91ee 18:29:06 Step 3/23 : WORKDIR /edgex-go 18:29:06 ---> Using cache 18:29:06 ---> 50de58a315e0 18:29:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:06 ---> Using cache 18:29:06 ---> 7ba396e607aa 18:29:06 Step 5/23 : RUN apk add --update --no-cache make git 18:29:06 ---> Using cache 18:29:06 ---> 73bd814c5d28 18:29:06 Step 6/23 : COPY go.mod . 18:29:07 ---> Running in b319df14fd36 18:29:07 ---> Running in e7322fa3da24 18:29:07 ---> Running in 5550b06ff790 18:29:07 ---> 10a76fd43b6e 18:29:07 Step 7/23 : RUN go mod download 18:29:07 ---> Running in 02507d1a5495 18:29:07 Removing intermediate container 54752f59daad 18:29:07 ---> 17b0a1ba9fbf 18:29:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:29:07 Removing intermediate container 5550b06ff790 18:29:07 ---> af49556d5005 18:29:07 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 18:29:07 ---> Running in 072d755eb84a 18:29:07 Removing intermediate container e7322fa3da24 18:29:07 ---> 6ef0e8c11a1f 18:29:07 18:29:07 ---> Running in 0f85b3607a1e 18:29:07 Successfully built 6ef0e8c11a1f 18:29:07 Successfully tagged support-notifications:latest 18:29:07 Building security-bootstrapper 18:29:08  Building support-notifications ... done Removing intermediate container 072d755eb84a 18:29:08 ---> 3b3f35eff982 18:29:08 Step 22/24 : LABEL arch=x86_64 18:29:08 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:29:09 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:29:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:29:09 ---> Running in d3ba5f56b5b9 18:29:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:29:10 OK: 220 MiB in 52 packages 18:29:10 (1/42) Installing readline (8.1.0-r0) 18:29:10 (2/42) Installing bash (5.1.4-r0) 18:29:10 Executing bash-5.1.4-r0.post-install 18:29:10 (3/42) Installing brotli-libs (1.0.9-r5) 18:29:10 (4/42) Installing nghttp2-libs (1.43.0-r0) 18:29:10 (5/42) Installing libcurl (7.79.1-r0) 18:29:10 (6/42) Installing curl (7.79.1-r0) 18:29:10 (7/42) Installing dumb-init (1.2.5-r1) 18:29:10 (8/42) Installing libbz2 (1.0.8-r1) 18:29:10 (9/42) Installing expat (2.4.1-r0) 18:29:10 (10/42) Installing libffi (3.3-r2) 18:29:10 (11/42) Installing gdbm (1.19-r0) 18:29:10 (12/42) Installing xz-libs (5.2.5-r0) 18:29:10 (13/42) Installing libgcc (10.3.1_git20210424-r2) 18:29:10 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 18:29:10 (15/42) Installing mpdecimal (2.5.1-r1) 18:29:10 (16/42) Installing sqlite-libs (3.35.5-r0) 18:29:10 (17/42) Installing python3 (3.9.5-r1) 18:29:10 Removing intermediate container d3ba5f56b5b9 18:29:10 ---> a65e3c5ec56c 18:29:10 Step 23/24 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:29:11 ---> Running in a51000d0532b 18:29:11 (18/42) Installing py3-appdirs (1.4.4-r2) 18:29:11 (19/42) Installing py3-chardet (4.0.0-r2) 18:29:11 (20/42) Installing py3-idna (3.2-r0) 18:29:11 (21/42) Installing py3-urllib3 (1.26.5-r0) 18:29:11 Removing intermediate container a51000d0532b 18:29:11 ---> eac144cf6eca 18:29:11 Step 24/24 : LABEL version=0.0.0 18:29:11 (22/42) Installing py3-certifi (2020.12.5-r1) 18:29:11 (23/42) Installing py3-requests (2.25.1-r4) 18:29:11 (24/42) Installing py3-msgpack (1.0.2-r1) 18:29:11 (25/42) Installing py3-lockfile (0.12.2-r4) 18:29:12 (26/42) Installing py3-cachecontrol (0.12.6-r1) 18:29:12 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:29:12 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:29:12 ---> c580b8ad91ee 18:29:12 Step 3/30 : WORKDIR /edgex-go 18:29:12 ---> Using cache 18:29:12 ---> 50de58a315e0 18:29:12 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:12 ---> Using cache 18:29:12 ---> 7ba396e607aa 18:29:12 Step 5/30 : RUN apk add --update --no-cache make git 18:29:12 ---> Using cache 18:29:12 ---> 73bd814c5d28 18:29:12 Step 6/30 : COPY . . 18:29:12 ---> Using cache 18:29:12 ---> 2bce3ee7f9c1 18:29:12 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:29:12 ---> Using cache 18:29:12 ---> 023345b35c56 18:29:12 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:29:12 ---> Running in af7b495c1a6b 18:29:12 (27/42) Installing py3-colorama (0.4.4-r1) 18:29:12 Removing intermediate container b319df14fd36 18:29:12 ---> d57abb96ba0e 18:29:12 Step 6/22 : COPY . . 18:29:12 (28/42) Installing py3-contextlib2 (0.6.0-r1) 18:29:12 (29/42) Installing py3-distlib (0.3.1-r3) 18:29:12 (30/42) Installing py3-distro (1.5.0-r3) 18:29:12 (31/42) Installing py3-six (1.15.0-r1) 18:29:12 (32/42) Installing py3-webencodings (0.5.1-r4) 18:29:12 ---> Running in bcc24b0543cf 18:29:12 (33/42) Installing py3-html5lib (1.1-r1) 18:29:12 (34/42) Installing py3-parsing (2.4.7-r2) 18:29:12 (35/42) Installing py3-packaging (20.9-r1) 18:29:12 (36/42) Installing py3-toml (0.10.2-r2) 18:29:12 (37/42) Installing py3-pep517 (0.10.0-r2) 18:29:12 (38/42) Installing py3-progress (1.5-r2) 18:29:12 (39/42) Installing py3-retrying (1.3.3-r1) 18:29:12 (40/42) Installing py3-ordered-set (4.0.2-r1) 18:29:12 (41/42) Installing py3-setuptools (52.0.0-r3) 18:29:12 Removing intermediate container af7b495c1a6b 18:29:12 ---> bf0214f90023 18:29:12 18:29:12 (42/42) Installing py3-pip (20.3.4-r1) 18:29:13 Successfully built bf0214f90023 18:29:14 Successfully tagged security-secretstore-setup:latest 18:29:14  Building security-secretstore-setup ... done Building core-metadata 18:29:14 Removing intermediate container 02507d1a5495 18:29:14 ---> ee29d62bb7ec 18:29:14 Step 8/23 : COPY . . 18:29:14 Executing busybox-1.33.1-r3.trigger 18:29:14 OK: 84 MiB in 64 packages 18:29:15 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 18:29:15 Collecting docker-compose==1.23.2 18:29:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:29:15 Collecting docopt<0.7,>=0.6.1 18:29:15 Downloading docopt-0.6.2.tar.gz (25 kB) 18:29:17 Collecting jsonschema<3,>=2.5.1 18:29:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:29:17 Collecting cached-property<2,>=1.2.0 18:29:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:29:17 Collecting websocket-client<1.0,>=0.32.0 18:29:17 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:29:17 Collecting dockerpty<0.5,>=0.4.1 18:29:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:29:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 18:29:18 Collecting PyYAML<4,>=3.10 18:29:18 Downloading PyYAML-3.13.tar.gz (270 kB) 18:29:19 Collecting docker<4.0,>=3.6.0 18:29:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:29:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:29:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:29:20 Collecting texttable<0.10,>=0.9.0 18:29:20 Downloading texttable-0.9.1.tar.gz (11 kB) 18:29:20 Collecting docker-pycreds>=0.4.0 18:29:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:29:21 Collecting urllib3<1.25,>=1.21.1 18:29:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:29:21 Collecting chardet<3.1.0,>=3.0.2 18:29:21 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:29:21 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 18:29:21 Collecting idna<2.8,>=2.5 18:29:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:29:21 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:29:21 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:29:21 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:29:21 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:29:21 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:29:21 Attempting uninstall: urllib3 18:29:21 Found existing installation: urllib3 1.26.5 18:29:21 Uninstalling urllib3-1.26.5: 18:29:21 Successfully uninstalled urllib3-1.26.5 18:29:22 Attempting uninstall: idna 18:29:22 Found existing installation: idna 3.2 18:29:22 Uninstalling idna-3.2: 18:29:23 Successfully uninstalled idna-3.2 18:29:24 Attempting uninstall: chardet 18:29:24 Found existing installation: chardet 4.0.0 18:29:24 Uninstalling chardet-4.0.0: 18:29:24 Successfully uninstalled chardet-4.0.0 18:29:24 ---> 76e2af98e72f 18:29:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:29:24 ---> Running in cb4fcc550edf 18:29:24 ---> 6e7a6615bc92 18:29:24 Step 9/23 : RUN go mod tidy 18:29:25 ---> Running in d1dc6b5cc5a7 18:29:25 Attempting uninstall: requests 18:29:25 Found existing installation: requests 2.25.1 18:29:25 Uninstalling requests-2.25.1: 18:29:25 Successfully uninstalled requests-2.25.1 18:29:25 Running setup.py install for texttable: started 18:29:25 Running setup.py install for texttable: finished with status 'done' 18:29:25 Running setup.py install for PyYAML: started 18:29:27 Running setup.py install for PyYAML: finished with status 'done' 18:29:27 Removing intermediate container cb4fcc550edf 18:29:27 ---> 904303c01061 18:29:27 Step 8/22 : RUN make cmd/core-data/core-data 18:29:27 Running setup.py install for docopt: started 18:29:27 ---> Running in 0e241832841a 18:29:27 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 18:29:28 Running setup.py install for docopt: finished with status 'done' 18:29:28 Running setup.py install for dockerpty: started 18:29:28 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:29:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:29:28 ---> c580b8ad91ee 18:29:28 Step 3/22 : WORKDIR /edgex-go 18:29:28 ---> Using cache 18:29:28 ---> 50de58a315e0 18:29:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:28 ---> Using cache 18:29:28 ---> 7ba396e607aa 18:29:28 Step 5/22 : RUN apk add --update --no-cache make git 18:29:28 ---> Using cache 18:29:28 ---> 73bd814c5d28 18:29:28 Step 6/22 : COPY . . 18:29:28 ---> Using cache 18:29:28 ---> 2bce3ee7f9c1 18:29:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:29:28 ---> Using cache 18:29:28 ---> 023345b35c56 18:29:28 Step 8/22 : RUN make cmd/core-metadata/core-metadata 18:29:28 Running setup.py install for dockerpty: finished with status 'done' 18:29:29 ---> Running in 30a6fbbf6e69 18:29:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 18:29:29 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 18:29:31 Removing intermediate container d1dc6b5cc5a7 18:29:31 ---> 791928cc8a6d 18:29:31 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:29:31 ---> Running in 2dad99760c9b 18:29: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 18:29:35 Removing intermediate container 0f85b3607a1e 18:29:35 ---> d04771ae3ff6 18:29:35 Step 13/22 : ENV APP_PORT=58890 18:29:35 ---> Running in 2667ccc28d1e 18:29:35 Removing intermediate container 2667ccc28d1e 18:29:35 ---> bff611c49d7b 18:29:35 Step 14/22 : EXPOSE $APP_PORT 18:29:35 ---> Running in d04c07ffbb96 18:29:35 Removing intermediate container d04c07ffbb96 18:29:35 ---> 0abf58737235 18:29:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:29:36 ---> f80f82f9f6c5 18:29:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:29:36 ---> 25ffc79cd626 18:29:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:29:37 ---> e4dc945071f6 18:29:37 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 18:29:37 ---> Running in 03dc497e9bdd 18:29:37 Removing intermediate container 03dc497e9bdd 18:29:37 ---> d94cb04f97fb 18:29:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:37 ---> Running in 16e4307ba542 18:29:37 Removing intermediate container 16e4307ba542 18:29:37 ---> bbdccc68fcff 18:29:37 Step 20/22 : LABEL arch=x86_64 18:29:37 ---> Running in 1a0e518bcca7 18:29:37 Removing intermediate container 1a0e518bcca7 18:29:37 ---> 73d83de7d04a 18:29:37 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:29:37 ---> Running in 6b85a5f0fbad 18:29:37 Removing intermediate container 6b85a5f0fbad 18:29:37 ---> ed801531e22f 18:29:37 Step 22/22 : LABEL version=0.0.0 18:29:37 ---> Running in b21edee0e066 18:29:38 Removing intermediate container b21edee0e066 18:29:38 ---> 55a22684d5a7 18:29:38 18:29:38 Successfully built 55a22684d5a7 18:29:38 Successfully tagged sys-mgmt-agent:latest 18:29:48  Building sys-mgmt-agent ... done Removing intermediate container bcc24b0543cf 18:29:48 ---> 95a5b538b608 18:29:48 18:29:48 Step 9/30 : FROM alpine:3.14 18:29:48 ---> 14119a10abf4 18:29:48 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:29:48 ---> Running in 7cd034c200dd 18:29:48 Removing intermediate container 7cd034c200dd 18:29:48 ---> f09dd9dada63 18:29:48 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 18:29:48 ---> Running in 5c93c9857fa4 18:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:29:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:29:49 (1/2) Installing dumb-init (1.2.5-r1) 18:29:49 (2/2) Installing su-exec (0.2-r1) 18:29:49 Executing busybox-1.33.1-r3.trigger 18:29:49 OK: 6 MiB in 16 packages 18:29:50 Removing intermediate container 5c93c9857fa4 18:29:50 ---> 81cbe3630b64 18:29:50 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 18:29:50 ---> Running in 25d20af4acd5 18:29:50 Removing intermediate container 25d20af4acd5 18:29:50 ---> 435432b8d437 18:29:50 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:29:50 ---> Running in be8704ba8841 18:29:50 Removing intermediate container be8704ba8841 18:29:50 ---> 1c0b96b74184 18:29:50 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:29:50 ---> Running in e9a5288be695 18:29:51 Removing intermediate container e9a5288be695 18:29:51 ---> 71ec47fdad9f 18:29:51 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 18:29:51 ---> Running in 982f9cfdf356 18:29:51 Removing intermediate container 982f9cfdf356 18:29:51 ---> 50a2fbb6a454 18:29:51 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:29:51 ---> b704168ee30b 18:29:51 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:29:51 ---> Running in da9b21274eaa 18:29:52 Removing intermediate container da9b21274eaa 18:29:52 ---> 45a255085331 18:29:52 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:53 ---> a7f955430bf5 18:29:53 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:29:53 ---> f5d3ffc50f6e 18:29:53 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:29:53 ---> 869b8c0d69ef 18:29:53 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:29:54 ---> 9845fbd72219 18:29:54 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:29:54 ---> 0c003855d629 18:29:54 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:29:54 ---> Running in e223a4d2c0f2 18:29:54 Removing intermediate container e223a4d2c0f2 18:29:54 ---> 758db2d1f39b 18:29:54 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:29:54 ---> 565154d4cbaa 18:29:54 Step 25/30 : RUN chmod +x /entrypoint.sh 18:29:55 ---> Running in 5f076c0f7abb 18:29:56 Removing intermediate container 5f076c0f7abb 18:29:56 ---> 707766866c29 18:29:56 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:29:56 ---> Running in 6e816a41d4f3 18:29:56 Removing intermediate container 6e816a41d4f3 18:29:56 ---> f022291c6cfa 18:29:56 Step 27/30 : CMD ["gate"] 18:29:56 ---> Running in 76d58fb9bb79 18:29:56 Removing intermediate container 76d58fb9bb79 18:29:56 ---> 4928a03ff015 18:29:56 Step 28/30 : LABEL arch=x86_64 18:29:56 ---> Running in 986b8f1ed21f 18:29:56 Removing intermediate container 986b8f1ed21f 18:29:56 ---> 6a789d43d8b7 18:29:56 Step 29/30 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:29:56 ---> Running in 1c7f44f9a664 18:29:57 Removing intermediate container 1c7f44f9a664 18:29:57 ---> d0a0457c0c97 18:29:57 Step 30/30 : LABEL version=0.0.0 18:29:57 ---> Running in fe35febe4565 18:29:57 Removing intermediate container fe35febe4565 18:29:57 ---> 5f8e099b427f 18:29:57 18:29:57 Successfully built 5f8e099b427f 18:29:57 Successfully tagged security-bootstrapper:latest 18:30:05  Building security-bootstrapper ... done Removing intermediate container 2dad99760c9b 18:30:05 ---> f20ec2cf5f61 18:30:05 18:30:05 Step 11/23 : FROM alpine:3.14 18:30:05 ---> 14119a10abf4 18:30:05 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:30:05 ---> Using cache 18:30:05 ---> a26125441790 18:30:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:30:05 ---> Using cache 18:30:05 ---> 138853b1fb74 18:30:05 Step 14/23 : ENV APP_PORT=59861 18:30:05 Removing intermediate container 30a6fbbf6e69 18:30:05 ---> 48bf73f35be6 18:30:05 18:30:05 Step 9/22 : FROM alpine:3.14 18:30:05 ---> 14119a10abf4 18:30:05 Step 10/22 : RUN apk add --update --no-cache dumb-init 18:30:05 ---> Using cache 18:30:05 ---> a26125441790 18:30:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:30:05 ---> Using cache 18:30:05 ---> 138853b1fb74 18:30:05 Step 12/22 : ENV APP_PORT=59881 18:30:05 Removing intermediate container 0e241832841a 18:30:05 ---> b3f64fd7a241 18:30:05 18:30:05 Step 9/22 : FROM alpine:3.14 18:30:05 ---> 14119a10abf4 18:30:05 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:30:05 ---> Running in dfc7681eab39 18:30:05 ---> Running in 04babbd70152 18:30:05 ---> Running in b03905982bfd 18:30:05 Removing intermediate container dfc7681eab39 18:30:05 ---> 3cd03c81e83b 18:30:05 Step 15/23 : EXPOSE $APP_PORT 18:30:05 Removing intermediate container 04babbd70152 18:30:05 ---> cc215814032a 18:30:05 Step 13/22 : EXPOSE $APP_PORT 18:30:05 Removing intermediate container b03905982bfd 18:30:05 ---> 6df7559b5fb9 18:30:05 Step 11/22 : ENV APP_PORT=59880 18:30:05 ---> Running in 345f96b516b5 18:30:05 ---> Running in 790db81639f8 18:30:05 ---> Running in 243cfcf7644e 18:30:05 Removing intermediate container 345f96b516b5 18:30:05 ---> 0b16b39776b2 18:30:05 Step 14/22 : WORKDIR / 18:30:05 Removing intermediate container 790db81639f8 18:30:05 ---> 71984a4c398e 18:30:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:06 ---> Running in c9a70692dbaf 18:30:06 Removing intermediate container 243cfcf7644e 18:30:06 ---> acbd812d03d6 18:30:06 Step 12/22 : EXPOSE $APP_PORT 18:30:06 ---> Running in f6e48e4945b5 18:30:06 Removing intermediate container c9a70692dbaf 18:30:06 ---> ce80a0c82a41 18:30:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:06 ---> 94336c5e4a46 18:30:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:30:06 Removing intermediate container f6e48e4945b5 18:30:06 ---> 12c01e696cce 18:30:06 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:06 ---> Running in 7cb2cf9759e9 18:30:06 ---> 4b7bfb0de13c 18:30:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:30:06 ---> b8dde515a25a 18:30:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:30:06 ---> c75f5c703571 18:30:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:30:06 ---> 53c2d7c3af1f 18:30:06 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:30:06 ---> Running in 63de6faf2a00 18:30:06 ---> b7bac4125cf2 18:30:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:30:06 Removing intermediate container 63de6faf2a00 18:30:06 ---> 4c691c46c222 18:30:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:06 ---> Running in 4bbf146f0c8e 18:30:06 ---> Running in ab9fcfb9f605 18:30:06 Removing intermediate container 4bbf146f0c8e 18:30:06 ---> d631669dc6ab 18:30:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:07 Removing intermediate container 7cb2cf9759e9 18:30:07 ---> ff0430b863ef 18:30:07 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 18:30:07 ---> Running in a7d814776fc1 18:30:07 Removing intermediate container ab9fcfb9f605 18:30:07 ---> ea314975cff6 18:30:07 Step 21/23 : LABEL arch=x86_64 18:30:07 ---> Running in effbc15bed77 18:30:07 ---> Running in 72e8cc111d69 18:30:07 Removing intermediate container a7d814776fc1 18:30:07 ---> 19d311a05e10 18:30:07 Step 20/22 : LABEL arch=x86_64 18:30:07 ---> Running in d5e171b331a5 18:30:07 Removing intermediate container 72e8cc111d69 18:30:07 ---> ee3e4d8118e3 18:30:07 Step 22/23 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:30:07 ---> Running in ee02adbe501d 18:30:07 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:30:07 Removing intermediate container d5e171b331a5 18:30:07 ---> 6e014d473e94 18:30:07 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:30:07 Removing intermediate container ee02adbe501d 18:30:07 ---> f8823af64235 18:30:07 Step 23/23 : LABEL version=0.0.0 18:30:07 ---> Running in d4374de5b053 18:30:07 ---> Running in d2f8c1f9038f 18:30:07 Removing intermediate container d2f8c1f9038f 18:30:07 ---> 4fb63448d528 18:30:07 Step 22/22 : LABEL version=0.0.0 18:30:07 Removing intermediate container d4374de5b053 18:30:07 ---> 48d248d171cc 18:30:07 18:30:07 ---> Running in d51cfa7cdb9e 18:30:07 Successfully built 48d248d171cc 18:30:07 Successfully tagged support-scheduler:latest 18:30:07  Building support-scheduler ... done Removing intermediate container d51cfa7cdb9e 18:30:07 ---> 55732c69b414 18:30:07 18:30:07 Successfully built 55732c69b414 18:30:07 Successfully tagged core-metadata:latest 18:30:08  Building core-metadata ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:30:08 (1/6) Installing dumb-init (1.2.5-r1) 18:30:08 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:30:08 (3/6) Installing libsodium (1.0.18-r0) 18:30:08 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:30:09 (5/6) Installing libzmq (4.3.4-r0) 18:30:09 (6/6) Installing zeromq (4.3.4-r0) 18:30:09 Executing busybox-1.33.1-r3.trigger 18:30:09 OK: 8 MiB in 20 packages 18:30:09 Removing intermediate container effbc15bed77 18:30:09 ---> 4f63067de6ce 18:30:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:09 ---> 43b98057871b 18:30:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:30:09 ---> f7dd7dba276f 18:30:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:30:10 ---> 044185d64273 18:30:10 Step 18/22 : ENTRYPOINT ["/core-data"] 18:30:10 ---> Running in 0287780a9f0f 18:30:10 Removing intermediate container 0287780a9f0f 18:30:10 ---> 65802319f432 18:30:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:10 ---> Running in 39f9d8d7da04 18:30:10 Removing intermediate container 39f9d8d7da04 18:30:10 ---> 2490e1442934 18:30:10 Step 20/22 : LABEL arch=x86_64 18:30:10 ---> Running in aeaf9e0516ed 18:30:10 Removing intermediate container aeaf9e0516ed 18:30:10 ---> 6f7c58f14c4b 18:30:10 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:30:10 ---> Running in 46073b59e094 18:30:10 Removing intermediate container 46073b59e094 18:30:10 ---> 23f447dd8dac 18:30:10 Step 22/22 : LABEL version=0.0.0 18:30:10 ---> Running in e140129c6aba 18:30:10 Removing intermediate container e140129c6aba 18:30:10 ---> a7454b9a5b91 18:30:10 18:30:10 Successfully built a7454b9a5b91 18:30:10 Successfully tagged core-data:latest 18:30:11  Building core-data ... done  [Pipeline] } 18:30:11 $ docker stop --time=1 c44eec88d5642d81a5591a17d28593831fb1005620537272b160b7cfd90a2d25 18:30:12 $ docker rm -f c44eec88d5642d81a5591a17d28593831fb1005620537272b160b7cfd90a2d25 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:12 + docker images 18:30:12 REPOSITORY TAG IMAGE ID CREATED SIZE 18:30:12 core-data latest a7454b9a5b91 2 seconds ago 20.7MB 18:30:12 core-metadata latest 55732c69b414 5 seconds ago 16.9MB 18:30:12 support-scheduler latest 48d248d171cc 5 seconds ago 16.2MB 18:30:12 48bf73f35be6 7 seconds ago 1.76GB 18:30:12 b3f64fd7a241 7 seconds ago 1.76GB 18:30:12 f20ec2cf5f61 8 seconds ago 1.76GB 18:30:12 security-bootstrapper latest 5f8e099b427f 15 seconds ago 18.9MB 18:30:12 95a5b538b608 25 seconds ago 1.76GB 18:30:12 sys-mgmt-agent latest 55a22684d5a7 35 seconds ago 294MB 18:30:12 security-secretstore-setup latest bf0214f90023 About a minute ago 28.4MB 18:30:12 support-notifications latest 6ef0e8c11a1f About a minute ago 16.9MB 18:30:12 core-command latest 23672f27520d About a minute ago 16.1MB 18:30:12 security-proxy-setup latest caf4e443eb88 About a minute ago 26.9MB 18:30:12 5bf27a17d475 About a minute ago 1.76GB 18:30:12 e7e961c9593d About a minute ago 1.76GB 18:30:12 abf35ab84ad1 About a minute ago 1.76GB 18:30:12 16d74267ae36 About a minute ago 1.76GB 18:30:12 1d5529c8b9a0 About a minute ago 1.75GB 18:30:12 ci-base-image-x86_64 latest c580b8ad91ee 5 minutes ago 1.25GB 18:30:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB 18:30:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB 18:30:12 docker 20.10.8 bc6c0ffef665 8 weeks ago 214MB 18:30:12 alpine 3.14 14119a10abf4 2 months ago 5.6MB 18:30:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 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 18:30:28 Still waiting to schedule task 18:30:28 ‘prd-ubuntu18.04-docker-8c-8g-159’ is offline 18:33:27 Running on prd-ubuntu18.04-docker-8c-8g-202 in /w/workspace/edgexfoundry_edgex-go_PR-3783 [Pipeline] { [Pipeline] ws 18:33:27 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:33:27 The recommended git tool is: git 18:33:29 using credential edgex-jenkins-ssh 18:33:29 Cloning the remote Git repository 18:33:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:33:29 > git init /w/workspace/edgex-go/6 # timeout=10 18:33:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:33:29 > git --version # timeout=10 18:33:29 > git --version # 'git version 2.17.1' 18:33:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:33:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:33:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:33:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3783/head:refs/remotes/origin/PR-3783 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:33:45 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:33:46 Merge succeeded, producing 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 18:33:46 Checking out Revision 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 (PR-3783) 18:33:45 > git config core.sparsecheckout # timeout=10 18:33:45 > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 18:33:45 > git remote # timeout=10 18:33:45 > git config --get remote.origin.url # timeout=10 18:33:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:46 > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 18:33:46 > git rev-parse HEAD^{commit} # timeout=10 18:33:46 > git config core.sparsecheckout # timeout=10 18:33:46 > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 18:33:49 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.1-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:50 + echo snap-build.sh 18:33:50 snap-build.sh 18:33:50 + SNAP_BASE_DIR=. 18:33:50 + '[' '!' -z /w/workspace/edgex-go/6 ']' 18:33:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 18:33:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 18:33:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 18:33:50 + cd /w/workspace/edgex-go/6 18:33:50 + sudo apt-get remove -qy --purge lxd lxd-client 18:33:50 Reading package lists... 18:33:50 Building dependency tree... 18:33:50 Reading state information... 18:33:50 The following packages were automatically installed and are no longer required: 18:33:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:33:50 uidmap xdelta3 18:33:50 Use 'sudo apt autoremove' to remove them. 18:33:50 The following packages will be REMOVED: 18:33:50 lxd* lxd-client* 18:33:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:33:50 After this operation, 31.7 MB disk space will be freed. 18:33:51 (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.) 18:33:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:33:51 Removing lxd dnsmasq configuration 18:33:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:33:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:33:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:33:53 (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.) 18:33:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:33:54 Processing triggers for systemd (237-3ubuntu10.45) ... 18:33:54 Processing triggers for ureadahead (0.100.0-21) ... 18:33:54 + sudo snap remove --purge lxd 18:33:54 snap "lxd" is not installed 18:33:54 + sudo groupadd --force --system lxd 18:33:54 ++ whoami 18:33:54 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:33:54 + newgrp - lxd 18:33:55 + sudo snap install lxd 18:34:05 2021-10-28T18:34:01Z INFO Waiting for automatic snapd restart... 18:34:23 lxd 4.19 from Canonical* installed 18:34:23 + sudo lxd init --auto 18:34:33 + sudo snap install --classic snapcraft 18:34:43 snapcraft 5.0 from Canonical* installed 18:34:43 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:34:43 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:34:43 % Total % Received % Xferd Average Speed Time Time Time Current 18:34:43 Dload Upload Total Spent Left Speed 18:34:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 18:34:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 26.3M 18:34:43 ./yq_linux_amd64 18:34:43 + sudo snapcraft prime --use-lxd 18:34:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:34:45 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:34:45 - README.md 18:34:45 18:34:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:34:45 Launching a container. 18:34:50 Waiting for container to be ready 18:34:51 To start your first instance, try: lxc launch ubuntu:20.04 18:34:51 18:34:55 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:34:55 Waiting for network to be ready... 18:34:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:34:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:34:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] 18:34:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] 18:34:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 18:34:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 18:34:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] 18:34:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] 18:34:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] 18:34:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] 18:34:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:34:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:34:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:34:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:34:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:34:57 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:34:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:34:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:34:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:34:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] 18:34:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] 18:34:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 18:34:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 18:34:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] 18:34:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] 18:34:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] 18:34:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] 18:35:00 Fetched 25.5 MB in 4s (6273 kB/s) 18:35:00 Reading package lists... 18:35:01 Reading package lists... 18:35:01 Building dependency tree... 18:35:01 Reading state information... 18:35:01 The following additional packages will be installed: 18:35:01 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:35:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:35:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:35:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:35:01 Suggested packages: 18:35:01 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:35:01 Recommended packages: 18:35:01 gnupg libsasl2-modules 18:35:01 The following NEW packages will be installed: 18:35:01 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:35:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:35:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:35:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:35:01 The following packages will be upgraded: 18:35:01 gpg gpg-agent gpgconf libudev1 18:35:01 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 18:35:01 Need to get 3527 kB of archives. 18:35:01 After this operation, 13.3 MB of additional disk space will be used. 18:35:01 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] 18:35:01 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] 18:35:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:35:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:35:01 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] 18:35:03 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] 18:35:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:35:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:35:03 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:35:03 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:35:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:35:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:35:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:35:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:35:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:35:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:35:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:35:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:35:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:35:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:35:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:35:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:35:03 debconf: delaying package configuration, since apt-utils is not installed 18:35:03 Fetched 3527 kB in 1s (2929 kB/s) 18:35:03 (Reading database ... 12511 files and directories currently installed.) 18:35:03 Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... 18:35:03 Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:35:03 Setting up libudev1:amd64 (237-3ubuntu10.52) ... 18:35:03 Selecting previously unselected package udev. 18:35:03 (Reading database ... 12511 files and directories currently installed.) 18:35:03 Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... 18:35:03 Unpacking udev (237-3ubuntu10.52) ... 18:35:03 Selecting previously unselected package libfuse2:amd64. 18:35:03 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:35:03 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:35:03 Selecting previously unselected package fuse. 18:35:03 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:35:03 Unpacking fuse (2.9.7-1ubuntu1) ... 18:35:03 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:03 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:35:03 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:03 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:35:03 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:03 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:35:03 Selecting previously unselected package libksba8:amd64. 18:35:03 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:35:03 Unpacking libksba8:amd64 (1.3.5-2) ... 18:35:03 Selecting previously unselected package libroken18-heimdal:amd64. 18:35:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:03 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:35:03 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:03 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:03 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:35:03 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:03 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:03 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:35:03 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:03 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Selecting previously unselected package libwind0-heimdal:amd64. 18:35:04 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:04 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:35:04 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:35:04 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:04 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:35:04 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:04 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:35:04 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:35:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Selecting previously unselected package libsasl2-modules-db:amd64. 18:35:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:35:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:35:04 Selecting previously unselected package libsasl2-2:amd64. 18:35:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:35:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:35:04 Selecting previously unselected package libldap-common. 18:35:04 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:35:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:35:04 Selecting previously unselected package libldap-2.4-2:amd64. 18:35:04 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:35:04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:35:04 Selecting previously unselected package dirmngr. 18:35:04 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:04 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:35:04 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:35:04 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:35:04 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:35:04 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:35:04 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:35:04 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:35:04 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:04 Setting up libksba8:amd64 (1.3.5-2) ... 18:35:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:04 Setting up udev (237-3ubuntu10.52) ... 18:35:04 invoke-rc.d: policy-rc.d denied execution of start. 18:35:05 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Processing triggers for systemd (237-3ubuntu10) ... 18:35:05 Setting up fuse (2.9.7-1ubuntu1) ... 18:35:05 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:35:05 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:35:05 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:35:05 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:35:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:35:05 settings in the [Install] section, and DefaultInstance for template units). 18:35:05 This means they are not meant to be enabled using systemctl. 18:35:05 Possible reasons for having this kind of units are: 18:35:05 1) A unit may be statically enabled by being symlinked from another unit's 18:35:05 .wants/ or .requires/ directory. 18:35:05 2) A unit's purpose may be to act as a helper for some other unit which has 18:35:05 a requirement dependency on it. 18:35:05 3) A unit may be started when needed via activation (socket, path, timer, 18:35:05 D-Bus, udev, scripted systemctl call, ...). 18:35:05 4) In case of template units, the unit is meant to be enabled with some 18:35:05 instance name specified. 18:35:05 Reading package lists... 18:35:06 Building dependency tree... 18:35:06 Reading state information... 18:35:06 The following additional packages will be installed: 18:35:06 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:35:06 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:35:06 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:35:06 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:35:06 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:35:06 Suggested packages: 18:35:06 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:35:06 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:35:06 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:35:06 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:35:06 systemd-container policykit-1 18:35:06 Recommended packages: 18:35:06 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:35:06 The following NEW packages will be installed: 18:35:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:35:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:35:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:35:06 multiarch-support openssh-client python3 python3-minimal python3.6 18:35:06 python3.6-minimal snapd squashfs-tools sudo 18:35:06 The following packages will be upgraded: 18:35:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:35:07 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 18:35:07 Need to get 36.8 MB of archives. 18:35:07 After this operation, 147 MB of additional disk space will be used. 18:35:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 18:35:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] 18:35:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:35:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:35:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:35:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:35:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:35:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:35:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:35:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:35:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:35:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:35:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:35:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:35:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 18:35:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 18:35:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] 18:35:08 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 18:35:08 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 18:35:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 18:35:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:35:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:35:08 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:35:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:35:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:35:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:35:08 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:35:08 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:35:08 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:35:08 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] 18:35:09 debconf: delaying package configuration, since apt-utils is not installed 18:35:09 Fetched 36.8 MB in 3s (12.1 MB/s) 18:35:09 (Reading database ... 12757 files and directories currently installed.) 18:35:09 Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 18:35:09 Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:35:10 Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 18:35:10 Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:35:10 Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 18:35:10 (Reading database ... 12757 files and directories currently installed.) 18:35:10 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 18:35:10 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 18:35:10 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 18:35:10 (Reading database ... 12757 files and directories currently installed.) 18:35:10 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 18:35:10 Unpacking apt (1.6.14) over (1.6.1) ... 18:35:10 Setting up apt (1.6.14) ... 18:35:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:35:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:35:11 (Reading database ... 12764 files and directories currently installed.) 18:35:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 18:35:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 18:35:11 Selecting previously unselected package libpython3.6-minimal:amd64. 18:35:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:11 Selecting previously unselected package libexpat1:amd64. 18:35:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:35:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:35:11 Selecting previously unselected package python3.6-minimal. 18:35:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:35:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 18:35:11 Checking for services that may need to be restarted...done. 18:35:11 Checking for services that may need to be restarted...done. 18:35:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:35:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:35:12 Selecting previously unselected package python3-minimal. 18:35:12 (Reading database ... 13012 files and directories currently installed.) 18:35:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:35:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:35:12 Selecting previously unselected package mime-support. 18:35:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:35:12 Unpacking mime-support (3.60ubuntu1) ... 18:35:12 Selecting previously unselected package libmpdec2:amd64. 18:35:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:35:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:35:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:35:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:12 Selecting previously unselected package python3.6. 18:35:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:35:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:35:12 Selecting previously unselected package libpython3-stdlib:amd64. 18:35:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:35:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:35:12 Setting up python3-minimal (3.6.7-1~18.04) ... 18:35:12 Selecting previously unselected package python3. 18:35:12 (Reading database ... 13442 files and directories currently installed.) 18:35:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:35:12 Unpacking python3 (3.6.7-1~18.04) ... 18:35:12 Selecting previously unselected package multiarch-support. 18:35:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:35:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:35:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:35:13 Selecting previously unselected package liblzo2-2:amd64. 18:35:13 (Reading database ... 13479 files and directories currently installed.) 18:35:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:35:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:35:13 Selecting previously unselected package libbsd0:amd64. 18:35:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:35:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:35:13 Selecting previously unselected package sudo. 18:35:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:35:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:35:13 Selecting previously unselected package apparmor. 18:35:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:35:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:35:13 Selecting previously unselected package libedit2:amd64. 18:35:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:35:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:35:13 Selecting previously unselected package libkrb5support0:amd64. 18:35:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:35:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:35:13 Selecting previously unselected package libk5crypto3:amd64. 18:35:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:35:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:35:13 Selecting previously unselected package libkeyutils1:amd64. 18:35:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:35:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:35:13 Selecting previously unselected package libkrb5-3:amd64. 18:35:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:35:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:35:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:35:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:35:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:35:13 Selecting previously unselected package libssl1.0.0:amd64. 18:35:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 18:35:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 18:35:13 Selecting previously unselected package openssh-client. 18:35:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 18:35:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 18:35:13 Selecting previously unselected package squashfs-tools. 18:35:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... 18:35:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 18:35:13 Selecting previously unselected package snapd. 18:35:13 Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... 18:35:13 Unpacking snapd (2.51.1+18.04) ... 18:35:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:35:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 18:35:16 Setting up mime-support (3.60ubuntu1) ... 18:35:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:35:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:35:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:35:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:16 Setting up systemd (237-3ubuntu10.52) ... 18:35:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:35:16 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:35:16 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:35:16 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:35:16 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:35:16 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:35:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:35:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 18:35:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:35:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:35:17 Setting up python3 (3.6.7-1~18.04) ... 18:35:17 running python rtupdate hooks for python3.6... 18:35:17 running python post-rtupdate hooks for python3.6... 18:35:17 Setting up apparmor (2.12-4ubuntu5.1) ... 18:35:18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:35:18 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:35:18 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 18:35:18 Setting up snapd (2.51.1+18.04) ... 18:35:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:35:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:35:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:35:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:35:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:35:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:35:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:35:20 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:35:20 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:35:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:35:20 /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' 18:35:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:20 Processing triggers for systemd (237-3ubuntu10.52) ... 18:35:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:35:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:35:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:35:22 Reading package lists... 18:35:22 Reading package lists... 18:35:22 Building dependency tree... 18:35:22 Reading state information... 18:35:23 Calculating upgrade... 18:35:23 The following packages will be upgraded: 18:35:23 advancecomp base-files bash binutils binutils-common 18:35:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:35:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:35:23 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 18:35:23 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 18:35:23 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:35:23 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:35:23 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 18:35:23 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 18:35:23 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:35:23 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:35:23 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:35:23 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:35:23 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:35:23 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:35:23 ubuntu-keyring util-linux 18:35:23 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:35:23 Need to get 64.1 MB of archives. 18:35:23 After this operation, 5145 kB of additional disk space will be used. 18:35:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-161.169 [985 kB] 18:35:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:35:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:35:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:35:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:35:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:35:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:35:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:35:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:35:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:35:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:35:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:35:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:35:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:35:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:35:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:35:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:35:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:35:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:35:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:35:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:35:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:35:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:35:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:35:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:35:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:35:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:35:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:35:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:35:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:35:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:35:23 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:35:23 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:35:23 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] 18:35:23 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 18:35:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:35:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:35:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 18:35:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 18:35:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:35:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:35:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 18:35:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] 18:35:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:35:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:35:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:35:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] 18:35:23 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:35:23 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:35:23 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] 18:35:23 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] 18:35:23 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] 18:35:23 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] 18:35:23 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:35:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:35:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:35:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:35:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:35:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:35:23 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:35:23 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:35:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:35:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:35:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:35:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:35:24 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:35:24 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:35:24 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:35:24 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] 18:35:24 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:35:24 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:35:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:35:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 18:35:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:35:24 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:35:24 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:35:24 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:35:24 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:35:24 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:35:24 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:35:24 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:35:24 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:35:24 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:35:24 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 18:35:24 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] 18:35:24 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 18:35:24 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] 18:35:24 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] 18:35:24 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:35:24 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:35:24 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:35:24 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] 18:35:24 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 18:35:24 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 18:35:24 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:35:24 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:35:24 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] 18:35:24 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:35:24 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:35:24 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:35:24 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:35:24 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:35:24 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:35:25 debconf: delaying package configuration, since apt-utils is not installed 18:35:25 Fetched 64.1 MB in 2s (36.0 MB/s) 18:35:25 (Reading database ... 13914 files and directories currently installed.) 18:35:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:35:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:35:25 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:25 Preparing to unpack .../2-linux-libc-dev_4.15.0-161.169_amd64.deb ... 18:35:25 Unpacking linux-libc-dev:amd64 (4.15.0-161.169) over (4.15.0-20.21) ... 18:35:26 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:26 (Reading database ... 13914 files and directories currently installed.) 18:35:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:35:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:35:26 (Reading database ... 13914 files and directories currently installed.) 18:35:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:26 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:26 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:27 (Reading database ... 13914 files and directories currently installed.) 18:35:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:35:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:27 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:35:27 (Reading database ... 13914 files and directories currently installed.) 18:35:27 Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... 18:35:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:35:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:35:27 Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... 18:35:27 Setting up base-files (10.1ubuntu2.11) ... 18:35:27 Installing new version of config file /etc/issue ... 18:35:27 Installing new version of config file /etc/issue.net ... 18:35:27 Installing new version of config file /etc/lsb-release ... 18:35:27 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:35:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:35:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:35:28 Removing obsolete conffile /etc/default/motd-news ... 18:35:28 (Reading database ... 13915 files and directories currently installed.) 18:35:28 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:35:28 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:35:28 Setting up bash (4.4.18-2ubuntu1.2) ... 18:35:28 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 18:35:28 (Reading database ... 13915 files and directories currently installed.) 18:35:28 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:28 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:35:28 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:35:28 (Reading database ... 13915 files and directories currently installed.) 18:35:28 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:35:28 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:35:28 Setting up tar (1.29b-2ubuntu0.2) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:35:29 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:29 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:29 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:29 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:29 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:35:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:35:29 Setting up grep (3.1-2build1) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 18:35:29 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 18:35:29 Setting up gzip (1.6-5ubuntu1.1) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:35:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:35:29 Setting up login (1:4.5-1ubuntu2) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:30 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:35:30 (Reading database ... 13915 files and directories currently installed.) 18:35:30 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:30 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:35:31 (Reading database ... 13915 files and directories currently installed.) 18:35:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:35:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:35:31 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:35:31 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:35:31 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:35:31 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:35:31 (Reading database ... 13915 files and directories currently installed.) 18:35:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:35:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:35:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:35:31 (Reading database ... 13915 files and directories currently installed.) 18:35:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:32 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:32 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:32 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:35:32 (Reading database ... 13915 files and directories currently installed.) 18:35:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:35:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:35:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:35:34 (Reading database ... 13915 files and directories currently installed.) 18:35:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:35:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:35:34 (Reading database ... 13915 files and directories currently installed.) 18:35:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:35:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:35:34 (Reading database ... 13917 files and directories currently installed.) 18:35:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:35:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:35:34 Setting up debconf (1.5.66ubuntu1) ... 18:35:34 (Reading database ... 13917 files and directories currently installed.) 18:35:34 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:35:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:35:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:35:34 (Reading database ... 13917 files and directories currently installed.) 18:35:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:35:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:35:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:35:35 (Reading database ... 13917 files and directories currently installed.) 18:35:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:35:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:35:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 18:35:35 (Reading database ... 13917 files and directories currently installed.) 18:35:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:35:35 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:35:35 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 18:35:35 (Reading database ... 13919 files and directories currently installed.) 18:35:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:35:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:35:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 18:35:35 (Reading database ... 13923 files and directories currently installed.) 18:35:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... 18:35:35 Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... 18:35:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:35 (Reading database ... 13923 files and directories currently installed.) 18:35:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... 18:35:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... 18:35:35 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... 18:35:35 (Reading database ... 13923 files and directories currently installed.) 18:35:35 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 18:35:35 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 18:35:36 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 18:35:36 (Reading database ... 13923 files and directories currently installed.) 18:35:36 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 18:35:36 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:35:36 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 18:35:36 (Reading database ... 13923 files and directories currently installed.) 18:35:36 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:36 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:36 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:36 (Reading database ... 13923 files and directories currently installed.) 18:35:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:35:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:35:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:35:36 (Reading database ... 13923 files and directories currently installed.) 18:35:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:35:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:35:36 Setting up passwd (1:4.5-1ubuntu2) ... 18:35:36 (Reading database ... 13923 files and directories currently installed.) 18:35:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:36 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:35:36 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:35:36 (Reading database ... 13923 files and directories currently installed.) 18:35:36 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 18:35:36 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 18:35:37 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 18:35:37 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 18:35:37 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:35:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:35:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:35:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:35:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:35:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:35:37 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... 18:35:37 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... 18:35:37 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 18:35:37 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 18:35:37 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 18:35:37 (Reading database ... 13923 files and directories currently installed.) 18:35:37 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 18:35:37 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 18:35:37 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 18:35:37 (Reading database ... 13924 files and directories currently installed.) 18:35:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:35:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:35:38 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:35:38 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:35:38 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 18:35:38 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 18:35:38 Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... 18:35:38 Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... 18:35:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:35:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:35:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:35:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:35:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:35:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:35:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:35:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:35:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:35:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:35:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:35:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:35:39 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:35:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:35:39 Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... 18:35:39 Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... 18:35:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:35:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:35:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:35:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:35:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:35:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:35:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:35:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:35:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:35:39 Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:35:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... 18:35:39 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 18:35:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:41 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:41 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:42 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:42 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:42 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:43 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:43 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:43 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:43 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:35:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:35:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:35:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:35:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:35:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:35:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:35:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:35:43 Setting up tzdata (2021e-0ubuntu0.18.04) ... 18:35:43 18:35:43 Current default time zone: 'Etc/UTC' 18:35:43 Local time is now: Thu Oct 28 18:35:43 UTC 2021. 18:35:43 Universal Time is now: Thu Oct 28 18:35:43 UTC 2021. 18:35:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:35:43 18:35:43 Setting up systemd-sysv (237-3ubuntu10.52) ... 18:35:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:44 Setting up linux-libc-dev:amd64 (4.15.0-161.169) ... 18:35:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:35:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:35:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:35:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:35:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:35:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:35:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:35:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:35:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... 18:35:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:44 Setting up patch (2.7.6-2ubuntu1.1) ... 18:35:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:35:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:35:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 18:35:44 Installing new version of config file /etc/ssl/openssl.cnf ... 18:35:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:35:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:35:44 Setting up ca-certificates (20210119~18.04.2) ... 18:35:46 Updating certificates in /etc/ssl/certs... 18:35:46 23 added, 28 removed; done. 18:35:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:35:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:35:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:35:46 Setting up pkgbinarymangler (138.18.04.1) ... 18:35:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... 18:35:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up perl (5.26.1-6ubuntu0.5) ... 18:35:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... 18:35:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:35:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:35:47 Setting up binutils (2.30-21ubuntu1~18.04.7) ... 18:35:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:35:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:35:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:35:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:35:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:35:47 Processing triggers for systemd (237-3ubuntu10.52) ... 18:35:47 Processing triggers for mime-support (3.60ubuntu1) ... 18:35:47 Processing triggers for ca-certificates (20210119~18.04.2) ... 18:35:47 Updating certificates in /etc/ssl/certs... 18:35:47 0 added, 0 removed; done. 18:35:47 Running hooks in /etc/ca-certificates/update.d... 18:35:47 done. 18:35:48 Reading package lists... 18:35:48 Building dependency tree... 18:35:48 Reading state information... 18:35:48 The following NEW packages will be installed: 18:35:48 apt-transport-https 18:35:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:35:49 Need to get 4348 B of archives. 18:35:49 After this operation, 154 kB of additional disk space will be used. 18:35:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 18:35:49 debconf: delaying package configuration, since apt-utils is not installed 18:35:49 Fetched 4348 B in 0s (23.6 kB/s) 18:35:49 Selecting previously unselected package apt-transport-https. 18:35:49 (Reading database ... 13931 files and directories currently installed.) 18:35:49 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 18:35:49 Unpacking apt-transport-https (1.6.14) ... 18:35:49 Setting up apt-transport-https (1.6.14) ... 18:35:49 Waiting for network to be ready... 18:35:55 2021-10-28T18:35:52Z INFO Waiting for automatic snapd restart... 18:35:56 snapd 2.52.1 from Canonical* installed 18:35:57 "snapd" switched to the "latest/stable" channel 18:35:57 18:35:59 core18 20211015 from Canonical* installed 18:35:59 "core18" switched to the "latest/stable" channel 18:35:59 18:36:02 snapcraft 5.0 from Canonical* installed 18:36:02 "snapcraft" switched to the "latest/stable" channel 18:36:02 18:36:06 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: 18:36:06 - README.md 18:36:06 18:36:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:36:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:36:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:36:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:36:08 Reading package lists... 18:36:08 Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 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 18:36:09 Reading package lists... 18:36:09 Building dependency tree... 18:36:09 Reading state information... 18:36:09 Suggested packages: 18:36:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:36:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:36:09 Recommended packages: 18:36:09 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:36:09 The following NEW packages will be installed: 18:36:09 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:36:09 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:36:09 pkg-config zip 18:36:09 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:36:09 Need to get 7670 kB of archives. 18:36:09 After this operation, 43.8 MB of additional disk space will be used. 18:36:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:36:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] 18:36:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] 18:36:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] 18:36:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:36:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:36:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:36:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:36:09 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:36:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:36:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:36:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:36:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:36:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:36:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:36:11 debconf: delaying package configuration, since apt-utils is not installed 18:36:11 Fetched 7670 kB in 1s (5447 kB/s) 18:36:11 Selecting previously unselected package libglib2.0-0:amd64. 18:36:11 (Reading database ... 13935 files and directories currently installed.) 18:36:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:36:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:36:11 Selecting previously unselected package libpsl5:amd64. 18:36:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:36:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:36:11 Selecting previously unselected package libnghttp2-14:amd64. 18:36:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:36:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:36:11 Selecting previously unselected package librtmp1:amd64. 18:36:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:36:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:36:11 Selecting previously unselected package libcurl3-gnutls:amd64. 18:36:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... 18:36:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 18:36:11 Selecting previously unselected package liberror-perl. 18:36:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:36:11 Unpacking liberror-perl (0.17025-1) ... 18:36:11 Selecting previously unselected package git-man. 18:36:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... 18:36:11 Unpacking git-man (1:2.17.1-1ubuntu0.9) ... 18:36:11 Selecting previously unselected package git. 18:36:11 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... 18:36:11 Unpacking git (1:2.17.1-1ubuntu0.9) ... 18:36:12 Selecting previously unselected package libnorm1:amd64. 18:36:12 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:36:12 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:36:12 Selecting previously unselected package libpgm-5.2-0:amd64. 18:36:12 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:36:12 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:36:12 Selecting previously unselected package libsodium23:amd64. 18:36:12 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:36:12 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:36:12 Selecting previously unselected package libzmq5:amd64. 18:36:12 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:36:12 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:36:12 Selecting previously unselected package libzmq3-dev:amd64. 18:36:12 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:36:12 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:36:12 Selecting previously unselected package pkg-config. 18:36:12 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:36:12 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:36:12 Selecting previously unselected package zip. 18:36:12 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:36:12 Unpacking zip (3.0-11build1) ... 18:36:12 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:36:12 Setting up git-man (1:2.17.1-1ubuntu0.9) ... 18:36:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:36:12 Setting up liberror-perl (0.17025-1) ... 18:36:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:36:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:36:12 No schema files found: doing nothing. 18:36:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:36:12 Setting up zip (3.0-11build1) ... 18:36:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:36:12 Setting up libsodium23:amd64 (1.0.16-2) ... 18:36:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:36:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:36:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 18:36:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:36:12 Setting up git (1:2.17.1-1ubuntu0.9) ... 18:36:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:36:13 git set to automatically installed. 18:36:13 git-man set to automatically installed. 18:36:13 libcurl3-gnutls set to automatically installed. 18:36:13 liberror-perl set to automatically installed. 18:36:13 libglib2.0-0 set to automatically installed. 18:36:13 libnghttp2-14 set to automatically installed. 18:36:13 libnorm1 set to automatically installed. 18:36:13 libpgm-5.2-0 set to automatically installed. 18:36:13 libpsl5 set to automatically installed. 18:36:13 librtmp1 set to automatically installed. 18:36:13 libsodium23 set to automatically installed. 18:36:13 libzmq3-dev set to automatically installed. 18:36:13 libzmq5 set to automatically installed. 18:36:13 pkg-config set to automatically installed. 18:36:13 zip set to automatically installed. 18:36:14 snapd is not logged in, snap install commands will use sudo 18:36:15 snap "core18" has no updates available 18:36:16 snapd is not logged in, snap install commands will use sudo 18:36:28 go (1.16/stable) 1.16.9 from Michael Hudson-Doyle (mwhudson) installed 18:36:28 Pulling config-common 18:36:28 + snapcraftctl pull 18:36:28 Pulling go-build-helper 18:36:28 + snapcraftctl pull 18:36:30 'edgex-go' has dependencies that need to be staged: go-build-helper 18:36:30 Skipping pull go-build-helper (already ran) 18:36:30 Building go-build-helper 18:36:30 + snapcraftctl build 18:36:32 Staging go-build-helper 18:36:32 + snapcraftctl stage 18:36:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:36:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:36:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] 18:36:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] 18:36:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 18:36:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 18:36:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] 18:36:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] 18:36:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] 18:36:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] 18:36:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:36:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:36:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:36:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:36:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:36:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:36:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:36:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:36:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:36:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] 18:36:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] 18:36:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 18:36:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 18:36:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] 18:36:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] 18:36:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] 18:36:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] 18:36:42 Fetched 25.5 MB in 0s (0 B/s) 18:36:42 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:36:42 Fetched 224 kB in 0s (0 B/s) 18:36:42 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:36:42 Fetched 157 kB in 0s (0 B/s) 18:36:42 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:36:42 Fetched 221 kB in 0s (0 B/s) 18:36:42 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:36:42 Fetched 143 kB in 0s (0 B/s) 18:36:42 Pulling edgex-go 18:36:42 + snapcraftctl pull 18:36:42 Pulling hooks 18:36:42 + snapcraftctl pull 18:37:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:37:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:37:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:37:00 Fetched 0 B in 0s (0 B/s) 18:37:00 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:37:00 Fetched 96.5 kB in 0s (0 B/s) 18:37:00 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:37:00 Fetched 279 kB in 0s (0 B/s) 18:37:00 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:37:00 Fetched 122 kB in 0s (0 B/s) 18:37:00 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:37:00 Fetched 77.8 kB in 0s (0 B/s) 18:37:00 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:37:00 Fetched 8848 B in 0s (0 B/s) 18:37:00 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:37:00 Fetched 47.8 kB in 0s (0 B/s) 18:37:00 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:37:00 Fetched 45.6 kB in 0s (0 B/s) 18:37:00 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:37:00 Fetched 15.0 kB in 0s (0 B/s) 18:37:00 Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] 18:37:00 Fetched 220 kB in 0s (0 B/s) 18:37:00 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:37:00 Fetched 154 kB in 0s (0 B/s) 18:37:00 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:37:00 Fetched 50.6 kB in 0s (0 B/s) 18:37:00 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:37:00 Fetched 14.8 kB in 0s (0 B/s) 18:37:00 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:37:00 Fetched 41.8 kB in 0s (0 B/s) 18:37:00 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:37:00 Fetched 499 kB in 0s (0 B/s) 18:37:00 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:37:00 Fetched 111 kB in 0s (0 B/s) 18:37:00 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:37:00 Fetched 240 kB in 0s (0 B/s) 18:37:00 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:37:00 Fetched 29.3 kB in 0s (0 B/s) 18:37:00 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:37:00 Fetched 85.5 kB in 0s (0 B/s) 18:37:00 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:37:00 Fetched 24.5 kB in 0s (0 B/s) 18:37:00 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:37:00 Fetched 49.2 kB in 0s (0 B/s) 18:37:00 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:37:00 Fetched 54.2 kB in 0s (0 B/s) 18:37:00 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:37:00 Fetched 30.8 kB in 0s (0 B/s) 18:37:00 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:37:00 Fetched 15.8 kB in 0s (0 B/s) 18:37:00 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:37:00 Fetched 85.9 kB in 0s (0 B/s) 18:37:00 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:37:00 Fetched 8720 B in 0s (0 B/s) 18:37:00 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 18:37:00 Fetched 140 kB in 0s (0 B/s) 18:37:00 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:37:00 Fetched 119 kB in 0s (0 B/s) 18:37:00 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 18:37:00 Fetched 111 kB in 0s (0 B/s) 18:37:00 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:37:00 Fetched 11.1 kB in 0s (0 B/s) 18:37:00 Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] 18:37:00 Fetched 646 kB in 0s (0 B/s) 18:37:00 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:37:00 Fetched 41.3 kB in 0s (0 B/s) 18:37:00 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:37:00 Fetched 17.9 kB in 0s (0 B/s) 18:37:00 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:37:00 Fetched 368 kB in 0s (0 B/s) 18:37:00 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:37:00 Fetched 187 kB in 0s (0 B/s) 18:37:00 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:37:00 Fetched 175 kB in 0s (0 B/s) 18:37:00 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:37:00 Fetched 206 kB in 0s (0 B/s) 18:37:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] 18:37:00 Fetched 1302 kB in 0s (0 B/s) 18:37:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:37:00 Fetched 36.2 kB in 0s (0 B/s) 18:37:00 Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] 18:37:00 Fetched 159 kB in 0s (0 B/s) 18:37:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:37:00 Fetched 107 kB in 0s (0 B/s) 18:37:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:37:00 Fetched 48.7 kB in 0s (0 B/s) 18:37:00 Pulling static-packages 18:37:00 + snapcraftctl pull 18:37:00 Pulling version 18:37:00 + cd /root/project 18:37:00 + + git describe --tags --abbrev=0 18:37:00 sed s/v// 18:37:00 + GIT_VERSION=2.0.1-dev.81 18:37:00 + [ -z 2.0.1-dev.81 ] 18:37:00 + snapcraftctl set-version 2.0.1-dev.81 18:37:01 Building config-common 18:37:01 + snapcraftctl build 18:37:03 Skipping build go-build-helper (already ran) 18:37:03 Building edgex-go 18:37:03 + cd /root/parts/edgex-go/src 18:37:03 + git describe --tags --abbrev=0 18:37:03 + sed s/v// 18:37:03 + GIT_VERSION=2.0.1-dev.81 18:37:03 + [ -z 2.0.1-dev.81 ] 18:37:03 + echo 2.0.1-dev.81 18:37:03 + [ ! -d vendor ] 18:37:03 + go mod download all 18:37:12 + make build 18:37:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-data/core-data ./cmd/core-data 18:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:37:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-command/core-command ./cmd/core-command 18:37:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:37:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:37:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:37:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/secrets-config ./cmd/secrets-config 18:37:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:37:39 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:37:39 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:37:39 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:37:39 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:37:39 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:37:39 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:37:39 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:37:39 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:37:39 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:37:39 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:37:39 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:37:39 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:37:39 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:37:39 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:37:39 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:37:39 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:37:39 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:37:39 + 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 18:37:39 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:37:39 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:37:39 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:37:39 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:37:39 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:37:39 + 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 18:37:39 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:37:39 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:37:39 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:37:40 Building hooks 18:37:40 + cd /root/parts/hooks/src 18:37:40 + make build 18:37:40 go mod tidy 18:37:40 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 18:37:40 go: downloading github.com/davecgh/go-spew v1.1.0 18:37:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:37:40 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 18:37:41 GO111MODULE=on go build -o cmd/install/install ./cmd/install 18:37:41 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 18:37:41 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 18:37:45 Building static-packages 18:37:45 + snapcraftctl build 18:37:46 Building version 18:37:46 + snapcraftctl build 18:37:48 Staging config-common 18:37:48 + snapcraftctl stage 18:37:49 Skipping stage go-build-helper (already ran) 18:37:49 Staging edgex-go 18:37:49 + snapcraftctl stage 18:37:51 Staging hooks 18:37:51 + snapcraftctl stage 18:37:52 Staging static-packages 18:37:52 + snapcraftctl stage 18:37:53 Staging version 18:37:53 + snapcraftctl stage 18:37:54 Priming config-common 18:37:54 + snapcraftctl prime 18:37:55 Priming go-build-helper 18:37:55 + snapcraftctl prime 18:37:56 Priming edgex-go 18:37:56 + snapcraftctl prime 18:37:58 Priming hooks 18:37:58 + snapcraftctl prime 18:37:59 Priming static-packages 18:37:59 + snapcraftctl prime 18:38:01 Priming version 18:38:01 + snapcraftctl prime 18:38:02 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] } 20:53:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12249 in /w/workspace/edgexfoundry_edgex-go_PR-3783 [Pipeline] { [Pipeline] ws 20:53:55 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 20:53:56 The recommended git tool is: git 20:54:04 using credential edgex-jenkins-ssh 20:54:04 Cloning the remote Git repository 20:54:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:54:04 > git init /w/workspace/edgex-go/6 # timeout=10 20:54:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:04 > git --version # timeout=10 20:54:04 > git --version # 'git version 2.17.1' 20:54:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3783/head:refs/remotes/origin/PR-3783 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:54:45 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 20:54:45 Merge succeeded, producing 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 20:54:45 Checking out Revision 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 (PR-3783) 20:54:45 > git config core.sparsecheckout # timeout=10 20:54:45 > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 20:54:45 > git remote # timeout=10 20:54:45 > git config --get remote.origin.url # timeout=10 20:54:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:45 > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 20:54:45 > git rev-parse HEAD^{commit} # timeout=10 20:54:45 > git config core.sparsecheckout # timeout=10 20:54:45 > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 20:54:50 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.1-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:54:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:54:51 % Total % Received % Xferd Average Speed Time Time Time Current 20:54:51 Dload Upload Total Spent Left Speed 20:54:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 169k 0 --:--:-- --:--:-- --:--:-- 169k [Pipeline] sh 20:54:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:54:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:54:51 + sudo tee /etc/docker/daemon.new 20:54:51 { 20:54:51 "registry-mirrors": [ 20:54:51 "https://nexus3.edgexfoundry.org:10001" 20:54:51 ], 20:54:51 "bip": "10.250.0.254/24", 20:54:51 "hosts": [ 20:54:51 "tcp://0.0.0.0:5555", 20:54:51 "unix:///var/run/docker.sock" 20:54:51 ], 20:54:51 "mtu": 1458, 20:54:51 "selinux-enabled": true, 20:54:51 "seccomp-profile": "/etc/docker/seccomp.json" 20:54:51 } [Pipeline] sh 20:54:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:54:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:10 provisioning config files... 20:55:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5376754711624561253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:55:11 ---> docker-login.sh 20:55:11 nexus3.edgexfoundry.org:10001 20:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:12 Configure a credential helper to remove this warning. See 20:55:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:12 20:55:12 Login Succeeded 20:55:12 nexus3.edgexfoundry.org:10002 20:55:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:13 Configure a credential helper to remove this warning. See 20:55:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:13 20:55:13 Login Succeeded 20:55:13 nexus3.edgexfoundry.org:10003 20:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:13 Configure a credential helper to remove this warning. See 20:55:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:13 20:55:13 Login Succeeded 20:55:13 nexus3.edgexfoundry.org:10004 20:55:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:13 Configure a credential helper to remove this warning. See 20:55:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:13 20:55:13 Login Succeeded 20:55:13 docker.io 20:55:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:14 Configure a credential helper to remove this warning. See 20:55:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:14 20:55:14 Login Succeeded 20:55:14 ---> docker-login.sh ends [Pipeline] } 20:55:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:55:15 ========================================================= 20:55:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:55:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:55:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:55:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:55:15 552d1f2373af: Pulling fs layer 20:55:15 ea3f2d53f512: Pulling fs layer 20:55:15 9e70ebbbe112: Pulling fs layer 20:55:15 7a9cfe048b4a: Pulling fs layer 20:55:15 72dc09318566: Pulling fs layer 20:55:15 f4f7b4309257: Pulling fs layer 20:55:15 0ac9a79272e3: Pulling fs layer 20:55:15 b78e95d17946: Pulling fs layer 20:55:15 72dc09318566: Waiting 20:55:15 f4f7b4309257: Waiting 20:55:15 0ac9a79272e3: Waiting 20:55:15 b78e95d17946: Waiting 20:55:15 7a9cfe048b4a: Waiting 20:55:15 9e70ebbbe112: Download complete 20:55:15 ea3f2d53f512: Verifying Checksum 20:55:15 ea3f2d53f512: Download complete 20:55:15 72dc09318566: Verifying Checksum 20:55:15 72dc09318566: Download complete 20:55:15 f4f7b4309257: Verifying Checksum 20:55:15 f4f7b4309257: Download complete 20:55:15 552d1f2373af: Verifying Checksum 20:55:15 552d1f2373af: Download complete 20:55:15 0ac9a79272e3: Verifying Checksum 20:55:15 0ac9a79272e3: Download complete 20:55:16 552d1f2373af: Pull complete 20:55:17 ea3f2d53f512: Pull complete 20:55:17 9e70ebbbe112: Pull complete 20:55:18 b78e95d17946: Verifying Checksum 20:55:18 b78e95d17946: Download complete 20:55:18 7a9cfe048b4a: Verifying Checksum 20:55:18 7a9cfe048b4a: Download complete 20:55:30 7a9cfe048b4a: Pull complete 20:55:30 72dc09318566: Pull complete 20:55:30 f4f7b4309257: Pull complete 20:55:30 0ac9a79272e3: Pull complete 20:55:36 b78e95d17946: Pull complete 20:55:36 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 20:55:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:55:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 20:55:36 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:55:36 WORKDIR /edgex 20:55:36 COPY go.mod . 20:55:36 RUN go mod download 20:55:36 + docker build -t ci-base-image-arm64 -f - . 20:55:38 Sending build context to Docker daemon 166.6MB 20:55:38 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:55:38 ---> 8b459fc5aaf0 20:55:38 Step 2/4 : WORKDIR /edgex 20:55:41 ---> Running in 7d58af1f8642 20:55:41 Removing intermediate container 7d58af1f8642 20:55:41 ---> 1f6bd1d69b1c 20:55:41 Step 3/4 : COPY go.mod . 20:55:42 ---> 96b1c20993a2 20:55:42 Step 4/4 : RUN go mod download 20:55:42 ---> Running in fa57a2efdede 20:57:04 Removing intermediate container fa57a2efdede 20:57:04 ---> 52a5965460d1 20:57:04 Successfully built 52a5965460d1 20:57:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:57:04 + docker inspect -f . ci-base-image-arm64 20:57:04 . [Pipeline] withDockerContainer 20:57:04 prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container 20:57:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 20:57:06 $ docker top 11b65d8d6b38f5d7ecd0c32ce51ace9f1762499ebe150c34c7f8e1256288ee5c -eo pid,comm [Pipeline] { [Pipeline] sh 20:57:07 + go version 20:57:07 go version go1.16.8 linux/arm64 [Pipeline] } 20:57:07 $ docker stop --time=1 11b65d8d6b38f5d7ecd0c32ce51ace9f1762499ebe150c34c7f8e1256288ee5c 20:57:09 $ docker rm -f 11b65d8d6b38f5d7ecd0c32ce51ace9f1762499ebe150c34c7f8e1256288ee5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:57:10 + docker inspect -f . ci-base-image-arm64 20:57:10 . [Pipeline] withDockerContainer 20:57:10 prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container 20:57:10 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 20:57:11 $ docker top a22a082498e3207d2bcde0204407f0a87cc43a70f3e960ea0414ecea990335ec -eo pid,comm [Pipeline] { [Pipeline] echo 20:57:12 ========================================================= 20:57:12 [edgeXBuildGoParallel] Running Tests and Build... 20:57:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:57:12 + make test 20:57:12 go mod tidy 20:57:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:57:45 ? github.com/edgexfoundry/edgex-go [no test files] 20:59:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:59:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:59:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:59:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:59:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:59:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:59:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:59:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:59:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:59:23 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.232s coverage: 28.7% of statements 20:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.430s coverage: 98.5% of statements 20:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.496s coverage: 44.7% of statements 20:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.899s coverage: 89.5% of statements 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.295s coverage: 84.4% of statements 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.872s coverage: 94.2% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.278s coverage: 59.1% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.262s coverage: 60.0% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.447s coverage: 0.9% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.233s coverage: 58.8% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.218s coverage: 21.7% of statements 20:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.234s coverage: 47.1% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.322s coverage: 79.5% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.245s coverage: 94.1% of statements 20:59:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.278s coverage: 96.3% of statements 20:59:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.199s coverage: 87.5% of statements 21:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.226s coverage: 94.4% of statements 21:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.215s coverage: 44.8% of statements 21:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.666s coverage: 82.5% of statements 21:00:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.275s coverage: 92.9% of statements 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.238s coverage: 87.2% of statements 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.276s coverage: 100.0% of statements 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.296s coverage: 58.8% of statements 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.294s coverage: 80.0% of statements 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.263s coverage: 87.2% of statements 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.295s coverage: 85.4% of statements 21:00:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.875s coverage: 91.2% of statements 21:00:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.989s coverage: 64.4% of statements 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:00:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.244s coverage: 100.0% of statements 21:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements 21:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements 21:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 21:00:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 21:00:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.597s coverage: 65.4% of statements 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:00:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.945s coverage: 43.8% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.272s coverage: 89.5% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.275s coverage: 84.8% of statements 21:00:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.317s coverage: 17.7% of statements 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.764s coverage: 92.3% of statements 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.258s coverage: 63.2% of statements 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.541s coverage: 97.7% of statements 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 21:00:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.214s coverage: 100.0% of statements 21:00:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 96.9% of statements 21:00:41 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 21:00:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:00:41 GO111MODULE=on go vet ./... 21:02:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:02:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:02:20 ./bin/test-attribution-txt.sh [Pipeline] sh 21:02:23 + ls -al . 21:02:23 total 664 21:02:23 drwxrwxr-x 9 1001 1001 4096 Oct 28 21:02 . 21:02:23 drwxr-xr-x 4 root root 4096 Oct 28 20:57 .. 21:02:23 -rw-rw-r-- 1 1001 1001 11 Oct 28 20:54 .dockerignore 21:02:23 drwxrwxr-x 8 1001 1001 4096 Oct 28 20:54 .git 21:02:23 drwxrwxr-x 4 1001 1001 4096 Oct 28 20:54 .github 21:02:23 -rw-rw-r-- 1 1001 1001 804 Oct 28 20:54 .gitignore 21:02:23 -rw-rw-r-- 1 1001 1001 42 Oct 28 20:54 .golangci.yml 21:02:23 -rw-rw-r-- 1 1001 1001 76 Oct 28 20:54 .hadolint.yml 21:02:23 -rw-rw-r-- 1 1001 1001 166 Oct 28 20:54 .sonarcloud.properties 21:02:23 -rw-rw-r-- 1 1001 1001 1171 Oct 28 20:54 ADOPTERS.md 21:02:23 -rw-rw-r-- 1 1001 1001 8910 Oct 28 20:54 Attribution.txt 21:02:23 -rw-rw-r-- 1 1001 1001 43881 Oct 28 20:54 CHANGELOG.md 21:02:23 -rw-rw-r-- 1 1001 1001 3804 Oct 28 20:54 CONTRIBUTING.md 21:02:23 -rw-rw-r-- 1 1001 1001 677 Oct 28 20:54 GOVERNANCE.md 21:02:23 -rw-rw-r-- 1 1001 1001 849 Oct 28 20:54 Jenkinsfile 21:02:23 -rw-rw-r-- 1 1001 1001 10775 Oct 28 20:54 LICENSE 21:02:23 -rw-rw-r-- 1 1001 1001 6508 Oct 28 20:54 Makefile 21:02:23 -rw-rw-r-- 1 1001 1001 582 Oct 28 20:54 OWNERS.md 21:02:23 -rw-rw-r-- 1 1001 1001 8256 Oct 28 20:54 README.md 21:02:23 -rw-rw-r-- 1 1001 1001 6912 Oct 28 20:54 SECURITY.md 21:02:23 -rw-rw-r-- 1 1001 1001 5 Oct 28 18:23 VERSION 21:02:23 -rw-rw-r-- 1 1001 1001 4131 Oct 28 20:54 ZMQWindows.md 21:02:23 drwxrwxr-x 2 1001 1001 4096 Oct 28 20:54 bin 21:02:23 drwxrwxr-x 14 1001 1001 4096 Oct 28 20:54 cmd 21:02:23 -rw-r--r-- 1 root root 428381 Oct 28 21:00 coverage.out 21:02:23 -rw-rw-r-- 1 1001 1001 848 Oct 28 20:54 go.mod 21:02:23 -rw-rw-r-- 1 1001 1001 50524 Oct 28 20:54 go.sum 21:02:23 drwxrwxr-x 8 1001 1001 4096 Oct 28 20:54 internal 21:02:23 drwxrwxr-x 3 1001 1001 4096 Oct 28 20:54 openapi 21:02:23 drwxrwxr-x 4 1001 1001 4096 Oct 28 20:54 snap 21:02:23 -rw-rw-r-- 1 1001 1001 204 Oct 28 20:54 version.go [Pipeline] sh 21:02:24 + '[' -e coverage.out ] 21:02:24 + chown 1001:1001 coverage.out [Pipeline] stash 21:02:24 Warning: overwriting stash ‘coverage-report’ 21:02:25 Stashed 1 file(s) [Pipeline] sh 21:02:25 + make build 21:02:25 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 21:02:36 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 21:03:08 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 21:03:08 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 21:03:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:03: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 21:03:17 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 21:03:21 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 21:03:24 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 21:03:30 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 21:03:33 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 21:03:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:03:44 $ docker stop --time=1 a22a082498e3207d2bcde0204407f0a87cc43a70f3e960ea0414ecea990335ec 21:03:46 $ docker rm -f a22a082498e3207d2bcde0204407f0a87cc43a70f3e960ea0414ecea990335ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:03:48 21:03:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:03:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:03:49 latest: Pulling from edgex-devops/edgex-compose-arm64 21:03:49 29e5d40040c1: Pulling fs layer 21:03:49 1ce36da41761: Pulling fs layer 21:03:49 25b303627fd3: Pulling fs layer 21:03:49 29e5d40040c1: Verifying Checksum 21:03:49 29e5d40040c1: Download complete 21:03:49 1ce36da41761: Verifying Checksum 21:03:49 1ce36da41761: Download complete 21:03:50 29e5d40040c1: Pull complete 21:03:51 25b303627fd3: Verifying Checksum 21:03:51 25b303627fd3: Download complete 21:03:51 1ce36da41761: Pull complete 21:04:01 25b303627fd3: Pull complete 21:04:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:04:02 prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container 21:04:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:04:05 $ docker top a83ce68537be248037a90edfe910ee30c9a4717180f96f4501479a47e543d54d -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:06 + docker-compose build --help 21:04:06 + grep parallel 21:04:12 --parallel Build images in parallel. [Pipeline] } 21:04:12 $ docker stop --time=1 a83ce68537be248037a90edfe910ee30c9a4717180f96f4501479a47e543d54d 21:04:14 $ docker rm -f a83ce68537be248037a90edfe910ee30c9a4717180f96f4501479a47e543d54d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:04:15 . [Pipeline] withDockerContainer 21:04:15 prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container 21:04:15 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:04:17 $ docker top 00f9a067299c699a66d30e3a18921cb453b9039bf2d6eef24e1b9c01b27ba77a -eo pid,comm [Pipeline] { [Pipeline] sh 21:04:18 + docker-compose -f ./docker-compose-build.yml build --parallel 21:04:26 Building core-command ... 21:04:26 Building core-data ... 21:04:26 Building core-metadata ... 21:04:26 Building security-bootstrapper ... 21:04:26 Building security-proxy-setup ... 21:04:26 Building security-secretstore-setup ... 21:04:26 Building support-notifications ... 21:04:26 Building support-scheduler ... 21:04:26 Building sys-mgmt-agent ... 21:04:26 Building support-notifications 21:04:26 Building support-scheduler 21:04:26 Building core-metadata 21:04:26 Building security-proxy-setup 21:04:26 Building security-secretstore-setup 21:05:34 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:05:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 21:05:34 ---> 52a5965460d1 21:05:34 Step 3/20 : WORKDIR /edgex-go 21:05:34 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:05:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:05:34 ---> 52a5965460d1 21:05:34 Step 3/22 : WORKDIR /edgex-go 21:05:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:05:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:34 ---> 52a5965460d1 21:05:34 Step 3/24 : WORKDIR /edgex-go 21:05:34 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:05:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:05:34 ---> 52a5965460d1 21:05:34 Step 3/21 : WORKDIR /edgex-go 21:05:34 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:05:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:34 ---> 52a5965460d1 21:05:34 Step 3/23 : WORKDIR /edgex-go 21:05:34 ---> Running in 559fec8577c0 21:05:34 ---> Running in f5ce189be79d 21:05:34 ---> Running in 54c29c7f9f53 21:05:34 ---> Running in 26ca96820ca6 21:05:34 ---> Running in 47bfd92cc927 21:05:34 Removing intermediate container 54c29c7f9f53 21:05:34 ---> 17c55e577295 21:05:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:34 Removing intermediate container f5ce189be79d 21:05:34 ---> 15e4046415c1 21:05:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:34 Removing intermediate container 26ca96820ca6 21:05:34 ---> fdcf64dfc4f1 21:05:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:34 Removing intermediate container 47bfd92cc927 21:05:34 ---> 1599ba14e006 21:05:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:34 Removing intermediate container 559fec8577c0 21:05:34 ---> cd025cc4def8 21:05:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:05:34 ---> Running in fd7822409f49 21:05:34 ---> Running in 3fb4a207bcdf 21:05:34 ---> Running in d510b49cb894 21:05:34 ---> Running in 1616e30d99a3 21:05:34 ---> Running in e71f996b691a 21:05:36 Removing intermediate container fd7822409f49 21:05:36 ---> 7144db137032 21:05:36 Step 5/24 : RUN apk add --update --no-cache make git 21:05:36 ---> Running in 6c0c2d66d481 21:05:37 Removing intermediate container d510b49cb894 21:05:37 ---> f88f6515fe37 21:05:37 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 21:05:37 ---> Running in 77b705a4c5c8 21:05:38 Removing intermediate container e71f996b691a 21:05:38 ---> bb751a2073ad 21:05:38 Step 5/23 : RUN apk add --update --no-cache make git 21:05:38 Removing intermediate container 1616e30d99a3 21:05:38 ---> bbd2453c3704 21:05:38 Step 5/20 : RUN apk add --update --no-cache make gitRemoving intermediate container 3fb4a207bcdf 21:05:38 ---> e8b5a41070ca 21:05:38 Step 5/22 : RUN apk add --update --no-cache make git 21:05:38 21:05:38 ---> Running in b5fd19b98b89 21:05:38 ---> Running in eec88151d074 21:05:38 ---> Running in 25ce0ccadb90 21:05:39 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:05:39 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:05:40 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:05:40 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:05:40 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:05:40 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:05:41 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:05:41 OK: 219 MiB in 52 packages 21:05:41 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:05:41 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:05:41 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:05:42 OK: 219 MiB in 52 packages 21:05:42 Removing intermediate container 6c0c2d66d481 21:05:42 ---> 5a8b7594f305 21:05:42 Step 6/24 : COPY . . 21:05:42 OK: 219 MiB in 52 packages 21:05:43 OK: 219 MiB in 52 packages 21:05:43 OK: 219 MiB in 52 packages 21:05:44 Removing intermediate container 77b705a4c5c8 21:05:44 ---> 14952b771d69 21:05:44 Step 6/21 : COPY . . 21:05:45 Removing intermediate container b5fd19b98b89 21:05:45 ---> 398e83083568 21:05:45 Step 6/23 : COPY go.mod . 21:05:45 Removing intermediate container 25ce0ccadb90 21:05:45 ---> 9c87919de74e 21:05:45 Step 6/22 : COPY . . 21:05:45 Removing intermediate container eec88151d074 21:05:45 ---> b80b5facef6b 21:05:45 Step 6/20 : COPY . . 21:05:47 ---> 4301f79bdf0e 21:05:47 Step 7/23 : RUN go mod download 21:05:47 ---> Running in 548539beb985 21:05:55 Removing intermediate container 548539beb985 21:05:55 ---> b1a4b7db6238 21:05:55 Step 8/23 : COPY . . 21:06:10 ---> 3b638db5c2cc 21:06:10 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:06:10 ---> f80dbaf62e74 21:06:10 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:06:10 ---> 2ee11fdad93d 21:06:10 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:06:10 ---> e3deee7f3e1f 21:06:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:06:10 ---> Running in b6c7174353af 21:06:10 ---> Running in 1e8ab5f5e8b5 21:06:10 ---> Running in a61d74b8f44e 21:06:10 ---> Running in eb01e9812ad5 21:06:17 Removing intermediate container b6c7174353af 21:06:17 ---> 5ecb8c4e96b3 21:06:17 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:06:17 Removing intermediate container 1e8ab5f5e8b5 21:06:17 ---> 00c4cb82feba 21:06:17 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:06:17 ---> Running in 0285be940c65 21:06:17 ---> Running in 46a0d319b749 21:06:17 Removing intermediate container eb01e9812ad5 21:06:17 ---> d7160f0f26d8 21:06:17 Step 8/22 : RUN make cmd/core-metadata/core-metadata 21:06:18 Removing intermediate container a61d74b8f44e 21:06:18 ---> 082381170074 21:06:18 Step 8/21 : RUN make cmd/support-notifications/support-notifications 21:06:18 ---> Running in 191ac5dc173a 21:06:18 ---> Running in 9aa12da5b67c 21:06:21 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 21:06:21 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 21:06:21 ---> c23db7b1192c 21:06:21 Step 9/23 : RUN go mod tidy 21:06:21 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 21:06:21 ---> Running in 8ee4ca35135a 21:06: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 21:06:29 Removing intermediate container 8ee4ca35135a 21:06:29 ---> 698344338aae 21:06:29 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:06:29 ---> Running in 23b3172d3fa6 21:06: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 21:08:53 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 21:08:53 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 21:09:06 Removing intermediate container 0285be940c65 21:09:06 ---> 73eadba05c22 21:09:06 21:09:06 Step 9/20 : FROM alpine:3.14 21:09:06 3.14: Pulling from library/alpine 21:09:06 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 21:09:06 Status: Downloaded newer image for alpine:3.14 21:09:06 ---> bb3de5531c18 21:09:06 Step 10/20 : RUN apk add --update --no-cache curl 21:09:06 ---> Running in 21e252f37132 21:09:06 Removing intermediate container 46a0d319b749 21:09:06 ---> cb85b6dc6ab5 21:09:06 21:09:06 Step 9/24 : FROM alpine:3.14 21:09:06 ---> bb3de5531c18 21:09:06 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:09:06 ---> Running in 00604d0f18a3 21:09:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:09:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:09:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:09:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:09:10 (1/5) Installing ca-certificates (20191127-r5) 21:09:10 (2/5) Installing brotli-libs (1.0.9-r5) 21:09:10 (3/5) Installing nghttp2-libs (1.43.0-r0) 21:09:10 (4/5) Installing libcurl (7.79.1-r0) 21:09:10 (5/5) Installing curl (7.79.1-r0) 21:09:10 Executing busybox-1.33.1-r3.trigger 21:09:10 Executing ca-certificates-20191127-r5.trigger 21:09:10 OK: 8 MiB in 19 packages 21:09:11 (1/3) Installing ca-certificates (20191127-r5) 21:09:11 (2/3) Installing dumb-init (1.2.5-r1) 21:09:11 (3/3) Installing su-exec (0.2-r1) 21:09:11 Executing busybox-1.33.1-r3.trigger 21:09:11 Executing ca-certificates-20191127-r5.trigger 21:09:11 OK: 6 MiB in 17 packages 21:09:14 Removing intermediate container 9aa12da5b67c 21:09:14 ---> 306bb82d57f2 21:09:14 21:09:14 Step 9/21 : FROM alpine:3.14 21:09:14 ---> bb3de5531c18 21:09:14 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 21:09:14 ---> Running in 2e89d23b6f18 21:09:14 Removing intermediate container 21e252f37132 21:09:14 ---> 40cd260ab67b 21:09:14 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:09:14 Removing intermediate container 00604d0f18a3 21:09:14 ---> 6a098079ab40 21:09:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:09:14 ---> Running in 1df46fb602e1 21:09:14 ---> Running in 972ba0df98a9 21:09:15 Removing intermediate container 1df46fb602e1 21:09:15 ---> 0d2d5e5e16ec 21:09:15 Step 12/20 : WORKDIR /edgex 21:09:15 Removing intermediate container 972ba0df98a9 21:09:15 ---> 2163bf8fa765 21:09:15 Step 12/24 : WORKDIR / 21:09:16 ---> Running in 9bb935770dc8 21:09:16 ---> Running in ae0a355483c1 21:09:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:09:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:09:16 Removing intermediate container 191ac5dc173a 21:09:16 ---> 8763d225dba9 21:09:16 21:09:16 Step 9/22 : FROM alpine:3.14 21:09:16 ---> bb3de5531c18 21:09:16 Step 10/22 : RUN apk add --update --no-cache dumb-init 21:09:16 Removing intermediate container 9bb935770dc8 21:09:16 ---> 4441f79876c2 21:09:16 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:09:17 ---> Running in 5be17cf3bddd 21:09:17 Removing intermediate container ae0a355483c1 21:09:17 ---> 920f66b1ac5b 21:09:17 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:09:17 (1/2) Installing ca-certificates (20191127-r5) 21:09:17 (2/2) Installing dumb-init (1.2.5-r1) 21:09:17 Executing busybox-1.33.1-r3.trigger 21:09:17 Executing ca-certificates-20191127-r5.trigger 21:09:18 OK: 6 MiB in 16 packages 21:09:19 ---> cf7aacd32556 21:09:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:09:19 ---> 0d20bab8c531 21:09:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:09:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:09:19 Removing intermediate container 23b3172d3fa6 21:09:19 ---> 8e8b4c0bb61d 21:09:19 21:09:19 Step 11/23 : FROM alpine:3.14 21:09:19 ---> bb3de5531c18 21:09:19 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:09:20 ---> Running in 11c462f339b6 21:09:21 (1/1) Installing dumb-init (1.2.5-r1) 21:09:21 Executing busybox-1.33.1-r3.trigger 21:09:21 OK: 5 MiB in 15 packages 21:09:21 ---> daede179704d 21:09:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:09:21 Removing intermediate container 2e89d23b6f18 21:09:21 ---> bdd9f2c2841d 21:09:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:09:21 ---> Running in aaaefc189f14 21:09:22 ---> 1715cffe6831 21:09:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:09:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:09:22 Removing intermediate container aaaefc189f14 21:09:22 ---> 753a7ae4ff6b 21:09:22 Step 12/21 : ENV APP_PORT=59860 21:09:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:09:23 ---> Running in 979d0d9235ca 21:09:23 Removing intermediate container 5be17cf3bddd 21:09:23 ---> 46e73af7cfb6 21:09:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:09:23 ---> 99fc3cdbdfdb 21:09:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:09:23 ---> Running in 7962f0ee475e 21:09:24 Removing intermediate container 979d0d9235ca 21:09:24 ---> f20b209fb761 21:09:24 Step 13/21 : EXPOSE $APP_PORT 21:09:24 (1/1) Installing dumb-init (1.2.5-r1) 21:09:24 ---> Running in d7708c2de577 21:09:24 Executing busybox-1.33.1-r3.trigger 21:09:24 OK: 5 MiB in 15 packages 21:09:24 ---> 9a7e87f5c93c 21:09:24 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:09:24 Removing intermediate container 7962f0ee475e 21:09:24 ---> 6526171cbb55 21:09:24 Step 12/22 : ENV APP_PORT=59881 21:09:24 ---> Running in 71e61513e740 21:09:24 ---> Running in f400095dbb5d 21:09:25 ---> d98a9b0c9ac3 21:09:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:09:25 Removing intermediate container d7708c2de577 21:09:25 ---> 5abbfbce5925 21:09:25 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:25 Removing intermediate container f400095dbb5d 21:09:25 ---> 7bcfbd21c587 21:09:25 Step 13/22 : EXPOSE $APP_PORT 21:09:25 Removing intermediate container 71e61513e740 21:09:25 ---> b5bce875883a 21:09:25 Step 17/20 : CMD ["--init=true"] 21:09:25 ---> Running in 47f2a0496de5 21:09:25 ---> Running in 0dd5542adb06 21:09:26 Removing intermediate container 11c462f339b6 21:09:26 ---> 3f389307f16d 21:09:26 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:09:26 ---> Running in 6b4b47472f31 21:09:26 Removing intermediate container 0dd5542adb06 21:09:26 ---> 96f6d5ede6e8 21:09:26 Step 18/20 : LABEL arch=arm64 21:09:26 ---> Running in 286e888772ed 21:09:27 Removing intermediate container 47f2a0496de5 21:09:27 ---> 2ab7e0d2b495 21:09:27 Step 14/22 : WORKDIR / 21:09:27 ---> 99548ba908d6 21:09:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:09:27 ---> Running in 4c075c81c0d0 21:09:27 Removing intermediate container 6b4b47472f31 21:09:27 ---> 74478de24fdd 21:09:27 Step 14/23 : ENV APP_PORT=59861 21:09:27 ---> Running in e4bf9a4607bf 21:09:27 ---> 09f3bb620d20 21:09:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:09:28 Removing intermediate container 286e888772ed 21:09:28 ---> 655e1957e922 21:09:28 Step 19/20 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:09:28 Removing intermediate container 4c075c81c0d0 21:09:28 ---> 055073a3b113 21:09:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:28 ---> Running in c9faf0ecf459 21:09:29 Removing intermediate container e4bf9a4607bf 21:09:29 ---> e2d5ea276ad9 21:09:29 Step 15/23 : EXPOSE $APP_PORT 21:09:29 ---> Running in 7b762779e3e9 21:09:29 Removing intermediate container c9faf0ecf459 21:09:29 ---> 0da03293940d 21:09:29 Step 20/20 : LABEL version=0.0.0 21:09:29 ---> 5942c7e3fea6 21:09:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:09:30 ---> Running in e8c3542c48b1 21:09:30 Removing intermediate container 7b762779e3e9 21:09:30 ---> 46f906316d1f 21:09:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:30 ---> d1ace2cc48e3 21:09:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:09:30 Removing intermediate container e8c3542c48b1 21:09:30 ---> 77e9b34d4fbb 21:09:30 21:09:30 ---> a2506bbf4098 21:09:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:09:31 Successfully built 77e9b34d4fbb 21:09:31 Successfully tagged security-proxy-setup-arm64:latest 21:09:31  Building security-proxy-setup ... done Building core-data 21:09:31 ---> e5a0074e6f3f 21:09:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:09:31 ---> 24d0adcafa4e 21:09:31 Step 17/21 : ENTRYPOINT ["/support-notifications"] 21:09:32 ---> Running in 3c3db7dd2734 21:09:32 ---> 1d5a89a850d4 21:09:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:09:32 ---> 8787ee0d6417 21:09:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:09:32 ---> Running in 928a07638147 21:09:33 Removing intermediate container 3c3db7dd2734 21:09:33 ---> 0d97864adeea 21:09:33 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:33 ---> Running in dcfcb5570b18 21:09:34 ---> 74afcc681a88 21:09:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:09:34 Removing intermediate container dcfcb5570b18 21:09:34 ---> eb942aa413db 21:09:34 Step 19/21 : LABEL arch=arm64 21:09:34 ---> e3842c89e988 21:09:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:09:34 ---> Running in 68d9580eadfa 21:09:34 ---> Running in 8846c7ed29fc 21:09:35 Removing intermediate container 68d9580eadfa 21:09:35 Removing intermediate container 8846c7ed29fc 21:09:35 ---> 78792edf121f 21:09:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:35 ---> 508e3181f768 21:09:35 Step 20/21 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:09:35 ---> Running in 59156aedc89d 21:09:35 ---> Running in d44cfd46ea51 21:09:36 ---> 7741acc5dc41 21:09:36 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:09:36 ---> Running in 66c18ace042f 21:09:36 Removing intermediate container 928a07638147 21:09:36 ---> 12c02943a8f6 21:09:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:09:36 ---> Running in 36d9255c5b1b 21:09:36 Removing intermediate container 59156aedc89d 21:09:36 ---> baa218e16e82 21:09:36 Step 21/21 : LABEL version=0.0.0 21:09:36 Removing intermediate container d44cfd46ea51 21:09:36 ---> 6cd82b85d568 21:09:36 Step 20/22 : LABEL arch=arm64 21:09:37 ---> Running in 46ec4bd79c49 21:09:37 ---> Running in 71416faa6f45 21:09:37 Removing intermediate container 66c18ace042f 21:09:37 ---> 0a031470b338 21:09:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:09:37 ---> Running in 0427ca1bee79 21:09:37 Removing intermediate container 36d9255c5b1b 21:09:37 ---> 1d42c7c1fce9 21:09:37 Step 22/24 : LABEL arch=arm64 21:09:37 ---> Running in c2d03ebf1f64 21:09:37 Removing intermediate container 46ec4bd79c49 21:09:37 ---> bb9e5a17bdcc 21:09:37 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:09:37 Removing intermediate container 71416faa6f45 21:09:37 ---> 318aeeb03b4c 21:09:37 21:09:38 ---> Running in 02d29b897f0e 21:09:38 Removing intermediate container 0427ca1bee79 21:09:38 ---> a6d7d42ba424 21:09:38 Step 21/23 : LABEL arch=arm64 21:09:38 ---> Running in 9f9e7c4d738a 21:09:38 Removing intermediate container c2d03ebf1f64 21:09:38 ---> 26478cfe6828 21:09:38 Step 23/24 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:09:38 Successfully built 318aeeb03b4c 21:09:38 Successfully tagged support-notifications-arm64:latest 21:09:38  Building support-notifications ... done Building core-command 21:09:39 ---> Running in 33d4d145f61a 21:09:39 Removing intermediate container 02d29b897f0e 21:09:39 ---> 6c38fa7e6932 21:09:39 Step 22/22 : LABEL version=0.0.0 21:09:39 ---> Running in 3c0c3bfe5c52 21:09:39 Removing intermediate container 9f9e7c4d738a 21:09:39 ---> 8c0861092628 21:09:39 Step 22/23 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:09:39 ---> Running in 68c5cd1a5c7f 21:09:39 Removing intermediate container 33d4d145f61a 21:09:39 ---> 7abe83374d5e 21:09:39 Step 24/24 : LABEL version=0.0.0 21:09:39 ---> Running in aa569409d0a8 21:09:39 Removing intermediate container 3c0c3bfe5c52 21:09:39 ---> b9624ab696d1 21:09:39 21:09:40 Removing intermediate container 68c5cd1a5c7f 21:09:40 ---> 68869fd3b25a 21:09:40 Step 23/23 : LABEL version=0.0.0 21:09:40 ---> Running in 947afd0bc69a 21:09:40 Successfully built b9624ab696d1 21:09:40 Removing intermediate container aa569409d0a8 21:09:40 ---> e860cf248cae 21:09:40 21:09:40 Successfully tagged core-metadata-arm64:latest 21:09:40 Building security-bootstrapper 21:09:41  Building core-metadata ... done Successfully built e860cf248cae 21:09:41 Successfully tagged security-secretstore-setup-arm64:latest 21:09:41  Building security-secretstore-setup ... done Removing intermediate container 947afd0bc69a 21:09:41 Building sys-mgmt-agent 21:09:41 ---> 620c8980b08e 21:09:41 21:09:41 Successfully built 620c8980b08e 21:09:41 Successfully tagged support-scheduler-arm64:latest 21:10:20  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:10:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:20 ---> 52a5965460d1 21:10:20 Step 3/22 : WORKDIR /edgex-go 21:10:20 ---> Using cache 21:10:20 ---> cd025cc4def8 21:10:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:20 ---> Using cache 21:10:20 ---> bb751a2073ad 21:10:20 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:10:21 ---> Running in fcba4edb0888 21:10:23 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:10:24 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:10:25 OK: 219 MiB in 52 packages 21:10:27 Removing intermediate container fcba4edb0888 21:10:27 ---> b272dec23d99 21:10:27 Step 6/22 : COPY . . 21:10:29 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:10:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:29 ---> 52a5965460d1 21:10:29 Step 3/22 : WORKDIR /edgex-go 21:10:29 ---> Using cache 21:10:29 ---> cd025cc4def8 21:10:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:29 ---> Using cache 21:10:29 ---> bb751a2073ad 21:10:29 Step 5/22 : RUN apk add --update --no-cache make git 21:10:29 ---> Using cache 21:10:29 ---> 398e83083568 21:10:29 Step 6/22 : COPY . . 21:10:29 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:10:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:29 ---> 52a5965460d1 21:10:29 Step 3/22 : WORKDIR /edgex-go 21:10:29 ---> Using cache 21:10:29 ---> cd025cc4def8 21:10:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:29 ---> Using cache 21:10:29 ---> bb751a2073ad 21:10:29 Step 5/22 : RUN apk add --update --no-cache make bash git 21:10:29 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 21:10:29 Step 2/30 : FROM ${BUILDER_BASE} AS builder 21:10:29 ---> 52a5965460d1 21:10:29 Step 3/30 : WORKDIR /edgex-go 21:10:29 ---> Using cache 21:10:29 ---> cd025cc4def8 21:10:29 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:29 ---> Using cache 21:10:29 ---> bb751a2073ad 21:10:29 Step 5/30 : RUN apk add --update --no-cache make git 21:10:29 ---> Using cache 21:10:29 ---> 398e83083568 21:10:29 Step 6/30 : COPY . . 21:10:29 ---> Running in bdd2ebbdb4d2 21:10:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:10:32 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:10:33 OK: 219 MiB in 52 packages 21:10:37 Removing intermediate container bdd2ebbdb4d2 21:10:37 ---> b65759d1aa9d 21:10:37 Step 6/22 : COPY . . 21:10:47 ---> eb1020a98f10 21:10:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:47 ---> Running in f63d137a8379 21:10:47 ---> 5848c9e5c141 21:10:47 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:47 ---> Running in 585ddc4b78bb 21:10:48 ---> 7298d8afc5db 21:10:48 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:48 ---> Running in c1c33de0ace7 21:10:52 Removing intermediate container f63d137a8379 21:10:52 ---> c57bc7c2bf7b 21:10:52 Step 8/22 : RUN make cmd/core-data/core-data 21:10:52 ---> Running in c8760f7ef66d 21:10:52 Removing intermediate container 585ddc4b78bb 21:10:52 ---> 6013a7ca8b8d 21:10:52 Step 8/22 : RUN make cmd/core-command/core-command 21:10:52 ---> Running in 812e59e6da68 21:10:53 Removing intermediate container c1c33de0ace7 21:10:53 ---> fbd4d80bc6a2 21:10:53 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:10:53 ---> Running in f798eaa40b1d 21:10:54 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 21:10:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:10: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 21:10:58 ---> 05999ac8003a 21:10:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:58 ---> Running in 6f98356d3a4c 21:11:04 Removing intermediate container 6f98356d3a4c 21:11:04 ---> 06dd2ee0b6f4 21:11:04 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:11:04 ---> Running in 83a3c95ceffa 21:11:07 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 21:13:14 Removing intermediate container 812e59e6da68 21:13:14 ---> c9bc05a56f26 21:13:14 21:13:14 Step 9/22 : FROM alpine:3.14 21:13:14 ---> bb3de5531c18 21:13:14 Step 10/22 : RUN apk add --update --no-cache dumb-init 21:13:14 ---> Using cache 21:13:14 ---> 3f389307f16d 21:13:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:14 ---> Using cache 21:13:14 ---> 74478de24fdd 21:13:14 Step 12/22 : ENV APP_PORT=59882 21:13:14 ---> Running in de7e4e1204db 21:13:14 Removing intermediate container de7e4e1204db 21:13:14 ---> 6bc336f10236 21:13:14 Step 13/22 : EXPOSE $APP_PORT 21:13:14 ---> Running in 4303f0e1557f 21:13:14 Removing intermediate container 4303f0e1557f 21:13:14 ---> 3d25bb7db36f 21:13:14 Step 14/22 : WORKDIR / 21:13:14 ---> Running in 0a4503f2204a 21:13:14 Removing intermediate container 0a4503f2204a 21:13:14 ---> af0a81aebeec 21:13:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:14 ---> 44a06554a382 21:13:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:13:14 Removing intermediate container f798eaa40b1d 21:13:14 ---> afc4d1444b71 21:13:14 21:13:14 Step 9/30 : FROM alpine:3.14 21:13:14 ---> bb3de5531c18 21:13:14 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:13:14 ---> Running in ca3e18fb7e39 21:13:14 Removing intermediate container ca3e18fb7e39 21:13:14 ---> a54bb5cbfe8b 21:13:14 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 21:13:14 ---> Running in 0a1e79ee7887 21:13:14 ---> 041add7cb33c 21:13:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:13:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:13:14 ---> 9cc976e19e43 21:13:14 Step 18/22 : ENTRYPOINT ["/core-command"] 21:13:14 ---> Running in da13b9e6f758 21:13:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:13:14 Removing intermediate container 83a3c95ceffa 21:13:14 ---> 5da32911a002 21:13:14 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:13:14 ---> Running in 7c810aab9869 21:13:14 Removing intermediate container da13b9e6f758 21:13:14 ---> 3612878108d1 21:13:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:14 ---> Running in a45b2c5d2629 21:13:14 (1/2) Installing dumb-init (1.2.5-r1) 21:13:14 (2/2) Installing su-exec (0.2-r1) 21:13:14 Executing busybox-1.33.1-r3.trigger 21:13:14 OK: 5 MiB in 16 packages 21:13:14 Removing intermediate container a45b2c5d2629 21:13:14 ---> 14fefdd6a7bf 21:13:14 Step 20/22 : LABEL arch=arm64 21:13:14 ---> Running in 2ce84208a852 21:13:14 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 21:13:14 Removing intermediate container 2ce84208a852 21:13:14 ---> 2d93a4827649 21:13:14 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:13:14 ---> Running in 496beced2b17 21:13:14 Removing intermediate container 0a1e79ee7887 21:13:14 ---> 577e0b839db4 21:13:14 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 21:13:14 ---> Running in 1d1754c7fb2f 21:13:14 Removing intermediate container 496beced2b17 21:13:14 ---> bb473e25c2b0 21:13:14 Step 22/22 : LABEL version=0.0.0 21:13:15 ---> Running in 2cea8901c107 21:13:15 Removing intermediate container 1d1754c7fb2f 21:13:15 ---> 386a3a0d42d8 21:13:15 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:13:15 ---> Running in e7c8d241032a 21:13:15 Removing intermediate container 2cea8901c107 21:13:15 ---> a6b389f8c6fb 21:13:15 21:13:16 Successfully built a6b389f8c6fb 21:13:16 Successfully tagged core-command-arm64:latest 21:13:16  Building core-command ... done Removing intermediate container e7c8d241032a 21:13:16 ---> d894d0a70d91 21:13:16 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:13:16 ---> Running in 10bf84f56fa1 21:13:17 Removing intermediate container 7c810aab9869 21:13:17 ---> 4aa4dd7af3f0 21:13:17 21:13:17 Step 10/22 : FROM docker:20.10.8 21:13:17 20.10.8: Pulling from library/docker 21:13:19 Removing intermediate container 10bf84f56fa1 21:13:19 ---> 283497b8b4c5 21:13:19 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 21:13:19 ---> Running in 300adaa483e1 21:13:20 Removing intermediate container 300adaa483e1 21:13:20 ---> 62d4eaaddc9c 21:13:20 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:13:21 ---> d04d2d1e4062 21:13:21 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:13:21 ---> Running in 636a6cd013d4 21:13:22 Removing intermediate container c8760f7ef66d 21:13:22 ---> 96c04385c194 21:13:22 21:13:22 Step 9/22 : FROM alpine:3.14 21:13:22 ---> bb3de5531c18 21:13:22 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:13:22 ---> Running in 4ab07320d34d 21:13:23 Removing intermediate container 4ab07320d34d 21:13:23 ---> 43b3b02a49ca 21:13:23 Step 11/22 : ENV APP_PORT=59880 21:13:23 ---> Running in b947e08a285c 21:13:24 Removing intermediate container 636a6cd013d4 21:13:24 ---> 1ed1026b5c38 21:13:24 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:24 Removing intermediate container b947e08a285c 21:13:24 ---> 741f11148908 21:13:24 Step 12/22 : EXPOSE $APP_PORT 21:13:24 ---> Running in f6b7dbadf60c 21:13:25 Removing intermediate container f6b7dbadf60c 21:13:25 ---> 23b27d4a015e 21:13:25 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:25 ---> 289a81703eb2 21:13:25 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:13:25 ---> Running in ef26b57a60a8 21:13:27 ---> fdf5c328df5b 21:13:27 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:13:28 Removing intermediate container ef26b57a60a8 21:13:28 ---> 3bac98074ad7 21:13:28 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 21:13:28 ---> Running in 425ec5c28069 21:13:28 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 21:13:28 ---> ab8580472d6a 21:13:28 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:13:28 Status: Downloaded newer image for docker:20.10.8 21:13:28 ---> 3734d5adc5ac 21:13:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:13:28 ---> Running in 78e24e226861 21:13:29 Removing intermediate container 78e24e226861 21:13:29 ---> 81d6a1d93c48 21:13:29 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 21:13:29 ---> Running in 8009da3029e0 21:13:29 ---> 85b274e55cfc 21:13:29 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:13:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:13:30 ---> a5fff6e0e5aa 21:13:30 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 21:13:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:13:30 ---> Running in 14b12417553b 21:13:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 21:13:31 Removing intermediate container 14b12417553b 21:13:31 ---> 3637e9b26225 21:13:31 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:13:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 21:13:31 (1/6) Installing dumb-init (1.2.5-r1) 21:13:32 (2/6) Installing libgcc (10.3.1_git20210424-r2) 21:13:32 (3/6) Installing libsodium (1.0.18-r0) 21:13:32 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 21:13:32 ---> b9bd292f854d 21:13:32 Step 25/30 : RUN chmod +x /entrypoint.sh 21:13:32 (5/6) Installing libzmq (4.3.4-r0) 21:13:32 (6/6) Installing zeromq (4.3.4-r0) 21:13:32 ---> Running in 738be12d9a61 21:13:32 (1/42) Installing readline (8.1.0-r0) 21:13:32 Executing busybox-1.33.1-r3.trigger 21:13:32 (2/42) Installing bash (5.1.4-r0) 21:13:32 OK: 8 MiB in 20 packages 21:13:32 Executing bash-5.1.4-r0.post-install 21:13:32 (3/42) Installing brotli-libs (1.0.9-r5) 21:13:32 (4/42) Installing nghttp2-libs (1.43.0-r0) 21:13:32 (5/42) Installing libcurl (7.79.1-r0) 21:13:32 (6/42) Installing curl (7.79.1-r0) 21:13:32 (7/42) Installing dumb-init (1.2.5-r1) 21:13:32 (8/42) Installing libbz2 (1.0.8-r1) 21:13:32 (9/42) Installing expat (2.4.1-r0) 21:13:32 (10/42) Installing libffi (3.3-r2) 21:13:32 (11/42) Installing gdbm (1.19-r0) 21:13:32 (12/42) Installing xz-libs (5.2.5-r0) 21:13:32 (13/42) Installing libgcc (10.3.1_git20210424-r2) 21:13:32 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 21:13:32 (15/42) Installing mpdecimal (2.5.1-r1) 21:13:32 (16/42) Installing sqlite-libs (3.35.5-r0) 21:13:32 (17/42) Installing python3 (3.9.5-r1) 21:13:34 Removing intermediate container 425ec5c28069 21:13:34 ---> 9b1952a9c1c1 21:13:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:35 ---> 53d655767b31 21:13:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:35 (18/42) Installing py3-appdirs (1.4.4-r2) 21:13:35 (19/42) Installing py3-chardet (4.0.0-r2) 21:13:35 Removing intermediate container 738be12d9a61 21:13:35 ---> 93ade4e5a9c7 21:13:35 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 21:13:35 (20/42) Installing py3-idna (3.2-r0) 21:13:35 (21/42) Installing py3-urllib3 (1.26.5-r0) 21:13:35 (22/42) Installing py3-certifi (2020.12.5-r1) 21:13:35 (23/42) Installing py3-requests (2.25.1-r4) 21:13:35 (24/42) Installing py3-msgpack (1.0.2-r1) 21:13:35 (25/42) Installing py3-lockfile (0.12.2-r4) 21:13:35 (26/42) Installing py3-cachecontrol (0.12.6-r1) 21:13:35 (27/42) Installing py3-colorama (0.4.4-r1) 21:13:35 (28/42) Installing py3-contextlib2 (0.6.0-r1) 21:13:35 ---> Running in 03c472988ca0 21:13:35 (29/42) Installing py3-distlib (0.3.1-r3) 21:13:35 (30/42) Installing py3-distro (1.5.0-r3) 21:13:36 (31/42) Installing py3-six (1.15.0-r1) 21:13:36 (32/42) Installing py3-webencodings (0.5.1-r4) 21:13:36 (33/42) Installing py3-html5lib (1.1-r1) 21:13:36 (34/42) Installing py3-parsing (2.4.7-r2) 21:13:36 (35/42) Installing py3-packaging (20.9-r1) 21:13:36 (36/42) Installing py3-toml (0.10.2-r2) 21:13:36 (37/42) Installing py3-pep517 (0.10.0-r2) 21:13:36 (38/42) Installing py3-progress (1.5-r2) 21:13:36 (39/42) Installing py3-retrying (1.3.3-r1) 21:13:36 (40/42) Installing py3-ordered-set (4.0.2-r1) 21:13:36 (41/42) Installing py3-setuptools (52.0.0-r3) 21:13:36 (42/42) Installing py3-pip (20.3.4-r1) 21:13:36 Removing intermediate container 03c472988ca0 21:13:36 ---> bfa53acb192d 21:13:36 Step 27/30 : CMD ["gate"] 21:13:36 ---> Running in 80873ac2a4aa 21:13:36 ---> ca10d8e65c1d 21:13:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:13:36 Executing busybox-1.33.1-r3.trigger 21:13:36 OK: 84 MiB in 64 packages 21:13:37 Removing intermediate container 80873ac2a4aa 21:13:37 ---> 0f5be609cd43 21:13:37 Step 28/30 : LABEL arch=arm64 21:13:37 ---> Running in 40bf1f47d793 21:13:37 ---> 0ab2ff5af06b 21:13:37 Step 18/22 : ENTRYPOINT ["/core-data"] 21:13:37 ---> Running in 9dfc86cfad41 21:13:38 Removing intermediate container 40bf1f47d793 21:13:38 ---> ada4f4e88bd6 21:13:38 Step 29/30 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:13:38 ---> Running in ac7a5777a2b4 21:13:38 Removing intermediate container 9dfc86cfad41 21:13:38 ---> db39492d6b18 21:13:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:38 ---> Running in f2359060c719 21:13:39 Removing intermediate container ac7a5777a2b4 21:13:39 ---> 095bab85a4db 21:13:39 Step 30/30 : LABEL version=0.0.0 21:13:39 ---> Running in 662d53fe1cb2 21:13:39 Removing intermediate container f2359060c719 21:13:39 ---> 9ebd83a8b99f 21:13:39 Step 20/22 : LABEL arch=arm64 21:13:39 ---> Running in 8313300ad6ee 21:13:39 Removing intermediate container 662d53fe1cb2 21:13:39 ---> 3a8acbfa11a8 21:13:39 21:13:40 Removing intermediate container 8313300ad6ee 21:13:40 ---> 00057d4178af 21:13:40 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:13:40 ---> Running in a47a0d184196 21:13:40 Successfully built 3a8acbfa11a8 21:13:40 Successfully tagged security-bootstrapper-arm64:latest 21:13:40  Building security-bootstrapper ... done Removing intermediate container a47a0d184196 21:13:40 ---> 940fefae7eb1 21:13:40 Step 22/22 : LABEL version=0.0.0 21:13:41 ---> Running in 3e40eda85444 21:13:41 Removing intermediate container 3e40eda85444 21:13:41 ---> b0ddc5274eb6 21:13:41 21:13:41 Successfully built b0ddc5274eb6 21:13:41 Successfully tagged core-data-arm64:latest 21:13:43  Building core-data ... done Collecting docker-compose==1.23.2 21:13:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:13:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:13:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:13:45 Collecting dockerpty<0.5,>=0.4.1 21:13:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:13:49 Collecting jsonschema<3,>=2.5.1 21:13:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:13:50 Collecting PyYAML<4,>=3.10 21:13:50 Downloading PyYAML-3.13.tar.gz (270 kB) 21:13:54 Collecting texttable<0.10,>=0.9.0 21:13:54 Downloading texttable-0.9.1.tar.gz (11 kB) 21:13:57 Collecting docopt<0.7,>=0.6.1 21:13:57 Downloading docopt-0.6.2.tar.gz (25 kB) 21:14:01 Collecting websocket-client<1.0,>=0.32.0 21:14:01 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:14:02 Collecting docker<4.0,>=3.6.0 21:14:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:14:02 Collecting cached-property<2,>=1.2.0 21:14:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:14:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 21:14:03 Collecting docker-pycreds>=0.4.0 21:14:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:14:03 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 21:14:04 Collecting idna<2.8,>=2.5 21:14:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:14:05 Collecting urllib3<1.25,>=1.21.1 21:14:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:14:05 Collecting chardet<3.1.0,>=3.0.2 21:14:05 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 21:14:06 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 21:14:06 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 21:14:06 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 21:14:06 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 21:14:07 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 21:14:07 Attempting uninstall: urllib3 21:14:07 Found existing installation: urllib3 1.26.5 21:14:07 Uninstalling urllib3-1.26.5: 21:14:07 Successfully uninstalled urllib3-1.26.5 21:14:08 Attempting uninstall: idna 21:14:08 Found existing installation: idna 3.2 21:14:08 Uninstalling idna-3.2: 21:14:08 Successfully uninstalled idna-3.2 21:14:10 Attempting uninstall: chardet 21:14:10 Found existing installation: chardet 4.0.0 21:14:10 Uninstalling chardet-4.0.0: 21:14:10 Successfully uninstalled chardet-4.0.0 21:14:12 Attempting uninstall: requests 21:14:12 Found existing installation: requests 2.25.1 21:14:12 Uninstalling requests-2.25.1: 21:14:13 Successfully uninstalled requests-2.25.1 21:14:13 Running setup.py install for texttable: started 21:14:16 Running setup.py install for texttable: finished with status 'done' 21:14:16 Running setup.py install for PyYAML: started 21:14:19 Running setup.py install for PyYAML: finished with status 'done' 21:14:20 Running setup.py install for docopt: started 21:14:23 Running setup.py install for docopt: finished with status 'done' 21:14:23 Running setup.py install for dockerpty: started 21:14:26 Running setup.py install for dockerpty: finished with status 'done' 21:14:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 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 21:14:39 Removing intermediate container 8009da3029e0 21:14:39 ---> 47a998a9b537 21:14:39 Step 13/22 : ENV APP_PORT=58890 21:14:39 ---> Running in 1684a339ee42 21:14:39 Removing intermediate container 1684a339ee42 21:14:39 ---> de4c752a106a 21:14:39 Step 14/22 : EXPOSE $APP_PORT 21:14:39 ---> Running in 9eda12238974 21:14:39 Removing intermediate container 9eda12238974 21:14:39 ---> f07667808fb6 21:14:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:14:40 ---> 35553518d45c 21:14:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:14:41 ---> 61939829fde3 21:14:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:14:42 ---> bf66998e8201 21:14:42 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 21:14:42 ---> Running in 5ab306934290 21:14:42 Removing intermediate container 5ab306934290 21:14:42 ---> d5ba91cf6d8b 21:14:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:42 ---> Running in d16401a82733 21:14:43 Removing intermediate container d16401a82733 21:14:43 ---> f5397ac4be54 21:14:43 Step 20/22 : LABEL arch=arm64 21:14:43 ---> Running in 3090ac0f23e0 21:14:43 Removing intermediate container 3090ac0f23e0 21:14:43 ---> 143c89308def 21:14:43 Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 21:14:43 ---> Running in 70ef9d44b4a5 21:14:44 Removing intermediate container 70ef9d44b4a5 21:14:44 ---> 435bae2c885d 21:14:44 Step 22/22 : LABEL version=0.0.0 21:14:44 ---> Running in 8d2f5943d5c6 21:14:45 Removing intermediate container 8d2f5943d5c6 21:14:45 ---> e7bcfe32df16 21:14:45 21:14:45 Successfully built e7bcfe32df16 21:14:45 Successfully tagged sys-mgmt-agent-arm64:latest 21:14:46  Building sys-mgmt-agent ... done  [Pipeline] } 21:14:46 $ docker stop --time=1 00f9a067299c699a66d30e3a18921cb453b9039bf2d6eef24e1b9c01b27ba77a 21:14:48 $ docker rm -f 00f9a067299c699a66d30e3a18921cb453b9039bf2d6eef24e1b9c01b27ba77a [Pipeline] // withDockerContainer [Pipeline] sh 21:14:48 + docker images 21:14:49 REPOSITORY TAG IMAGE ID CREATED SIZE 21:14:49 sys-mgmt-agent-arm64 latest e7bcfe32df16 5 seconds ago 277MB 21:14:49 core-data-arm64 latest b0ddc5274eb6 About a minute ago 19.5MB 21:14:49 security-bootstrapper-arm64 latest 3a8acbfa11a8 About a minute ago 17.8MB 21:14:49 96c04385c194 About a minute ago 1.58GB 21:14:49 4aa4dd7af3f0 About a minute ago 1.57GB 21:14:49 core-command-arm64 latest a6b389f8c6fb About a minute ago 15.2MB 21:14:49 afc4d1444b71 About a minute ago 1.57GB 21:14:49 c9bc05a56f26 About a minute ago 1.57GB 21:14:49 security-secretstore-setup-arm64 latest e860cf248cae 5 minutes ago 26.8MB 21:14:49 support-scheduler-arm64 latest 620c8980b08e 5 minutes ago 15.3MB 21:14:49 core-metadata-arm64 latest b9624ab696d1 5 minutes ago 15.9MB 21:14:49 support-notifications-arm64 latest 318aeeb03b4c 5 minutes ago 16.1MB 21:14:49 security-proxy-setup-arm64 latest 77e9b34d4fbb 5 minutes ago 25.4MB 21:14:49 8e8b4c0bb61d 5 minutes ago 1.57GB 21:14:49 8763d225dba9 5 minutes ago 1.57GB 21:14:49 306bb82d57f2 5 minutes ago 1.57GB 21:14:49 cb85b6dc6ab5 5 minutes ago 1.58GB 21:14:49 73eadba05c22 5 minutes ago 1.57GB 21:14:49 ci-base-image-arm64 latest 52a5965460d1 18 minutes ago 1.24GB 21:14:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 weeks ago 534MB 21:14:49 docker 20.10.8 3734d5adc5ac 8 weeks ago 198MB 21:14:49 alpine 3.14 bb3de5531c18 2 months ago 5.34MB 21:14:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:14:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:14:49 21:14:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 21:14:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:14:50 arm64: Pulling from edgex-lftools-log-publisher 21:14:50 448f6bf000e3: Pulling fs layer 21:14:50 f757da607395: Pulling fs layer 21:14:50 05883995daec: Pulling fs layer 21:14:50 8603b9c90790: Pulling fs layer 21:14:50 1560dd03e051: Pulling fs layer 21:14:50 27f5ce0e4adf: Pulling fs layer 21:14:50 c2d8d7efcc4b: Pulling fs layer 21:14:50 1560dd03e051: Waiting 21:14:50 27f5ce0e4adf: Waiting 21:14:50 8603b9c90790: Waiting 21:14:50 c2d8d7efcc4b: Waiting 21:14:50 f757da607395: Verifying Checksum 21:14:50 f757da607395: Download complete 21:14:50 8603b9c90790: Download complete 21:14:50 1560dd03e051: Verifying Checksum 21:14:50 1560dd03e051: Download complete 21:14:50 27f5ce0e4adf: Verifying Checksum 21:14:50 27f5ce0e4adf: Download complete 21:14:50 05883995daec: Verifying Checksum 21:14:50 05883995daec: Download complete 21:14:51 448f6bf000e3: Verifying Checksum 21:14:51 448f6bf000e3: Download complete 21:14:54 c2d8d7efcc4b: Verifying Checksum 21:14:54 c2d8d7efcc4b: Download complete 21:14:55 448f6bf000e3: Pull complete 21:14:56 f757da607395: Pull complete 21:14:57 05883995daec: Pull complete 21:14:58 8603b9c90790: Pull complete 21:14:59 1560dd03e051: Pull complete 21:14:59 27f5ce0e4adf: Pull complete 21:15:15 c2d8d7efcc4b: Pull complete 21:15:15 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 21:15:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:15:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 21:15:15 prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container 21:15:15 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:15:19 $ docker top 3f5f56acd4c50435fd517aa13a2aa84054b32d780cb9d5a8df94255d983c5d54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:15:20 ---> job-cost.sh 21:15:20 lf-activate-venv: SKIPPING 21:15:20 INFO: No Stack... 21:15:20 INFO: Retrieving Pricing Info for: v3-standard-4 21:15:20 INFO: Archiving Costs [Pipeline] sh 21:15:21 + cat /w/workspace/edgex-go/6/archives/cost.csv 21:15:21 + cut -d, -f6 [Pipeline] lock 21:15:21 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] 21:15:21 Resource [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] did not exist. Created. 21:15:21 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:15:22 + echo total: 0.10999999940395355 [Pipeline] stash 21:15:22 Stashed 1 file(s) [Pipeline] } 21:15:22 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] [Pipeline] // lock [Pipeline] } 21:15:22 $ docker stop --time=1 3f5f56acd4c50435fd517aa13a2aa84054b32d780cb9d5a8df94255d983c5d54 21:15:24 $ docker rm -f 3f5f56acd4c50435fd517aa13a2aa84054b32d780cb9d5a8df94255d983c5d54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:15:24 provisioning config files... 21:15:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4462398108744355239tmp [Pipeline] { [Pipeline] sh 21:15:25 + set +x 21:15:25 + curl -s https://codecov.io/bash 21:15:25 + bash -s -- 21:15:25 21:15:25 _____ _ 21:15:25 / ____| | | 21:15:25 | | ___ __| | ___ ___ _____ __ 21:15:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:15:25 | |___| (_) | (_| | __/ (_| (_) \ V / 21:15:25 \_____\___/ \__,_|\___|\___\___/ \_/ 21:15:25 Bash-1.0.6 21:15:25 21:15:25 21:15:25 ==> git version 2.24.4 found 21:15:25 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:15:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:15:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:15:25 ==> Jenkins CI detected. 21:15:25 current dir:  /w/workspace/edgex-go/6 21:15:25 project root: . 21:15:25 --> token set from env 21:15:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:15:25 ==> Running gcov in . (disable via -X gcov) 21:15:25 ==> Python coveragepy not found 21:15:25 ==> Searching for coverage reports in: 21:15:25 + . 21:15:25 -> Found 1 reports 21:15:25 ==> Detecting git/mercurial file structure 21:15:25 ==> Reading reports 21:15:25 + ./coverage.out bytes=428381 21:15:25 ==> Appending adjustments 21:15:25 https://docs.codecov.io/docs/fixing-reports 21:15:26 + Found adjustments 21:15:26 ==> Gzipping contents 21:15:26 60K /tmp/codecov.n6cwEq.gz 21:15:26 ==> Uploading reports 21:15:26 url: https://codecov.io 21:15:26 query: branch=PR-3783&commit=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3783%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3783&job=&cmd_args= 21:15:26 -> Pinging Codecov 21:15:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3783&commit=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3783%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3783&job=&cmd_args= 21:15:27 -> Uploading to 21:15:27 https://storage.googleapis.com/codecov/v4/raw/2021-10-28/00271124DB129430A58F1EEE437C3FCB/12a9841d73ccf1ce33cb3946f4d77bfd8e409db7/c2dfc407-2529-4d92-a7c1-4a8894cb3757.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211028%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211028T211526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff2ae027499cbc5c907d1cbb45dd0f01839ad17f42566ffb1f1046432c5b23f6 21:15:27 % Total % Received % Xferd Average Speed Time Time Time Current 21:15:27 Dload Upload Total Spent Left Speed 21:15:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57679 0 0 100 57679 0 205k --:--:-- --:--:-- --:--:-- 205k 21:15:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [Pipeline] } 21:15:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:15:28 + '[' -d /w/workspace/edgex-go/6/archives ']' [Pipeline] libraryResource [Pipeline] sh 21:15:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:15:29 ---> package-listing.sh 21:15:29 ++ tr '[:upper:]' '[:lower:]' 21:15:29 ++ facter osfamily 21:15:29 + OS_FAMILY=redhat 21:15:29 + workspace=/w/workspace/edgex-go/6 21:15:29 + START_PACKAGES=/tmp/packages_start.txt 21:15:29 + END_PACKAGES=/tmp/packages_end.txt 21:15:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:15:29 + PACKAGES=/tmp/packages_start.txt 21:15:29 + '[' /w/workspace/edgex-go/6 ']' 21:15:29 + PACKAGES=/tmp/packages_end.txt 21:15:29 + case "${OS_FAMILY}" in 21:15:29 + rpm -qa 21:15:29 + sort 21:15:32 + '[' -f /tmp/packages_start.txt ']' 21:15:32 + '[' -f /tmp/packages_end.txt ']' 21:15:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:15:32 + '[' /w/workspace/edgex-go/6 ']' 21:15:32 + mkdir -p /w/workspace/edgex-go/6/archives/ 21:15:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 21:15:32 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:15:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:15:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:15:33 21:15:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 21:15:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:15:33 latest: Pulling from edgex-lftools-log-publisher 21:15:33 b4d181a07f80: Pulling fs layer 21:15:33 a1111a8f2ec3: Pulling fs layer 21:15:33 ed53099fbce6: Pulling fs layer 21:15:33 dc539afda2c1: Pulling fs layer 21:15:33 77bc0d833cb6: Pulling fs layer 21:15:33 9065ff56babe: Pulling fs layer 21:15:33 d287ab97295c: Pulling fs layer 21:15:33 77bc0d833cb6: Waiting 21:15:33 9065ff56babe: Waiting 21:15:33 d287ab97295c: Waiting 21:15:33 dc539afda2c1: Waiting 21:15:33 a1111a8f2ec3: Verifying Checksum 21:15:33 a1111a8f2ec3: Download complete 21:15:33 dc539afda2c1: Verifying Checksum 21:15:33 dc539afda2c1: Download complete 21:15:34 77bc0d833cb6: Verifying Checksum 21:15:34 77bc0d833cb6: Download complete 21:15:34 9065ff56babe: Verifying Checksum 21:15:34 9065ff56babe: Download complete 21:15:34 ed53099fbce6: Verifying Checksum 21:15:34 ed53099fbce6: Download complete 21:15:34 b4d181a07f80: Verifying Checksum 21:15:34 b4d181a07f80: Download complete 21:15:34 d287ab97295c: Verifying Checksum 21:15:34 d287ab97295c: Download complete 21:15:35 b4d181a07f80: Pull complete 21:15:35 a1111a8f2ec3: Pull complete 21:15:36 ed53099fbce6: Pull complete 21:15:36 dc539afda2c1: Pull complete 21:15:36 77bc0d833cb6: Pull complete 21:15:36 9065ff56babe: Pull complete 21:15:41 d287ab97295c: Pull complete 21:15:41 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 21:15:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:15:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 21:15:41 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 21:15:41 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:15:44 $ docker top f9473e90204141caea3b14c47493b383cdddc915486719e8e2f37de7d0bdfc4e -eo pid,comm [Pipeline] { [Pipeline] sh 21:15:45 + touch /tmp/pre-build-complete [Pipeline] sh 21:15:45 + mkdir -p /var/log/sysstat [Pipeline] sh 21:15:45 + ls /var/log/sa-host 21:15:45 + sadf -c /var/log/sa-host/sa28 21:15:45 file_magic: OK 21:15:45 HZ: Using current value: 100 21:15:45 file_header: OK 21:15:45 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 21:15:45 Statistics: 21:15:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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... 21:15:45 File successfully converted to sysstat format version 12.0.3 21:15:45 + sadf -c /var/log/sa-host/sa30 21:15:45 file_magic: OK 21:15:45 HZ: Using current value: 100 21:15:45 file_header: OK 21:15:45 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 21:15:45 Statistics: 21:15:45 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:15:45 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:15:45 provisioning config files... 21:15:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6405043371996356230tmp [Pipeline] { [Pipeline] echo 21:15:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:15:46 ---> create-netrc.sh [Pipeline] } 21:15:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:15:46 ---> python-tools-install.sh [Pipeline] echo 21:15:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:15:46 ---> sudo-logs.sh 21:15:46 Archiving 'sudo' log.. 21:15:46 sudo: unable to resolve host prd-centos7-docker-4c-2g-47.novalocal: Name or service not known 21:15:46 sudo: unable to resolve host prd-centos7-docker-4c-2g-47.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 21:15:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:15:47 ---> job-cost.sh 21:15:47 lf-activate-venv: SKIPPING 21:15:47 DEBUG: total: 0.10999999940395355 21:15:47 INFO: Retrieving Stack Cost... 21:15:47 INFO: Retrieving Pricing Info for: v3-standard-2 21:15:48 INFO: Archiving Costs [Pipeline] echo 21:15:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:15:48 ---> logs-deploy.sh 21:15:48 lf-activate-venv: SKIPPING 21:15:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3783/6 21:15:48 INFO: archiving workspace using pattern(s): 21:15:49 Archives upload complete. 21:15:49 INFO: archiving logs to Nexus