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 [2021-10-28T18:23:01.760Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-28T18:23:01.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-28T18:23:01.819Z] ========================================================= [2021-10-28T18:23:01.819Z] EdgeX Global Pipelines Version Info [2021-10-28T18:23:01.819Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fbdd781f96add957d9aafc9088619b5b7eaf4d36 # timeout=10 [2021-10-28T18:23:03.010Z] ------------------- [2021-10-28T18:23:03.011Z] stable info: [2021-10-28T18:23:03.011Z] ------------------- [2021-10-28T18:23:03.011Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-28T18:23:03.011Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-28T18:23:03.011Z] Message: update stable to v1.0.210 [2021-10-28T18:23:03.964Z] ------------------- [2021-10-28T18:23:03.964Z] experimental info: [2021-10-28T18:23:03.964Z] ------------------- [2021-10-28T18:23:03.964Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-28T18:23:03.964Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-10-28T18:23:03.964Z] Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-28T18:23:04.054Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-28T18:23:04.065Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-28T18:23:04.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-28T18:23:04.083Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-28T18:23:04.092Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-28T18:23:04.103Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-28T18:23:04.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-28T18:23:04.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-28T18:23:04.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-28T18:23:04.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-28T18:23:04.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-28T18:23:04.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-28T18:23:04.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-28T18:23:04.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-28T18:23:04.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-28T18:23:04.196Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-28T18:23:04.204Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-28T18:23:04.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-28T18:23:04.228Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-28T18:23:04.237Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-28T18:23:04.246Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-28T18:23:04.256Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-28T18:23:04.266Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3783 [Pipeline] echo [2021-10-28T18:23:04.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3783 [Pipeline] echo [2021-10-28T18:23:04.285Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3783 [Pipeline] echo [2021-10-28T18:23:04.293Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [Pipeline] echo [2021-10-28T18:23:04.303Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12a9841 [Pipeline] echo [2021-10-28T18:23:04.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T18:23:04.347Z] provisioning config files... [2021-10-28T18:23:04.361Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6254595833122358847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T18:23:04.667Z] ---> docker-login.sh [2021-10-28T18:23:04.667Z] nexus3.edgexfoundry.org:10001 [2021-10-28T18:23:04.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:23:04.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:23:04.937Z] Configure a credential helper to remove this warning. See [2021-10-28T18:23:04.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:23:04.937Z] [2021-10-28T18:23:04.937Z] Login Succeeded [2021-10-28T18:23:04.937Z] nexus3.edgexfoundry.org:10002 [2021-10-28T18:23:04.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:23:04.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:23:04.937Z] Configure a credential helper to remove this warning. See [2021-10-28T18:23:04.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:23:04.937Z] [2021-10-28T18:23:04.937Z] Login Succeeded [2021-10-28T18:23:04.937Z] nexus3.edgexfoundry.org:10003 [2021-10-28T18:23:04.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:23:05.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:23:05.205Z] Configure a credential helper to remove this warning. See [2021-10-28T18:23:05.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:23:05.205Z] [2021-10-28T18:23:05.205Z] Login Succeeded [2021-10-28T18:23:05.205Z] nexus3.edgexfoundry.org:10004 [2021-10-28T18:23:05.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:23:05.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:23:05.205Z] Configure a credential helper to remove this warning. See [2021-10-28T18:23:05.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:23:05.205Z] [2021-10-28T18:23:05.205Z] Login Succeeded [2021-10-28T18:23:05.205Z] docker.io [2021-10-28T18:23:05.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:23:05.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:23:05.783Z] Configure a credential helper to remove this warning. See [2021-10-28T18:23:05.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:23:05.783Z] [2021-10-28T18:23:05.783Z] Login Succeeded [2021-10-28T18:23:05.783Z] ---> docker-login.sh ends [Pipeline] } [2021-10-28T18:23:05.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-28T18:23:06.098Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] ++ dirname cmd/core-command/Dockerfile [2021-10-28T18:23:06.098Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/core-data/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-28T18:23:06.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:23:06.098Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-28T18:23:06.098Z] ++ cut -d/ -f2 [2021-10-28T18:23:06.098Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-28T18:23:06.138Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:23:06.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:23:06.637Z] [2021-10-28T18:23:06.637Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:23:06.941Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:23:06.941Z] latest: Pulling from edgex-devops/git-semver [2021-10-28T18:23:06.941Z] a0d0a0d46f8b: Pulling fs layer [2021-10-28T18:23:06.941Z] 3e5f54012d9b: Pulling fs layer [2021-10-28T18:23:06.941Z] 4c7163046ea9: Pulling fs layer [2021-10-28T18:23:06.941Z] 0c2d73faf560: Pulling fs layer [2021-10-28T18:23:06.941Z] 0c2d73faf560: Waiting [2021-10-28T18:23:06.941Z] 3e5f54012d9b: Verifying Checksum [2021-10-28T18:23:06.941Z] 3e5f54012d9b: Download complete [2021-10-28T18:23:06.941Z] a0d0a0d46f8b: Verifying Checksum [2021-10-28T18:23:06.941Z] a0d0a0d46f8b: Download complete [2021-10-28T18:23:06.941Z] 0c2d73faf560: Verifying Checksum [2021-10-28T18:23:06.941Z] 0c2d73faf560: Download complete [2021-10-28T18:23:06.941Z] 4c7163046ea9: Verifying Checksum [2021-10-28T18:23:06.941Z] 4c7163046ea9: Download complete [2021-10-28T18:23:07.206Z] a0d0a0d46f8b: Pull complete [2021-10-28T18:23:07.206Z] 3e5f54012d9b: Pull complete [2021-10-28T18:23:07.469Z] 4c7163046ea9: Pull complete [2021-10-28T18:23:07.733Z] 0c2d73faf560: Pull complete [2021-10-28T18:23:07.733Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-28T18:23:07.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:23:07.733Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-28T18:23:07.809Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-10-28T18:23:07.855Z] $ 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 [2021-10-28T18:23:08.642Z] $ docker top fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-28T18:23:08.738Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-28T18:23:08.738Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-28T18:23:08.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-28T18:23:08.864Z] $ docker exec fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent [2021-10-28T18:23:08.973Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXooecGd/agent.13 [2021-10-28T18:23:08.973Z] SSH_AGENT_PID=19 [2021-10-28T18:23:08.982Z] Running ssh-add (command line suppressed) [2021-10-28T18:23:09.083Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6951429037916438133.key (/w/workspace/edgex-go/6@tmp/private_key_6951429037916438133.key) [2021-10-28T18:23:09.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-28T18:23:09.391Z] + git tag --points-at HEAD [Pipeline] } [2021-10-28T18:23:09.404Z] $ docker exec --env ******** --env ******** fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent -k [2021-10-28T18:23:09.526Z] unset SSH_AUTH_SOCK; [2021-10-28T18:23:09.527Z] unset SSH_AGENT_PID; [2021-10-28T18:23:09.527Z] echo Agent pid 19 killed; [2021-10-28T18:23:09.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-28T18:23:09.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-28T18:23:09.571Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-28T18:23:09.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-28T18:23:09.707Z] $ docker exec fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent [2021-10-28T18:23:09.811Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFpFkOH/agent.51 [2021-10-28T18:23:09.811Z] SSH_AGENT_PID=58 [2021-10-28T18:23:09.816Z] Running ssh-add (command line suppressed) [2021-10-28T18:23:09.915Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6825642197214664420.key (/w/workspace/edgex-go/6@tmp/private_key_6825642197214664420.key) [2021-10-28T18:23:09.930Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-28T18:23:10.224Z] + git semver init [2021-10-28T18:23:10.224Z] # -> Open(): unable to determine branch for HEAD [2021-10-28T18:23:10.224Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-10-28T18:23:10.224Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-10-28T18:23:10.224Z] # $SEMVER_REMOTE_NAME = origin [2021-10-28T18:23:10.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-28T18:23:10.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-28T18:23:10.224Z] # $SEMVER_BRANCH = PR-3783 [2021-10-28T18:23:10.224Z] # $SEMVER_TEMP = /tmp/semver-991223303 [2021-10-28T18:23:10.224Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-28T18:23:56.962Z] # '/tmp/semver-991223303' -> '/w/workspace/edgex-go/6/.semver' [2021-10-28T18:23:56.962Z] # -> Force: false [2021-10-28T18:23:56.962Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-10-28T18:23:56.973Z] $ docker exec --env ******** --env ******** fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 ssh-agent -k [2021-10-28T18:23:57.081Z] unset SSH_AUTH_SOCK; [2021-10-28T18:23:57.082Z] unset SSH_AGENT_PID; [2021-10-28T18:23:57.082Z] echo Agent pid 58 killed; [2021-10-28T18:23:57.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-28T18:23:57.409Z] + git semver [Pipeline] } [2021-10-28T18:23:57.422Z] $ docker stop --time=1 fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 [2021-10-28T18:23:59.215Z] $ docker rm -f fa3413e3cb2c48b71b31bdf0d58bb9e829448ef3840a2a1a0012fef61fd78564 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T18:23:59.595Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-28T18:23:59.853Z] Stashed 1 file(s) [Pipeline] echo [2021-10-28T18:23:59.856Z] [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 [2021-10-28T18:24:00.083Z] ========================================================= [2021-10-28T18:24:00.083Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-28T18:24:00.083Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:24:00.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:24:00.395Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-28T18:24:00.395Z] a0d0a0d46f8b: Already exists [2021-10-28T18:24:00.395Z] 31adcdaf11c8: Pulling fs layer [2021-10-28T18:24:00.395Z] b8b176561691: Pulling fs layer [2021-10-28T18:24:00.395Z] 4527c011a84f: Pulling fs layer [2021-10-28T18:24:00.395Z] 5d74067f8e1e: Pulling fs layer [2021-10-28T18:24:00.395Z] e0aca202a116: Pulling fs layer [2021-10-28T18:24:00.395Z] 3a43be97a3b4: Pulling fs layer [2021-10-28T18:24:00.395Z] 34cad66bf833: Pulling fs layer [2021-10-28T18:24:00.395Z] b4e3c513aaa6: Pulling fs layer [2021-10-28T18:24:00.395Z] 3a43be97a3b4: Waiting [2021-10-28T18:24:00.395Z] 34cad66bf833: Waiting [2021-10-28T18:24:00.395Z] b4e3c513aaa6: Waiting [2021-10-28T18:24:00.395Z] 5d74067f8e1e: Waiting [2021-10-28T18:24:00.395Z] e0aca202a116: Waiting [2021-10-28T18:24:00.395Z] b8b176561691: Verifying Checksum [2021-10-28T18:24:00.395Z] b8b176561691: Download complete [2021-10-28T18:24:00.395Z] 31adcdaf11c8: Verifying Checksum [2021-10-28T18:24:00.395Z] 31adcdaf11c8: Download complete [2021-10-28T18:24:00.395Z] 5d74067f8e1e: Verifying Checksum [2021-10-28T18:24:00.395Z] 5d74067f8e1e: Download complete [2021-10-28T18:24:00.395Z] e0aca202a116: Verifying Checksum [2021-10-28T18:24:00.395Z] e0aca202a116: Download complete [2021-10-28T18:24:00.395Z] 3a43be97a3b4: Verifying Checksum [2021-10-28T18:24:00.395Z] 3a43be97a3b4: Download complete [2021-10-28T18:24:00.671Z] 34cad66bf833: Verifying Checksum [2021-10-28T18:24:00.671Z] 34cad66bf833: Download complete [2021-10-28T18:24:00.671Z] 31adcdaf11c8: Pull complete [2021-10-28T18:24:00.671Z] b8b176561691: Pull complete [2021-10-28T18:24:00.935Z] 4527c011a84f: Verifying Checksum [2021-10-28T18:24:00.935Z] 4527c011a84f: Download complete [2021-10-28T18:24:01.196Z] b4e3c513aaa6: Verifying Checksum [2021-10-28T18:24:01.196Z] b4e3c513aaa6: Download complete [2021-10-28T18:24:05.425Z] 4527c011a84f: Pull complete [2021-10-28T18:24:05.425Z] 5d74067f8e1e: Pull complete [2021-10-28T18:24:05.425Z] e0aca202a116: Pull complete [2021-10-28T18:24:05.425Z] 3a43be97a3b4: Pull complete [2021-10-28T18:24:05.425Z] 34cad66bf833: Pull complete [2021-10-28T18:24:08.010Z] b4e3c513aaa6: Pull complete [2021-10-28T18:24:08.010Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-28T18:24:08.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:24:08.010Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:24:08.313Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-28T18:24:08.313Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:24:08.313Z] WORKDIR /edgex [2021-10-28T18:24:08.313Z] COPY go.mod . [2021-10-28T18:24:08.313Z] RUN go mod download' [2021-10-28T18:24:10.883Z] Sending build context to Docker daemon 329.8MB [2021-10-28T18:24:10.883Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:24:10.883Z] ---> 9f6097aaca64 [2021-10-28T18:24:10.883Z] Step 2/4 : WORKDIR /edgex [2021-10-28T18:24:11.451Z] ---> Running in 1cd0e739daa2 [2021-10-28T18:24:11.451Z] Removing intermediate container 1cd0e739daa2 [2021-10-28T18:24:11.451Z] ---> 2f25786c880e [2021-10-28T18:24:11.451Z] Step 3/4 : COPY go.mod . [2021-10-28T18:24:11.716Z] ---> df457366f9cc [2021-10-28T18:24:11.716Z] Step 4/4 : RUN go mod download [2021-10-28T18:24:11.717Z] ---> Running in 967e0a9df6b0 [2021-10-28T18:24:15.030Z] Still waiting to schedule task [2021-10-28T18:24:15.030Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-33’ is offline [2021-10-28T18:24:43.890Z] Removing intermediate container 967e0a9df6b0 [2021-10-28T18:24:43.890Z] ---> c580b8ad91ee [2021-10-28T18:24:43.890Z] Successfully built c580b8ad91ee [2021-10-28T18:24:43.890Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:24:44.192Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-28T18:24:44.192Z] . [Pipeline] withDockerContainer [2021-10-28T18:24:44.256Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-10-28T18:24:44.293Z] $ 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 [2021-10-28T18:24:44.632Z] $ docker top 62d56f3b407959a8b480767321506cf639d3bc048c3a3644b6d5b54423964be5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:24:44.989Z] + go version [2021-10-28T18:24:44.989Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-28T18:24:44.997Z] $ docker stop --time=1 62d56f3b407959a8b480767321506cf639d3bc048c3a3644b6d5b54423964be5 [2021-10-28T18:24:46.174Z] $ docker rm -f 62d56f3b407959a8b480767321506cf639d3bc048c3a3644b6d5b54423964be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:24:46.611Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-28T18:24:46.611Z] . [Pipeline] withDockerContainer [2021-10-28T18:24:46.686Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-10-28T18:24:46.721Z] $ 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 [2021-10-28T18:24:47.076Z] $ docker top 65a30d74c2fbd3734625dc250204cbab08ded08ef2d5eb00b960203d91ce7235 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-28T18:24:47.151Z] ========================================================= [2021-10-28T18:24:47.151Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-28T18:24:47.151Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:24:47.444Z] + make test [2021-10-28T18:24:47.444Z] go mod tidy [2021-10-28T18:24:47.707Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-28T18:24:54.381Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-28T18:25:12.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-28T18:25:15.259Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-28T18:25:15.847Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-28T18:25:16.111Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-28T18:25:18.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-28T18:25:18.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-28T18:25:18.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-28T18:25:18.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-28T18:25:19.517Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-28T18:25:19.780Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-28T18:25:20.046Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-28T18:25:20.046Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-28T18:25:20.046Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-28T18:25:20.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-28T18:25:21.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements [2021-10-28T18:25:21.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-28T18:25:21.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-28T18:25:22.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.059s coverage: 98.5% of statements [2021-10-28T18:25:22.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-28T18:25:23.145Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.061s coverage: 44.7% of statements [2021-10-28T18:25:23.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-28T18:25:23.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-28T18:25:24.112Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.133s coverage: 89.5% of statements [2021-10-28T18:25:24.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-28T18:25:24.112Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:25:25.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 84.4% of statements [2021-10-28T18:25:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-28T18:25:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-28T18:25:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-28T18:25:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-28T18:25:25.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-28T18:25:25.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.310s coverage: 94.2% of statements [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:25:25.642Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 59.1% of statements [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-28T18:25:25.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-28T18:25:26.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.060s coverage: 60.0% of statements [2021-10-28T18:25:26.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-28T18:25:26.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-28T18:25:26.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-28T18:25:27.179Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.9% of statements [2021-10-28T18:25:27.179Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-28T18:25:27.179Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-10-28T18:25:27.757Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 21.7% of statements [2021-10-28T18:25:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-28T18:25:27.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements [2021-10-28T18:25:28.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-10-28T18:25:28.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-10-28T18:25:28.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-10-28T18:25:28.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-10-28T18:25:40.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-10-28T18:25:40.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-10-28T18:25:45.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.172s coverage: 82.5% of statements [2021-10-28T18:25:45.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.2% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 64.4% of statements [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-28T18:26:07.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-10-28T18:26:07.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.253s coverage: 65.4% of statements [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 43.8% of statements [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-28T18:26:07.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements [2021-10-28T18:26:07.011Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-28T18:26:12.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-28T18:26:12.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 92.3% of statements [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-28T18:26:12.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-28T18:26:12.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.087s coverage: 97.7% of statements [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-28T18:26:12.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-28T18:26:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-28T18:26:12.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-10-28T18:26:12.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2021-10-28T18:26:12.310Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-10-28T18:26:51.124Z] GO111MODULE=on go vet ./... [2021-10-28T18:26:57.808Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-28T18:26:57.808Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-28T18:26:57.808Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-28T18:26:58.099Z] + ls -al . [2021-10-28T18:26:58.099Z] total 636 [2021-10-28T18:26:58.099Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 18:26 . [2021-10-28T18:26:58.099Z] drwxr-xr-x 4 root root 28 Oct 28 18:24 .. [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 18:22 .dockerignore [2021-10-28T18:26:58.099Z] drwxrwxr-x 8 1001 1001 179 Oct 28 18:23 .git [2021-10-28T18:26:58.099Z] drwxrwxr-x 4 1001 1001 142 Oct 28 18:22 .github [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 804 Oct 28 18:22 .gitignore [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 42 Oct 28 18:22 .golangci.yml [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 76 Oct 28 18:22 .hadolint.yml [2021-10-28T18:26:58.099Z] drwx------ 3 1001 1001 58 Oct 28 18:23 .semver [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 18:22 .sonarcloud.properties [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 1171 Oct 28 18:22 ADOPTERS.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 8910 Oct 28 18:22 Attribution.txt [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 43881 Oct 28 18:22 CHANGELOG.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 18:22 CONTRIBUTING.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 677 Oct 28 18:22 GOVERNANCE.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 849 Oct 28 18:22 Jenkinsfile [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 18:22 LICENSE [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 6508 Oct 28 18:22 Makefile [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 582 Oct 28 18:22 OWNERS.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 8256 Oct 28 18:22 README.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 6912 Oct 28 18:22 SECURITY.md [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 18:23 VERSION [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 18:22 ZMQWindows.md [2021-10-28T18:26:58.099Z] drwxrwxr-x 2 1001 1001 37 Oct 28 18:22 bin [2021-10-28T18:26:58.099Z] drwxrwxr-x 14 1001 1001 4096 Oct 28 18:22 cmd [2021-10-28T18:26:58.099Z] -rw-r--r-- 1 root root 428381 Oct 28 18:26 coverage.out [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 848 Oct 28 18:22 go.mod [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 50524 Oct 28 18:22 go.sum [2021-10-28T18:26:58.099Z] drwxrwxr-x 8 1001 1001 124 Oct 28 18:22 internal [2021-10-28T18:26:58.099Z] drwxrwxr-x 3 1001 1001 16 Oct 28 18:22 openapi [2021-10-28T18:26:58.099Z] drwxrwxr-x 4 1001 1001 71 Oct 28 18:22 snap [2021-10-28T18:26:58.099Z] -rw-rw-r-- 1 1001 1001 204 Oct 28 18:22 version.go [Pipeline] sh [2021-10-28T18:26:58.388Z] + '[' -e coverage.out ] [2021-10-28T18:26:58.388Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-28T18:26:58.501Z] Stashed 1 file(s) [Pipeline] sh [2021-10-28T18:26:58.787Z] + make build [2021-10-28T18:26:58.787Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T18:27:00.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T18:27:06.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T18:27:07.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T18:27:08.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T18:27:08.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T18:27:09.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T18:27:10.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T18:27:11.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T18:27:12.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T18:27:13.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T18:27:13.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-10-28T18:27:15.934Z] $ docker stop --time=1 65a30d74c2fbd3734625dc250204cbab08ded08ef2d5eb00b960203d91ce7235 [2021-10-28T18:27:17.887Z] $ docker rm -f 65a30d74c2fbd3734625dc250204cbab08ded08ef2d5eb00b960203d91ce7235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:27:18.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:27:18.892Z] [2021-10-28T18:27:18.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:27:19.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:27:19.198Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-28T18:27:19.198Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-28T18:27:19.198Z] ca9280d653b3: Pulling fs layer [2021-10-28T18:27:19.198Z] 7e9c9ca2126c: Pulling fs layer [2021-10-28T18:27:19.198Z] cbdbe7a5bc2a: Download complete [2021-10-28T18:27:19.463Z] ca9280d653b3: Verifying Checksum [2021-10-28T18:27:19.463Z] ca9280d653b3: Download complete [2021-10-28T18:27:19.463Z] cbdbe7a5bc2a: Pull complete [2021-10-28T18:27:19.736Z] 7e9c9ca2126c: Verifying Checksum [2021-10-28T18:27:19.736Z] 7e9c9ca2126c: Download complete [2021-10-28T18:27:20.008Z] ca9280d653b3: Pull complete [2021-10-28T18:27:24.223Z] 7e9c9ca2126c: Pull complete [2021-10-28T18:27:24.223Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-28T18:27:24.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:27:24.223Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-28T18:27:24.439Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-10-28T18:27:24.625Z] $ 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 [2021-10-28T18:27:27.300Z] $ docker top a499178df0e11be12c32443b400e077a24fa232743b4b8abf1f4bcc6e76047cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:27:27.718Z] + docker-compose build --help [2021-10-28T18:27:27.718Z] + grep parallel [2021-10-28T18:27:28.292Z] --parallel Build images in parallel. [Pipeline] } [2021-10-28T18:27:28.304Z] $ docker stop --time=1 a499178df0e11be12c32443b400e077a24fa232743b4b8abf1f4bcc6e76047cc [2021-10-28T18:27:29.508Z] $ docker rm -f a499178df0e11be12c32443b400e077a24fa232743b4b8abf1f4bcc6e76047cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:27:29.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:27:29.883Z] . [Pipeline] withDockerContainer [2021-10-28T18:27:29.940Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-10-28T18:27:29.975Z] $ 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 [2021-10-28T18:27:30.370Z] $ docker top c44eec88d5642d81a5591a17d28593831fb1005620537272b160b7cfd90a2d25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:27:30.717Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-28T18:27:31.295Z] Building core-command ... [2021-10-28T18:27:31.295Z] Building core-data ... [2021-10-28T18:27:31.295Z] Building core-metadata ... [2021-10-28T18:27:31.295Z] Building security-bootstrapper ... [2021-10-28T18:27:31.295Z] Building security-proxy-setup ... [2021-10-28T18:27:31.295Z] Building security-secretstore-setup ... [2021-10-28T18:27:31.295Z] Building support-notifications ... [2021-10-28T18:27:31.295Z] Building support-scheduler ... [2021-10-28T18:27:31.295Z] Building sys-mgmt-agent ... [2021-10-28T18:27:31.295Z] Building sys-mgmt-agent [2021-10-28T18:27:31.295Z] Building security-secretstore-setup [2021-10-28T18:27:31.295Z] Building core-command [2021-10-28T18:27:31.295Z] Building security-proxy-setup [2021-10-28T18:27:31.295Z] Building support-notifications [2021-10-28T18:27:41.689Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:27:41.689Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:27:41.689Z] ---> c580b8ad91ee [2021-10-28T18:27:41.689Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:27:41.689Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:27:41.689Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:27:41.689Z] ---> c580b8ad91ee [2021-10-28T18:27:41.689Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:27:48.276Z] ---> Running in e17432398b7c [2021-10-28T18:27:48.276Z] ---> Running in c642dd750509 [2021-10-28T18:27:50.841Z] Removing intermediate container e17432398b7c [2021-10-28T18:27:50.841Z] ---> 56029c35f9fd [2021-10-28T18:27:50.841Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:27:50.841Z] Removing intermediate container c642dd750509 [2021-10-28T18:27:50.841Z] ---> 50de58a315e0 [2021-10-28T18:27:50.841Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:27:51.104Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:27:51.104Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:27:51.104Z] ---> c580b8ad91ee [2021-10-28T18:27:51.104Z] Step 3/21 : WORKDIR /edgex-go [2021-10-28T18:27:51.104Z] ---> Using cache [2021-10-28T18:27:51.104Z] ---> 50de58a315e0 [2021-10-28T18:27:51.104Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:27:51.364Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:27:51.364Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:27:51.364Z] ---> c580b8ad91ee [2021-10-28T18:27:51.364Z] Step 3/20 : WORKDIR /edgex-go [2021-10-28T18:27:51.364Z] ---> Using cache [2021-10-28T18:27:51.364Z] ---> 50de58a315e0 [2021-10-28T18:27:51.364Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:27:51.364Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:27:51.364Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:27:51.364Z] ---> c580b8ad91ee [2021-10-28T18:27:51.364Z] Step 3/24 : WORKDIR /edgex-go [2021-10-28T18:27:51.364Z] ---> Using cache [2021-10-28T18:27:51.364Z] ---> 50de58a315e0 [2021-10-28T18:27:51.364Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:27:51.626Z] ---> Running in af8b8381e9b3 [2021-10-28T18:27:51.626Z] ---> Running in d866acde279c [2021-10-28T18:27:51.626Z] ---> Running in 4e4bdd9c415a [2021-10-28T18:27:51.626Z] ---> Running in 792b88bf5527 [2021-10-28T18:27:51.626Z] ---> Running in ab910be754d4 [2021-10-28T18:27:52.590Z] Removing intermediate container 4e4bdd9c415a [2021-10-28T18:27:52.590Z] ---> 00c21ea53305 [2021-10-28T18:27:52.590Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T18:27:52.590Z] ---> Running in 93f0153abcc6 [2021-10-28T18:27:52.590Z] Removing intermediate container af8b8381e9b3 [2021-10-28T18:27:52.590Z] ---> d4e2bd7c8ee3 [2021-10-28T18:27:52.590Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-28T18:27:52.590Z] ---> Running in 5ee4b6584c19 [2021-10-28T18:27:52.851Z] Removing intermediate container d866acde279c [2021-10-28T18:27:52.851Z] ---> cbd5547f612f [2021-10-28T18:27:52.851Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-28T18:27:52.851Z] ---> Running in 9c34ea11adb3 [2021-10-28T18:27:52.851Z] Removing intermediate container 792b88bf5527 [2021-10-28T18:27:52.851Z] ---> ace7517cadb7 [2021-10-28T18:27:52.851Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-28T18:27:52.851Z] ---> Running in 02c16c54b3a2 [2021-10-28T18:27:53.120Z] Removing intermediate container ab910be754d4 [2021-10-28T18:27:53.120Z] ---> 7ba396e607aa [2021-10-28T18:27:53.120Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-28T18:27:53.120Z] ---> Running in 742801791b6b [2021-10-28T18:27:53.382Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:53.382Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:53.382Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:53.382Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:53.643Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:54.212Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:54.212Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:54.212Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:54.212Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:54.473Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:27:54.473Z] OK: 220 MiB in 52 packages [2021-10-28T18:27:54.747Z] OK: 220 MiB in 52 packages [2021-10-28T18:27:54.747Z] OK: 220 MiB in 52 packages [2021-10-28T18:27:54.747Z] OK: 220 MiB in 52 packages [2021-10-28T18:27:55.012Z] OK: 220 MiB in 52 packages [2021-10-28T18:27:55.012Z] Removing intermediate container 5ee4b6584c19 [2021-10-28T18:27:55.012Z] ---> 5e3420044d26 [2021-10-28T18:27:55.012Z] Step 6/20 : COPY . . [2021-10-28T18:27:56.950Z] Removing intermediate container 93f0153abcc6 [2021-10-28T18:27:56.950Z] ---> e02cd1e95c9e [2021-10-28T18:27:56.950Z] Step 6/22 : COPY . . [2021-10-28T18:27:57.222Z] Removing intermediate container 9c34ea11adb3 [2021-10-28T18:27:57.222Z] ---> 51b46c86ec2c [2021-10-28T18:27:57.222Z] Step 6/22 : COPY . . [2021-10-28T18:28:02.515Z] Removing intermediate container 02c16c54b3a2 [2021-10-28T18:28:02.515Z] ---> 361ad0e5d7d9 [2021-10-28T18:28:02.515Z] Step 6/21 : COPY . . [2021-10-28T18:28:02.515Z] Removing intermediate container 742801791b6b [2021-10-28T18:28:02.515Z] ---> 73bd814c5d28 [2021-10-28T18:28:02.515Z] Step 6/24 : COPY . . [2021-10-28T18:28:03.087Z] ---> 85040344bfd5 [2021-10-28T18:28:03.087Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:05.015Z] ---> 4bc8c27b6b43 [2021-10-28T18:28:05.015Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:05.279Z] ---> Running in 4401b7936db2 [2021-10-28T18:28:05.279Z] ---> eba27dae88e5 [2021-10-28T18:28:05.279Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:06.214Z] ---> Running in 748e1a35e2f6 [2021-10-28T18:28:06.479Z] ---> Running in f911df1cd321 [2021-10-28T18:28:09.792Z] Removing intermediate container 4401b7936db2 [2021-10-28T18:28:09.792Z] ---> f23ba7d42902 [2021-10-28T18:28:09.792Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-28T18:28:10.054Z] ---> Running in 2d0aa85463fe [2021-10-28T18:28:10.054Z] Removing intermediate container 748e1a35e2f6 [2021-10-28T18:28:10.054Z] ---> ea58cbcc227f [2021-10-28T18:28:10.054Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-28T18:28:10.054Z] Removing intermediate container f911df1cd321 [2021-10-28T18:28:10.054Z] ---> c6014d0e92db [2021-10-28T18:28:10.054Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-28T18:28:10.054Z] ---> Running in e4727cf733cf [2021-10-28T18:28:10.344Z] ---> 2bce3ee7f9c1 [2021-10-28T18:28:10.344Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:10.344Z] ---> 05476f95077c [2021-10-28T18:28:10.344Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:28:10.344Z] ---> Running in 713a824870cd [2021-10-28T18:28:10.344Z] ---> Running in 677b5be9b239 [2021-10-28T18:28:10.344Z] ---> Running in 9fe03aff748c [2021-10-28T18:28:10.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T18:28:10.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T18:28:10.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T18:28:11.870Z] Removing intermediate container 677b5be9b239 [2021-10-28T18:28:11.870Z] ---> 023345b35c56 [2021-10-28T18:28:11.870Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-28T18:28:11.870Z] ---> Running in 6ddfa5c0860e [2021-10-28T18:28:12.138Z] Removing intermediate container 9fe03aff748c [2021-10-28T18:28:12.138Z] ---> 238ca3a23039 [2021-10-28T18:28:12.138Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-28T18:28:12.138Z] ---> Running in 3d9d33d42ded [2021-10-28T18:28:12.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T18:28:12.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T18:28:51.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T18:28:51.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T18:28:51.482Z] Removing intermediate container e4727cf733cf [2021-10-28T18:28:51.482Z] ---> 4fa4dc347bbb [2021-10-28T18:28:51.482Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-28T18:28:51.482Z] Removing intermediate container 713a824870cd [2021-10-28T18:28:51.482Z] ---> 1d5529c8b9a0 [2021-10-28T18:28:51.482Z] [2021-10-28T18:28:51.482Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:28:51.482Z] ---> Running in 794c7707795b [2021-10-28T18:28:51.482Z] 3.14: Pulling from library/alpine [2021-10-28T18:28:51.482Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-28T18:28:51.482Z] Status: Downloaded newer image for alpine:3.14 [2021-10-28T18:28:51.482Z] ---> 14119a10abf4 [2021-10-28T18:28:51.482Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:28:51.482Z] ---> Running in 167f86f3e363 [2021-10-28T18:28:51.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T18:28:52.443Z] Removing intermediate container 2d0aa85463fe [2021-10-28T18:28:52.443Z] ---> 16d74267ae36 [2021-10-28T18:28:52.443Z] [2021-10-28T18:28:52.443Z] Step 9/20 : FROM alpine:3.14 [2021-10-28T18:28:52.443Z] ---> 14119a10abf4 [2021-10-28T18:28:52.443Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-28T18:28:52.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:52.443Z] ---> Running in 216a72b4199f [2021-10-28T18:28:52.443Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:52.708Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:52.708Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:52.708Z] OK: 6 MiB in 15 packages [2021-10-28T18:28:52.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:53.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:53.229Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-28T18:28:53.229Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-28T18:28:53.493Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T18:28:53.493Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-28T18:28:53.751Z] (5/5) Installing curl (7.79.1-r0) [2021-10-28T18:28:53.751Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:53.751Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:28:53.751Z] OK: 8 MiB in 19 packages [2021-10-28T18:28:54.327Z] Removing intermediate container 6ddfa5c0860e [2021-10-28T18:28:54.327Z] ---> e7e961c9593d [2021-10-28T18:28:54.327Z] [2021-10-28T18:28:54.327Z] Step 9/24 : FROM alpine:3.14 [2021-10-28T18:28:54.327Z] ---> 14119a10abf4 [2021-10-28T18:28:54.327Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-28T18:28:54.327Z] Removing intermediate container 794c7707795b [2021-10-28T18:28:54.327Z] ---> 5bf27a17d475 [2021-10-28T18:28:54.327Z] [2021-10-28T18:28:54.327Z] Step 10/22 : FROM docker:20.10.8 [2021-10-28T18:28:54.327Z] Removing intermediate container 3d9d33d42ded [2021-10-28T18:28:54.327Z] ---> abf35ab84ad1 [2021-10-28T18:28:54.327Z] [2021-10-28T18:28:54.327Z] Step 9/21 : FROM alpine:3.14 [2021-10-28T18:28:54.327Z] ---> 14119a10abf4 [2021-10-28T18:28:54.327Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-28T18:28:54.327Z] ---> Running in eeeecb28b7ad [2021-10-28T18:28:54.327Z] ---> Running in 4108e34241dc [2021-10-28T18:28:54.327Z] Removing intermediate container 167f86f3e363 [2021-10-28T18:28:54.327Z] ---> a26125441790 [2021-10-28T18:28:54.327Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:28:54.595Z] 20.10.8: Pulling from library/docker [2021-10-28T18:28:54.595Z] ---> Running in 62207f8c3aa4 [2021-10-28T18:28:54.595Z] Removing intermediate container 216a72b4199f [2021-10-28T18:28:54.595Z] ---> 39a667eb726c [2021-10-28T18:28:54.595Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T18:28:54.870Z] ---> Running in 55e8ae34672b [2021-10-28T18:28:55.147Z] Removing intermediate container 62207f8c3aa4 [2021-10-28T18:28:55.147Z] ---> 138853b1fb74 [2021-10-28T18:28:55.147Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-28T18:28:55.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:55.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:55.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:55.409Z] ---> Running in 333565cfeb52 [2021-10-28T18:28:55.409Z] Removing intermediate container 55e8ae34672b [2021-10-28T18:28:55.409Z] ---> c83be0788f36 [2021-10-28T18:28:55.409Z] Step 12/20 : WORKDIR /edgex [2021-10-28T18:28:55.409Z] ---> Running in 69eddc552aba [2021-10-28T18:28:55.409Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-28T18:28:55.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:28:55.409Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:55.409Z] (3/3) Installing su-exec (0.2-r1) [2021-10-28T18:28:55.409Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:55.409Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:28:55.409Z] OK: 6 MiB in 17 packages [2021-10-28T18:28:55.669Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-28T18:28:55.669Z] Removing intermediate container 333565cfeb52 [2021-10-28T18:28:55.669Z] ---> 3189a0460f50 [2021-10-28T18:28:55.669Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T18:28:55.669Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-28T18:28:55.669Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:28:55.669Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:28:55.669Z] Removing intermediate container 69eddc552aba [2021-10-28T18:28:55.669Z] ---> 0218a2d7fb2a [2021-10-28T18:28:55.669Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-28T18:28:55.670Z] OK: 6 MiB in 16 packages [2021-10-28T18:28:55.670Z] ---> Running in dbc8094c0abd [2021-10-28T18:28:55.932Z] Removing intermediate container dbc8094c0abd [2021-10-28T18:28:55.932Z] ---> bcbbb9cdb0e5 [2021-10-28T18:28:55.932Z] Step 14/22 : WORKDIR / [2021-10-28T18:28:56.203Z] ---> a3a19a04c05f [2021-10-28T18:28:56.203Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-28T18:28:56.203Z] ---> Running in 8e06907f3557 [2021-10-28T18:28:56.203Z] Removing intermediate container 4108e34241dc [2021-10-28T18:28:56.203Z] ---> 5f19f6e23fe6 [2021-10-28T18:28:56.203Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:28:56.203Z] Removing intermediate container eeeecb28b7ad [2021-10-28T18:28:56.203Z] ---> e8ab68814637 [2021-10-28T18:28:56.203Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T18:28:56.469Z] ---> Running in a505c8347f09 [2021-10-28T18:28:56.470Z] ---> Running in 2a0ea21387d2 [2021-10-28T18:28:56.470Z] Removing intermediate container 8e06907f3557 [2021-10-28T18:28:56.470Z] ---> f97a20efd31b [2021-10-28T18:28:56.470Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:56.470Z] ---> ed8357e03878 [2021-10-28T18:28:56.470Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-28T18:28:56.470Z] Removing intermediate container a505c8347f09 [2021-10-28T18:28:56.470Z] ---> 14380dde5882 [2021-10-28T18:28:56.470Z] Step 12/24 : WORKDIR / [2021-10-28T18:28:56.744Z] Removing intermediate container 2a0ea21387d2 [2021-10-28T18:28:56.744Z] ---> 5637104fe825 [2021-10-28T18:28:56.744Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-28T18:28:56.744Z] ---> Running in 8736e92b863d [2021-10-28T18:28:56.744Z] ---> Running in 2d564cfd6e02 [2021-10-28T18:28:56.744Z] ---> 9d854116ecf2 [2021-10-28T18:28:56.744Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-28T18:28:57.010Z] Removing intermediate container 8736e92b863d [2021-10-28T18:28:57.010Z] ---> defdb1b6cf4c [2021-10-28T18:28:57.010Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-28T18:28:57.010Z] Removing intermediate container 2d564cfd6e02 [2021-10-28T18:28:57.010Z] ---> fac08be30b23 [2021-10-28T18:28:57.010Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-28T18:28:57.010Z] ---> 12ed1ea68ec0 [2021-10-28T18:28:57.010Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-28T18:28:57.284Z] ---> Running in c5c56b445ffd [2021-10-28T18:28:57.284Z] ---> Running in 1e4643c47203 [2021-10-28T18:28:57.284Z] ---> f600dab6a2d4 [2021-10-28T18:28:57.284Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-28T18:28:57.284Z] ---> 4a835167663d [2021-10-28T18:28:57.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:57.284Z] Removing intermediate container c5c56b445ffd [2021-10-28T18:28:57.284Z] ---> fddfcdc8b445 [2021-10-28T18:28:57.284Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:28:57.551Z] Removing intermediate container 1e4643c47203 [2021-10-28T18:28:57.551Z] ---> e15ff8d2b017 [2021-10-28T18:28:57.551Z] Step 17/20 : CMD ["--init=true"] [2021-10-28T18:28:57.551Z] ---> Running in 7781605218e8 [2021-10-28T18:28:57.551Z] ---> 6faabb2f869a [2021-10-28T18:28:57.551Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:57.814Z] ---> 1e5421dce24c [2021-10-28T18:28:57.814Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-28T18:28:57.814Z] ---> f2f6435a7a14 [2021-10-28T18:28:57.814Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-28T18:28:57.814Z] ---> Running in 24f6d3d97629 [2021-10-28T18:28:57.814Z] Removing intermediate container 7781605218e8 [2021-10-28T18:28:57.814Z] ---> 37c1453184b5 [2021-10-28T18:28:57.814Z] Step 18/20 : LABEL arch=x86_64 [2021-10-28T18:28:57.814Z] ---> Running in f45f8630af77 [2021-10-28T18:28:58.091Z] ---> 617ca6d98139 [2021-10-28T18:28:58.091Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-28T18:28:58.091Z] Removing intermediate container 24f6d3d97629 [2021-10-28T18:28:58.091Z] ---> 4a4244e454ab [2021-10-28T18:28:58.091Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:58.091Z] ---> Running in 9eb64c41fb62 [2021-10-28T18:28:58.091Z] Removing intermediate container f45f8630af77 [2021-10-28T18:28:58.091Z] ---> 31ed18a1eaca [2021-10-28T18:28:58.091Z] Step 19/20 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:28:58.358Z] ---> e0859dc03fa4 [2021-10-28T18:28:58.358Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-28T18:28:58.358Z] ---> 877daed7dcfd [2021-10-28T18:28:58.358Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-28T18:28:58.358Z] ---> Running in 733a7b7dcc31 [2021-10-28T18:28:58.358Z] Removing intermediate container 9eb64c41fb62 [2021-10-28T18:28:58.358Z] ---> be1081dac1db [2021-10-28T18:28:58.358Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:28:58.358Z] ---> Running in 486d8f4b04a1 [2021-10-28T18:28:58.632Z] ---> ab997611aef0 [2021-10-28T18:28:58.632Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-28T18:28:58.632Z] Removing intermediate container 733a7b7dcc31 [2021-10-28T18:28:58.632Z] ---> 98fdfac617aa [2021-10-28T18:28:58.632Z] Step 20/20 : LABEL version=0.0.0 [2021-10-28T18:28:58.632Z] ---> Running in 20a4d6306b54 [2021-10-28T18:28:58.632Z] ---> Running in 90c477d5b69a [2021-10-28T18:28:58.632Z] Removing intermediate container 486d8f4b04a1 [2021-10-28T18:28:58.632Z] ---> dfad37b7e313 [2021-10-28T18:28:58.632Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:28:58.632Z] ---> c3cae3f9427d [2021-10-28T18:28:58.632Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-28T18:28:58.895Z] ---> Running in f20e38bae279 [2021-10-28T18:28:58.895Z] Removing intermediate container 20a4d6306b54 [2021-10-28T18:28:58.895Z] ---> 17e7c9459586 [2021-10-28T18:28:58.895Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:28:58.895Z] Removing intermediate container 90c477d5b69a [2021-10-28T18:28:58.895Z] ---> caf4e443eb88 [2021-10-28T18:28:58.895Z] [2021-10-28T18:28:58.895Z] ---> Running in de91f157c8ca [2021-10-28T18:28:58.895Z] Successfully built caf4e443eb88 [2021-10-28T18:28:59.162Z] Successfully tagged security-proxy-setup:latest [2021-10-28T18:28:59.162Z] Building support-scheduler [2021-10-28T18:28:59.162Z]  Building security-proxy-setup ... done Removing intermediate container f20e38bae279 [2021-10-28T18:28:59.162Z] ---> 4db81f4fa258 [2021-10-28T18:28:59.162Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:28:59.162Z] ---> Running in 246aae893d8e [2021-10-28T18:28:59.430Z] ---> 465a682d75ee [2021-10-28T18:28:59.430Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-28T18:28:59.690Z] Removing intermediate container de91f157c8ca [2021-10-28T18:28:59.690Z] ---> 08ea33e5c59e [2021-10-28T18:28:59.690Z] Step 19/21 : LABEL arch=x86_64 [2021-10-28T18:28:59.951Z] ---> Running in de5ba0bf8440 [2021-10-28T18:29:00.525Z] ---> 8c8cfe6be353 [2021-10-28T18:29:00.525Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-10-28T18:29:00.525Z] Removing intermediate container 246aae893d8e [2021-10-28T18:29:00.525Z] ---> 23672f27520d [2021-10-28T18:29:00.525Z] [2021-10-28T18:29:00.525Z] Successfully built 23672f27520d [2021-10-28T18:29:00.525Z] Successfully tagged core-command:latest [2021-10-28T18:29:00.525Z]  Building core-command ... done Building core-data [2021-10-28T18:29:00.785Z] ---> Running in 54752f59daad [2021-10-28T18:29:00.785Z] Removing intermediate container de5ba0bf8440 [2021-10-28T18:29:00.785Z] ---> a6753a71fc14 [2021-10-28T18:29:00.785Z] Step 20/21 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:29:04.113Z] ---> Running in a0ae2199c24a [2021-10-28T18:29:04.375Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-28T18:29:04.638Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:29:04.638Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:29:04.638Z] ---> c580b8ad91ee [2021-10-28T18:29:04.638Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:29:04.638Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-28T18:29:04.638Z] ---> Using cache [2021-10-28T18:29:04.638Z] ---> 50de58a315e0 [2021-10-28T18:29:04.639Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:29:04.639Z] ---> Using cache [2021-10-28T18:29:04.639Z] ---> 7ba396e607aa [2021-10-28T18:29:04.639Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-28T18:29:05.208Z] ---> bc6c0ffef665 [2021-10-28T18:29:05.208Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:29:06.613Z] Removing intermediate container a0ae2199c24a [2021-10-28T18:29:06.613Z] ---> 568874fd0a42 [2021-10-28T18:29:06.613Z] Step 21/21 : LABEL version=0.0.0 [2021-10-28T18:29:06.613Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:29:06.613Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:29:06.613Z] ---> c580b8ad91ee [2021-10-28T18:29:06.613Z] Step 3/23 : WORKDIR /edgex-go [2021-10-28T18:29:06.613Z] ---> Using cache [2021-10-28T18:29:06.613Z] ---> 50de58a315e0 [2021-10-28T18:29:06.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:29:06.613Z] ---> Using cache [2021-10-28T18:29:06.613Z] ---> 7ba396e607aa [2021-10-28T18:29:06.613Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-28T18:29:06.613Z] ---> Using cache [2021-10-28T18:29:06.613Z] ---> 73bd814c5d28 [2021-10-28T18:29:06.613Z] Step 6/23 : COPY go.mod . [2021-10-28T18:29:07.568Z] ---> Running in b319df14fd36 [2021-10-28T18:29:07.568Z] ---> Running in e7322fa3da24 [2021-10-28T18:29:07.568Z] ---> Running in 5550b06ff790 [2021-10-28T18:29:07.568Z] ---> 10a76fd43b6e [2021-10-28T18:29:07.568Z] Step 7/23 : RUN go mod download [2021-10-28T18:29:07.834Z] ---> Running in 02507d1a5495 [2021-10-28T18:29:07.834Z] Removing intermediate container 54752f59daad [2021-10-28T18:29:07.834Z] ---> 17b0a1ba9fbf [2021-10-28T18:29:07.834Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-28T18:29:07.834Z] Removing intermediate container 5550b06ff790 [2021-10-28T18:29:07.834Z] ---> af49556d5005 [2021-10-28T18:29:07.834Z] 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 [2021-10-28T18:29:07.834Z] ---> Running in 072d755eb84a [2021-10-28T18:29:07.834Z] Removing intermediate container e7322fa3da24 [2021-10-28T18:29:07.834Z] ---> 6ef0e8c11a1f [2021-10-28T18:29:07.834Z] [2021-10-28T18:29:07.834Z] ---> Running in 0f85b3607a1e [2021-10-28T18:29:07.834Z] Successfully built 6ef0e8c11a1f [2021-10-28T18:29:07.834Z] Successfully tagged support-notifications:latest [2021-10-28T18:29:07.834Z] Building security-bootstrapper [2021-10-28T18:29:08.101Z]  Building support-notifications ... done Removing intermediate container 072d755eb84a [2021-10-28T18:29:08.101Z] ---> 3b3f35eff982 [2021-10-28T18:29:08.101Z] Step 22/24 : LABEL arch=x86_64 [2021-10-28T18:29:08.678Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:29:09.625Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:29:09.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:29:09.894Z] ---> Running in d3ba5f56b5b9 [2021-10-28T18:29:09.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:29:10.157Z] OK: 220 MiB in 52 packages [2021-10-28T18:29:10.157Z] (1/42) Installing readline (8.1.0-r0) [2021-10-28T18:29:10.157Z] (2/42) Installing bash (5.1.4-r0) [2021-10-28T18:29:10.157Z] Executing bash-5.1.4-r0.post-install [2021-10-28T18:29:10.157Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-28T18:29:10.157Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T18:29:10.157Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-28T18:29:10.157Z] (6/42) Installing curl (7.79.1-r0) [2021-10-28T18:29:10.157Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-28T18:29:10.157Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-28T18:29:10.157Z] (9/42) Installing expat (2.4.1-r0) [2021-10-28T18:29:10.157Z] (10/42) Installing libffi (3.3-r2) [2021-10-28T18:29:10.157Z] (11/42) Installing gdbm (1.19-r0) [2021-10-28T18:29:10.157Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-28T18:29:10.157Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T18:29:10.157Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T18:29:10.157Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-28T18:29:10.157Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-28T18:29:10.157Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-28T18:29:10.418Z] Removing intermediate container d3ba5f56b5b9 [2021-10-28T18:29:10.418Z] ---> a65e3c5ec56c [2021-10-28T18:29:10.418Z] Step 23/24 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:29:11.365Z] ---> Running in a51000d0532b [2021-10-28T18:29:11.625Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-28T18:29:11.625Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-28T18:29:11.625Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-28T18:29:11.625Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-28T18:29:11.625Z] Removing intermediate container a51000d0532b [2021-10-28T18:29:11.625Z] ---> eac144cf6eca [2021-10-28T18:29:11.625Z] Step 24/24 : LABEL version=0.0.0 [2021-10-28T18:29:11.625Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-28T18:29:11.888Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-28T18:29:11.888Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-28T18:29:11.888Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-28T18:29:12.153Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-28T18:29:12.153Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:29:12.153Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:29:12.153Z] ---> c580b8ad91ee [2021-10-28T18:29:12.153Z] Step 3/30 : WORKDIR /edgex-go [2021-10-28T18:29:12.153Z] ---> Using cache [2021-10-28T18:29:12.153Z] ---> 50de58a315e0 [2021-10-28T18:29:12.153Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:29:12.153Z] ---> Using cache [2021-10-28T18:29:12.153Z] ---> 7ba396e607aa [2021-10-28T18:29:12.153Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-28T18:29:12.153Z] ---> Using cache [2021-10-28T18:29:12.153Z] ---> 73bd814c5d28 [2021-10-28T18:29:12.153Z] Step 6/30 : COPY . . [2021-10-28T18:29:12.153Z] ---> Using cache [2021-10-28T18:29:12.153Z] ---> 2bce3ee7f9c1 [2021-10-28T18:29:12.153Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:29:12.153Z] ---> Using cache [2021-10-28T18:29:12.153Z] ---> 023345b35c56 [2021-10-28T18:29:12.153Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-28T18:29:12.153Z] ---> Running in af7b495c1a6b [2021-10-28T18:29:12.153Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-28T18:29:12.153Z] Removing intermediate container b319df14fd36 [2021-10-28T18:29:12.153Z] ---> d57abb96ba0e [2021-10-28T18:29:12.153Z] Step 6/22 : COPY . . [2021-10-28T18:29:12.153Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-28T18:29:12.153Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-28T18:29:12.417Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-28T18:29:12.417Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-28T18:29:12.417Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-28T18:29:12.417Z] ---> Running in bcc24b0543cf [2021-10-28T18:29:12.417Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-28T18:29:12.417Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-28T18:29:12.417Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-28T18:29:12.417Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-28T18:29:12.681Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-28T18:29:12.681Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-28T18:29:12.681Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-28T18:29:12.681Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-28T18:29:12.681Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-28T18:29:12.681Z] Removing intermediate container af7b495c1a6b [2021-10-28T18:29:12.681Z] ---> bf0214f90023 [2021-10-28T18:29:12.681Z] [2021-10-28T18:29:12.681Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-28T18:29:13.626Z] Successfully built bf0214f90023 [2021-10-28T18:29:14.611Z] Successfully tagged security-secretstore-setup:latest [2021-10-28T18:29:14.611Z]  Building security-secretstore-setup ... done Building core-metadata [2021-10-28T18:29:14.611Z] Removing intermediate container 02507d1a5495 [2021-10-28T18:29:14.611Z] ---> ee29d62bb7ec [2021-10-28T18:29:14.611Z] Step 8/23 : COPY . . [2021-10-28T18:29:14.611Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:29:14.611Z] OK: 84 MiB in 64 packages [2021-10-28T18:29:15.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-10-28T18:29:15.851Z] Collecting docker-compose==1.23.2 [2021-10-28T18:29:15.851Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-28T18:29:15.851Z] Collecting docopt<0.7,>=0.6.1 [2021-10-28T18:29:15.851Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-28T18:29:17.784Z] Collecting jsonschema<3,>=2.5.1 [2021-10-28T18:29:17.784Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-28T18:29:17.784Z] Collecting cached-property<2,>=1.2.0 [2021-10-28T18:29:17.784Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-28T18:29:17.784Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-28T18:29:17.784Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-28T18:29:17.784Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-28T18:29:17.784Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-28T18:29:18.360Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-28T18:29:18.360Z] Collecting PyYAML<4,>=3.10 [2021-10-28T18:29:18.360Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-28T18:29:19.811Z] Collecting docker<4.0,>=3.6.0 [2021-10-28T18:29:19.811Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-28T18:29:20.088Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-28T18:29:20.088Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-28T18:29:20.088Z] Collecting texttable<0.10,>=0.9.0 [2021-10-28T18:29:20.088Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-28T18:29:20.662Z] Collecting docker-pycreds>=0.4.0 [2021-10-28T18:29:20.662Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-28T18:29:21.270Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-28T18:29:21.270Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-28T18:29:21.270Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-28T18:29:21.270Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-28T18:29:21.270Z] 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) [2021-10-28T18:29:21.270Z] Collecting idna<2.8,>=2.5 [2021-10-28T18:29:21.270Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-28T18:29:21.270Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-28T18:29:21.270Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-28T18:29:21.270Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-28T18:29:21.270Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-28T18:29:21.270Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-28T18:29:21.270Z] Attempting uninstall: urllib3 [2021-10-28T18:29:21.537Z] Found existing installation: urllib3 1.26.5 [2021-10-28T18:29:21.537Z] Uninstalling urllib3-1.26.5: [2021-10-28T18:29:21.537Z] Successfully uninstalled urllib3-1.26.5 [2021-10-28T18:29:22.476Z] Attempting uninstall: idna [2021-10-28T18:29:22.476Z] Found existing installation: idna 3.2 [2021-10-28T18:29:22.476Z] Uninstalling idna-3.2: [2021-10-28T18:29:23.076Z] Successfully uninstalled idna-3.2 [2021-10-28T18:29:24.484Z] Attempting uninstall: chardet [2021-10-28T18:29:24.484Z] Found existing installation: chardet 4.0.0 [2021-10-28T18:29:24.484Z] Uninstalling chardet-4.0.0: [2021-10-28T18:29:24.484Z] Successfully uninstalled chardet-4.0.0 [2021-10-28T18:29:24.484Z] ---> 76e2af98e72f [2021-10-28T18:29:24.484Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:29:24.754Z] ---> Running in cb4fcc550edf [2021-10-28T18:29:24.754Z] ---> 6e7a6615bc92 [2021-10-28T18:29:24.754Z] Step 9/23 : RUN go mod tidy [2021-10-28T18:29:25.016Z] ---> Running in d1dc6b5cc5a7 [2021-10-28T18:29:25.016Z] Attempting uninstall: requests [2021-10-28T18:29:25.016Z] Found existing installation: requests 2.25.1 [2021-10-28T18:29:25.016Z] Uninstalling requests-2.25.1: [2021-10-28T18:29:25.016Z] Successfully uninstalled requests-2.25.1 [2021-10-28T18:29:25.280Z] Running setup.py install for texttable: started [2021-10-28T18:29:25.868Z] Running setup.py install for texttable: finished with status 'done' [2021-10-28T18:29:25.868Z] Running setup.py install for PyYAML: started [2021-10-28T18:29:27.259Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-28T18:29:27.259Z] Removing intermediate container cb4fcc550edf [2021-10-28T18:29:27.259Z] ---> 904303c01061 [2021-10-28T18:29:27.259Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-28T18:29:27.259Z] Running setup.py install for docopt: started [2021-10-28T18:29:27.259Z] ---> Running in 0e241832841a [2021-10-28T18:29:27.836Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T18:29:28.102Z] Running setup.py install for docopt: finished with status 'done' [2021-10-28T18:29:28.102Z] Running setup.py install for dockerpty: started [2021-10-28T18:29:28.370Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:29:28.370Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:29:28.370Z] ---> c580b8ad91ee [2021-10-28T18:29:28.370Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:29:28.370Z] ---> Using cache [2021-10-28T18:29:28.370Z] ---> 50de58a315e0 [2021-10-28T18:29:28.370Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:29:28.370Z] ---> Using cache [2021-10-28T18:29:28.370Z] ---> 7ba396e607aa [2021-10-28T18:29:28.370Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T18:29:28.370Z] ---> Using cache [2021-10-28T18:29:28.370Z] ---> 73bd814c5d28 [2021-10-28T18:29:28.370Z] Step 6/22 : COPY . . [2021-10-28T18:29:28.370Z] ---> Using cache [2021-10-28T18:29:28.370Z] ---> 2bce3ee7f9c1 [2021-10-28T18:29:28.370Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:29:28.370Z] ---> Using cache [2021-10-28T18:29:28.370Z] ---> 023345b35c56 [2021-10-28T18:29:28.370Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-28T18:29:28.634Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-28T18:29:29.208Z] ---> Running in 30a6fbbf6e69 [2021-10-28T18:29:29.782Z] 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 [2021-10-28T18:29:29.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T18:29:31.181Z] Removing intermediate container d1dc6b5cc5a7 [2021-10-28T18:29:31.181Z] ---> 791928cc8a6d [2021-10-28T18:29:31.181Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-28T18:29:31.181Z] ---> Running in 2dad99760c9b [2021-10-28T18:29:31.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T18:29:35.983Z] Removing intermediate container 0f85b3607a1e [2021-10-28T18:29:35.983Z] ---> d04771ae3ff6 [2021-10-28T18:29:35.983Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-28T18:29:35.983Z] ---> Running in 2667ccc28d1e [2021-10-28T18:29:35.983Z] Removing intermediate container 2667ccc28d1e [2021-10-28T18:29:35.983Z] ---> bff611c49d7b [2021-10-28T18:29:35.983Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-28T18:29:35.983Z] ---> Running in d04c07ffbb96 [2021-10-28T18:29:35.983Z] Removing intermediate container d04c07ffbb96 [2021-10-28T18:29:35.983Z] ---> 0abf58737235 [2021-10-28T18:29:35.983Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-28T18:29:36.566Z] ---> f80f82f9f6c5 [2021-10-28T18:29:36.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-28T18:29:36.841Z] ---> 25ffc79cd626 [2021-10-28T18:29:36.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-28T18:29:37.111Z] ---> e4dc945071f6 [2021-10-28T18:29:37.111Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-28T18:29:37.111Z] ---> Running in 03dc497e9bdd [2021-10-28T18:29:37.375Z] Removing intermediate container 03dc497e9bdd [2021-10-28T18:29:37.375Z] ---> d94cb04f97fb [2021-10-28T18:29:37.375Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:29:37.375Z] ---> Running in 16e4307ba542 [2021-10-28T18:29:37.375Z] Removing intermediate container 16e4307ba542 [2021-10-28T18:29:37.376Z] ---> bbdccc68fcff [2021-10-28T18:29:37.376Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:29:37.644Z] ---> Running in 1a0e518bcca7 [2021-10-28T18:29:37.644Z] Removing intermediate container 1a0e518bcca7 [2021-10-28T18:29:37.644Z] ---> 73d83de7d04a [2021-10-28T18:29:37.644Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:29:37.645Z] ---> Running in 6b85a5f0fbad [2021-10-28T18:29:37.915Z] Removing intermediate container 6b85a5f0fbad [2021-10-28T18:29:37.915Z] ---> ed801531e22f [2021-10-28T18:29:37.915Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:29:37.915Z] ---> Running in b21edee0e066 [2021-10-28T18:29:38.181Z] Removing intermediate container b21edee0e066 [2021-10-28T18:29:38.181Z] ---> 55a22684d5a7 [2021-10-28T18:29:38.181Z] [2021-10-28T18:29:38.181Z] Successfully built 55a22684d5a7 [2021-10-28T18:29:38.181Z] Successfully tagged sys-mgmt-agent:latest [2021-10-28T18:29:48.279Z]  Building sys-mgmt-agent ... done Removing intermediate container bcc24b0543cf [2021-10-28T18:29:48.280Z] ---> 95a5b538b608 [2021-10-28T18:29:48.280Z] [2021-10-28T18:29:48.280Z] Step 9/30 : FROM alpine:3.14 [2021-10-28T18:29:48.280Z] ---> 14119a10abf4 [2021-10-28T18:29:48.280Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-28T18:29:48.554Z] ---> Running in 7cd034c200dd [2021-10-28T18:29:48.554Z] Removing intermediate container 7cd034c200dd [2021-10-28T18:29:48.554Z] ---> f09dd9dada63 [2021-10-28T18:29:48.554Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-28T18:29:48.554Z] ---> Running in 5c93c9857fa4 [2021-10-28T18:29:49.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:29:49.157Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:29:49.431Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-28T18:29:49.431Z] (2/2) Installing su-exec (0.2-r1) [2021-10-28T18:29:49.431Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:29:49.431Z] OK: 6 MiB in 16 packages [2021-10-28T18:29:50.032Z] Removing intermediate container 5c93c9857fa4 [2021-10-28T18:29:50.032Z] ---> 81cbe3630b64 [2021-10-28T18:29:50.032Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-28T18:29:50.032Z] ---> Running in 25d20af4acd5 [2021-10-28T18:29:50.302Z] Removing intermediate container 25d20af4acd5 [2021-10-28T18:29:50.302Z] ---> 435432b8d437 [2021-10-28T18:29:50.302Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-28T18:29:50.302Z] ---> Running in be8704ba8841 [2021-10-28T18:29:50.302Z] Removing intermediate container be8704ba8841 [2021-10-28T18:29:50.302Z] ---> 1c0b96b74184 [2021-10-28T18:29:50.302Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-28T18:29:50.302Z] ---> Running in e9a5288be695 [2021-10-28T18:29:51.277Z] Removing intermediate container e9a5288be695 [2021-10-28T18:29:51.278Z] ---> 71ec47fdad9f [2021-10-28T18:29:51.278Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-28T18:29:51.546Z] ---> Running in 982f9cfdf356 [2021-10-28T18:29:51.546Z] Removing intermediate container 982f9cfdf356 [2021-10-28T18:29:51.546Z] ---> 50a2fbb6a454 [2021-10-28T18:29:51.546Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-28T18:29:51.811Z] ---> b704168ee30b [2021-10-28T18:29:51.811Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-28T18:29:51.811Z] ---> Running in da9b21274eaa [2021-10-28T18:29:52.796Z] Removing intermediate container da9b21274eaa [2021-10-28T18:29:52.797Z] ---> 45a255085331 [2021-10-28T18:29:52.797Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:29:53.084Z] ---> a7f955430bf5 [2021-10-28T18:29:53.084Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-28T18:29:53.684Z] ---> f5d3ffc50f6e [2021-10-28T18:29:53.684Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-28T18:29:53.948Z] ---> 869b8c0d69ef [2021-10-28T18:29:53.948Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-28T18:29:54.209Z] ---> 9845fbd72219 [2021-10-28T18:29:54.209Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-28T18:29:54.469Z] ---> 0c003855d629 [2021-10-28T18:29:54.469Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-28T18:29:54.729Z] ---> Running in e223a4d2c0f2 [2021-10-28T18:29:54.988Z] Removing intermediate container e223a4d2c0f2 [2021-10-28T18:29:54.988Z] ---> 758db2d1f39b [2021-10-28T18:29:54.988Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-28T18:29:54.988Z] ---> 565154d4cbaa [2021-10-28T18:29:54.988Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-28T18:29:55.248Z] ---> Running in 5f076c0f7abb [2021-10-28T18:29:56.193Z] Removing intermediate container 5f076c0f7abb [2021-10-28T18:29:56.193Z] ---> 707766866c29 [2021-10-28T18:29:56.193Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-28T18:29:56.193Z] ---> Running in 6e816a41d4f3 [2021-10-28T18:29:56.457Z] Removing intermediate container 6e816a41d4f3 [2021-10-28T18:29:56.457Z] ---> f022291c6cfa [2021-10-28T18:29:56.457Z] Step 27/30 : CMD ["gate"] [2021-10-28T18:29:56.457Z] ---> Running in 76d58fb9bb79 [2021-10-28T18:29:56.719Z] Removing intermediate container 76d58fb9bb79 [2021-10-28T18:29:56.719Z] ---> 4928a03ff015 [2021-10-28T18:29:56.719Z] Step 28/30 : LABEL arch=x86_64 [2021-10-28T18:29:56.719Z] ---> Running in 986b8f1ed21f [2021-10-28T18:29:56.982Z] Removing intermediate container 986b8f1ed21f [2021-10-28T18:29:56.982Z] ---> 6a789d43d8b7 [2021-10-28T18:29:56.982Z] Step 29/30 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:29:56.982Z] ---> Running in 1c7f44f9a664 [2021-10-28T18:29:57.251Z] Removing intermediate container 1c7f44f9a664 [2021-10-28T18:29:57.251Z] ---> d0a0457c0c97 [2021-10-28T18:29:57.251Z] Step 30/30 : LABEL version=0.0.0 [2021-10-28T18:29:57.251Z] ---> Running in fe35febe4565 [2021-10-28T18:29:57.512Z] Removing intermediate container fe35febe4565 [2021-10-28T18:29:57.512Z] ---> 5f8e099b427f [2021-10-28T18:29:57.512Z] [2021-10-28T18:29:57.512Z] Successfully built 5f8e099b427f [2021-10-28T18:29:57.512Z] Successfully tagged security-bootstrapper:latest [2021-10-28T18:30:05.665Z]  Building security-bootstrapper ... done Removing intermediate container 2dad99760c9b [2021-10-28T18:30:05.665Z] ---> f20ec2cf5f61 [2021-10-28T18:30:05.665Z] [2021-10-28T18:30:05.665Z] Step 11/23 : FROM alpine:3.14 [2021-10-28T18:30:05.665Z] ---> 14119a10abf4 [2021-10-28T18:30:05.665Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:30:05.665Z] ---> Using cache [2021-10-28T18:30:05.665Z] ---> a26125441790 [2021-10-28T18:30:05.665Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:30:05.665Z] ---> Using cache [2021-10-28T18:30:05.665Z] ---> 138853b1fb74 [2021-10-28T18:30:05.665Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-28T18:30:05.665Z] Removing intermediate container 30a6fbbf6e69 [2021-10-28T18:30:05.665Z] ---> 48bf73f35be6 [2021-10-28T18:30:05.665Z] [2021-10-28T18:30:05.665Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:30:05.665Z] ---> 14119a10abf4 [2021-10-28T18:30:05.665Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:30:05.665Z] ---> Using cache [2021-10-28T18:30:05.665Z] ---> a26125441790 [2021-10-28T18:30:05.665Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:30:05.665Z] ---> Using cache [2021-10-28T18:30:05.665Z] ---> 138853b1fb74 [2021-10-28T18:30:05.665Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-28T18:30:05.665Z] Removing intermediate container 0e241832841a [2021-10-28T18:30:05.665Z] ---> b3f64fd7a241 [2021-10-28T18:30:05.665Z] [2021-10-28T18:30:05.665Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:30:05.665Z] ---> 14119a10abf4 [2021-10-28T18:30:05.665Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-28T18:30:05.665Z] ---> Running in dfc7681eab39 [2021-10-28T18:30:05.665Z] ---> Running in 04babbd70152 [2021-10-28T18:30:05.665Z] ---> Running in b03905982bfd [2021-10-28T18:30:05.927Z] Removing intermediate container dfc7681eab39 [2021-10-28T18:30:05.927Z] ---> 3cd03c81e83b [2021-10-28T18:30:05.927Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-28T18:30:05.927Z] Removing intermediate container 04babbd70152 [2021-10-28T18:30:05.927Z] ---> cc215814032a [2021-10-28T18:30:05.927Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T18:30:05.927Z] Removing intermediate container b03905982bfd [2021-10-28T18:30:05.927Z] ---> 6df7559b5fb9 [2021-10-28T18:30:05.927Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-28T18:30:05.927Z] ---> Running in 345f96b516b5 [2021-10-28T18:30:05.927Z] ---> Running in 790db81639f8 [2021-10-28T18:30:05.927Z] ---> Running in 243cfcf7644e [2021-10-28T18:30:05.927Z] Removing intermediate container 345f96b516b5 [2021-10-28T18:30:05.927Z] ---> 0b16b39776b2 [2021-10-28T18:30:05.927Z] Step 14/22 : WORKDIR / [2021-10-28T18:30:05.927Z] Removing intermediate container 790db81639f8 [2021-10-28T18:30:05.927Z] ---> 71984a4c398e [2021-10-28T18:30:05.927Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:30:06.200Z] ---> Running in c9a70692dbaf [2021-10-28T18:30:06.200Z] Removing intermediate container 243cfcf7644e [2021-10-28T18:30:06.200Z] ---> acbd812d03d6 [2021-10-28T18:30:06.200Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-28T18:30:06.200Z] ---> Running in f6e48e4945b5 [2021-10-28T18:30:06.200Z] Removing intermediate container c9a70692dbaf [2021-10-28T18:30:06.200Z] ---> ce80a0c82a41 [2021-10-28T18:30:06.200Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:30:06.200Z] ---> 94336c5e4a46 [2021-10-28T18:30:06.200Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-28T18:30:06.200Z] Removing intermediate container f6e48e4945b5 [2021-10-28T18:30:06.200Z] ---> 12c01e696cce [2021-10-28T18:30:06.200Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:30:06.464Z] ---> Running in 7cb2cf9759e9 [2021-10-28T18:30:06.464Z] ---> 4b7bfb0de13c [2021-10-28T18:30:06.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-28T18:30:06.727Z] ---> b8dde515a25a [2021-10-28T18:30:06.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-28T18:30:06.727Z] ---> c75f5c703571 [2021-10-28T18:30:06.727Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-28T18:30:06.991Z] ---> 53c2d7c3af1f [2021-10-28T18:30:06.991Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-28T18:30:06.991Z] ---> Running in 63de6faf2a00 [2021-10-28T18:30:06.991Z] ---> b7bac4125cf2 [2021-10-28T18:30:06.991Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-28T18:30:06.991Z] Removing intermediate container 63de6faf2a00 [2021-10-28T18:30:06.991Z] ---> 4c691c46c222 [2021-10-28T18:30:06.991Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:30:06.991Z] ---> Running in 4bbf146f0c8e [2021-10-28T18:30:06.991Z] ---> Running in ab9fcfb9f605 [2021-10-28T18:30:06.991Z] Removing intermediate container 4bbf146f0c8e [2021-10-28T18:30:06.991Z] ---> d631669dc6ab [2021-10-28T18:30:06.991Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:30:07.252Z] Removing intermediate container 7cb2cf9759e9 [2021-10-28T18:30:07.252Z] ---> ff0430b863ef [2021-10-28T18:30:07.252Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-28T18:30:07.252Z] ---> Running in a7d814776fc1 [2021-10-28T18:30:07.252Z] Removing intermediate container ab9fcfb9f605 [2021-10-28T18:30:07.252Z] ---> ea314975cff6 [2021-10-28T18:30:07.252Z] Step 21/23 : LABEL arch=x86_64 [2021-10-28T18:30:07.252Z] ---> Running in effbc15bed77 [2021-10-28T18:30:07.252Z] ---> Running in 72e8cc111d69 [2021-10-28T18:30:07.252Z] Removing intermediate container a7d814776fc1 [2021-10-28T18:30:07.252Z] ---> 19d311a05e10 [2021-10-28T18:30:07.252Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:30:07.252Z] ---> Running in d5e171b331a5 [2021-10-28T18:30:07.252Z] Removing intermediate container 72e8cc111d69 [2021-10-28T18:30:07.252Z] ---> ee3e4d8118e3 [2021-10-28T18:30:07.252Z] Step 22/23 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:30:07.252Z] ---> Running in ee02adbe501d [2021-10-28T18:30:07.514Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:30:07.514Z] Removing intermediate container d5e171b331a5 [2021-10-28T18:30:07.514Z] ---> 6e014d473e94 [2021-10-28T18:30:07.514Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:30:07.514Z] Removing intermediate container ee02adbe501d [2021-10-28T18:30:07.514Z] ---> f8823af64235 [2021-10-28T18:30:07.514Z] Step 23/23 : LABEL version=0.0.0 [2021-10-28T18:30:07.514Z] ---> Running in d4374de5b053 [2021-10-28T18:30:07.514Z] ---> Running in d2f8c1f9038f [2021-10-28T18:30:07.514Z] Removing intermediate container d2f8c1f9038f [2021-10-28T18:30:07.514Z] ---> 4fb63448d528 [2021-10-28T18:30:07.514Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:30:07.774Z] Removing intermediate container d4374de5b053 [2021-10-28T18:30:07.774Z] ---> 48d248d171cc [2021-10-28T18:30:07.774Z] [2021-10-28T18:30:07.774Z] ---> Running in d51cfa7cdb9e [2021-10-28T18:30:07.774Z] Successfully built 48d248d171cc [2021-10-28T18:30:07.774Z] Successfully tagged support-scheduler:latest [2021-10-28T18:30:07.774Z]  Building support-scheduler ... done Removing intermediate container d51cfa7cdb9e [2021-10-28T18:30:07.774Z] ---> 55732c69b414 [2021-10-28T18:30:07.774Z] [2021-10-28T18:30:07.774Z] Successfully built 55732c69b414 [2021-10-28T18:30:07.774Z] Successfully tagged core-metadata:latest [2021-10-28T18:30:08.343Z]  Building core-metadata ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:30:08.912Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-28T18:30:08.912Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T18:30:08.912Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-28T18:30:08.912Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T18:30:09.172Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-28T18:30:09.172Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-28T18:30:09.436Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:30:09.436Z] OK: 8 MiB in 20 packages [2021-10-28T18:30:09.696Z] Removing intermediate container effbc15bed77 [2021-10-28T18:30:09.696Z] ---> 4f63067de6ce [2021-10-28T18:30:09.696Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:30:09.696Z] ---> 43b98057871b [2021-10-28T18:30:09.696Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-28T18:30:09.964Z] ---> f7dd7dba276f [2021-10-28T18:30:09.964Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-28T18:30:10.224Z] ---> 044185d64273 [2021-10-28T18:30:10.224Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-28T18:30:10.224Z] ---> Running in 0287780a9f0f [2021-10-28T18:30:10.224Z] Removing intermediate container 0287780a9f0f [2021-10-28T18:30:10.224Z] ---> 65802319f432 [2021-10-28T18:30:10.224Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:30:10.484Z] ---> Running in 39f9d8d7da04 [2021-10-28T18:30:10.484Z] Removing intermediate container 39f9d8d7da04 [2021-10-28T18:30:10.484Z] ---> 2490e1442934 [2021-10-28T18:30:10.484Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:30:10.484Z] ---> Running in aeaf9e0516ed [2021-10-28T18:30:10.484Z] Removing intermediate container aeaf9e0516ed [2021-10-28T18:30:10.484Z] ---> 6f7c58f14c4b [2021-10-28T18:30:10.485Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:30:10.485Z] ---> Running in 46073b59e094 [2021-10-28T18:30:10.747Z] Removing intermediate container 46073b59e094 [2021-10-28T18:30:10.747Z] ---> 23f447dd8dac [2021-10-28T18:30:10.747Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:30:10.747Z] ---> Running in e140129c6aba [2021-10-28T18:30:10.747Z] Removing intermediate container e140129c6aba [2021-10-28T18:30:10.747Z] ---> a7454b9a5b91 [2021-10-28T18:30:10.747Z] [2021-10-28T18:30:10.747Z] Successfully built a7454b9a5b91 [2021-10-28T18:30:10.748Z] Successfully tagged core-data:latest [2021-10-28T18:30:11.014Z]  Building core-data ... done  [Pipeline] } [2021-10-28T18:30:11.019Z] $ docker stop --time=1 c44eec88d5642d81a5591a17d28593831fb1005620537272b160b7cfd90a2d25 [2021-10-28T18:30:12.317Z] $ docker rm -f c44eec88d5642d81a5591a17d28593831fb1005620537272b160b7cfd90a2d25 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T18:30:12.658Z] + docker images [2021-10-28T18:30:12.658Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-28T18:30:12.658Z] core-data latest a7454b9a5b91 2 seconds ago 20.7MB [2021-10-28T18:30:12.658Z] core-metadata latest 55732c69b414 5 seconds ago 16.9MB [2021-10-28T18:30:12.658Z] support-scheduler latest 48d248d171cc 5 seconds ago 16.2MB [2021-10-28T18:30:12.658Z] 48bf73f35be6 7 seconds ago 1.76GB [2021-10-28T18:30:12.658Z] b3f64fd7a241 7 seconds ago 1.76GB [2021-10-28T18:30:12.658Z] f20ec2cf5f61 8 seconds ago 1.76GB [2021-10-28T18:30:12.658Z] security-bootstrapper latest 5f8e099b427f 15 seconds ago 18.9MB [2021-10-28T18:30:12.658Z] 95a5b538b608 25 seconds ago 1.76GB [2021-10-28T18:30:12.658Z] sys-mgmt-agent latest 55a22684d5a7 35 seconds ago 294MB [2021-10-28T18:30:12.658Z] security-secretstore-setup latest bf0214f90023 About a minute ago 28.4MB [2021-10-28T18:30:12.658Z] support-notifications latest 6ef0e8c11a1f About a minute ago 16.9MB [2021-10-28T18:30:12.658Z] core-command latest 23672f27520d About a minute ago 16.1MB [2021-10-28T18:30:12.658Z] security-proxy-setup latest caf4e443eb88 About a minute ago 26.9MB [2021-10-28T18:30:12.658Z] 5bf27a17d475 About a minute ago 1.76GB [2021-10-28T18:30:12.658Z] e7e961c9593d About a minute ago 1.76GB [2021-10-28T18:30:12.658Z] abf35ab84ad1 About a minute ago 1.76GB [2021-10-28T18:30:12.658Z] 16d74267ae36 About a minute ago 1.76GB [2021-10-28T18:30:12.658Z] 1d5529c8b9a0 About a minute ago 1.75GB [2021-10-28T18:30:12.658Z] ci-base-image-x86_64 latest c580b8ad91ee 5 minutes ago 1.25GB [2021-10-28T18:30:12.658Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB [2021-10-28T18:30:12.658Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB [2021-10-28T18:30:12.658Z] docker 20.10.8 bc6c0ffef665 8 weeks ago 214MB [2021-10-28T18:30:12.658Z] alpine 3.14 14119a10abf4 2 months ago 5.6MB [2021-10-28T18:30:12.658Z] 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 [2021-10-28T18:30:28.070Z] Still waiting to schedule task [2021-10-28T18:30:28.070Z] ‘prd-ubuntu18.04-docker-8c-8g-159’ is offline [2021-10-28T18:33:27.558Z] Running on prd-ubuntu18.04-docker-8c-8g-202 in /w/workspace/edgexfoundry_edgex-go_PR-3783 [Pipeline] { [Pipeline] ws [2021-10-28T18:33:27.566Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-10-28T18:33:27.670Z] The recommended git tool is: git [2021-10-28T18:33:29.612Z] using credential edgex-jenkins-ssh [2021-10-28T18:33:29.622Z] Cloning the remote Git repository [2021-10-28T18:33:29.586Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:33:29.644Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-10-28T18:33:29.669Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:33:29.670Z] > git --version # timeout=10 [2021-10-28T18:33:29.677Z] > git --version # 'git version 2.17.1' [2021-10-28T18:33:29.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:33:29.705Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T18:33:45.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T18:33:45.348Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T18:33:45.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T18:33:45.367Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:33:45.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:33:45.371Z] > 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 [2021-10-28T18:33:45.929Z] Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:33:46.036Z] Merge succeeded, producing 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T18:33:46.037Z] Checking out Revision 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 (PR-3783) [2021-10-28T18:33:45.925Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T18:33:45.930Z] > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 [2021-10-28T18:33:45.990Z] > git remote # timeout=10 [2021-10-28T18:33:45.998Z] > git config --get remote.origin.url # timeout=10 [2021-10-28T18:33:46.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:33:46.008Z] > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 [2021-10-28T18:33:46.018Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-28T18:33:46.027Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T18:33:46.032Z] > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 [2021-10-28T18:33:49.647Z] 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 [2021-10-28T18:33:50.395Z] + echo snap-build.sh [2021-10-28T18:33:50.395Z] snap-build.sh [2021-10-28T18:33:50.395Z] + SNAP_BASE_DIR=. [2021-10-28T18:33:50.395Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-10-28T18:33:50.395Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-10-28T18:33:50.395Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-10-28T18:33:50.395Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-10-28T18:33:50.395Z] + cd /w/workspace/edgex-go/6 [2021-10-28T18:33:50.395Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-10-28T18:33:50.395Z] Reading package lists... [2021-10-28T18:33:50.395Z] Building dependency tree... [2021-10-28T18:33:50.395Z] Reading state information... [2021-10-28T18:33:50.395Z] The following packages were automatically installed and are no longer required: [2021-10-28T18:33:50.395Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-10-28T18:33:50.395Z] uidmap xdelta3 [2021-10-28T18:33:50.395Z] Use 'sudo apt autoremove' to remove them. [2021-10-28T18:33:50.395Z] The following packages will be REMOVED: [2021-10-28T18:33:50.395Z] lxd* lxd-client* [2021-10-28T18:33:50.708Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-10-28T18:33:50.708Z] After this operation, 31.7 MB disk space will be freed. [2021-10-28T18:33:51.234Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) [2021-10-28T18:33:51.234Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-28T18:33:51.809Z] Removing lxd dnsmasq configuration [2021-10-28T18:33:51.809Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-10-28T18:33:52.070Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-10-28T18:33:53.013Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:33:53.013Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) [2021-10-28T18:33:53.013Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-28T18:33:54.400Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-10-28T18:33:54.400Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-10-28T18:33:54.975Z] + sudo snap remove --purge lxd [2021-10-28T18:33:54.975Z] snap "lxd" is not installed [2021-10-28T18:33:54.975Z] + sudo groupadd --force --system lxd [2021-10-28T18:33:54.975Z] ++ whoami [2021-10-28T18:33:54.975Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-10-28T18:33:54.975Z] + newgrp - lxd [2021-10-28T18:33:55.236Z] + sudo snap install lxd [2021-10-28T18:34:05.244Z] 2021-10-28T18:34:01Z INFO Waiting for automatic snapd restart... [2021-10-28T18:34:23.381Z] lxd 4.19 from Canonical* installed [2021-10-28T18:34:23.381Z] + sudo lxd init --auto [2021-10-28T18:34:33.452Z] + sudo snap install --classic snapcraft [2021-10-28T18:34:43.460Z] snapcraft 5.0 from Canonical* installed [2021-10-28T18:34:43.460Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-10-28T18:34:43.460Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-10-28T18:34:43.460Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-28T18:34:43.460Z] Dload Upload Total Spent Left Speed [2021-10-28T18:34:43.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 [2021-10-28T18:34:43.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 26.3M [2021-10-28T18:34:43.460Z] ./yq_linux_amd64 [2021-10-28T18:34:43.460Z] + sudo snapcraft prime --use-lxd [2021-10-28T18:34:45.381Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-10-28T18:34:45.381Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-10-28T18:34:45.381Z] - README.md [2021-10-28T18:34:45.381Z] [2021-10-28T18:34:45.381Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-28T18:34:45.642Z] Launching a container. [2021-10-28T18:34:50.945Z] Waiting for container to be ready [2021-10-28T18:34:51.205Z] To start your first instance, try: lxc launch ubuntu:20.04 [2021-10-28T18:34:51.205Z] [2021-10-28T18:34:55.407Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-10-28T18:34:55.668Z] Waiting for network to be ready... [2021-10-28T18:34:56.238Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-28T18:34:56.238Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-28T18:34:56.238Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] [2021-10-28T18:34:56.498Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] [2021-10-28T18:34:56.498Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-28T18:34:56.498Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-28T18:34:56.498Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] [2021-10-28T18:34:56.498Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] [2021-10-28T18:34:56.498Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] [2021-10-28T18:34:56.498Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] [2021-10-28T18:34:56.759Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-28T18:34:56.759Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-28T18:34:57.020Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-28T18:34:57.281Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-28T18:34:57.281Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-28T18:34:57.281Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-28T18:34:57.281Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-28T18:34:57.281Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-28T18:34:57.543Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-28T18:34:57.804Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] [2021-10-28T18:34:57.804Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] [2021-10-28T18:34:57.804Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-28T18:34:57.804Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-28T18:34:57.804Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] [2021-10-28T18:34:57.804Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] [2021-10-28T18:34:57.804Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] [2021-10-28T18:34:57.804Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] [2021-10-28T18:35:00.373Z] Fetched 25.5 MB in 4s (6273 kB/s) [2021-10-28T18:35:00.951Z] Reading package lists... [2021-10-28T18:35:01.214Z] Reading package lists... [2021-10-28T18:35:01.481Z] Building dependency tree... [2021-10-28T18:35:01.481Z] Reading state information... [2021-10-28T18:35:01.481Z] The following additional packages will be installed: [2021-10-28T18:35:01.481Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-28T18:35:01.481Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-28T18:35:01.481Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-28T18:35:01.481Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-10-28T18:35:01.481Z] Suggested packages: [2021-10-28T18:35:01.481Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-10-28T18:35:01.481Z] Recommended packages: [2021-10-28T18:35:01.481Z] gnupg libsasl2-modules [2021-10-28T18:35:01.481Z] The following NEW packages will be installed: [2021-10-28T18:35:01.481Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-28T18:35:01.481Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-28T18:35:01.481Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-28T18:35:01.481Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-10-28T18:35:01.481Z] The following packages will be upgraded: [2021-10-28T18:35:01.481Z] gpg gpg-agent gpgconf libudev1 [2021-10-28T18:35:01.740Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-10-28T18:35:01.740Z] Need to get 3527 kB of archives. [2021-10-28T18:35:01.740Z] After this operation, 13.3 MB of additional disk space will be used. [2021-10-28T18:35:01.740Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-10-28T18:35:01.740Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-10-28T18:35:01.740Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-10-28T18:35:01.740Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-10-28T18:35:01.740Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] [2021-10-28T18:35:03.001Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] [2021-10-28T18:35:03.001Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-10-28T18:35:03.001Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-10-28T18:35:03.001Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-10-28T18:35:03.001Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-10-28T18:35:03.001Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-10-28T18:35:03.001Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-10-28T18:35:03.001Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-10-28T18:35:03.001Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-10-28T18:35:03.001Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-10-28T18:35:03.001Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-10-28T18:35:03.001Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-10-28T18:35:03.001Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-10-28T18:35:03.001Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-10-28T18:35:03.001Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-10-28T18:35:03.001Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-10-28T18:35:03.001Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-10-28T18:35:03.001Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:35:03.001Z] Fetched 3527 kB in 1s (2929 kB/s) [2021-10-28T18:35:03.001Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-28T18:35:03.001Z] Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:35:03.001Z] Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:35:03.001Z] Setting up libudev1:amd64 (237-3ubuntu10.52) ... [2021-10-28T18:35:03.262Z] Selecting previously unselected package udev. [2021-10-28T18:35:03.262Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-28T18:35:03.262Z] Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:35:03.262Z] Unpacking udev (237-3ubuntu10.52) ... [2021-10-28T18:35:03.262Z] Selecting previously unselected package libfuse2:amd64. [2021-10-28T18:35:03.262Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-10-28T18:35:03.262Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-28T18:35:03.522Z] Selecting previously unselected package fuse. [2021-10-28T18:35:03.522Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-10-28T18:35:03.522Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-10-28T18:35:03.522Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:35:03.522Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:35:03.522Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:35:03.522Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:35:03.522Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:35:03.522Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:35:03.783Z] Selecting previously unselected package libksba8:amd64. [2021-10-28T18:35:03.783Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-10-28T18:35:03.783Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-10-28T18:35:03.783Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-10-28T18:35:03.783Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:03.783Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:03.783Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-10-28T18:35:03.783Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:03.783Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:03.783Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-10-28T18:35:03.783Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:03.783Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:03.783Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-10-28T18:35:03.783Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:03.783Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.042Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-10-28T18:35:04.042Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:04.042Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.042Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-10-28T18:35:04.042Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:04.042Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.042Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-10-28T18:35:04.042Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:04.042Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.042Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-10-28T18:35:04.042Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:04.042Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.302Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-10-28T18:35:04.302Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:35:04.302Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.302Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-10-28T18:35:04.302Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-28T18:35:04.302Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:35:04.302Z] Selecting previously unselected package libsasl2-2:amd64. [2021-10-28T18:35:04.302Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-28T18:35:04.302Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:35:04.302Z] Selecting previously unselected package libldap-common. [2021-10-28T18:35:04.302Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-10-28T18:35:04.302Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:35:04.302Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-10-28T18:35:04.302Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-10-28T18:35:04.302Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:35:04.563Z] Selecting previously unselected package dirmngr. [2021-10-28T18:35:04.563Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:35:04.563Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-28T18:35:04.563Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:35:04.563Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-10-28T18:35:04.563Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-28T18:35:04.563Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:35:04.563Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:35:04.563Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-10-28T18:35:04.563Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:04.563Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-10-28T18:35:04.563Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:35:04.563Z] Setting up udev (237-3ubuntu10.52) ... [2021-10-28T18:35:04.824Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-10-28T18:35:05.084Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-10-28T18:35:05.084Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-10-28T18:35:05.084Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-10-28T18:35:05.084Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:35:05.084Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:35:05.344Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-28T18:35:05.344Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:35:05.606Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-10-28T18:35:05.606Z] settings in the [Install] section, and DefaultInstance for template units). [2021-10-28T18:35:05.606Z] This means they are not meant to be enabled using systemctl. [2021-10-28T18:35:05.606Z] Possible reasons for having this kind of units are: [2021-10-28T18:35:05.606Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-10-28T18:35:05.606Z] .wants/ or .requires/ directory. [2021-10-28T18:35:05.606Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-10-28T18:35:05.606Z] a requirement dependency on it. [2021-10-28T18:35:05.606Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-10-28T18:35:05.606Z] D-Bus, udev, scripted systemctl call, ...). [2021-10-28T18:35:05.606Z] 4) In case of template units, the unit is meant to be enabled with some [2021-10-28T18:35:05.606Z] instance name specified. [2021-10-28T18:35:05.867Z] Reading package lists... [2021-10-28T18:35:06.126Z] Building dependency tree... [2021-10-28T18:35:06.126Z] Reading state information... [2021-10-28T18:35:06.126Z] The following additional packages will be installed: [2021-10-28T18:35:06.126Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-10-28T18:35:06.126Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-10-28T18:35:06.126Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-10-28T18:35:06.126Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-10-28T18:35:06.126Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-10-28T18:35:06.126Z] Suggested packages: [2021-10-28T18:35:06.126Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-10-28T18:35:06.126Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-10-28T18:35:06.126Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-10-28T18:35:06.126Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-10-28T18:35:06.126Z] systemd-container policykit-1 [2021-10-28T18:35:06.126Z] Recommended packages: [2021-10-28T18:35:06.126Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-10-28T18:35:06.126Z] The following NEW packages will be installed: [2021-10-28T18:35:06.126Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-10-28T18:35:06.126Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-10-28T18:35:06.126Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-10-28T18:35:06.126Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-10-28T18:35:06.126Z] python3.6-minimal snapd squashfs-tools sudo [2021-10-28T18:35:06.126Z] The following packages will be upgraded: [2021-10-28T18:35:06.126Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-10-28T18:35:07.066Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-10-28T18:35:07.066Z] Need to get 36.8 MB of archives. [2021-10-28T18:35:07.066Z] After this operation, 147 MB of additional disk space will be used. [2021-10-28T18:35:07.066Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] [2021-10-28T18:35:07.331Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] [2021-10-28T18:35:07.331Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-10-28T18:35:07.331Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-10-28T18:35:07.331Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-10-28T18:35:07.331Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-10-28T18:35:07.331Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-10-28T18:35:07.331Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-10-28T18:35:07.331Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-10-28T18:35:07.331Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-10-28T18:35:07.331Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-10-28T18:35:07.331Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-10-28T18:35:07.331Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-10-28T18:35:07.331Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-10-28T18:35:07.331Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-10-28T18:35:07.331Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-10-28T18:35:07.331Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2021-10-28T18:35:08.270Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] [2021-10-28T18:35:08.270Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-10-28T18:35:08.270Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-10-28T18:35:08.270Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-10-28T18:35:08.270Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-10-28T18:35:08.270Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-10-28T18:35:08.270Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-10-28T18:35:08.270Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-10-28T18:35:08.270Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-10-28T18:35:08.270Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-10-28T18:35:08.270Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-10-28T18:35:08.270Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-10-28T18:35:08.270Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2021-10-28T18:35:09.652Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:35:09.652Z] Fetched 36.8 MB in 3s (12.1 MB/s) [2021-10-28T18:35:09.652Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-28T18:35:09.652Z] Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:35:09.652Z] Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:35:10.223Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:35:10.223Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:35:10.223Z] Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... [2021-10-28T18:35:10.223Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-28T18:35:10.223Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-10-28T18:35:10.223Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-10-28T18:35:10.483Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-10-28T18:35:10.483Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-28T18:35:10.483Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-10-28T18:35:10.483Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-10-28T18:35:10.743Z] Setting up apt (1.6.14) ... [2021-10-28T18:35:10.743Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-10-28T18:35:11.003Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-10-28T18:35:11.003Z] (Reading database ... 12764 files and directories currently installed.) [2021-10-28T18:35:11.003Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-28T18:35:11.003Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-28T18:35:11.264Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-10-28T18:35:11.264Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:35:11.264Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:11.524Z] Selecting previously unselected package libexpat1:amd64. [2021-10-28T18:35:11.524Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-10-28T18:35:11.524Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-28T18:35:11.524Z] Selecting previously unselected package python3.6-minimal. [2021-10-28T18:35:11.524Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:35:11.524Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:11.783Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-28T18:35:11.783Z] Checking for services that may need to be restarted...done. [2021-10-28T18:35:11.783Z] Checking for services that may need to be restarted...done. [2021-10-28T18:35:11.783Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:11.783Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-28T18:35:11.783Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:12.353Z] Selecting previously unselected package python3-minimal. [2021-10-28T18:35:12.353Z] (Reading database ... 13012 files and directories currently installed.) [2021-10-28T18:35:12.353Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-10-28T18:35:12.353Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-10-28T18:35:12.353Z] Selecting previously unselected package mime-support. [2021-10-28T18:35:12.353Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-10-28T18:35:12.353Z] Unpacking mime-support (3.60ubuntu1) ... [2021-10-28T18:35:12.353Z] Selecting previously unselected package libmpdec2:amd64. [2021-10-28T18:35:12.353Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-10-28T18:35:12.353Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-28T18:35:12.353Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-10-28T18:35:12.353Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:35:12.353Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:12.613Z] Selecting previously unselected package python3.6. [2021-10-28T18:35:12.613Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:35:12.613Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:12.613Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-10-28T18:35:12.613Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-10-28T18:35:12.613Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-28T18:35:12.613Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-10-28T18:35:12.874Z] Selecting previously unselected package python3. [2021-10-28T18:35:12.874Z] (Reading database ... 13442 files and directories currently installed.) [2021-10-28T18:35:12.874Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-10-28T18:35:12.874Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-10-28T18:35:12.874Z] Selecting previously unselected package multiarch-support. [2021-10-28T18:35:12.874Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:35:12.874Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-10-28T18:35:12.874Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-10-28T18:35:13.135Z] Selecting previously unselected package liblzo2-2:amd64. [2021-10-28T18:35:13.135Z] (Reading database ... 13479 files and directories currently installed.) [2021-10-28T18:35:13.135Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-10-28T18:35:13.135Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-10-28T18:35:13.135Z] Selecting previously unselected package libbsd0:amd64. [2021-10-28T18:35:13.135Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-10-28T18:35:13.135Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-28T18:35:13.135Z] Selecting previously unselected package sudo. [2021-10-28T18:35:13.135Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-10-28T18:35:13.135Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-28T18:35:13.135Z] Selecting previously unselected package apparmor. [2021-10-28T18:35:13.135Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-10-28T18:35:13.135Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-10-28T18:35:13.396Z] Selecting previously unselected package libedit2:amd64. [2021-10-28T18:35:13.396Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-10-28T18:35:13.396Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-10-28T18:35:13.396Z] Selecting previously unselected package libkrb5support0:amd64. [2021-10-28T18:35:13.396Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:35:13.396Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:13.396Z] Selecting previously unselected package libk5crypto3:amd64. [2021-10-28T18:35:13.396Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:35:13.396Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:13.396Z] Selecting previously unselected package libkeyutils1:amd64. [2021-10-28T18:35:13.396Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-10-28T18:35:13.656Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-28T18:35:13.656Z] Selecting previously unselected package libkrb5-3:amd64. [2021-10-28T18:35:13.656Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:35:13.656Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:13.656Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-10-28T18:35:13.656Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:35:13.656Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:13.656Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-10-28T18:35:13.656Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-10-28T18:35:13.656Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-28T18:35:13.917Z] Selecting previously unselected package openssh-client. [2021-10-28T18:35:13.917Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-10-28T18:35:13.917Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-28T18:35:13.917Z] Selecting previously unselected package squashfs-tools. [2021-10-28T18:35:13.917Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2021-10-28T18:35:13.917Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-28T18:35:13.917Z] Selecting previously unselected package snapd. [2021-10-28T18:35:13.917Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2021-10-28T18:35:13.917Z] Unpacking snapd (2.51.1+18.04) ... [2021-10-28T18:35:16.459Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-10-28T18:35:16.459Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-28T18:35:16.459Z] Setting up mime-support (3.60ubuntu1) ... [2021-10-28T18:35:16.459Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-28T18:35:16.459Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-28T18:35:16.459Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:16.459Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:35:16.459Z] Setting up systemd (237-3ubuntu10.52) ... [2021-10-28T18:35:16.459Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-10-28T18:35:16.721Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-28T18:35:16.721Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-28T18:35:16.721Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-10-28T18:35:16.721Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:16.721Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:16.721Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:35:17.663Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-28T18:35:17.663Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:17.663Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-28T18:35:17.663Z] Setting up python3 (3.6.7-1~18.04) ... [2021-10-28T18:35:17.663Z] running python rtupdate hooks for python3.6... [2021-10-28T18:35:17.663Z] running python post-rtupdate hooks for python3.6... [2021-10-28T18:35:17.663Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-10-28T18:35:18.233Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-10-28T18:35:18.492Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:35:18.492Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-28T18:35:18.492Z] Setting up snapd (2.51.1+18.04) ... [2021-10-28T18:35:19.061Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-10-28T18:35:19.061Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-10-28T18:35:19.321Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-10-28T18:35:19.580Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-10-28T18:35:19.580Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-28T18:35:19.581Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-28T18:35:19.840Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-10-28T18:35:20.100Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-10-28T18:35:20.100Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-10-28T18:35:20.360Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-10-28T18:35:20.360Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-10-28T18:35:20.360Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:35:20.360Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-28T18:35:21.299Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-28T18:35:21.299Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-28T18:35:21.299Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-28T18:35:22.598Z] Reading package lists... [2021-10-28T18:35:22.867Z] Reading package lists... [2021-10-28T18:35:22.867Z] Building dependency tree... [2021-10-28T18:35:22.867Z] Reading state information... [2021-10-28T18:35:23.127Z] Calculating upgrade... [2021-10-28T18:35:23.127Z] The following packages will be upgraded: [2021-10-28T18:35:23.127Z] advancecomp base-files bash binutils binutils-common [2021-10-28T18:35:23.127Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-10-28T18:35:23.127Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-10-28T18:35:23.127Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-10-28T18:35:23.127Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-10-28T18:35:23.127Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-10-28T18:35:23.127Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-10-28T18:35:23.127Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-10-28T18:35:23.127Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-10-28T18:35:23.128Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-10-28T18:35:23.128Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-10-28T18:35:23.128Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-10-28T18:35:23.128Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-10-28T18:35:23.128Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-10-28T18:35:23.128Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-10-28T18:35:23.128Z] ubuntu-keyring util-linux [2021-10-28T18:35:23.128Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-10-28T18:35:23.128Z] Need to get 64.1 MB of archives. [2021-10-28T18:35:23.128Z] After this operation, 5145 kB of additional disk space will be used. [2021-10-28T18:35:23.128Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-161.169 [985 kB] [2021-10-28T18:35:23.388Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-10-28T18:35:23.388Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-10-28T18:35:23.388Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-10-28T18:35:23.388Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-10-28T18:35:23.388Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-10-28T18:35:23.388Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-10-28T18:35:23.388Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-10-28T18:35:23.388Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-10-28T18:35:23.388Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-10-28T18:35:23.388Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-10-28T18:35:23.388Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-10-28T18:35:23.388Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-10-28T18:35:23.388Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-10-28T18:35:23.388Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-10-28T18:35:23.388Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-10-28T18:35:23.647Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-10-28T18:35:23.647Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-10-28T18:35:23.647Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-10-28T18:35:23.647Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-10-28T18:35:23.647Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-10-28T18:35:23.647Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-10-28T18:35:23.647Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-10-28T18:35:23.647Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-10-28T18:35:23.647Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-10-28T18:35:23.647Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-10-28T18:35:23.647Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-10-28T18:35:23.647Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-10-28T18:35:23.647Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-10-28T18:35:23.647Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-10-28T18:35:23.647Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-10-28T18:35:23.647Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-10-28T18:35:23.647Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-10-28T18:35:23.647Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2021-10-28T18:35:23.647Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-10-28T18:35:23.647Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-10-28T18:35:23.647Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-10-28T18:35:23.647Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-10-28T18:35:23.647Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-10-28T18:35:23.647Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-10-28T18:35:23.647Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-10-28T18:35:23.647Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] [2021-10-28T18:35:23.647Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2021-10-28T18:35:23.647Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-10-28T18:35:23.647Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-10-28T18:35:23.647Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-10-28T18:35:23.647Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] [2021-10-28T18:35:23.647Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-10-28T18:35:23.647Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-10-28T18:35:23.647Z] 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] [2021-10-28T18:35:23.647Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2021-10-28T18:35:23.647Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2021-10-28T18:35:23.647Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2021-10-28T18:35:23.647Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-10-28T18:35:23.647Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-10-28T18:35:23.647Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-10-28T18:35:23.647Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-10-28T18:35:23.907Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-10-28T18:35:23.907Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-10-28T18:35:23.907Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-10-28T18:35:23.907Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-10-28T18:35:24.170Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-10-28T18:35:24.170Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-10-28T18:35:24.170Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-10-28T18:35:24.170Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-10-28T18:35:24.170Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-10-28T18:35:24.170Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-10-28T18:35:24.170Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-10-28T18:35:24.170Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2021-10-28T18:35:24.170Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-10-28T18:35:24.431Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-10-28T18:35:24.431Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-10-28T18:35:24.431Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-10-28T18:35:24.431Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-10-28T18:35:24.431Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-10-28T18:35:24.431Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-10-28T18:35:24.431Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-10-28T18:35:24.431Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-10-28T18:35:24.431Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-10-28T18:35:24.431Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-10-28T18:35:24.431Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-10-28T18:35:24.431Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-10-28T18:35:24.431Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-10-28T18:35:24.431Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-10-28T18:35:24.431Z] 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] [2021-10-28T18:35:24.431Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-10-28T18:35:24.431Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] [2021-10-28T18:35:24.692Z] 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] [2021-10-28T18:35:24.692Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-10-28T18:35:24.692Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-10-28T18:35:24.692Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-10-28T18:35:24.692Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2021-10-28T18:35:24.692Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-10-28T18:35:24.952Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-10-28T18:35:24.952Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-10-28T18:35:24.952Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-10-28T18:35:24.952Z] 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] [2021-10-28T18:35:24.952Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-10-28T18:35:24.952Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-10-28T18:35:24.952Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-10-28T18:35:24.952Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-10-28T18:35:24.952Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-10-28T18:35:24.952Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-10-28T18:35:25.213Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:35:25.213Z] Fetched 64.1 MB in 2s (36.0 MB/s) [2021-10-28T18:35:25.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:35:25.213Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:35:25.213Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:35:25.783Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:35:25.783Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:35:25.783Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-161.169_amd64.deb ... [2021-10-28T18:35:25.783Z] Unpacking linux-libc-dev:amd64 (4.15.0-161.169) over (4.15.0-20.21) ... [2021-10-28T18:35:26.044Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.044Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.044Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.044Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.044Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.044Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.304Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.304Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.304Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.304Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.304Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.304Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.304Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.304Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.564Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:26.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:35:26.564Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.564Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.564Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:26.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:35:26.564Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.564Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.824Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.824Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.824Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:26.824Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:35:26.824Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:27.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:35:27.083Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:35:27.083Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:35:27.652Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-10-28T18:35:27.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:35:27.652Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2021-10-28T18:35:27.652Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-10-28T18:35:27.652Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-10-28T18:35:27.912Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2021-10-28T18:35:27.912Z] Setting up base-files (10.1ubuntu2.11) ... [2021-10-28T18:35:27.912Z] Installing new version of config file /etc/issue ... [2021-10-28T18:35:27.912Z] Installing new version of config file /etc/issue.net ... [2021-10-28T18:35:27.912Z] Installing new version of config file /etc/lsb-release ... [2021-10-28T18:35:27.912Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-10-28T18:35:28.171Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-10-28T18:35:28.171Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-10-28T18:35:28.171Z] Removing obsolete conffile /etc/default/motd-news ... [2021-10-28T18:35:28.432Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:28.432Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-10-28T18:35:28.432Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-10-28T18:35:28.432Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-10-28T18:35:28.432Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-10-28T18:35:28.693Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:28.693Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:28.693Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:28.693Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:28.693Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:28.693Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-10-28T18:35:28.693Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-10-28T18:35:28.954Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-10-28T18:35:29.213Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.213Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-10-28T18:35:29.213Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-28T18:35:29.213Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-10-28T18:35:29.477Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.477Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:35:29.477Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:35:29.477Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-28T18:35:29.477Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.477Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:35:29.477Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:35:29.477Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-10-28T18:35:29.737Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.737Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-10-28T18:35:29.737Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-10-28T18:35:29.737Z] Setting up grep (3.1-2build1) ... [2021-10-28T18:35:29.737Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.737Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-10-28T18:35:29.737Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-10-28T18:35:29.737Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-10-28T18:35:29.996Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.996Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-28T18:35:29.996Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-28T18:35:29.996Z] Setting up login (1:4.5-1ubuntu2) ... [2021-10-28T18:35:29.996Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:29.996Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:35:29.996Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:35:30.256Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-10-28T18:35:30.256Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:30.256Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-28T18:35:30.256Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:35:30.827Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-28T18:35:30.827Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:35:30.827Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-28T18:35:30.827Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:35:31.087Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-10-28T18:35:31.087Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:31.087Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-10-28T18:35:31.087Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:35:31.659Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-28T18:35:31.659Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-28T18:35:31.659Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-28T18:35:31.659Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-28T18:35:31.659Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-10-28T18:35:31.659Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:31.659Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-10-28T18:35:31.659Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-10-28T18:35:31.919Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-10-28T18:35:31.919Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:31.919Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:31.919Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:31.919Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:32.180Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.180Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:32.180Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:32.180Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:32.180Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.180Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:32.180Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:32.180Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:32.180Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.180Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:32.439Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:32.439Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:32.439Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.439Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:35:32.439Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:35:32.439Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:35:32.439Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:35:32.698Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-28T18:35:32.698Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.698Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:35:32.698Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:35:32.698Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-28T18:35:32.698Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.698Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:32.698Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:32.958Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:32.958Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.958Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:32.958Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:32.958Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:32.958Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:32.958Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:32.958Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:33.527Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:33.527Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-10-28T18:35:33.787Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-10-28T18:35:34.047Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:34.047Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:35:34.047Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:35:34.306Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:35:34.307Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:35:34.307Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-10-28T18:35:34.307Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:35:34.567Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-10-28T18:35:34.567Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:35:34.567Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-10-28T18:35:34.567Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-10-28T18:35:34.567Z] Setting up debconf (1.5.66ubuntu1) ... [2021-10-28T18:35:34.828Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:35:34.828Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-10-28T18:35:34.828Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-28T18:35:34.828Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-10-28T18:35:34.828Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:35:34.828Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-10-28T18:35:34.828Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-28T18:35:35.088Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-10-28T18:35:35.088Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:35:35.088Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-28T18:35:35.088Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:35:35.088Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:35:35.360Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:35:35.360Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-28T18:35:35.360Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:35:35.360Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:35:35.360Z] (Reading database ... 13919 files and directories currently installed.) [2021-10-28T18:35:35.360Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-28T18:35:35.360Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:35:35.620Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:35:35.620Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:35.620Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:35:35.620Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:35:35.620Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:35:35.620Z] Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:35:35.620Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:35:35.620Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:35:35.883Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-28T18:35:35.883Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:35.883Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2021-10-28T18:35:35.883Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2021-10-28T18:35:35.883Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2021-10-28T18:35:35.883Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:35.883Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-10-28T18:35:35.883Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-10-28T18:35:36.145Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-10-28T18:35:36.145Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:36.145Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-10-28T18:35:36.145Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:35:36.145Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:35:36.407Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:36.407Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:35:36.407Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:35:36.407Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-28T18:35:36.407Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:36.407Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-10-28T18:35:36.407Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-10-28T18:35:36.407Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-10-28T18:35:36.669Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:36.669Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-28T18:35:36.669Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-28T18:35:36.669Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-10-28T18:35:36.936Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:36.936Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:35:36.936Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:35:36.936Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-10-28T18:35:36.936Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:36.936Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-28T18:35:36.936Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-28T18:35:37.198Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-28T18:35:37.198Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.198Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-28T18:35:37.198Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-28T18:35:37.198Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-28T18:35:37.198Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.198Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-10-28T18:35:37.198Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-10-28T18:35:37.458Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-10-28T18:35:37.458Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.458Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-10-28T18:35:37.458Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-10-28T18:35:37.458Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-10-28T18:35:37.458Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.458Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-10-28T18:35:37.458Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-10-28T18:35:37.718Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-10-28T18:35:37.718Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.718Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2021-10-28T18:35:37.718Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2021-10-28T18:35:37.718Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2021-10-28T18:35:37.984Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.984Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-10-28T18:35:37.984Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-10-28T18:35:37.984Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-10-28T18:35:37.984Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:35:37.984Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-10-28T18:35:37.984Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-10-28T18:35:37.984Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-10-28T18:35:37.984Z] (Reading database ... 13924 files and directories currently installed.) [2021-10-28T18:35:37.984Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-28T18:35:37.984Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-28T18:35:38.252Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-28T18:35:38.252Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-28T18:35:38.252Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-28T18:35:38.252Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-28T18:35:38.517Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2021-10-28T18:35:38.517Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2021-10-28T18:35:38.517Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-10-28T18:35:38.517Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-10-28T18:35:38.517Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-10-28T18:35:38.517Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-10-28T18:35:38.779Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-10-28T18:35:38.779Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-10-28T18:35:38.779Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-10-28T18:35:38.779Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-10-28T18:35:38.779Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-10-28T18:35:38.779Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-10-28T18:35:38.779Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-10-28T18:35:38.779Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-10-28T18:35:39.039Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-10-28T18:35:39.039Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-10-28T18:35:39.039Z] Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... [2021-10-28T18:35:39.039Z] Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... [2021-10-28T18:35:39.300Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-10-28T18:35:39.300Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-10-28T18:35:39.300Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-10-28T18:35:39.300Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-10-28T18:35:39.560Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:35:39.560Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:35:39.820Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:35:39.820Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:35:39.820Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:35:39.820Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:35:39.820Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:35:39.820Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:35:40.080Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:40.080Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:40.080Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:40.080Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:40.080Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:40.339Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:40.339Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:40.339Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:41.283Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:41.283Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:41.852Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:41.852Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:42.112Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:42.112Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:42.373Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:42.373Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:43.313Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:35:43.313Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:35:43.313Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-28T18:35:43.313Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-28T18:35:43.313Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-10-28T18:35:43.313Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-28T18:35:43.313Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-10-28T18:35:43.313Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-28T18:35:43.573Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-10-28T18:35:43.573Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-10-28T18:35:43.573Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-28T18:35:43.573Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-28T18:35:43.573Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-28T18:35:43.573Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-28T18:35:43.573Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-10-28T18:35:43.573Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-10-28T18:35:43.832Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:43.832Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-28T18:35:43.832Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:43.832Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:43.832Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:43.832Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-10-28T18:35:43.832Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-10-28T18:35:43.832Z] Setting up tzdata (2021e-0ubuntu0.18.04) ... [2021-10-28T18:35:43.832Z] [2021-10-28T18:35:43.832Z] Current default time zone: 'Etc/UTC' [2021-10-28T18:35:43.832Z] Local time is now: Thu Oct 28 18:35:43 UTC 2021. [2021-10-28T18:35:43.832Z] Universal Time is now: Thu Oct 28 18:35:43 UTC 2021. [2021-10-28T18:35:43.832Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-10-28T18:35:43.832Z] [2021-10-28T18:35:43.832Z] Setting up systemd-sysv (237-3ubuntu10.52) ... [2021-10-28T18:35:43.832Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:44.092Z] Setting up linux-libc-dev:amd64 (4.15.0-161.169) ... [2021-10-28T18:35:44.092Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:35:44.092Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-10-28T18:35:44.092Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-10-28T18:35:44.092Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-10-28T18:35:44.092Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-10-28T18:35:44.092Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-10-28T18:35:44.092Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-10-28T18:35:44.092Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:44.092Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-10-28T18:35:44.092Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:44.092Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:35:44.092Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:44.092Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-10-28T18:35:44.092Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-10-28T18:35:44.351Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-10-28T18:35:44.351Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-28T18:35:44.351Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-10-28T18:35:44.351Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-10-28T18:35:44.351Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:35:44.351Z] Setting up ca-certificates (20210119~18.04.2) ... [2021-10-28T18:35:46.260Z] Updating certificates in /etc/ssl/certs... [2021-10-28T18:35:46.835Z] 23 added, 28 removed; done. [2021-10-28T18:35:46.835Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-10-28T18:35:46.835Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:35:46.835Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-10-28T18:35:46.835Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-10-28T18:35:46.835Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-10-28T18:35:47.095Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:35:47.095Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-10-28T18:35:47.095Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:35:47.095Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-10-28T18:35:47.095Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-10-28T18:35:47.095Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:35:47.095Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:35:47.095Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-10-28T18:35:47.095Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-10-28T18:35:47.095Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-10-28T18:35:47.356Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:35:47.356Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-28T18:35:47.356Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-10-28T18:35:47.356Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2021-10-28T18:35:47.356Z] Updating certificates in /etc/ssl/certs... [2021-10-28T18:35:47.925Z] 0 added, 0 removed; done. [2021-10-28T18:35:47.926Z] Running hooks in /etc/ca-certificates/update.d... [2021-10-28T18:35:47.926Z] done. [2021-10-28T18:35:48.495Z] Reading package lists... [2021-10-28T18:35:48.495Z] Building dependency tree... [2021-10-28T18:35:48.495Z] Reading state information... [2021-10-28T18:35:48.755Z] The following NEW packages will be installed: [2021-10-28T18:35:48.755Z] apt-transport-https [2021-10-28T18:35:48.755Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-10-28T18:35:49.018Z] Need to get 4348 B of archives. [2021-10-28T18:35:49.018Z] After this operation, 154 kB of additional disk space will be used. [2021-10-28T18:35:49.018Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-10-28T18:35:49.018Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:35:49.018Z] Fetched 4348 B in 0s (23.6 kB/s) [2021-10-28T18:35:49.018Z] Selecting previously unselected package apt-transport-https. [2021-10-28T18:35:49.018Z] (Reading database ... 13931 files and directories currently installed.) [2021-10-28T18:35:49.018Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-10-28T18:35:49.018Z] Unpacking apt-transport-https (1.6.14) ... [2021-10-28T18:35:49.018Z] Setting up apt-transport-https (1.6.14) ... [2021-10-28T18:35:49.278Z] Waiting for network to be ready... [2021-10-28T18:35:55.858Z] 2021-10-28T18:35:52Z INFO Waiting for automatic snapd restart... [2021-10-28T18:35:56.799Z] snapd 2.52.1 from Canonical* installed [2021-10-28T18:35:57.370Z] "snapd" switched to the "latest/stable" channel [2021-10-28T18:35:57.370Z] [2021-10-28T18:35:59.908Z] core18 20211015 from Canonical* installed [2021-10-28T18:35:59.908Z] "core18" switched to the "latest/stable" channel [2021-10-28T18:35:59.908Z] [2021-10-28T18:36:02.446Z] snapcraft 5.0 from Canonical* installed [2021-10-28T18:36:02.706Z] "snapcraft" switched to the "latest/stable" channel [2021-10-28T18:36:02.706Z] [2021-10-28T18:36:06.909Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-10-28T18:36:06.909Z] - README.md [2021-10-28T18:36:06.909Z] [2021-10-28T18:36:06.909Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-28T18:36:07.478Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-28T18:36:07.478Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-28T18:36:07.478Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-28T18:36:08.678Z] Reading package lists... [2021-10-28T18:36:08.938Z] 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 [2021-10-28T18:36:09.199Z] Reading package lists... [2021-10-28T18:36:09.199Z] Building dependency tree... [2021-10-28T18:36:09.199Z] Reading state information... [2021-10-28T18:36:09.464Z] Suggested packages: [2021-10-28T18:36:09.464Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-10-28T18:36:09.464Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-10-28T18:36:09.464Z] Recommended packages: [2021-10-28T18:36:09.464Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-10-28T18:36:09.464Z] The following NEW packages will be installed: [2021-10-28T18:36:09.464Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-10-28T18:36:09.464Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-10-28T18:36:09.464Z] pkg-config zip [2021-10-28T18:36:09.464Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-10-28T18:36:09.464Z] Need to get 7670 kB of archives. [2021-10-28T18:36:09.465Z] After this operation, 43.8 MB of additional disk space will be used. [2021-10-28T18:36:09.465Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-10-28T18:36:09.725Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2021-10-28T18:36:09.725Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2021-10-28T18:36:09.725Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2021-10-28T18:36:09.725Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-10-28T18:36:09.725Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-10-28T18:36:09.725Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-10-28T18:36:09.985Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-10-28T18:36:09.985Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-10-28T18:36:10.245Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-10-28T18:36:10.245Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-10-28T18:36:10.245Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-10-28T18:36:10.245Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-10-28T18:36:10.504Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-10-28T18:36:10.766Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-10-28T18:36:11.026Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:36:11.026Z] Fetched 7670 kB in 1s (5447 kB/s) [2021-10-28T18:36:11.026Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-10-28T18:36:11.026Z] (Reading database ... 13935 files and directories currently installed.) [2021-10-28T18:36:11.026Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-10-28T18:36:11.026Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-28T18:36:11.287Z] Selecting previously unselected package libpsl5:amd64. [2021-10-28T18:36:11.287Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-10-28T18:36:11.287Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-10-28T18:36:11.287Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-10-28T18:36:11.287Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-10-28T18:36:11.287Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-28T18:36:11.287Z] Selecting previously unselected package librtmp1:amd64. [2021-10-28T18:36:11.287Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-10-28T18:36:11.287Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-28T18:36:11.548Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-10-28T18:36:11.548Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2021-10-28T18:36:11.548Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-28T18:36:11.548Z] Selecting previously unselected package liberror-perl. [2021-10-28T18:36:11.548Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-10-28T18:36:11.548Z] Unpacking liberror-perl (0.17025-1) ... [2021-10-28T18:36:11.548Z] Selecting previously unselected package git-man. [2021-10-28T18:36:11.548Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2021-10-28T18:36:11.548Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:36:11.809Z] Selecting previously unselected package git. [2021-10-28T18:36:11.809Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2021-10-28T18:36:11.809Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:36:12.380Z] Selecting previously unselected package libnorm1:amd64. [2021-10-28T18:36:12.380Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-10-28T18:36:12.380Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-28T18:36:12.380Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-10-28T18:36:12.380Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-10-28T18:36:12.380Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-28T18:36:12.380Z] Selecting previously unselected package libsodium23:amd64. [2021-10-28T18:36:12.380Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-10-28T18:36:12.380Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-10-28T18:36:12.380Z] Selecting previously unselected package libzmq5:amd64. [2021-10-28T18:36:12.380Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-28T18:36:12.380Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:36:12.640Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-10-28T18:36:12.640Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-28T18:36:12.640Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:36:12.640Z] Selecting previously unselected package pkg-config. [2021-10-28T18:36:12.640Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-10-28T18:36:12.640Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-10-28T18:36:12.640Z] Selecting previously unselected package zip. [2021-10-28T18:36:12.640Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-10-28T18:36:12.640Z] Unpacking zip (3.0-11build1) ... [2021-10-28T18:36:12.640Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-28T18:36:12.640Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:36:12.640Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-28T18:36:12.901Z] Setting up liberror-perl (0.17025-1) ... [2021-10-28T18:36:12.901Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-10-28T18:36:12.901Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-28T18:36:12.901Z] No schema files found: doing nothing. [2021-10-28T18:36:12.901Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-28T18:36:12.901Z] Setting up zip (3.0-11build1) ... [2021-10-28T18:36:12.901Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-28T18:36:12.901Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-10-28T18:36:12.901Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-10-28T18:36:12.901Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:36:12.901Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-28T18:36:12.901Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:36:12.901Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:36:12.901Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:36:13.843Z] git set to automatically installed. [2021-10-28T18:36:13.843Z] git-man set to automatically installed. [2021-10-28T18:36:13.843Z] libcurl3-gnutls set to automatically installed. [2021-10-28T18:36:13.843Z] liberror-perl set to automatically installed. [2021-10-28T18:36:13.843Z] libglib2.0-0 set to automatically installed. [2021-10-28T18:36:13.843Z] libnghttp2-14 set to automatically installed. [2021-10-28T18:36:13.843Z] libnorm1 set to automatically installed. [2021-10-28T18:36:13.843Z] libpgm-5.2-0 set to automatically installed. [2021-10-28T18:36:13.843Z] libpsl5 set to automatically installed. [2021-10-28T18:36:13.843Z] librtmp1 set to automatically installed. [2021-10-28T18:36:13.843Z] libsodium23 set to automatically installed. [2021-10-28T18:36:13.843Z] libzmq3-dev set to automatically installed. [2021-10-28T18:36:13.843Z] libzmq5 set to automatically installed. [2021-10-28T18:36:13.843Z] pkg-config set to automatically installed. [2021-10-28T18:36:13.843Z] zip set to automatically installed. [2021-10-28T18:36:14.787Z] snapd is not logged in, snap install commands will use sudo [2021-10-28T18:36:15.728Z] snap "core18" has no updates available [2021-10-28T18:36:16.302Z] snapd is not logged in, snap install commands will use sudo [2021-10-28T18:36:28.538Z] go (1.16/stable) 1.16.9 from Michael Hudson-Doyle (mwhudson) installed [2021-10-28T18:36:28.538Z] Pulling config-common [2021-10-28T18:36:28.538Z] + snapcraftctl pull [2021-10-28T18:36:28.538Z] Pulling go-build-helper [2021-10-28T18:36:28.798Z] + snapcraftctl pull [2021-10-28T18:36:30.180Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-10-28T18:36:30.180Z] Skipping pull go-build-helper (already ran) [2021-10-28T18:36:30.180Z] Building go-build-helper [2021-10-28T18:36:30.180Z] + snapcraftctl build [2021-10-28T18:36:32.090Z] Staging go-build-helper [2021-10-28T18:36:32.348Z] + snapcraftctl stage [2021-10-28T18:36:42.338Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-28T18:36:42.338Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-28T18:36:42.338Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] [2021-10-28T18:36:42.338Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] [2021-10-28T18:36:42.338Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-28T18:36:42.338Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-28T18:36:42.338Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] [2021-10-28T18:36:42.338Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] [2021-10-28T18:36:42.338Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] [2021-10-28T18:36:42.338Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] [2021-10-28T18:36:42.338Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-28T18:36:42.338Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-28T18:36:42.338Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-28T18:36:42.338Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-28T18:36:42.338Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-28T18:36:42.338Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-28T18:36:42.338Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-28T18:36:42.338Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-28T18:36:42.338Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-28T18:36:42.338Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] [2021-10-28T18:36:42.338Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] [2021-10-28T18:36:42.338Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-28T18:36:42.338Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-28T18:36:42.338Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] [2021-10-28T18:36:42.338Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] [2021-10-28T18:36:42.338Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] [2021-10-28T18:36:42.338Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] [2021-10-28T18:36:42.338Z] Fetched 25.5 MB in 0s (0 B/s) [2021-10-28T18:36:42.338Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-10-28T18:36:42.338Z] Fetched 224 kB in 0s (0 B/s) [2021-10-28T18:36:42.338Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-10-28T18:36:42.338Z] Fetched 157 kB in 0s (0 B/s) [2021-10-28T18:36:42.338Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-10-28T18:36:42.338Z] Fetched 221 kB in 0s (0 B/s) [2021-10-28T18:36:42.339Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-10-28T18:36:42.339Z] Fetched 143 kB in 0s (0 B/s) [2021-10-28T18:36:42.339Z] Pulling edgex-go [2021-10-28T18:36:42.339Z] + snapcraftctl pull [2021-10-28T18:36:42.597Z] Pulling hooks [2021-10-28T18:36:42.597Z] + snapcraftctl pull [2021-10-28T18:37:00.740Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-28T18:37:00.740Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-28T18:37:00.740Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-28T18:37:00.740Z] Fetched 0 B in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-10-28T18:37:00.740Z] Fetched 96.5 kB in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-10-28T18:37:00.740Z] Fetched 279 kB in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-10-28T18:37:00.740Z] Fetched 122 kB in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-10-28T18:37:00.740Z] Fetched 77.8 kB in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-10-28T18:37:00.740Z] Fetched 8848 B in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-10-28T18:37:00.740Z] Fetched 47.8 kB in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-10-28T18:37:00.740Z] Fetched 45.6 kB in 0s (0 B/s) [2021-10-28T18:37:00.740Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-10-28T18:37:00.741Z] Fetched 15.0 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] [2021-10-28T18:37:00.741Z] Fetched 220 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-10-28T18:37:00.741Z] Fetched 154 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-10-28T18:37:00.741Z] Fetched 50.6 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-10-28T18:37:00.741Z] Fetched 14.8 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-10-28T18:37:00.741Z] Fetched 41.8 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-10-28T18:37:00.741Z] Fetched 499 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-10-28T18:37:00.741Z] Fetched 111 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-10-28T18:37:00.741Z] Fetched 240 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-10-28T18:37:00.741Z] Fetched 29.3 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-10-28T18:37:00.741Z] Fetched 85.5 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-10-28T18:37:00.741Z] Fetched 24.5 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-10-28T18:37:00.741Z] Fetched 49.2 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-10-28T18:37:00.741Z] Fetched 54.2 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-10-28T18:37:00.741Z] Fetched 30.8 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-10-28T18:37:00.741Z] Fetched 15.8 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-10-28T18:37:00.741Z] Fetched 85.9 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-10-28T18:37:00.741Z] Fetched 8720 B in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-10-28T18:37:00.741Z] Fetched 140 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-10-28T18:37:00.741Z] Fetched 119 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-10-28T18:37:00.741Z] Fetched 111 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-10-28T18:37:00.741Z] Fetched 11.1 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2021-10-28T18:37:00.741Z] Fetched 646 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-10-28T18:37:00.741Z] Fetched 41.3 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-10-28T18:37:00.741Z] Fetched 17.9 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-10-28T18:37:00.741Z] Fetched 368 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-10-28T18:37:00.741Z] Fetched 187 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-10-28T18:37:00.741Z] Fetched 175 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-10-28T18:37:00.741Z] Fetched 206 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] [2021-10-28T18:37:00.741Z] Fetched 1302 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-10-28T18:37:00.741Z] Fetched 36.2 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] [2021-10-28T18:37:00.741Z] Fetched 159 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-10-28T18:37:00.741Z] Fetched 107 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-10-28T18:37:00.741Z] Fetched 48.7 kB in 0s (0 B/s) [2021-10-28T18:37:00.741Z] Pulling static-packages [2021-10-28T18:37:00.741Z] + snapcraftctl pull [2021-10-28T18:37:00.741Z] Pulling version [2021-10-28T18:37:00.741Z] + cd /root/project [2021-10-28T18:37:00.741Z] + + git describe --tags --abbrev=0 [2021-10-28T18:37:00.741Z] sed s/v// [2021-10-28T18:37:00.741Z] + GIT_VERSION=2.0.1-dev.81 [2021-10-28T18:37:00.741Z] + [ -z 2.0.1-dev.81 ] [2021-10-28T18:37:00.741Z] + snapcraftctl set-version 2.0.1-dev.81 [2021-10-28T18:37:01.345Z] Building config-common [2021-10-28T18:37:01.345Z] + snapcraftctl build [2021-10-28T18:37:03.917Z] Skipping build go-build-helper (already ran) [2021-10-28T18:37:03.917Z] Building edgex-go [2021-10-28T18:37:03.917Z] + cd /root/parts/edgex-go/src [2021-10-28T18:37:03.917Z] + git describe --tags --abbrev=0 [2021-10-28T18:37:03.917Z] + sed s/v// [2021-10-28T18:37:03.917Z] + GIT_VERSION=2.0.1-dev.81 [2021-10-28T18:37:03.917Z] + [ -z 2.0.1-dev.81 ] [2021-10-28T18:37:03.917Z] + echo 2.0.1-dev.81 [2021-10-28T18:37:03.917Z] + [ ! -d vendor ] [2021-10-28T18:37:03.917Z] + go mod download all [2021-10-28T18:37:12.053Z] + make build [2021-10-28T18:37:12.054Z] 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 [2021-10-28T18:37:22.038Z] 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 [2021-10-28T18:37:27.313Z] 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 [2021-10-28T18:37:28.250Z] 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 [2021-10-28T18:37:29.631Z] 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 [2021-10-28T18:37:30.200Z] 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 [2021-10-28T18:37:31.139Z] 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 [2021-10-28T18:37:32.519Z] 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 [2021-10-28T18:37:33.902Z] 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 [2021-10-28T18:37:35.284Z] 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 [2021-10-28T18:37:36.222Z] 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 [2021-10-28T18:37:37.160Z] 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 [2021-10-28T18:37:39.067Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-10-28T18:37:39.067Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-10-28T18:37:39.067Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-10-28T18:37:39.067Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-10-28T18:37:39.067Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-10-28T18:37:39.067Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-10-28T18:37:39.067Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-10-28T18:37:39.067Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-10-28T18:37:39.067Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-10-28T18:37:39.067Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-10-28T18:37:39.067Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-10-28T18:37:40.015Z] Building hooks [2021-10-28T18:37:40.015Z] + cd /root/parts/hooks/src [2021-10-28T18:37:40.015Z] + make build [2021-10-28T18:37:40.015Z] go mod tidy [2021-10-28T18:37:40.274Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 [2021-10-28T18:37:40.533Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-10-28T18:37:40.533Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-10-28T18:37:40.533Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-10-28T18:37:41.472Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-10-28T18:37:41.732Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-10-28T18:37:41.732Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-10-28T18:37:45.030Z] Building static-packages [2021-10-28T18:37:45.030Z] + snapcraftctl build [2021-10-28T18:37:46.938Z] Building version [2021-10-28T18:37:46.938Z] + snapcraftctl build [2021-10-28T18:37:48.849Z] Staging config-common [2021-10-28T18:37:48.849Z] + snapcraftctl stage [2021-10-28T18:37:49.789Z] Skipping stage go-build-helper (already ran) [2021-10-28T18:37:49.789Z] Staging edgex-go [2021-10-28T18:37:49.789Z] + snapcraftctl stage [2021-10-28T18:37:51.171Z] Staging hooks [2021-10-28T18:37:51.171Z] + snapcraftctl stage [2021-10-28T18:37:52.111Z] Staging static-packages [2021-10-28T18:37:52.111Z] + snapcraftctl stage [2021-10-28T18:37:53.049Z] Staging version [2021-10-28T18:37:53.050Z] + snapcraftctl stage [2021-10-28T18:37:54.428Z] Priming config-common [2021-10-28T18:37:54.428Z] + snapcraftctl prime [2021-10-28T18:37:55.365Z] Priming go-build-helper [2021-10-28T18:37:55.365Z] + snapcraftctl prime [2021-10-28T18:37:56.744Z] Priming edgex-go [2021-10-28T18:37:56.744Z] + snapcraftctl prime [2021-10-28T18:37:58.125Z] Priming hooks [2021-10-28T18:37:58.125Z] + snapcraftctl prime [2021-10-28T18:37:59.064Z] Priming static-packages [2021-10-28T18:37:59.064Z] + snapcraftctl prime [2021-10-28T18:38:01.599Z] Priming version [2021-10-28T18:38:01.599Z] + snapcraftctl prime [2021-10-28T18:38:02.979Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-28T20:53:55.849Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12249 in /w/workspace/edgexfoundry_edgex-go_PR-3783 [Pipeline] { [Pipeline] ws [2021-10-28T20:53:55.860Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-10-28T20:53:56.159Z] The recommended git tool is: git [2021-10-28T20:54:04.152Z] using credential edgex-jenkins-ssh [2021-10-28T20:54:04.177Z] Cloning the remote Git repository [2021-10-28T20:54:04.277Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:54:04.421Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-10-28T20:54:04.533Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:54:04.534Z] > git --version # timeout=10 [2021-10-28T20:54:04.560Z] > git --version # 'git version 2.17.1' [2021-10-28T20:54:04.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T20:54:04.640Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T20:54:44.417Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T20:54:44.448Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T20:54:44.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T20:54:44.518Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:54:44.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T20:54:44.535Z] > 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 [2021-10-28T20:54:45.253Z] Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T20:54:45.670Z] Merge succeeded, producing 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T20:54:45.671Z] Checking out Revision 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 (PR-3783) [2021-10-28T20:54:45.280Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T20:54:45.305Z] > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 [2021-10-28T20:54:45.561Z] > git remote # timeout=10 [2021-10-28T20:54:45.582Z] > git config --get remote.origin.url # timeout=10 [2021-10-28T20:54:45.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T20:54:45.633Z] > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 [2021-10-28T20:54:45.659Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-28T20:54:45.684Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T20:54:45.695Z] > git checkout -f 12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 # timeout=10 [2021-10-28T20:54:50.224Z] 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 [2021-10-28T20:54:51.108Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-28T20:54:51.108Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-28T20:54:51.108Z] Dload Upload Total Spent Left Speed [2021-10-28T20:54:51.108Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 169k 0 --:--:-- --:--:-- --:--:-- 169k [Pipeline] sh [2021-10-28T20:54:51.528Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-28T20:54:51.875Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-28T20:54:51.875Z] + sudo tee /etc/docker/daemon.new [2021-10-28T20:54:51.875Z] { [2021-10-28T20:54:51.875Z] "registry-mirrors": [ [2021-10-28T20:54:51.875Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-28T20:54:51.875Z] ], [2021-10-28T20:54:51.875Z] "bip": "10.250.0.254/24", [2021-10-28T20:54:51.875Z] "hosts": [ [2021-10-28T20:54:51.875Z] "tcp://0.0.0.0:5555", [2021-10-28T20:54:51.875Z] "unix:///var/run/docker.sock" [2021-10-28T20:54:51.875Z] ], [2021-10-28T20:54:51.875Z] "mtu": 1458, [2021-10-28T20:54:51.875Z] "selinux-enabled": true, [2021-10-28T20:54:51.875Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-28T20:54:51.875Z] } [Pipeline] sh [2021-10-28T20:54:52.220Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-28T20:54:52.568Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T20:55:10.904Z] provisioning config files... [2021-10-28T20:55:10.929Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5376754711624561253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T20:55:11.292Z] ---> docker-login.sh [2021-10-28T20:55:11.292Z] nexus3.edgexfoundry.org:10001 [2021-10-28T20:55:11.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T20:55:12.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T20:55:12.490Z] Configure a credential helper to remove this warning. See [2021-10-28T20:55:12.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T20:55:12.490Z] [2021-10-28T20:55:12.490Z] Login Succeeded [2021-10-28T20:55:12.490Z] nexus3.edgexfoundry.org:10002 [2021-10-28T20:55:12.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T20:55:13.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T20:55:13.037Z] Configure a credential helper to remove this warning. See [2021-10-28T20:55:13.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T20:55:13.037Z] [2021-10-28T20:55:13.037Z] Login Succeeded [2021-10-28T20:55:13.037Z] nexus3.edgexfoundry.org:10003 [2021-10-28T20:55:13.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T20:55:13.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T20:55:13.313Z] Configure a credential helper to remove this warning. See [2021-10-28T20:55:13.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T20:55:13.313Z] [2021-10-28T20:55:13.313Z] Login Succeeded [2021-10-28T20:55:13.585Z] nexus3.edgexfoundry.org:10004 [2021-10-28T20:55:13.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T20:55:13.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T20:55:13.859Z] Configure a credential helper to remove this warning. See [2021-10-28T20:55:13.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T20:55:13.859Z] [2021-10-28T20:55:13.859Z] Login Succeeded [2021-10-28T20:55:13.859Z] docker.io [2021-10-28T20:55:14.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T20:55:14.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T20:55:14.726Z] Configure a credential helper to remove this warning. See [2021-10-28T20:55:14.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T20:55:14.726Z] [2021-10-28T20:55:14.726Z] Login Succeeded [2021-10-28T20:55:14.726Z] ---> docker-login.sh ends [Pipeline] } [2021-10-28T20:55:14.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-28T20:55:15.238Z] ========================================================= [2021-10-28T20:55:15.238Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-28T20:55:15.238Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T20:55:15.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T20:55:15.874Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-28T20:55:15.874Z] 552d1f2373af: Pulling fs layer [2021-10-28T20:55:15.874Z] ea3f2d53f512: Pulling fs layer [2021-10-28T20:55:15.874Z] 9e70ebbbe112: Pulling fs layer [2021-10-28T20:55:15.874Z] 7a9cfe048b4a: Pulling fs layer [2021-10-28T20:55:15.874Z] 72dc09318566: Pulling fs layer [2021-10-28T20:55:15.874Z] f4f7b4309257: Pulling fs layer [2021-10-28T20:55:15.874Z] 0ac9a79272e3: Pulling fs layer [2021-10-28T20:55:15.874Z] b78e95d17946: Pulling fs layer [2021-10-28T20:55:15.874Z] 72dc09318566: Waiting [2021-10-28T20:55:15.874Z] f4f7b4309257: Waiting [2021-10-28T20:55:15.874Z] 0ac9a79272e3: Waiting [2021-10-28T20:55:15.874Z] b78e95d17946: Waiting [2021-10-28T20:55:15.874Z] 7a9cfe048b4a: Waiting [2021-10-28T20:55:15.874Z] 9e70ebbbe112: Download complete [2021-10-28T20:55:15.874Z] ea3f2d53f512: Verifying Checksum [2021-10-28T20:55:15.874Z] ea3f2d53f512: Download complete [2021-10-28T20:55:15.874Z] 72dc09318566: Verifying Checksum [2021-10-28T20:55:15.874Z] 72dc09318566: Download complete [2021-10-28T20:55:15.874Z] f4f7b4309257: Verifying Checksum [2021-10-28T20:55:15.874Z] f4f7b4309257: Download complete [2021-10-28T20:55:15.874Z] 552d1f2373af: Verifying Checksum [2021-10-28T20:55:15.874Z] 552d1f2373af: Download complete [2021-10-28T20:55:15.874Z] 0ac9a79272e3: Verifying Checksum [2021-10-28T20:55:15.874Z] 0ac9a79272e3: Download complete [2021-10-28T20:55:16.867Z] 552d1f2373af: Pull complete [2021-10-28T20:55:17.485Z] ea3f2d53f512: Pull complete [2021-10-28T20:55:17.764Z] 9e70ebbbe112: Pull complete [2021-10-28T20:55:18.040Z] b78e95d17946: Verifying Checksum [2021-10-28T20:55:18.040Z] b78e95d17946: Download complete [2021-10-28T20:55:18.315Z] 7a9cfe048b4a: Verifying Checksum [2021-10-28T20:55:18.315Z] 7a9cfe048b4a: Download complete [2021-10-28T20:55:30.794Z] 7a9cfe048b4a: Pull complete [2021-10-28T20:55:30.794Z] 72dc09318566: Pull complete [2021-10-28T20:55:30.794Z] f4f7b4309257: Pull complete [2021-10-28T20:55:30.794Z] 0ac9a79272e3: Pull complete [2021-10-28T20:55:36.227Z] b78e95d17946: Pull complete [2021-10-28T20:55:36.227Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-28T20:55:36.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T20:55:36.227Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-28T20:55:36.581Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T20:55:36.581Z] WORKDIR /edgex [2021-10-28T20:55:36.581Z] COPY go.mod . [2021-10-28T20:55:36.581Z] RUN go mod download [2021-10-28T20:55:36.581Z] + docker build -t ci-base-image-arm64 -f - . [2021-10-28T20:55:38.583Z] Sending build context to Docker daemon 166.6MB [2021-10-28T20:55:38.583Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T20:55:38.583Z] ---> 8b459fc5aaf0 [2021-10-28T20:55:38.583Z] Step 2/4 : WORKDIR /edgex [2021-10-28T20:55:41.196Z] ---> Running in 7d58af1f8642 [2021-10-28T20:55:41.468Z] Removing intermediate container 7d58af1f8642 [2021-10-28T20:55:41.468Z] ---> 1f6bd1d69b1c [2021-10-28T20:55:41.468Z] Step 3/4 : COPY go.mod . [2021-10-28T20:55:42.064Z] ---> 96b1c20993a2 [2021-10-28T20:55:42.064Z] Step 4/4 : RUN go mod download [2021-10-28T20:55:42.337Z] ---> Running in fa57a2efdede [2021-10-28T20:57:04.162Z] Removing intermediate container fa57a2efdede [2021-10-28T20:57:04.162Z] ---> 52a5965460d1 [2021-10-28T20:57:04.162Z] Successfully built 52a5965460d1 [2021-10-28T20:57:04.162Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T20:57:04.516Z] + docker inspect -f . ci-base-image-arm64 [2021-10-28T20:57:04.516Z] . [Pipeline] withDockerContainer [2021-10-28T20:57:04.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container [2021-10-28T20:57:04.901Z] $ 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 [2021-10-28T20:57:06.588Z] $ docker top 11b65d8d6b38f5d7ecd0c32ce51ace9f1762499ebe150c34c7f8e1256288ee5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T20:57:07.553Z] + go version [2021-10-28T20:57:07.553Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-28T20:57:07.592Z] $ docker stop --time=1 11b65d8d6b38f5d7ecd0c32ce51ace9f1762499ebe150c34c7f8e1256288ee5c [2021-10-28T20:57:09.384Z] $ docker rm -f 11b65d8d6b38f5d7ecd0c32ce51ace9f1762499ebe150c34c7f8e1256288ee5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T20:57:10.097Z] + docker inspect -f . ci-base-image-arm64 [2021-10-28T20:57:10.097Z] . [Pipeline] withDockerContainer [2021-10-28T20:57:10.354Z] prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container [2021-10-28T20:57:10.463Z] $ 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 [2021-10-28T20:57:11.926Z] $ docker top a22a082498e3207d2bcde0204407f0a87cc43a70f3e960ea0414ecea990335ec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-28T20:57:12.241Z] ========================================================= [2021-10-28T20:57:12.241Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-28T20:57:12.241Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T20:57:12.902Z] + make test [2021-10-28T20:57:12.902Z] go mod tidy [2021-10-28T20:57:13.508Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-28T20:57:45.885Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-28T20:59:07.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-28T20:59:07.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-28T20:59:07.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-28T20:59:07.758Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-28T20:59:22.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-28T20:59:22.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-28T20:59:22.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-28T20:59:22.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-28T20:59:22.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-28T20:59:22.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-28T20:59:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-28T20:59:23.535Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-28T20:59:23.535Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-28T20:59:23.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-28T20:59:33.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.232s coverage: 28.7% of statements [2021-10-28T20:59:33.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-28T20:59:33.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-28T20:59:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.430s coverage: 98.5% of statements [2021-10-28T20:59:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-28T20:59:38.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.496s coverage: 44.7% of statements [2021-10-28T20:59:38.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-28T20:59:38.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-28T20:59:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.899s coverage: 89.5% of statements [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-28T20:59:43.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.295s coverage: 84.4% of statements [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-28T20:59:43.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.872s coverage: 94.2% of statements [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.278s coverage: 59.1% of statements [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.262s coverage: 60.0% of statements [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.447s coverage: 0.9% of statements [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.233s coverage: 58.8% of statements [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.218s coverage: 21.7% of statements [2021-10-28T20:59:53.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-28T20:59:53.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.234s coverage: 47.1% of statements [2021-10-28T20:59:53.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.322s coverage: 79.5% of statements [2021-10-28T20:59:53.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.245s coverage: 94.1% of statements [2021-10-28T20:59:53.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.278s coverage: 96.3% of statements [2021-10-28T20:59:54.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.199s coverage: 87.5% of statements [2021-10-28T21:00:06.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.226s coverage: 94.4% of statements [2021-10-28T21:00:06.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.215s coverage: 44.8% of statements [2021-10-28T21:00:12.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.666s coverage: 82.5% of statements [2021-10-28T21:00:12.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.275s coverage: 92.9% of statements [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.238s coverage: 87.2% of statements [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.276s coverage: 100.0% of statements [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.296s coverage: 58.8% of statements [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.294s coverage: 80.0% of statements [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.263s coverage: 87.2% of statements [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.295s coverage: 85.4% of statements [2021-10-28T21:00:20.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.875s coverage: 91.2% of statements [2021-10-28T21:00:20.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-28T21:00:23.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.989s coverage: 64.4% of statements [2021-10-28T21:00:23.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-28T21:00:23.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-28T21:00:23.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.244s coverage: 100.0% of statements [2021-10-28T21:00:23.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements [2021-10-28T21:00:23.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements [2021-10-28T21:00:23.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-10-28T21:00:24.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-10-28T21:00:28.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.597s coverage: 65.4% of statements [2021-10-28T21:00:28.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-28T21:00:28.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-28T21:00:28.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-28T21:00:31.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.945s coverage: 43.8% of statements [2021-10-28T21:00:31.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-28T21:00:31.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-28T21:00:31.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.272s coverage: 89.5% of statements [2021-10-28T21:00:31.579Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-28T21:00:31.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.275s coverage: 84.8% of statements [2021-10-28T21:00:31.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.317s coverage: 17.7% of statements [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.764s coverage: 92.3% of statements [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.258s coverage: 63.2% of statements [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.541s coverage: 97.7% of statements [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-28T21:00:41.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.214s coverage: 100.0% of statements [2021-10-28T21:00:41.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 96.9% of statements [2021-10-28T21:00:41.791Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-10-28T21:00:41.791Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-10-28T21:00:41.791Z] GO111MODULE=on go vet ./... [2021-10-28T21:02:18.647Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-28T21:02:18.647Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-28T21:02:20.112Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-28T21:02:23.452Z] + ls -al . [2021-10-28T21:02:23.452Z] total 664 [2021-10-28T21:02:23.452Z] drwxrwxr-x 9 1001 1001 4096 Oct 28 21:02 . [2021-10-28T21:02:23.452Z] drwxr-xr-x 4 root root 4096 Oct 28 20:57 .. [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 20:54 .dockerignore [2021-10-28T21:02:23.452Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 20:54 .git [2021-10-28T21:02:23.452Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 20:54 .github [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 804 Oct 28 20:54 .gitignore [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 42 Oct 28 20:54 .golangci.yml [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 76 Oct 28 20:54 .hadolint.yml [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 20:54 .sonarcloud.properties [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 1171 Oct 28 20:54 ADOPTERS.md [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 8910 Oct 28 20:54 Attribution.txt [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 43881 Oct 28 20:54 CHANGELOG.md [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 20:54 CONTRIBUTING.md [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 677 Oct 28 20:54 GOVERNANCE.md [2021-10-28T21:02:23.452Z] -rw-rw-r-- 1 1001 1001 849 Oct 28 20:54 Jenkinsfile [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 20:54 LICENSE [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 6508 Oct 28 20:54 Makefile [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 582 Oct 28 20:54 OWNERS.md [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 8256 Oct 28 20:54 README.md [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 6912 Oct 28 20:54 SECURITY.md [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 18:23 VERSION [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 20:54 ZMQWindows.md [2021-10-28T21:02:23.453Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 20:54 bin [2021-10-28T21:02:23.453Z] drwxrwxr-x 14 1001 1001 4096 Oct 28 20:54 cmd [2021-10-28T21:02:23.453Z] -rw-r--r-- 1 root root 428381 Oct 28 21:00 coverage.out [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 848 Oct 28 20:54 go.mod [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 50524 Oct 28 20:54 go.sum [2021-10-28T21:02:23.453Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 20:54 internal [2021-10-28T21:02:23.453Z] drwxrwxr-x 3 1001 1001 4096 Oct 28 20:54 openapi [2021-10-28T21:02:23.453Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 20:54 snap [2021-10-28T21:02:23.453Z] -rw-rw-r-- 1 1001 1001 204 Oct 28 20:54 version.go [Pipeline] sh [2021-10-28T21:02:24.136Z] + '[' -e coverage.out ] [2021-10-28T21:02:24.136Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-28T21:02:24.161Z] Warning: overwriting stash ‘coverage-report’ [2021-10-28T21:02:25.307Z] Stashed 1 file(s) [Pipeline] sh [2021-10-28T21:02:25.965Z] + make build [2021-10-28T21:02:25.965Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T21:02:36.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T21:03:08.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T21:03:08.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T21:03:11.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T21:03:12.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T21:03:17.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T21:03:21.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T21:03:24.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T21:03:30.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T21:03:33.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T21:03:38.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-10-28T21:03:44.855Z] $ docker stop --time=1 a22a082498e3207d2bcde0204407f0a87cc43a70f3e960ea0414ecea990335ec [2021-10-28T21:03:46.936Z] $ docker rm -f a22a082498e3207d2bcde0204407f0a87cc43a70f3e960ea0414ecea990335ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:03:48.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:03:48.979Z] [2021-10-28T21:03:48.979Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:03:49.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:03:49.603Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-10-28T21:03:49.603Z] 29e5d40040c1: Pulling fs layer [2021-10-28T21:03:49.603Z] 1ce36da41761: Pulling fs layer [2021-10-28T21:03:49.603Z] 25b303627fd3: Pulling fs layer [2021-10-28T21:03:49.603Z] 29e5d40040c1: Verifying Checksum [2021-10-28T21:03:49.603Z] 29e5d40040c1: Download complete [2021-10-28T21:03:49.878Z] 1ce36da41761: Verifying Checksum [2021-10-28T21:03:49.878Z] 1ce36da41761: Download complete [2021-10-28T21:03:50.476Z] 29e5d40040c1: Pull complete [2021-10-28T21:03:51.452Z] 25b303627fd3: Verifying Checksum [2021-10-28T21:03:51.452Z] 25b303627fd3: Download complete [2021-10-28T21:03:51.725Z] 1ce36da41761: Pull complete [2021-10-28T21:04:01.874Z] 25b303627fd3: Pull complete [2021-10-28T21:04:01.874Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-10-28T21:04:01.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:04:01.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-10-28T21:04:02.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container [2021-10-28T21:04:02.281Z] $ 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 [2021-10-28T21:04:05.183Z] $ docker top a83ce68537be248037a90edfe910ee30c9a4717180f96f4501479a47e543d54d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:04:06.129Z] + docker-compose build --help [2021-10-28T21:04:06.129Z] + grep parallel [2021-10-28T21:04:12.861Z] --parallel Build images in parallel. [Pipeline] } [2021-10-28T21:04:12.911Z] $ docker stop --time=1 a83ce68537be248037a90edfe910ee30c9a4717180f96f4501479a47e543d54d [2021-10-28T21:04:14.790Z] $ docker rm -f a83ce68537be248037a90edfe910ee30c9a4717180f96f4501479a47e543d54d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:04:15.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:04:15.438Z] . [Pipeline] withDockerContainer [2021-10-28T21:04:15.756Z] prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container [2021-10-28T21:04:15.890Z] $ 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 [2021-10-28T21:04:17.557Z] $ docker top 00f9a067299c699a66d30e3a18921cb453b9039bf2d6eef24e1b9c01b27ba77a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:04:18.537Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-28T21:04:26.804Z] Building core-command ... [2021-10-28T21:04:26.804Z] Building core-data ... [2021-10-28T21:04:26.804Z] Building core-metadata ... [2021-10-28T21:04:26.804Z] Building security-bootstrapper ... [2021-10-28T21:04:26.804Z] Building security-proxy-setup ... [2021-10-28T21:04:26.804Z] Building security-secretstore-setup ... [2021-10-28T21:04:26.804Z] Building support-notifications ... [2021-10-28T21:04:26.804Z] Building support-scheduler ... [2021-10-28T21:04:26.804Z] Building sys-mgmt-agent ... [2021-10-28T21:04:26.804Z] Building support-notifications [2021-10-28T21:04:26.804Z] Building support-scheduler [2021-10-28T21:04:26.804Z] Building core-metadata [2021-10-28T21:04:26.804Z] Building security-proxy-setup [2021-10-28T21:04:26.804Z] Building security-secretstore-setup [2021-10-28T21:05:34.814Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:05:34.814Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:05:34.814Z] ---> 52a5965460d1 [2021-10-28T21:05:34.814Z] Step 3/20 : WORKDIR /edgex-go [2021-10-28T21:05:34.814Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:05:34.814Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:05:34.814Z] ---> 52a5965460d1 [2021-10-28T21:05:34.814Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:05:34.814Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:05:34.814Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:05:34.814Z] ---> 52a5965460d1 [2021-10-28T21:05:34.814Z] Step 3/24 : WORKDIR /edgex-go [2021-10-28T21:05:34.814Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:05:34.814Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:05:34.814Z] ---> 52a5965460d1 [2021-10-28T21:05:34.814Z] Step 3/21 : WORKDIR /edgex-go [2021-10-28T21:05:34.814Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:05:34.814Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:05:34.814Z] ---> 52a5965460d1 [2021-10-28T21:05:34.814Z] Step 3/23 : WORKDIR /edgex-go [2021-10-28T21:05:34.814Z] ---> Running in 559fec8577c0 [2021-10-28T21:05:34.814Z] ---> Running in f5ce189be79d [2021-10-28T21:05:34.814Z] ---> Running in 54c29c7f9f53 [2021-10-28T21:05:34.814Z] ---> Running in 26ca96820ca6 [2021-10-28T21:05:34.814Z] ---> Running in 47bfd92cc927 [2021-10-28T21:05:34.814Z] Removing intermediate container 54c29c7f9f53 [2021-10-28T21:05:34.814Z] ---> 17c55e577295 [2021-10-28T21:05:34.814Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:05:34.814Z] Removing intermediate container f5ce189be79d [2021-10-28T21:05:34.814Z] ---> 15e4046415c1 [2021-10-28T21:05:34.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:05:34.814Z] Removing intermediate container 26ca96820ca6 [2021-10-28T21:05:34.814Z] ---> fdcf64dfc4f1 [2021-10-28T21:05:34.814Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:05:34.814Z] Removing intermediate container 47bfd92cc927 [2021-10-28T21:05:34.814Z] ---> 1599ba14e006 [2021-10-28T21:05:34.814Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:05:34.814Z] Removing intermediate container 559fec8577c0 [2021-10-28T21:05:34.814Z] ---> cd025cc4def8 [2021-10-28T21:05:34.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:05:34.814Z] ---> Running in fd7822409f49 [2021-10-28T21:05:34.814Z] ---> Running in 3fb4a207bcdf [2021-10-28T21:05:34.814Z] ---> Running in d510b49cb894 [2021-10-28T21:05:34.814Z] ---> Running in 1616e30d99a3 [2021-10-28T21:05:34.814Z] ---> Running in e71f996b691a [2021-10-28T21:05:36.499Z] Removing intermediate container fd7822409f49 [2021-10-28T21:05:36.499Z] ---> 7144db137032 [2021-10-28T21:05:36.499Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-28T21:05:36.499Z] ---> Running in 6c0c2d66d481 [2021-10-28T21:05:37.737Z] Removing intermediate container d510b49cb894 [2021-10-28T21:05:37.737Z] ---> f88f6515fe37 [2021-10-28T21:05:37.737Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-28T21:05:37.737Z] ---> Running in 77b705a4c5c8 [2021-10-28T21:05:38.017Z] Removing intermediate container e71f996b691a [2021-10-28T21:05:38.017Z] ---> bb751a2073ad [2021-10-28T21:05:38.017Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-28T21:05:38.017Z] Removing intermediate container 1616e30d99a3 [2021-10-28T21:05:38.017Z] ---> bbd2453c3704 [2021-10-28T21:05:38.017Z] Step 5/20 : RUN apk add --update --no-cache make gitRemoving intermediate container 3fb4a207bcdf [2021-10-28T21:05:38.017Z] ---> e8b5a41070ca [2021-10-28T21:05:38.017Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T21:05:38.017Z] [2021-10-28T21:05:38.017Z] ---> Running in b5fd19b98b89 [2021-10-28T21:05:38.307Z] ---> Running in eec88151d074 [2021-10-28T21:05:38.307Z] ---> Running in 25ce0ccadb90 [2021-10-28T21:05:39.323Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:39.930Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:40.211Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:40.211Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:40.489Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:40.769Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:41.054Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:41.054Z] OK: 219 MiB in 52 packages [2021-10-28T21:05:41.345Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:41.631Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:41.631Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:05:42.287Z] OK: 219 MiB in 52 packages [2021-10-28T21:05:42.895Z] Removing intermediate container 6c0c2d66d481 [2021-10-28T21:05:42.895Z] ---> 5a8b7594f305 [2021-10-28T21:05:42.895Z] Step 6/24 : COPY . . [2021-10-28T21:05:42.895Z] OK: 219 MiB in 52 packages [2021-10-28T21:05:43.173Z] OK: 219 MiB in 52 packages [2021-10-28T21:05:43.459Z] OK: 219 MiB in 52 packages [2021-10-28T21:05:44.076Z] Removing intermediate container 77b705a4c5c8 [2021-10-28T21:05:44.076Z] ---> 14952b771d69 [2021-10-28T21:05:44.076Z] Step 6/21 : COPY . . [2021-10-28T21:05:45.066Z] Removing intermediate container b5fd19b98b89 [2021-10-28T21:05:45.066Z] ---> 398e83083568 [2021-10-28T21:05:45.066Z] Step 6/23 : COPY go.mod . [2021-10-28T21:05:45.066Z] Removing intermediate container 25ce0ccadb90 [2021-10-28T21:05:45.066Z] ---> 9c87919de74e [2021-10-28T21:05:45.066Z] Step 6/22 : COPY . . [2021-10-28T21:05:45.066Z] Removing intermediate container eec88151d074 [2021-10-28T21:05:45.066Z] ---> b80b5facef6b [2021-10-28T21:05:45.066Z] Step 6/20 : COPY . . [2021-10-28T21:05:47.066Z] ---> 4301f79bdf0e [2021-10-28T21:05:47.066Z] Step 7/23 : RUN go mod download [2021-10-28T21:05:47.066Z] ---> Running in 548539beb985 [2021-10-28T21:05:55.395Z] Removing intermediate container 548539beb985 [2021-10-28T21:05:55.395Z] ---> b1a4b7db6238 [2021-10-28T21:05:55.395Z] Step 8/23 : COPY . . [2021-10-28T21:06:10.508Z] ---> 3b638db5c2cc [2021-10-28T21:06:10.508Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:06:10.508Z] ---> f80dbaf62e74 [2021-10-28T21:06:10.508Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:06:10.508Z] ---> 2ee11fdad93d [2021-10-28T21:06:10.508Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:06:10.785Z] ---> e3deee7f3e1f [2021-10-28T21:06:10.785Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:06:10.785Z] ---> Running in b6c7174353af [2021-10-28T21:06:10.785Z] ---> Running in 1e8ab5f5e8b5 [2021-10-28T21:06:10.785Z] ---> Running in a61d74b8f44e [2021-10-28T21:06:10.785Z] ---> Running in eb01e9812ad5 [2021-10-28T21:06:17.559Z] Removing intermediate container b6c7174353af [2021-10-28T21:06:17.559Z] ---> 5ecb8c4e96b3 [2021-10-28T21:06:17.559Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-28T21:06:17.559Z] Removing intermediate container 1e8ab5f5e8b5 [2021-10-28T21:06:17.559Z] ---> 00c4cb82feba [2021-10-28T21:06:17.559Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-28T21:06:17.838Z] ---> Running in 0285be940c65 [2021-10-28T21:06:17.838Z] ---> Running in 46a0d319b749 [2021-10-28T21:06:17.838Z] Removing intermediate container eb01e9812ad5 [2021-10-28T21:06:17.838Z] ---> d7160f0f26d8 [2021-10-28T21:06:17.838Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-28T21:06:18.116Z] Removing intermediate container a61d74b8f44e [2021-10-28T21:06:18.116Z] ---> 082381170074 [2021-10-28T21:06:18.116Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-28T21:06:18.390Z] ---> Running in 191ac5dc173a [2021-10-28T21:06:18.390Z] ---> Running in 9aa12da5b67c [2021-10-28T21:06:21.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T21:06:21.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T21:06:21.062Z] ---> c23db7b1192c [2021-10-28T21:06:21.062Z] Step 9/23 : RUN go mod tidy [2021-10-28T21:06:21.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T21:06:21.062Z] ---> Running in 8ee4ca35135a [2021-10-28T21:06:21.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T21:06:29.422Z] Removing intermediate container 8ee4ca35135a [2021-10-28T21:06:29.422Z] ---> 698344338aae [2021-10-28T21:06:29.422Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-28T21:06:29.422Z] ---> Running in 23b3172d3fa6 [2021-10-28T21:06:31.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T21:08:53.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T21:08:53.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T21:09:06.018Z] Removing intermediate container 0285be940c65 [2021-10-28T21:09:06.018Z] ---> 73eadba05c22 [2021-10-28T21:09:06.018Z] [2021-10-28T21:09:06.018Z] Step 9/20 : FROM alpine:3.14 [2021-10-28T21:09:06.018Z] 3.14: Pulling from library/alpine [2021-10-28T21:09:06.018Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-28T21:09:06.018Z] Status: Downloaded newer image for alpine:3.14 [2021-10-28T21:09:06.018Z] ---> bb3de5531c18 [2021-10-28T21:09:06.018Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-28T21:09:06.018Z] ---> Running in 21e252f37132 [2021-10-28T21:09:06.328Z] Removing intermediate container 46a0d319b749 [2021-10-28T21:09:06.328Z] ---> cb85b6dc6ab5 [2021-10-28T21:09:06.328Z] [2021-10-28T21:09:06.328Z] Step 9/24 : FROM alpine:3.14 [2021-10-28T21:09:06.328Z] ---> bb3de5531c18 [2021-10-28T21:09:06.328Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-28T21:09:06.328Z] ---> Running in 00604d0f18a3 [2021-10-28T21:09:09.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:09.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:09.291Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:09.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:10.188Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-28T21:09:10.476Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-28T21:09:10.476Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T21:09:10.476Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-28T21:09:10.476Z] (5/5) Installing curl (7.79.1-r0) [2021-10-28T21:09:10.476Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:09:10.476Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T21:09:10.765Z] OK: 8 MiB in 19 packages [2021-10-28T21:09:11.054Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-28T21:09:11.348Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-28T21:09:11.348Z] (3/3) Installing su-exec (0.2-r1) [2021-10-28T21:09:11.348Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:09:11.348Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T21:09:11.643Z] OK: 6 MiB in 17 packages [2021-10-28T21:09:14.329Z] Removing intermediate container 9aa12da5b67c [2021-10-28T21:09:14.329Z] ---> 306bb82d57f2 [2021-10-28T21:09:14.329Z] [2021-10-28T21:09:14.329Z] Step 9/21 : FROM alpine:3.14 [2021-10-28T21:09:14.329Z] ---> bb3de5531c18 [2021-10-28T21:09:14.329Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-28T21:09:14.329Z] ---> Running in 2e89d23b6f18 [2021-10-28T21:09:14.613Z] Removing intermediate container 21e252f37132 [2021-10-28T21:09:14.613Z] ---> 40cd260ab67b [2021-10-28T21:09:14.613Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T21:09:14.613Z] Removing intermediate container 00604d0f18a3 [2021-10-28T21:09:14.613Z] ---> 6a098079ab40 [2021-10-28T21:09:14.613Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T21:09:14.890Z] ---> Running in 1df46fb602e1 [2021-10-28T21:09:14.890Z] ---> Running in 972ba0df98a9 [2021-10-28T21:09:15.890Z] Removing intermediate container 1df46fb602e1 [2021-10-28T21:09:15.890Z] ---> 0d2d5e5e16ec [2021-10-28T21:09:15.890Z] Step 12/20 : WORKDIR /edgex [2021-10-28T21:09:15.890Z] Removing intermediate container 972ba0df98a9 [2021-10-28T21:09:15.890Z] ---> 2163bf8fa765 [2021-10-28T21:09:15.890Z] Step 12/24 : WORKDIR / [2021-10-28T21:09:16.166Z] ---> Running in 9bb935770dc8 [2021-10-28T21:09:16.166Z] ---> Running in ae0a355483c1 [2021-10-28T21:09:16.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:16.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:16.996Z] Removing intermediate container 191ac5dc173a [2021-10-28T21:09:16.996Z] ---> 8763d225dba9 [2021-10-28T21:09:16.996Z] [2021-10-28T21:09:16.996Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T21:09:16.996Z] ---> bb3de5531c18 [2021-10-28T21:09:16.996Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T21:09:16.996Z] Removing intermediate container 9bb935770dc8 [2021-10-28T21:09:16.996Z] ---> 4441f79876c2 [2021-10-28T21:09:16.996Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-28T21:09:17.275Z] ---> Running in 5be17cf3bddd [2021-10-28T21:09:17.275Z] Removing intermediate container ae0a355483c1 [2021-10-28T21:09:17.275Z] ---> 920f66b1ac5b [2021-10-28T21:09:17.275Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-28T21:09:17.886Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-28T21:09:17.886Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-28T21:09:17.886Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:09:17.886Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T21:09:18.166Z] OK: 6 MiB in 16 packages [2021-10-28T21:09:19.172Z] ---> cf7aacd32556 [2021-10-28T21:09:19.172Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-28T21:09:19.459Z] ---> 0d20bab8c531 [2021-10-28T21:09:19.459Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-28T21:09:19.792Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:19.792Z] Removing intermediate container 23b3172d3fa6 [2021-10-28T21:09:19.792Z] ---> 8e8b4c0bb61d [2021-10-28T21:09:19.792Z] [2021-10-28T21:09:19.792Z] Step 11/23 : FROM alpine:3.14 [2021-10-28T21:09:19.792Z] ---> bb3de5531c18 [2021-10-28T21:09:19.792Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-28T21:09:20.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:20.078Z] ---> Running in 11c462f339b6 [2021-10-28T21:09:21.089Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-28T21:09:21.089Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:09:21.378Z] OK: 5 MiB in 15 packages [2021-10-28T21:09:21.378Z] ---> daede179704d [2021-10-28T21:09:21.378Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-28T21:09:21.669Z] Removing intermediate container 2e89d23b6f18 [2021-10-28T21:09:21.669Z] ---> bdd9f2c2841d [2021-10-28T21:09:21.669Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:09:21.961Z] ---> Running in aaaefc189f14 [2021-10-28T21:09:22.240Z] ---> 1715cffe6831 [2021-10-28T21:09:22.240Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-28T21:09:22.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:22.808Z] Removing intermediate container aaaefc189f14 [2021-10-28T21:09:22.808Z] ---> 753a7ae4ff6b [2021-10-28T21:09:22.808Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-28T21:09:23.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:09:23.093Z] ---> Running in 979d0d9235ca [2021-10-28T21:09:23.093Z] Removing intermediate container 5be17cf3bddd [2021-10-28T21:09:23.093Z] ---> 46e73af7cfb6 [2021-10-28T21:09:23.093Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:09:23.396Z] ---> 99fc3cdbdfdb [2021-10-28T21:09:23.396Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-28T21:09:23.396Z] ---> Running in 7962f0ee475e [2021-10-28T21:09:24.007Z] Removing intermediate container 979d0d9235ca [2021-10-28T21:09:24.007Z] ---> f20b209fb761 [2021-10-28T21:09:24.007Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-28T21:09:24.290Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-28T21:09:24.290Z] ---> Running in d7708c2de577 [2021-10-28T21:09:24.290Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:09:24.290Z] OK: 5 MiB in 15 packages [2021-10-28T21:09:24.290Z] ---> 9a7e87f5c93c [2021-10-28T21:09:24.290Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-28T21:09:24.566Z] Removing intermediate container 7962f0ee475e [2021-10-28T21:09:24.566Z] ---> 6526171cbb55 [2021-10-28T21:09:24.566Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-28T21:09:24.566Z] ---> Running in 71e61513e740 [2021-10-28T21:09:24.849Z] ---> Running in f400095dbb5d [2021-10-28T21:09:25.135Z] ---> d98a9b0c9ac3 [2021-10-28T21:09:25.135Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-28T21:09:25.135Z] Removing intermediate container d7708c2de577 [2021-10-28T21:09:25.135Z] ---> 5abbfbce5925 [2021-10-28T21:09:25.135Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:09:25.744Z] Removing intermediate container f400095dbb5d [2021-10-28T21:09:25.744Z] ---> 7bcfbd21c587 [2021-10-28T21:09:25.744Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T21:09:25.744Z] Removing intermediate container 71e61513e740 [2021-10-28T21:09:25.744Z] ---> b5bce875883a [2021-10-28T21:09:25.744Z] Step 17/20 : CMD ["--init=true"] [2021-10-28T21:09:25.744Z] ---> Running in 47f2a0496de5 [2021-10-28T21:09:25.744Z] ---> Running in 0dd5542adb06 [2021-10-28T21:09:26.024Z] Removing intermediate container 11c462f339b6 [2021-10-28T21:09:26.024Z] ---> 3f389307f16d [2021-10-28T21:09:26.024Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:09:26.390Z] ---> Running in 6b4b47472f31 [2021-10-28T21:09:26.694Z] Removing intermediate container 0dd5542adb06 [2021-10-28T21:09:26.694Z] ---> 96f6d5ede6e8 [2021-10-28T21:09:26.694Z] Step 18/20 : LABEL arch=arm64 [2021-10-28T21:09:26.694Z] ---> Running in 286e888772ed [2021-10-28T21:09:27.011Z] Removing intermediate container 47f2a0496de5 [2021-10-28T21:09:27.011Z] ---> 2ab7e0d2b495 [2021-10-28T21:09:27.011Z] Step 14/22 : WORKDIR / [2021-10-28T21:09:27.011Z] ---> 99548ba908d6 [2021-10-28T21:09:27.011Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-28T21:09:27.011Z] ---> Running in 4c075c81c0d0 [2021-10-28T21:09:27.345Z] Removing intermediate container 6b4b47472f31 [2021-10-28T21:09:27.345Z] ---> 74478de24fdd [2021-10-28T21:09:27.345Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-28T21:09:27.651Z] ---> Running in e4bf9a4607bf [2021-10-28T21:09:27.960Z] ---> 09f3bb620d20 [2021-10-28T21:09:27.960Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-28T21:09:28.265Z] Removing intermediate container 286e888772ed [2021-10-28T21:09:28.265Z] ---> 655e1957e922 [2021-10-28T21:09:28.265Z] Step 19/20 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:09:28.265Z] Removing intermediate container 4c075c81c0d0 [2021-10-28T21:09:28.265Z] ---> 055073a3b113 [2021-10-28T21:09:28.265Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:09:28.557Z] ---> Running in c9faf0ecf459 [2021-10-28T21:09:29.177Z] Removing intermediate container e4bf9a4607bf [2021-10-28T21:09:29.177Z] ---> e2d5ea276ad9 [2021-10-28T21:09:29.177Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-28T21:09:29.459Z] ---> Running in 7b762779e3e9 [2021-10-28T21:09:29.744Z] Removing intermediate container c9faf0ecf459 [2021-10-28T21:09:29.744Z] ---> 0da03293940d [2021-10-28T21:09:29.744Z] Step 20/20 : LABEL version=0.0.0 [2021-10-28T21:09:29.744Z] ---> 5942c7e3fea6 [2021-10-28T21:09:29.744Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-28T21:09:30.036Z] ---> Running in e8c3542c48b1 [2021-10-28T21:09:30.325Z] Removing intermediate container 7b762779e3e9 [2021-10-28T21:09:30.325Z] ---> 46f906316d1f [2021-10-28T21:09:30.325Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:09:30.325Z] ---> d1ace2cc48e3 [2021-10-28T21:09:30.325Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-28T21:09:30.940Z] Removing intermediate container e8c3542c48b1 [2021-10-28T21:09:30.940Z] ---> 77e9b34d4fbb [2021-10-28T21:09:30.940Z] [2021-10-28T21:09:30.940Z] ---> a2506bbf4098 [2021-10-28T21:09:30.940Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-28T21:09:31.557Z] Successfully built 77e9b34d4fbb [2021-10-28T21:09:31.557Z] Successfully tagged security-proxy-setup-arm64:latest [2021-10-28T21:09:31.557Z]  Building security-proxy-setup ... done Building core-data [2021-10-28T21:09:31.846Z] ---> e5a0074e6f3f [2021-10-28T21:09:31.846Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-28T21:09:31.846Z] ---> 24d0adcafa4e [2021-10-28T21:09:31.846Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-28T21:09:32.126Z] ---> Running in 3c3db7dd2734 [2021-10-28T21:09:32.126Z] ---> 1d5a89a850d4 [2021-10-28T21:09:32.126Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-10-28T21:09:32.412Z] ---> 8787ee0d6417 [2021-10-28T21:09:32.412Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-28T21:09:32.412Z] ---> Running in 928a07638147 [2021-10-28T21:09:33.425Z] Removing intermediate container 3c3db7dd2734 [2021-10-28T21:09:33.425Z] ---> 0d97864adeea [2021-10-28T21:09:33.425Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:09:33.709Z] ---> Running in dcfcb5570b18 [2021-10-28T21:09:34.337Z] ---> 74afcc681a88 [2021-10-28T21:09:34.337Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-28T21:09:34.621Z] Removing intermediate container dcfcb5570b18 [2021-10-28T21:09:34.621Z] ---> eb942aa413db [2021-10-28T21:09:34.621Z] Step 19/21 : LABEL arch=arm64 [2021-10-28T21:09:34.621Z] ---> e3842c89e988 [2021-10-28T21:09:34.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-28T21:09:34.621Z] ---> Running in 68d9580eadfa [2021-10-28T21:09:34.621Z] ---> Running in 8846c7ed29fc [2021-10-28T21:09:35.612Z] Removing intermediate container 68d9580eadfa [2021-10-28T21:09:35.612Z] Removing intermediate container 8846c7ed29fc [2021-10-28T21:09:35.612Z] ---> 78792edf121f [2021-10-28T21:09:35.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:09:35.612Z] ---> 508e3181f768 [2021-10-28T21:09:35.612Z] Step 20/21 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:09:35.891Z] ---> Running in 59156aedc89d [2021-10-28T21:09:35.891Z] ---> Running in d44cfd46ea51 [2021-10-28T21:09:36.171Z] ---> 7741acc5dc41 [2021-10-28T21:09:36.171Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-28T21:09:36.449Z] ---> Running in 66c18ace042f [2021-10-28T21:09:36.449Z] Removing intermediate container 928a07638147 [2021-10-28T21:09:36.449Z] ---> 12c02943a8f6 [2021-10-28T21:09:36.449Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-28T21:09:36.746Z] ---> Running in 36d9255c5b1b [2021-10-28T21:09:36.746Z] Removing intermediate container 59156aedc89d [2021-10-28T21:09:36.746Z] ---> baa218e16e82 [2021-10-28T21:09:36.746Z] Step 21/21 : LABEL version=0.0.0 [2021-10-28T21:09:36.746Z] Removing intermediate container d44cfd46ea51 [2021-10-28T21:09:36.746Z] ---> 6cd82b85d568 [2021-10-28T21:09:36.746Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:09:37.032Z] ---> Running in 46ec4bd79c49 [2021-10-28T21:09:37.032Z] ---> Running in 71416faa6f45 [2021-10-28T21:09:37.032Z] Removing intermediate container 66c18ace042f [2021-10-28T21:09:37.032Z] ---> 0a031470b338 [2021-10-28T21:09:37.032Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:09:37.308Z] ---> Running in 0427ca1bee79 [2021-10-28T21:09:37.594Z] Removing intermediate container 36d9255c5b1b [2021-10-28T21:09:37.594Z] ---> 1d42c7c1fce9 [2021-10-28T21:09:37.594Z] Step 22/24 : LABEL arch=arm64 [2021-10-28T21:09:37.886Z] ---> Running in c2d03ebf1f64 [2021-10-28T21:09:37.886Z] Removing intermediate container 46ec4bd79c49 [2021-10-28T21:09:37.886Z] ---> bb9e5a17bdcc [2021-10-28T21:09:37.886Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:09:37.886Z] Removing intermediate container 71416faa6f45 [2021-10-28T21:09:37.886Z] ---> 318aeeb03b4c [2021-10-28T21:09:37.886Z] [2021-10-28T21:09:38.168Z] ---> Running in 02d29b897f0e [2021-10-28T21:09:38.168Z] Removing intermediate container 0427ca1bee79 [2021-10-28T21:09:38.168Z] ---> a6d7d42ba424 [2021-10-28T21:09:38.168Z] Step 21/23 : LABEL arch=arm64 [2021-10-28T21:09:38.444Z] ---> Running in 9f9e7c4d738a [2021-10-28T21:09:38.721Z] Removing intermediate container c2d03ebf1f64 [2021-10-28T21:09:38.721Z] ---> 26478cfe6828 [2021-10-28T21:09:38.721Z] Step 23/24 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:09:38.721Z] Successfully built 318aeeb03b4c [2021-10-28T21:09:38.721Z] Successfully tagged support-notifications-arm64:latest [2021-10-28T21:09:38.721Z]  Building support-notifications ... done Building core-command [2021-10-28T21:09:39.001Z] ---> Running in 33d4d145f61a [2021-10-28T21:09:39.001Z] Removing intermediate container 02d29b897f0e [2021-10-28T21:09:39.001Z] ---> 6c38fa7e6932 [2021-10-28T21:09:39.001Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:09:39.001Z] ---> Running in 3c0c3bfe5c52 [2021-10-28T21:09:39.288Z] Removing intermediate container 9f9e7c4d738a [2021-10-28T21:09:39.288Z] ---> 8c0861092628 [2021-10-28T21:09:39.288Z] Step 22/23 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:09:39.567Z] ---> Running in 68c5cd1a5c7f [2021-10-28T21:09:39.568Z] Removing intermediate container 33d4d145f61a [2021-10-28T21:09:39.568Z] ---> 7abe83374d5e [2021-10-28T21:09:39.568Z] Step 24/24 : LABEL version=0.0.0 [2021-10-28T21:09:39.846Z] ---> Running in aa569409d0a8 [2021-10-28T21:09:39.846Z] Removing intermediate container 3c0c3bfe5c52 [2021-10-28T21:09:39.846Z] ---> b9624ab696d1 [2021-10-28T21:09:39.846Z] [2021-10-28T21:09:40.132Z] Removing intermediate container 68c5cd1a5c7f [2021-10-28T21:09:40.132Z] ---> 68869fd3b25a [2021-10-28T21:09:40.132Z] Step 23/23 : LABEL version=0.0.0 [2021-10-28T21:09:40.412Z] ---> Running in 947afd0bc69a [2021-10-28T21:09:40.412Z] Successfully built b9624ab696d1 [2021-10-28T21:09:40.412Z] Removing intermediate container aa569409d0a8 [2021-10-28T21:09:40.412Z] ---> e860cf248cae [2021-10-28T21:09:40.412Z] [2021-10-28T21:09:40.412Z] Successfully tagged core-metadata-arm64:latest [2021-10-28T21:09:40.412Z] Building security-bootstrapper [2021-10-28T21:09:41.019Z]  Building core-metadata ... done Successfully built e860cf248cae [2021-10-28T21:09:41.019Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-10-28T21:09:41.019Z]  Building security-secretstore-setup ... done Removing intermediate container 947afd0bc69a [2021-10-28T21:09:41.019Z] Building sys-mgmt-agent [2021-10-28T21:09:41.019Z] ---> 620c8980b08e [2021-10-28T21:09:41.019Z] [2021-10-28T21:09:41.622Z] Successfully built 620c8980b08e [2021-10-28T21:09:41.622Z] Successfully tagged support-scheduler-arm64:latest [2021-10-28T21:10:20.612Z]  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:10:20.612Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:10:20.612Z] ---> 52a5965460d1 [2021-10-28T21:10:20.612Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:10:20.612Z] ---> Using cache [2021-10-28T21:10:20.612Z] ---> cd025cc4def8 [2021-10-28T21:10:20.612Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:10:20.612Z] ---> Using cache [2021-10-28T21:10:20.612Z] ---> bb751a2073ad [2021-10-28T21:10:20.612Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-28T21:10:21.225Z] ---> Running in fcba4edb0888 [2021-10-28T21:10:23.205Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:10:24.187Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:10:25.169Z] OK: 219 MiB in 52 packages [2021-10-28T21:10:27.173Z] Removing intermediate container fcba4edb0888 [2021-10-28T21:10:27.173Z] ---> b272dec23d99 [2021-10-28T21:10:27.173Z] Step 6/22 : COPY . . [2021-10-28T21:10:29.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:10:29.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:10:29.156Z] ---> 52a5965460d1 [2021-10-28T21:10:29.429Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:10:29.429Z] ---> Using cache [2021-10-28T21:10:29.429Z] ---> cd025cc4def8 [2021-10-28T21:10:29.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:10:29.429Z] ---> Using cache [2021-10-28T21:10:29.429Z] ---> bb751a2073ad [2021-10-28T21:10:29.429Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T21:10:29.429Z] ---> Using cache [2021-10-28T21:10:29.429Z] ---> 398e83083568 [2021-10-28T21:10:29.429Z] Step 6/22 : COPY . . [2021-10-28T21:10:29.429Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:10:29.429Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:10:29.429Z] ---> 52a5965460d1 [2021-10-28T21:10:29.429Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:10:29.429Z] ---> Using cache [2021-10-28T21:10:29.429Z] ---> cd025cc4def8 [2021-10-28T21:10:29.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:10:29.429Z] ---> Using cache [2021-10-28T21:10:29.429Z] ---> bb751a2073ad [2021-10-28T21:10:29.429Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-28T21:10:29.705Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:10:29.705Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:10:29.705Z] ---> 52a5965460d1 [2021-10-28T21:10:29.705Z] Step 3/30 : WORKDIR /edgex-go [2021-10-28T21:10:29.705Z] ---> Using cache [2021-10-28T21:10:29.705Z] ---> cd025cc4def8 [2021-10-28T21:10:29.705Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:10:29.705Z] ---> Using cache [2021-10-28T21:10:29.705Z] ---> bb751a2073ad [2021-10-28T21:10:29.705Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-28T21:10:29.705Z] ---> Using cache [2021-10-28T21:10:29.705Z] ---> 398e83083568 [2021-10-28T21:10:29.705Z] Step 6/30 : COPY . . [2021-10-28T21:10:29.979Z] ---> Running in bdd2ebbdb4d2 [2021-10-28T21:10:31.413Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:10:32.400Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:10:33.855Z] OK: 219 MiB in 52 packages [2021-10-28T21:10:37.270Z] Removing intermediate container bdd2ebbdb4d2 [2021-10-28T21:10:37.270Z] ---> b65759d1aa9d [2021-10-28T21:10:37.270Z] Step 6/22 : COPY . . [2021-10-28T21:10:47.444Z] ---> eb1020a98f10 [2021-10-28T21:10:47.444Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:10:47.444Z] ---> Running in f63d137a8379 [2021-10-28T21:10:47.444Z] ---> 5848c9e5c141 [2021-10-28T21:10:47.444Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:10:47.720Z] ---> Running in 585ddc4b78bb [2021-10-28T21:10:48.319Z] ---> 7298d8afc5db [2021-10-28T21:10:48.319Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:10:48.594Z] ---> Running in c1c33de0ace7 [2021-10-28T21:10:52.001Z] Removing intermediate container f63d137a8379 [2021-10-28T21:10:52.001Z] ---> c57bc7c2bf7b [2021-10-28T21:10:52.001Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-28T21:10:52.001Z] ---> Running in c8760f7ef66d [2021-10-28T21:10:52.599Z] Removing intermediate container 585ddc4b78bb [2021-10-28T21:10:52.599Z] ---> 6013a7ca8b8d [2021-10-28T21:10:52.599Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-28T21:10:52.878Z] ---> Running in 812e59e6da68 [2021-10-28T21:10:53.878Z] Removing intermediate container c1c33de0ace7 [2021-10-28T21:10:53.878Z] ---> fbd4d80bc6a2 [2021-10-28T21:10:53.878Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-28T21:10:53.878Z] ---> Running in f798eaa40b1d [2021-10-28T21:10:54.163Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T21:10:54.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T21:10:56.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-10-28T21:10:58.840Z] ---> 05999ac8003a [2021-10-28T21:10:58.840Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:10:58.840Z] ---> Running in 6f98356d3a4c [2021-10-28T21:11:04.518Z] Removing intermediate container 6f98356d3a4c [2021-10-28T21:11:04.518Z] ---> 06dd2ee0b6f4 [2021-10-28T21:11:04.518Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-28T21:11:04.518Z] ---> Running in 83a3c95ceffa [2021-10-28T21:11:07.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T21:13:14.447Z] Removing intermediate container 812e59e6da68 [2021-10-28T21:13:14.447Z] ---> c9bc05a56f26 [2021-10-28T21:13:14.447Z] [2021-10-28T21:13:14.447Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T21:13:14.447Z] ---> bb3de5531c18 [2021-10-28T21:13:14.447Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T21:13:14.447Z] ---> Using cache [2021-10-28T21:13:14.447Z] ---> 3f389307f16d [2021-10-28T21:13:14.447Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:13:14.447Z] ---> Using cache [2021-10-28T21:13:14.447Z] ---> 74478de24fdd [2021-10-28T21:13:14.447Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-28T21:13:14.447Z] ---> Running in de7e4e1204db [2021-10-28T21:13:14.447Z] Removing intermediate container de7e4e1204db [2021-10-28T21:13:14.447Z] ---> 6bc336f10236 [2021-10-28T21:13:14.447Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T21:13:14.447Z] ---> Running in 4303f0e1557f [2021-10-28T21:13:14.447Z] Removing intermediate container 4303f0e1557f [2021-10-28T21:13:14.447Z] ---> 3d25bb7db36f [2021-10-28T21:13:14.447Z] Step 14/22 : WORKDIR / [2021-10-28T21:13:14.447Z] ---> Running in 0a4503f2204a [2021-10-28T21:13:14.447Z] Removing intermediate container 0a4503f2204a [2021-10-28T21:13:14.447Z] ---> af0a81aebeec [2021-10-28T21:13:14.447Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:13:14.447Z] ---> 44a06554a382 [2021-10-28T21:13:14.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-28T21:13:14.447Z] Removing intermediate container f798eaa40b1d [2021-10-28T21:13:14.447Z] ---> afc4d1444b71 [2021-10-28T21:13:14.447Z] [2021-10-28T21:13:14.447Z] Step 9/30 : FROM alpine:3.14 [2021-10-28T21:13:14.447Z] ---> bb3de5531c18 [2021-10-28T21:13:14.447Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-28T21:13:14.447Z] ---> Running in ca3e18fb7e39 [2021-10-28T21:13:14.447Z] Removing intermediate container ca3e18fb7e39 [2021-10-28T21:13:14.447Z] ---> a54bb5cbfe8b [2021-10-28T21:13:14.447Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-28T21:13:14.447Z] ---> Running in 0a1e79ee7887 [2021-10-28T21:13:14.447Z] ---> 041add7cb33c [2021-10-28T21:13:14.447Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-28T21:13:14.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:13:14.447Z] ---> 9cc976e19e43 [2021-10-28T21:13:14.447Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-28T21:13:14.447Z] ---> Running in da13b9e6f758 [2021-10-28T21:13:14.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:13:14.447Z] Removing intermediate container 83a3c95ceffa [2021-10-28T21:13:14.447Z] ---> 5da32911a002 [2021-10-28T21:13:14.447Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-28T21:13:14.447Z] ---> Running in 7c810aab9869 [2021-10-28T21:13:14.447Z] Removing intermediate container da13b9e6f758 [2021-10-28T21:13:14.447Z] ---> 3612878108d1 [2021-10-28T21:13:14.447Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:13:14.447Z] ---> Running in a45b2c5d2629 [2021-10-28T21:13:14.447Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-28T21:13:14.447Z] (2/2) Installing su-exec (0.2-r1) [2021-10-28T21:13:14.447Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:13:14.447Z] OK: 5 MiB in 16 packages [2021-10-28T21:13:14.447Z] Removing intermediate container a45b2c5d2629 [2021-10-28T21:13:14.447Z] ---> 14fefdd6a7bf [2021-10-28T21:13:14.447Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:13:14.447Z] ---> Running in 2ce84208a852 [2021-10-28T21:13:14.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T21:13:14.447Z] Removing intermediate container 2ce84208a852 [2021-10-28T21:13:14.447Z] ---> 2d93a4827649 [2021-10-28T21:13:14.447Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:13:14.447Z] ---> Running in 496beced2b17 [2021-10-28T21:13:14.447Z] Removing intermediate container 0a1e79ee7887 [2021-10-28T21:13:14.448Z] ---> 577e0b839db4 [2021-10-28T21:13:14.448Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-28T21:13:14.448Z] ---> Running in 1d1754c7fb2f [2021-10-28T21:13:14.730Z] Removing intermediate container 496beced2b17 [2021-10-28T21:13:14.730Z] ---> bb473e25c2b0 [2021-10-28T21:13:14.730Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:13:15.017Z] ---> Running in 2cea8901c107 [2021-10-28T21:13:15.017Z] Removing intermediate container 1d1754c7fb2f [2021-10-28T21:13:15.017Z] ---> 386a3a0d42d8 [2021-10-28T21:13:15.017Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-28T21:13:15.297Z] ---> Running in e7c8d241032a [2021-10-28T21:13:15.573Z] Removing intermediate container 2cea8901c107 [2021-10-28T21:13:15.573Z] ---> a6b389f8c6fb [2021-10-28T21:13:15.573Z] [2021-10-28T21:13:16.178Z] Successfully built a6b389f8c6fb [2021-10-28T21:13:16.178Z] Successfully tagged core-command-arm64:latest [2021-10-28T21:13:16.178Z]  Building core-command ... done Removing intermediate container e7c8d241032a [2021-10-28T21:13:16.178Z] ---> d894d0a70d91 [2021-10-28T21:13:16.178Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-28T21:13:16.458Z] ---> Running in 10bf84f56fa1 [2021-10-28T21:13:17.921Z] Removing intermediate container 7c810aab9869 [2021-10-28T21:13:17.921Z] ---> 4aa4dd7af3f0 [2021-10-28T21:13:17.921Z] [2021-10-28T21:13:17.921Z] Step 10/22 : FROM docker:20.10.8 [2021-10-28T21:13:17.921Z] 20.10.8: Pulling from library/docker [2021-10-28T21:13:19.379Z] Removing intermediate container 10bf84f56fa1 [2021-10-28T21:13:19.379Z] ---> 283497b8b4c5 [2021-10-28T21:13:19.379Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-28T21:13:19.379Z] ---> Running in 300adaa483e1 [2021-10-28T21:13:20.372Z] Removing intermediate container 300adaa483e1 [2021-10-28T21:13:20.372Z] ---> 62d4eaaddc9c [2021-10-28T21:13:20.372Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-28T21:13:21.358Z] ---> d04d2d1e4062 [2021-10-28T21:13:21.358Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-28T21:13:21.630Z] ---> Running in 636a6cd013d4 [2021-10-28T21:13:22.626Z] Removing intermediate container c8760f7ef66d [2021-10-28T21:13:22.626Z] ---> 96c04385c194 [2021-10-28T21:13:22.626Z] [2021-10-28T21:13:22.626Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T21:13:22.626Z] ---> bb3de5531c18 [2021-10-28T21:13:22.626Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-28T21:13:22.901Z] ---> Running in 4ab07320d34d [2021-10-28T21:13:23.510Z] Removing intermediate container 4ab07320d34d [2021-10-28T21:13:23.510Z] ---> 43b3b02a49ca [2021-10-28T21:13:23.510Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-28T21:13:23.786Z] ---> Running in b947e08a285c [2021-10-28T21:13:24.383Z] Removing intermediate container 636a6cd013d4 [2021-10-28T21:13:24.383Z] ---> 1ed1026b5c38 [2021-10-28T21:13:24.383Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:13:24.383Z] Removing intermediate container b947e08a285c [2021-10-28T21:13:24.383Z] ---> 741f11148908 [2021-10-28T21:13:24.383Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-28T21:13:24.662Z] ---> Running in f6b7dbadf60c [2021-10-28T21:13:25.272Z] Removing intermediate container f6b7dbadf60c [2021-10-28T21:13:25.272Z] ---> 23b27d4a015e [2021-10-28T21:13:25.272Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:13:25.272Z] ---> 289a81703eb2 [2021-10-28T21:13:25.272Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-28T21:13:25.272Z] ---> Running in ef26b57a60a8 [2021-10-28T21:13:27.270Z] ---> fdf5c328df5b [2021-10-28T21:13:27.270Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-28T21:13:28.257Z] Removing intermediate container ef26b57a60a8 [2021-10-28T21:13:28.257Z] ---> 3bac98074ad7 [2021-10-28T21:13:28.257Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-28T21:13:28.257Z] ---> Running in 425ec5c28069 [2021-10-28T21:13:28.530Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-28T21:13:28.530Z] ---> ab8580472d6a [2021-10-28T21:13:28.530Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-28T21:13:28.530Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-28T21:13:28.530Z] ---> 3734d5adc5ac [2021-10-28T21:13:28.530Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:13:28.815Z] ---> Running in 78e24e226861 [2021-10-28T21:13:29.414Z] Removing intermediate container 78e24e226861 [2021-10-28T21:13:29.414Z] ---> 81d6a1d93c48 [2021-10-28T21:13:29.414Z] 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 [2021-10-28T21:13:29.414Z] ---> Running in 8009da3029e0 [2021-10-28T21:13:29.414Z] ---> 85b274e55cfc [2021-10-28T21:13:29.414Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-28T21:13:29.685Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:13:30.684Z] ---> a5fff6e0e5aa [2021-10-28T21:13:30.684Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-28T21:13:30.684Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:13:30.684Z] ---> Running in 14b12417553b [2021-10-28T21:13:30.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:13:31.237Z] Removing intermediate container 14b12417553b [2021-10-28T21:13:31.237Z] ---> 3637e9b26225 [2021-10-28T21:13:31.237Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-28T21:13:31.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:13:31.844Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-28T21:13:32.125Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T21:13:32.125Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-28T21:13:32.125Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T21:13:32.125Z] ---> b9bd292f854d [2021-10-28T21:13:32.125Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-28T21:13:32.412Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-28T21:13:32.412Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-28T21:13:32.412Z] ---> Running in 738be12d9a61 [2021-10-28T21:13:32.702Z] (1/42) Installing readline (8.1.0-r0) [2021-10-28T21:13:32.702Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:13:32.702Z] (2/42) Installing bash (5.1.4-r0) [2021-10-28T21:13:32.702Z] OK: 8 MiB in 20 packages [2021-10-28T21:13:32.702Z] Executing bash-5.1.4-r0.post-install [2021-10-28T21:13:32.702Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-28T21:13:32.702Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T21:13:32.702Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-28T21:13:32.702Z] (6/42) Installing curl (7.79.1-r0) [2021-10-28T21:13:32.702Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-28T21:13:32.702Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-28T21:13:32.702Z] (9/42) Installing expat (2.4.1-r0) [2021-10-28T21:13:32.702Z] (10/42) Installing libffi (3.3-r2) [2021-10-28T21:13:32.984Z] (11/42) Installing gdbm (1.19-r0) [2021-10-28T21:13:32.984Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-28T21:13:32.984Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T21:13:32.984Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T21:13:32.984Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-28T21:13:32.984Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-28T21:13:32.984Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-28T21:13:34.438Z] Removing intermediate container 425ec5c28069 [2021-10-28T21:13:34.438Z] ---> 9b1952a9c1c1 [2021-10-28T21:13:34.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:13:35.444Z] ---> 53d655767b31 [2021-10-28T21:13:35.444Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-28T21:13:35.444Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-28T21:13:35.444Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-28T21:13:35.444Z] Removing intermediate container 738be12d9a61 [2021-10-28T21:13:35.444Z] ---> 93ade4e5a9c7 [2021-10-28T21:13:35.444Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-28T21:13:35.444Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-28T21:13:35.444Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-28T21:13:35.723Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-28T21:13:35.723Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-28T21:13:35.723Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-28T21:13:35.723Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-28T21:13:35.723Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-28T21:13:35.723Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-28T21:13:35.723Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-28T21:13:35.723Z] ---> Running in 03c472988ca0 [2021-10-28T21:13:35.723Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-28T21:13:35.723Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-28T21:13:36.001Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-28T21:13:36.001Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-28T21:13:36.001Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-28T21:13:36.001Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-28T21:13:36.001Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-28T21:13:36.001Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-28T21:13:36.001Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-28T21:13:36.001Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-28T21:13:36.001Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-28T21:13:36.001Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-28T21:13:36.001Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-28T21:13:36.278Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-28T21:13:36.556Z] Removing intermediate container 03c472988ca0 [2021-10-28T21:13:36.556Z] ---> bfa53acb192d [2021-10-28T21:13:36.556Z] Step 27/30 : CMD ["gate"] [2021-10-28T21:13:36.839Z] ---> Running in 80873ac2a4aa [2021-10-28T21:13:36.839Z] ---> ca10d8e65c1d [2021-10-28T21:13:36.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-28T21:13:36.839Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:13:36.839Z] OK: 84 MiB in 64 packages [2021-10-28T21:13:37.444Z] Removing intermediate container 80873ac2a4aa [2021-10-28T21:13:37.444Z] ---> 0f5be609cd43 [2021-10-28T21:13:37.444Z] Step 28/30 : LABEL arch=arm64 [2021-10-28T21:13:37.723Z] ---> Running in 40bf1f47d793 [2021-10-28T21:13:37.723Z] ---> 0ab2ff5af06b [2021-10-28T21:13:37.723Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-28T21:13:37.999Z] ---> Running in 9dfc86cfad41 [2021-10-28T21:13:38.278Z] Removing intermediate container 40bf1f47d793 [2021-10-28T21:13:38.278Z] ---> ada4f4e88bd6 [2021-10-28T21:13:38.278Z] Step 29/30 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:13:38.554Z] ---> Running in ac7a5777a2b4 [2021-10-28T21:13:38.554Z] Removing intermediate container 9dfc86cfad41 [2021-10-28T21:13:38.554Z] ---> db39492d6b18 [2021-10-28T21:13:38.554Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:13:38.831Z] ---> Running in f2359060c719 [2021-10-28T21:13:39.108Z] Removing intermediate container ac7a5777a2b4 [2021-10-28T21:13:39.108Z] ---> 095bab85a4db [2021-10-28T21:13:39.108Z] Step 30/30 : LABEL version=0.0.0 [2021-10-28T21:13:39.384Z] ---> Running in 662d53fe1cb2 [2021-10-28T21:13:39.384Z] Removing intermediate container f2359060c719 [2021-10-28T21:13:39.384Z] ---> 9ebd83a8b99f [2021-10-28T21:13:39.384Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:13:39.659Z] ---> Running in 8313300ad6ee [2021-10-28T21:13:39.944Z] Removing intermediate container 662d53fe1cb2 [2021-10-28T21:13:39.944Z] ---> 3a8acbfa11a8 [2021-10-28T21:13:39.944Z] [2021-10-28T21:13:40.244Z] Removing intermediate container 8313300ad6ee [2021-10-28T21:13:40.244Z] ---> 00057d4178af [2021-10-28T21:13:40.244Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:13:40.244Z] ---> Running in a47a0d184196 [2021-10-28T21:13:40.522Z] Successfully built 3a8acbfa11a8 [2021-10-28T21:13:40.522Z] Successfully tagged security-bootstrapper-arm64:latest [2021-10-28T21:13:40.806Z]  Building security-bootstrapper ... done Removing intermediate container a47a0d184196 [2021-10-28T21:13:40.806Z] ---> 940fefae7eb1 [2021-10-28T21:13:40.806Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:13:41.083Z] ---> Running in 3e40eda85444 [2021-10-28T21:13:41.361Z] Removing intermediate container 3e40eda85444 [2021-10-28T21:13:41.361Z] ---> b0ddc5274eb6 [2021-10-28T21:13:41.361Z] [2021-10-28T21:13:41.965Z] Successfully built b0ddc5274eb6 [2021-10-28T21:13:41.965Z] Successfully tagged core-data-arm64:latest [2021-10-28T21:13:43.406Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2021-10-28T21:13:43.406Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-28T21:13:45.390Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-28T21:13:45.390Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-28T21:13:45.390Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-28T21:13:45.669Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-28T21:13:49.097Z] Collecting jsonschema<3,>=2.5.1 [2021-10-28T21:13:49.097Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-28T21:13:50.542Z] Collecting PyYAML<4,>=3.10 [2021-10-28T21:13:50.542Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-28T21:13:54.841Z] Collecting texttable<0.10,>=0.9.0 [2021-10-28T21:13:54.841Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-28T21:13:57.459Z] Collecting docopt<0.7,>=0.6.1 [2021-10-28T21:13:57.734Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-28T21:14:01.118Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-28T21:14:01.118Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-28T21:14:02.098Z] Collecting docker<4.0,>=3.6.0 [2021-10-28T21:14:02.098Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-28T21:14:02.372Z] Collecting cached-property<2,>=1.2.0 [2021-10-28T21:14:02.372Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-28T21:14:02.372Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-28T21:14:03.354Z] Collecting docker-pycreds>=0.4.0 [2021-10-28T21:14:03.354Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-28T21:14:03.953Z] 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) [2021-10-28T21:14:04.228Z] Collecting idna<2.8,>=2.5 [2021-10-28T21:14:04.228Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-28T21:14:05.206Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-28T21:14:05.206Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-28T21:14:05.483Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-28T21:14:05.483Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-28T21:14:06.086Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-28T21:14:06.086Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-28T21:14:06.086Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-28T21:14:06.086Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-28T21:14:07.546Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-28T21:14:07.546Z] Attempting uninstall: urllib3 [2021-10-28T21:14:07.546Z] Found existing installation: urllib3 1.26.5 [2021-10-28T21:14:07.546Z] Uninstalling urllib3-1.26.5: [2021-10-28T21:14:07.825Z] Successfully uninstalled urllib3-1.26.5 [2021-10-28T21:14:08.803Z] Attempting uninstall: idna [2021-10-28T21:14:08.803Z] Found existing installation: idna 3.2 [2021-10-28T21:14:08.803Z] Uninstalling idna-3.2: [2021-10-28T21:14:08.803Z] Successfully uninstalled idna-3.2 [2021-10-28T21:14:10.234Z] Attempting uninstall: chardet [2021-10-28T21:14:10.234Z] Found existing installation: chardet 4.0.0 [2021-10-28T21:14:10.234Z] Uninstalling chardet-4.0.0: [2021-10-28T21:14:10.234Z] Successfully uninstalled chardet-4.0.0 [2021-10-28T21:14:12.843Z] Attempting uninstall: requests [2021-10-28T21:14:12.843Z] Found existing installation: requests 2.25.1 [2021-10-28T21:14:12.843Z] Uninstalling requests-2.25.1: [2021-10-28T21:14:13.115Z] Successfully uninstalled requests-2.25.1 [2021-10-28T21:14:13.707Z] Running setup.py install for texttable: started [2021-10-28T21:14:16.316Z] Running setup.py install for texttable: finished with status 'done' [2021-10-28T21:14:16.316Z] Running setup.py install for PyYAML: started [2021-10-28T21:14:19.691Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-28T21:14:20.285Z] Running setup.py install for docopt: started [2021-10-28T21:14:23.661Z] Running setup.py install for docopt: finished with status 'done' [2021-10-28T21:14:23.661Z] Running setup.py install for dockerpty: started [2021-10-28T21:14:26.270Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-28T21:14:28.884Z] 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 [2021-10-28T21:14:39.021Z] Removing intermediate container 8009da3029e0 [2021-10-28T21:14:39.021Z] ---> 47a998a9b537 [2021-10-28T21:14:39.021Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-28T21:14:39.021Z] ---> Running in 1684a339ee42 [2021-10-28T21:14:39.021Z] Removing intermediate container 1684a339ee42 [2021-10-28T21:14:39.021Z] ---> de4c752a106a [2021-10-28T21:14:39.021Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-28T21:14:39.021Z] ---> Running in 9eda12238974 [2021-10-28T21:14:39.021Z] Removing intermediate container 9eda12238974 [2021-10-28T21:14:39.021Z] ---> f07667808fb6 [2021-10-28T21:14:39.021Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-28T21:14:40.457Z] ---> 35553518d45c [2021-10-28T21:14:40.457Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-28T21:14:41.057Z] ---> 61939829fde3 [2021-10-28T21:14:41.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-28T21:14:42.045Z] ---> bf66998e8201 [2021-10-28T21:14:42.045Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-28T21:14:42.045Z] ---> Running in 5ab306934290 [2021-10-28T21:14:42.671Z] Removing intermediate container 5ab306934290 [2021-10-28T21:14:42.671Z] ---> d5ba91cf6d8b [2021-10-28T21:14:42.671Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:14:42.671Z] ---> Running in d16401a82733 [2021-10-28T21:14:43.273Z] Removing intermediate container d16401a82733 [2021-10-28T21:14:43.273Z] ---> f5397ac4be54 [2021-10-28T21:14:43.273Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:14:43.273Z] ---> Running in 3090ac0f23e0 [2021-10-28T21:14:43.867Z] Removing intermediate container 3090ac0f23e0 [2021-10-28T21:14:43.867Z] ---> 143c89308def [2021-10-28T21:14:43.867Z] Step 21/22 : LABEL git_sha=12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [2021-10-28T21:14:43.867Z] ---> Running in 70ef9d44b4a5 [2021-10-28T21:14:44.461Z] Removing intermediate container 70ef9d44b4a5 [2021-10-28T21:14:44.461Z] ---> 435bae2c885d [2021-10-28T21:14:44.461Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:14:44.461Z] ---> Running in 8d2f5943d5c6 [2021-10-28T21:14:45.062Z] Removing intermediate container 8d2f5943d5c6 [2021-10-28T21:14:45.062Z] ---> e7bcfe32df16 [2021-10-28T21:14:45.062Z] [2021-10-28T21:14:45.336Z] Successfully built e7bcfe32df16 [2021-10-28T21:14:45.336Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-10-28T21:14:46.333Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-10-28T21:14:46.380Z] $ docker stop --time=1 00f9a067299c699a66d30e3a18921cb453b9039bf2d6eef24e1b9c01b27ba77a [2021-10-28T21:14:48.215Z] $ docker rm -f 00f9a067299c699a66d30e3a18921cb453b9039bf2d6eef24e1b9c01b27ba77a [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T21:14:48.799Z] + docker images [2021-10-28T21:14:49.077Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-28T21:14:49.077Z] sys-mgmt-agent-arm64 latest e7bcfe32df16 5 seconds ago 277MB [2021-10-28T21:14:49.077Z] core-data-arm64 latest b0ddc5274eb6 About a minute ago 19.5MB [2021-10-28T21:14:49.077Z] security-bootstrapper-arm64 latest 3a8acbfa11a8 About a minute ago 17.8MB [2021-10-28T21:14:49.077Z] 96c04385c194 About a minute ago 1.58GB [2021-10-28T21:14:49.077Z] 4aa4dd7af3f0 About a minute ago 1.57GB [2021-10-28T21:14:49.077Z] core-command-arm64 latest a6b389f8c6fb About a minute ago 15.2MB [2021-10-28T21:14:49.077Z] afc4d1444b71 About a minute ago 1.57GB [2021-10-28T21:14:49.077Z] c9bc05a56f26 About a minute ago 1.57GB [2021-10-28T21:14:49.077Z] security-secretstore-setup-arm64 latest e860cf248cae 5 minutes ago 26.8MB [2021-10-28T21:14:49.077Z] support-scheduler-arm64 latest 620c8980b08e 5 minutes ago 15.3MB [2021-10-28T21:14:49.077Z] core-metadata-arm64 latest b9624ab696d1 5 minutes ago 15.9MB [2021-10-28T21:14:49.077Z] support-notifications-arm64 latest 318aeeb03b4c 5 minutes ago 16.1MB [2021-10-28T21:14:49.077Z] security-proxy-setup-arm64 latest 77e9b34d4fbb 5 minutes ago 25.4MB [2021-10-28T21:14:49.077Z] 8e8b4c0bb61d 5 minutes ago 1.57GB [2021-10-28T21:14:49.077Z] 8763d225dba9 5 minutes ago 1.57GB [2021-10-28T21:14:49.077Z] 306bb82d57f2 5 minutes ago 1.57GB [2021-10-28T21:14:49.077Z] cb85b6dc6ab5 5 minutes ago 1.58GB [2021-10-28T21:14:49.077Z] 73eadba05c22 5 minutes ago 1.57GB [2021-10-28T21:14:49.077Z] ci-base-image-arm64 latest 52a5965460d1 18 minutes ago 1.24GB [2021-10-28T21:14:49.077Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 weeks ago 534MB [2021-10-28T21:14:49.077Z] docker 20.10.8 3734d5adc5ac 8 weeks ago 198MB [2021-10-28T21:14:49.077Z] alpine 3.14 bb3de5531c18 2 months ago 5.34MB [2021-10-28T21:14:49.077Z] 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 [2021-10-28T21:14:49.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-28T21:14:49.934Z] [2021-10-28T21:14:49.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:14:50.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-28T21:14:50.580Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-28T21:14:50.580Z] 448f6bf000e3: Pulling fs layer [2021-10-28T21:14:50.580Z] f757da607395: Pulling fs layer [2021-10-28T21:14:50.580Z] 05883995daec: Pulling fs layer [2021-10-28T21:14:50.580Z] 8603b9c90790: Pulling fs layer [2021-10-28T21:14:50.580Z] 1560dd03e051: Pulling fs layer [2021-10-28T21:14:50.580Z] 27f5ce0e4adf: Pulling fs layer [2021-10-28T21:14:50.580Z] c2d8d7efcc4b: Pulling fs layer [2021-10-28T21:14:50.580Z] 1560dd03e051: Waiting [2021-10-28T21:14:50.580Z] 27f5ce0e4adf: Waiting [2021-10-28T21:14:50.580Z] 8603b9c90790: Waiting [2021-10-28T21:14:50.580Z] c2d8d7efcc4b: Waiting [2021-10-28T21:14:50.580Z] f757da607395: Verifying Checksum [2021-10-28T21:14:50.580Z] f757da607395: Download complete [2021-10-28T21:14:50.580Z] 8603b9c90790: Download complete [2021-10-28T21:14:50.856Z] 1560dd03e051: Verifying Checksum [2021-10-28T21:14:50.856Z] 1560dd03e051: Download complete [2021-10-28T21:14:50.856Z] 27f5ce0e4adf: Verifying Checksum [2021-10-28T21:14:50.856Z] 27f5ce0e4adf: Download complete [2021-10-28T21:14:50.856Z] 05883995daec: Verifying Checksum [2021-10-28T21:14:50.856Z] 05883995daec: Download complete [2021-10-28T21:14:51.130Z] 448f6bf000e3: Verifying Checksum [2021-10-28T21:14:51.130Z] 448f6bf000e3: Download complete [2021-10-28T21:14:54.533Z] c2d8d7efcc4b: Verifying Checksum [2021-10-28T21:14:54.533Z] c2d8d7efcc4b: Download complete [2021-10-28T21:14:55.517Z] 448f6bf000e3: Pull complete [2021-10-28T21:14:56.504Z] f757da607395: Pull complete [2021-10-28T21:14:57.946Z] 05883995daec: Pull complete [2021-10-28T21:14:58.220Z] 8603b9c90790: Pull complete [2021-10-28T21:14:59.657Z] 1560dd03e051: Pull complete [2021-10-28T21:14:59.929Z] 27f5ce0e4adf: Pull complete [2021-10-28T21:15:15.016Z] c2d8d7efcc4b: Pull complete [2021-10-28T21:15:15.016Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-28T21:15:15.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-28T21:15:15.016Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-28T21:15:15.333Z] prd-ubuntu18.04-docker-arm64-4c-16g-12249 does not seem to be running inside a container [2021-10-28T21:15:15.497Z] $ 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 [2021-10-28T21:15:19.047Z] $ docker top 3f5f56acd4c50435fd517aa13a2aa84054b32d780cb9d5a8df94255d983c5d54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:20.118Z] ---> job-cost.sh [2021-10-28T21:15:20.118Z] lf-activate-venv: SKIPPING [2021-10-28T21:15:20.118Z] INFO: No Stack... [2021-10-28T21:15:20.720Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-28T21:15:20.992Z] INFO: Archiving Costs [Pipeline] sh [2021-10-28T21:15:21.657Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-10-28T21:15:21.657Z] + cut -d, -f6 [Pipeline] lock [2021-10-28T21:15:21.737Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] [2021-10-28T21:15:21.751Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] did not exist. Created. [2021-10-28T21:15:21.751Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-28T21:15:22.417Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-28T21:15:22.608Z] Stashed 1 file(s) [Pipeline] } [2021-10-28T21:15:22.616Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3783-6-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-28T21:15:22.676Z] $ docker stop --time=1 3f5f56acd4c50435fd517aa13a2aa84054b32d780cb9d5a8df94255d983c5d54 [2021-10-28T21:15:24.367Z] $ 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 [2021-10-28T21:15:24.999Z] provisioning config files... [2021-10-28T21:15:25.009Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4462398108744355239tmp [Pipeline] { [Pipeline] sh [2021-10-28T21:15:25.305Z] + set +x [2021-10-28T21:15:25.305Z] + curl -s https://codecov.io/bash [2021-10-28T21:15:25.305Z] + bash -s -- [2021-10-28T21:15:25.305Z] [2021-10-28T21:15:25.305Z] _____ _ [2021-10-28T21:15:25.305Z] / ____| | | [2021-10-28T21:15:25.305Z] | | ___ __| | ___ ___ _____ __ [2021-10-28T21:15:25.305Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-10-28T21:15:25.305Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-10-28T21:15:25.305Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-10-28T21:15:25.305Z] Bash-1.0.6 [2021-10-28T21:15:25.305Z] [2021-10-28T21:15:25.305Z] [2021-10-28T21:15:25.305Z] ==> git version 2.24.4 found [2021-10-28T21:15:25.305Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-10-28T21:15:25.305Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-10-28T21:15:25.305Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-10-28T21:15:25.305Z] ==> Jenkins CI detected. [2021-10-28T21:15:25.305Z] current dir:  /w/workspace/edgex-go/6 [2021-10-28T21:15:25.305Z] project root: . [2021-10-28T21:15:25.305Z] --> token set from env [2021-10-28T21:15:25.305Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-10-28T21:15:25.305Z] ==> Running gcov in . (disable via -X gcov) [2021-10-28T21:15:25.305Z] ==> Python coveragepy not found [2021-10-28T21:15:25.305Z] ==> Searching for coverage reports in: [2021-10-28T21:15:25.305Z] + . [2021-10-28T21:15:25.305Z] -> Found 1 reports [2021-10-28T21:15:25.305Z] ==> Detecting git/mercurial file structure [2021-10-28T21:15:25.568Z] ==> Reading reports [2021-10-28T21:15:25.568Z] + ./coverage.out bytes=428381 [2021-10-28T21:15:25.568Z] ==> Appending adjustments [2021-10-28T21:15:25.568Z] https://docs.codecov.io/docs/fixing-reports [2021-10-28T21:15:26.508Z] + Found adjustments [2021-10-28T21:15:26.508Z] ==> Gzipping contents [2021-10-28T21:15:26.508Z] 60K /tmp/codecov.n6cwEq.gz [2021-10-28T21:15:26.508Z] ==> Uploading reports [2021-10-28T21:15:26.508Z] url: https://codecov.io [2021-10-28T21:15:26.508Z] 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= [2021-10-28T21:15:26.508Z] -> Pinging Codecov [2021-10-28T21:15:26.508Z] 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= [2021-10-28T21:15:27.082Z] -> Uploading to [2021-10-28T21:15:27.082Z] 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 [2021-10-28T21:15:27.082Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-28T21:15:27.082Z] Dload Upload Total Spent Left Speed [2021-10-28T21:15:27.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57679 0 0 100 57679 0 205k --:--:-- --:--:-- --:--:-- 205k [2021-10-28T21:15:27.342Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/12a9841d73ccf1ce33cb3946f4d77bfd8e409db7 [Pipeline] } [2021-10-28T21:15:27.351Z] 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 [2021-10-28T21:15:28.225Z] + '[' -d /w/workspace/edgex-go/6/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:28.516Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:29.068Z] ---> package-listing.sh [2021-10-28T21:15:29.068Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-28T21:15:29.068Z] ++ facter osfamily [2021-10-28T21:15:29.336Z] + OS_FAMILY=redhat [2021-10-28T21:15:29.336Z] + workspace=/w/workspace/edgex-go/6 [2021-10-28T21:15:29.336Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-28T21:15:29.336Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-28T21:15:29.336Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-28T21:15:29.336Z] + PACKAGES=/tmp/packages_start.txt [2021-10-28T21:15:29.336Z] + '[' /w/workspace/edgex-go/6 ']' [2021-10-28T21:15:29.336Z] + PACKAGES=/tmp/packages_end.txt [2021-10-28T21:15:29.337Z] + case "${OS_FAMILY}" in [2021-10-28T21:15:29.337Z] + rpm -qa [2021-10-28T21:15:29.337Z] + sort [2021-10-28T21:15:32.645Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-28T21:15:32.645Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-28T21:15:32.645Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-28T21:15:32.645Z] + '[' /w/workspace/edgex-go/6 ']' [2021-10-28T21:15:32.645Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-10-28T21:15:32.645Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-10-28T21:15:32.655Z] 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 [2021-10-28T21:15:32.936Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:15:33.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T21:15:33.486Z] [2021-10-28T21:15:33.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:15:33.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T21:15:33.782Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-28T21:15:33.782Z] b4d181a07f80: Pulling fs layer [2021-10-28T21:15:33.782Z] a1111a8f2ec3: Pulling fs layer [2021-10-28T21:15:33.782Z] ed53099fbce6: Pulling fs layer [2021-10-28T21:15:33.782Z] dc539afda2c1: Pulling fs layer [2021-10-28T21:15:33.782Z] 77bc0d833cb6: Pulling fs layer [2021-10-28T21:15:33.782Z] 9065ff56babe: Pulling fs layer [2021-10-28T21:15:33.782Z] d287ab97295c: Pulling fs layer [2021-10-28T21:15:33.782Z] 77bc0d833cb6: Waiting [2021-10-28T21:15:33.782Z] 9065ff56babe: Waiting [2021-10-28T21:15:33.782Z] d287ab97295c: Waiting [2021-10-28T21:15:33.782Z] dc539afda2c1: Waiting [2021-10-28T21:15:33.782Z] a1111a8f2ec3: Verifying Checksum [2021-10-28T21:15:33.782Z] a1111a8f2ec3: Download complete [2021-10-28T21:15:33.782Z] dc539afda2c1: Verifying Checksum [2021-10-28T21:15:33.782Z] dc539afda2c1: Download complete [2021-10-28T21:15:34.043Z] 77bc0d833cb6: Verifying Checksum [2021-10-28T21:15:34.043Z] 77bc0d833cb6: Download complete [2021-10-28T21:15:34.043Z] 9065ff56babe: Verifying Checksum [2021-10-28T21:15:34.043Z] 9065ff56babe: Download complete [2021-10-28T21:15:34.043Z] ed53099fbce6: Verifying Checksum [2021-10-28T21:15:34.043Z] ed53099fbce6: Download complete [2021-10-28T21:15:34.043Z] b4d181a07f80: Verifying Checksum [2021-10-28T21:15:34.043Z] b4d181a07f80: Download complete [2021-10-28T21:15:34.621Z] d287ab97295c: Verifying Checksum [2021-10-28T21:15:34.621Z] d287ab97295c: Download complete [2021-10-28T21:15:35.571Z] b4d181a07f80: Pull complete [2021-10-28T21:15:35.571Z] a1111a8f2ec3: Pull complete [2021-10-28T21:15:36.150Z] ed53099fbce6: Pull complete [2021-10-28T21:15:36.150Z] dc539afda2c1: Pull complete [2021-10-28T21:15:36.410Z] 77bc0d833cb6: Pull complete [2021-10-28T21:15:36.410Z] 9065ff56babe: Pull complete [2021-10-28T21:15:41.724Z] d287ab97295c: Pull complete [2021-10-28T21:15:41.724Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-28T21:15:41.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T21:15:41.724Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-28T21:15:41.791Z] prd-centos7-docker-4c-2g-47 does not seem to be running inside a container [2021-10-28T21:15:41.826Z] $ 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 [2021-10-28T21:15:44.933Z] $ docker top f9473e90204141caea3b14c47493b383cdddc915486719e8e2f37de7d0bdfc4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:15:45.322Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-28T21:15:45.621Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-28T21:15:45.913Z] + ls /var/log/sa-host [2021-10-28T21:15:45.913Z] + sadf -c /var/log/sa-host/sa28 [2021-10-28T21:15:45.913Z] file_magic: OK [2021-10-28T21:15:45.913Z] HZ: Using current value: 100 [2021-10-28T21:15:45.913Z] file_header: OK [2021-10-28T21:15:45.913Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-28T21:15:45.913Z] Statistics: [2021-10-28T21:15:45.914Z] 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... [2021-10-28T21:15:45.914Z] File successfully converted to sysstat format version 12.0.3 [2021-10-28T21:15:45.914Z] + sadf -c /var/log/sa-host/sa30 [2021-10-28T21:15:45.914Z] file_magic: OK [2021-10-28T21:15:45.914Z] HZ: Using current value: 100 [2021-10-28T21:15:45.914Z] file_header: OK [2021-10-28T21:15:45.914Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-10-28T21:15:45.914Z] Statistics: [2021-10-28T21:15:45.914Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-28T21:15:45.914Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T21:15:45.990Z] provisioning config files... [2021-10-28T21:15:46.000Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6405043371996356230tmp [Pipeline] { [Pipeline] echo [2021-10-28T21:15:46.016Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:46.319Z] ---> create-netrc.sh [Pipeline] } [2021-10-28T21:15:46.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:46.655Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-28T21:15:46.664Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:46.958Z] ---> sudo-logs.sh [2021-10-28T21:15:46.958Z] Archiving 'sudo' log.. [2021-10-28T21:15:46.958Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-47.novalocal: Name or service not known [2021-10-28T21:15:46.958Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-47.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-28T21:15:46.981Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:47.296Z] ---> job-cost.sh [2021-10-28T21:15:47.296Z] lf-activate-venv: SKIPPING [2021-10-28T21:15:47.296Z] DEBUG: total: 0.10999999940395355 [2021-10-28T21:15:47.296Z] INFO: Retrieving Stack Cost... [2021-10-28T21:15:47.558Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-28T21:15:48.131Z] INFO: Archiving Costs [Pipeline] echo [2021-10-28T21:15:48.140Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:15:48.437Z] ---> logs-deploy.sh [2021-10-28T21:15:48.437Z] lf-activate-venv: SKIPPING [2021-10-28T21:15:48.437Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3783/6 [2021-10-28T21:15:48.437Z] INFO: archiving workspace using pattern(s): [2021-10-28T21:15:49.008Z] Archives upload complete. [2021-10-28T21:15:49.271Z] INFO: archiving logs to Nexus