Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e200cd653a1c19f7146556fd5a4fec13a752feb6+556446716e4a14b8c762f3ec0116a54927b3d800 (7ad94067f3ccb3ba62b4b7ce3b16227c09169571) 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-ssh4000923728646441829.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh4115646327886233631.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 c72b16708d6eed9a08be464a432ce22db7d90667 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-3905/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-3905/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15023869762314245637.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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-ssh12203996340768581421.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-3905/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-3905/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3772249555295874921.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 USE_ALPINE: true 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7177 in /w/workspace/edgexfoundry_edgex-go_PR-3905 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 556446716e4a14b8c762f3ec0116a54927b3d800 into PR head commit e200cd653a1c19f7146556fd5a4fec13a752feb6 Merge succeeded, producing b0073f2e5f8aa47c98166f5192d0209de9981bfa Checking out Revision b0073f2e5f8aa47c98166f5192d0209de9981bfa (PR-3905) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3905/head:refs/remotes/origin/PR-3905 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e200cd653a1c19f7146556fd5a4fec13a752feb6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 556446716e4a14b8c762f3ec0116a54927b3d800 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0073f2e5f8aa47c98166f5192d0209de9981bfa # timeout=10 Commit message: "Merge commit '556446716e4a14b8c762f3ec0116a54927b3d800' into HEAD" > git rev-list --no-walk e200cd653a1c19f7146556fd5a4fec13a752feb6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-15T20:29:28.355Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-15T20:29:28.415Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-15T20:29:28.430Z] ========================================================= [2022-03-15T20:29:28.430Z] EdgeX Global Pipelines Version Info [2022-03-15T20:29:28.430Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:29:29.230Z] ------------------- [2022-03-15T20:29:29.230Z] stable info: [2022-03-15T20:29:29.230Z] ------------------- [2022-03-15T20:29:29.230Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-15T20:29:29.230Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-15T20:29:29.230Z] Message: update stable to v1.0.221 [2022-03-15T20:29:29.816Z] ------------------- [2022-03-15T20:29:29.816Z] experimental info: [2022-03-15T20:29:29.816Z] ------------------- [2022-03-15T20:29:29.816Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-15T20:29:29.816Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-15T20:29:29.816Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-15T20:29:29.963Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-15T20:29:29.975Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-15T20:29:29.989Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-15T20:29:30.000Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-15T20:29:30.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-15T20:29:30.022Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-15T20:29:30.036Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-15T20:29:30.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-15T20:29:30.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-15T20:29:30.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-15T20:29:30.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-15T20:29:30.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-15T20:29:30.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-15T20:29:30.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-15T20:29:30.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-15T20:29:30.161Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-15T20:29:30.173Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-15T20:29:30.185Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-15T20:29:30.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-15T20:29:30.208Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-15T20:29:30.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-15T20:29:30.236Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-15T20:29:30.246Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3905 [Pipeline] echo [2022-03-15T20:29:30.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3905 [Pipeline] echo [2022-03-15T20:29:30.271Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3905 [Pipeline] echo [2022-03-15T20:29:30.282Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0073f2e5f8aa47c98166f5192d0209de9981bfa [Pipeline] echo [2022-03-15T20:29:30.295Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0073f2 [Pipeline] echo [2022-03-15T20:29:30.306Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-15T20:29:30.349Z] provisioning config files... [2022-03-15T20:29:30.366Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2246878070742511433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:29:30.679Z] ---> docker-login.sh [2022-03-15T20:29:30.679Z] nexus3.edgexfoundry.org:10001 [2022-03-15T20:29:30.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:29:30.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:29:30.941Z] Configure a credential helper to remove this warning. See [2022-03-15T20:29:30.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:29:30.941Z] [2022-03-15T20:29:30.941Z] Login Succeeded [2022-03-15T20:29:30.941Z] nexus3.edgexfoundry.org:10002 [2022-03-15T20:29:31.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:29:31.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:29:31.204Z] Configure a credential helper to remove this warning. See [2022-03-15T20:29:31.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:29:31.204Z] [2022-03-15T20:29:31.204Z] Login Succeeded [2022-03-15T20:29:31.204Z] nexus3.edgexfoundry.org:10003 [2022-03-15T20:29:31.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:29:31.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:29:31.465Z] Configure a credential helper to remove this warning. See [2022-03-15T20:29:31.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:29:31.465Z] [2022-03-15T20:29:31.465Z] Login Succeeded [2022-03-15T20:29:31.465Z] nexus3.edgexfoundry.org:10004 [2022-03-15T20:29:31.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:29:31.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:29:31.465Z] Configure a credential helper to remove this warning. See [2022-03-15T20:29:31.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:29:31.465Z] [2022-03-15T20:29:31.465Z] Login Succeeded [2022-03-15T20:29:31.465Z] docker.io [2022-03-15T20:29:31.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:29:31.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:29:31.989Z] Configure a credential helper to remove this warning. See [2022-03-15T20:29:31.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:29:31.989Z] [2022-03-15T20:29:31.989Z] Login Succeeded [2022-03-15T20:29:31.989Z] ---> docker-login.sh ends [Pipeline] } [2022-03-15T20:29:31.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-15T20:29:32.323Z] + 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 [2022-03-15T20:29:32.323Z] + dirname cmd/core-command/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-15T20:29:32.323Z] + + cut -d/ -f2 [2022-03-15T20:29:32.323Z] dirname cmd/core-data/Dockerfile [2022-03-15T20:29:32.323Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-15T20:29:32.323Z] + dirname cmd/core-metadata/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-15T20:29:32.323Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-15T20:29:32.323Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-15T20:29:32.323Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + dirname cmd/support-notifications/Dockerfile [2022-03-15T20:29:32.323Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-15T20:29:32.323Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-15T20:29:32.323Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-03-15T20:29:32.323Z] + cut -d/ -f2 [2022-03-15T20:29:32.323Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-15T20:29:32.452Z] 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] { (Build Check) [Pipeline] sh [2022-03-15T20:29:32.809Z] + git rev-list -1 --merges b0073f2e5f8aa47c98166f5192d0209de9981bfa~1..b0073f2e5f8aa47c98166f5192d0209de9981bfa [Pipeline] echo [2022-03-15T20:29:32.824Z] -----------> git rev-list -1 --merges b0073f2e5f8aa47c98166f5192d0209de9981bfa~1..b0073f2e5f8aa47c98166f5192d0209de9981bfa b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:29:32.824Z] b0073f2e5f8aa47c98166f5192d0209de9981bfa [false] [Pipeline] sh [2022-03-15T20:29:33.137Z] + git log --format=format:%s -1 b0073f2e5f8aa47c98166f5192d0209de9981bfa [Pipeline] echo [2022-03-15T20:29:33.155Z] ========================================================= [2022-03-15T20:29:33.155Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-15T20:29:33.155Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-15T20:29:33.719Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-15T20:29:33.719Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-15T20:29:33.719Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-15T20:29:33.719Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-15T20:29:33.719Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-15T20:29:33.719Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-15T20:29:33.719Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:29:34.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-15T20:29:34.066Z] [2022-03-15T20:29:34.066Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:29:34.375Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-15T20:29:34.375Z] latest: Pulling from edgex-devops/git-semver [2022-03-15T20:29:34.375Z] a0d0a0d46f8b: Pulling fs layer [2022-03-15T20:29:34.375Z] 3e5f54012d9b: Pulling fs layer [2022-03-15T20:29:34.375Z] 4c7163046ea9: Pulling fs layer [2022-03-15T20:29:34.375Z] 0c2d73faf560: Pulling fs layer [2022-03-15T20:29:34.375Z] 0c2d73faf560: Waiting [2022-03-15T20:29:34.375Z] 3e5f54012d9b: Download complete [2022-03-15T20:29:34.375Z] a0d0a0d46f8b: Verifying Checksum [2022-03-15T20:29:34.375Z] a0d0a0d46f8b: Download complete [2022-03-15T20:29:34.636Z] 0c2d73faf560: Verifying Checksum [2022-03-15T20:29:34.636Z] 0c2d73faf560: Download complete [2022-03-15T20:29:34.636Z] 4c7163046ea9: Verifying Checksum [2022-03-15T20:29:34.636Z] 4c7163046ea9: Download complete [2022-03-15T20:29:34.636Z] a0d0a0d46f8b: Pull complete [2022-03-15T20:29:34.636Z] 3e5f54012d9b: Pull complete [2022-03-15T20:29:35.230Z] 4c7163046ea9: Pull complete [2022-03-15T20:29:35.230Z] 0c2d73faf560: Pull complete [2022-03-15T20:29:35.230Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-15T20:29:35.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-15T20:29:35.230Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-15T20:29:35.663Z] prd-ubuntu20.04-docker-8c-8g-7177 does not seem to be running inside a container [2022-03-15T20:29:35.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-15T20:29:36.694Z] $ docker top 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-15T20:29:36.816Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-15T20:29:36.816Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-15T20:29:36.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-15T20:29:36.958Z] $ docker exec 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 ssh-agent [2022-03-15T20:29:37.085Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXoPCJii/agent.13 [2022-03-15T20:29:37.085Z] SSH_AGENT_PID=20 [2022-03-15T20:29:37.095Z] Running ssh-add (command line suppressed) [2022-03-15T20:29:37.224Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1545122980491629643.key (/w/workspace/edgex-go/2@tmp/private_key_1545122980491629643.key) [2022-03-15T20:29:37.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-15T20:29:37.539Z] + git tag --points-at HEAD [Pipeline] } [2022-03-15T20:29:37.560Z] $ docker exec --env ******** --env ******** 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 ssh-agent -k [2022-03-15T20:29:37.676Z] unset SSH_AUTH_SOCK; [2022-03-15T20:29:37.676Z] unset SSH_AGENT_PID; [2022-03-15T20:29:37.677Z] echo Agent pid 20 killed; [2022-03-15T20:29:37.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-15T20:29:37.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-15T20:29:37.719Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-15T20:29:37.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-15T20:29:37.864Z] $ docker exec 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 ssh-agent [2022-03-15T20:29:38.001Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlGNINK/agent.53 [2022-03-15T20:29:38.001Z] SSH_AGENT_PID=59 [2022-03-15T20:29:38.008Z] Running ssh-add (command line suppressed) [2022-03-15T20:29:38.136Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4904488568109681237.key (/w/workspace/edgex-go/2@tmp/private_key_4904488568109681237.key) [2022-03-15T20:29:38.152Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-15T20:29:38.441Z] + git semver init [2022-03-15T20:29:38.441Z] # -> Open(): unable to determine branch for HEAD [2022-03-15T20:29:38.441Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2022-03-15T20:29:38.441Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2022-03-15T20:29:38.441Z] # $SEMVER_REMOTE_NAME = origin [2022-03-15T20:29:38.441Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-15T20:29:38.441Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-15T20:29:38.441Z] # $SEMVER_BRANCH = PR-3905 [2022-03-15T20:29:38.441Z] # $SEMVER_TEMP = /tmp/semver-436612292 [2022-03-15T20:29:38.441Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-15T20:29:53.353Z] # '/tmp/semver-436612292' -> '/w/workspace/edgex-go/2/.semver' [2022-03-15T20:29:53.353Z] # -> Force: false [2022-03-15T20:29:53.353Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2022-03-15T20:29:53.369Z] $ docker exec --env ******** --env ******** 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 ssh-agent -k [2022-03-15T20:29:53.478Z] unset SSH_AUTH_SOCK; [2022-03-15T20:29:53.478Z] unset SSH_AGENT_PID; [2022-03-15T20:29:53.478Z] echo Agent pid 59 killed; [2022-03-15T20:29:53.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-15T20:29:53.796Z] + git semver [Pipeline] } [2022-03-15T20:29:53.822Z] $ docker stop --time=1 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 [2022-03-15T20:29:55.946Z] $ docker rm -f 84983642dda7d1959394b1738cfa7e9517fa0ac1b57ebce3b745e8e0034454a2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-15T20:29:56.326Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-15T20:29:56.581Z] Stashed 1 file(s) [Pipeline] echo [2022-03-15T20:29:56.585Z] [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 [2022-03-15T20:29:56.687Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-15T20:29:56.693Z] ========================================================= [2022-03-15T20:29:56.693Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-15T20:29:56.693Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-15T20:29:56.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-15T20:29:56.983Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-15T20:29:56.983Z] 59bf1c3509f3: Pulling fs layer [2022-03-15T20:29:56.983Z] 666ba61612fd: Pulling fs layer [2022-03-15T20:29:56.983Z] 8ed8ca486205: Pulling fs layer [2022-03-15T20:29:56.983Z] 4fe6c5a15a65: Pulling fs layer [2022-03-15T20:29:56.983Z] 22a0e8bec74d: Pulling fs layer [2022-03-15T20:29:56.983Z] 640e595b4fbd: Pulling fs layer [2022-03-15T20:29:56.983Z] 763cafe07f6e: Pulling fs layer [2022-03-15T20:29:56.983Z] 0c0b528cf693: Pulling fs layer [2022-03-15T20:29:56.983Z] 10935f4eaf8b: Pulling fs layer [2022-03-15T20:29:56.983Z] 4fe6c5a15a65: Waiting [2022-03-15T20:29:56.983Z] 640e595b4fbd: Waiting [2022-03-15T20:29:56.983Z] 0c0b528cf693: Waiting [2022-03-15T20:29:56.983Z] 763cafe07f6e: Waiting [2022-03-15T20:29:56.983Z] 10935f4eaf8b: Waiting [2022-03-15T20:29:56.983Z] 22a0e8bec74d: Waiting [2022-03-15T20:29:56.983Z] 8ed8ca486205: Verifying Checksum [2022-03-15T20:29:56.983Z] 8ed8ca486205: Download complete [2022-03-15T20:29:56.983Z] 666ba61612fd: Download complete [2022-03-15T20:29:56.983Z] 22a0e8bec74d: Download complete [2022-03-15T20:29:56.983Z] 640e595b4fbd: Verifying Checksum [2022-03-15T20:29:56.983Z] 640e595b4fbd: Download complete [2022-03-15T20:29:56.983Z] 59bf1c3509f3: Download complete [2022-03-15T20:29:56.983Z] 763cafe07f6e: Verifying Checksum [2022-03-15T20:29:56.983Z] 763cafe07f6e: Download complete [2022-03-15T20:29:56.983Z] 0c0b528cf693: Download complete [2022-03-15T20:29:57.243Z] 59bf1c3509f3: Pull complete [2022-03-15T20:29:57.243Z] 666ba61612fd: Pull complete [2022-03-15T20:29:57.506Z] 8ed8ca486205: Pull complete [2022-03-15T20:29:57.766Z] 10935f4eaf8b: Verifying Checksum [2022-03-15T20:29:57.766Z] 10935f4eaf8b: Download complete [2022-03-15T20:29:57.766Z] 4fe6c5a15a65: Verifying Checksum [2022-03-15T20:29:57.766Z] 4fe6c5a15a65: Download complete [2022-03-15T20:30:01.959Z] 4fe6c5a15a65: Pull complete [2022-03-15T20:30:01.959Z] 22a0e8bec74d: Pull complete [2022-03-15T20:30:01.959Z] 640e595b4fbd: Pull complete [2022-03-15T20:30:01.959Z] 763cafe07f6e: Pull complete [2022-03-15T20:30:01.959Z] 0c0b528cf693: Pull complete [2022-03-15T20:30:03.869Z] 10935f4eaf8b: Pull complete [2022-03-15T20:30:03.869Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-15T20:30:03.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-15T20:30:03.869Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-15T20:30:04.173Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-15T20:30:04.173Z] WORKDIR /edgex [2022-03-15T20:30:04.173Z] COPY go.mod . [2022-03-15T20:30:04.173Z] RUN go mod download build [2022-03-15T20:30:04.173Z] -t ci-base-image-x86_64 -f - . [2022-03-15T20:30:05.554Z] Sending build context to Docker daemon 334.1MB [2022-03-15T20:30:05.554Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-15T20:30:05.554Z] ---> 99d49a6021b9 [2022-03-15T20:30:05.554Z] Step 2/4 : WORKDIR /edgex [2022-03-15T20:30:08.853Z] ---> Running in e834c80857bc [2022-03-15T20:30:08.853Z] Removing intermediate container e834c80857bc [2022-03-15T20:30:08.853Z] ---> 86cf139b81c2 [2022-03-15T20:30:08.853Z] Step 3/4 : COPY go.mod . [2022-03-15T20:30:08.853Z] ---> 7ffa938a2ebb [2022-03-15T20:30:08.853Z] Step 4/4 : RUN go mod download [2022-03-15T20:30:08.853Z] ---> Running in ddb1e8a13e9f [2022-03-15T20:30:11.652Z] Still waiting to schedule task [2022-03-15T20:30:11.653Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-15T20:30:35.418Z] Removing intermediate container ddb1e8a13e9f [2022-03-15T20:30:35.419Z] ---> 0fd20673069d [2022-03-15T20:30:35.419Z] Successfully built 0fd20673069d [2022-03-15T20:30:35.419Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:30:35.715Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-15T20:30:35.715Z] . [Pipeline] withDockerContainer [2022-03-15T20:30:35.791Z] prd-ubuntu20.04-docker-8c-8g-7177 does not seem to be running inside a container [2022-03-15T20:30:35.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-15T20:30:36.277Z] $ docker top 2e36e14ced930ba2f28a7725df9c5100d526a7ad2401be733a2b101da8422f30 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:30:36.624Z] + go version [2022-03-15T20:30:36.624Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-15T20:30:36.646Z] $ docker stop --time=1 2e36e14ced930ba2f28a7725df9c5100d526a7ad2401be733a2b101da8422f30 [2022-03-15T20:30:37.984Z] $ docker rm -f 2e36e14ced930ba2f28a7725df9c5100d526a7ad2401be733a2b101da8422f30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:30:38.401Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-15T20:30:38.401Z] . [Pipeline] withDockerContainer [2022-03-15T20:30:38.481Z] prd-ubuntu20.04-docker-8c-8g-7177 does not seem to be running inside a container [2022-03-15T20:30:38.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-15T20:30:38.924Z] $ docker top ac505bc2254b043401c2db9021c499a1537f9035e7e3aacebd146b77109afb2d -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-15T20:30:38.994Z] ========================================================= [2022-03-15T20:30:38.994Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-15T20:30:38.994Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-15T20:30:39.285Z] + make test [2022-03-15T20:30:39.285Z] go mod tidy [2022-03-15T20:30:39.285Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-15T20:30:45.860Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-15T20:30:54.085Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-15T20:30:54.085Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-15T20:30:54.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-15T20:30:54.350Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-15T20:30:54.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-15T20:30:54.611Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-15T20:30:54.611Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-15T20:30:54.611Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-15T20:30:54.870Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-15T20:30:54.870Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-15T20:30:54.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-15T20:30:54.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-15T20:30:54.870Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-15T20:30:54.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-15T20:30:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements [2022-03-15T20:30:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-15T20:30:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-15T20:30:56.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 98.5% of statements [2022-03-15T20:30:56.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-15T20:30:57.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.086s coverage: 54.9% of statements [2022-03-15T20:30:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-15T20:30:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-15T20:30:57.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.169s coverage: 89.5% of statements [2022-03-15T20:30:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-15T20:30:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-15T20:30:57.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:30:57.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 84.4% of statements [2022-03-15T20:30:57.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-15T20:30:57.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-15T20:30:57.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-15T20:30:57.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.421s coverage: 94.2% of statements [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.068s coverage: 59.1% of statements [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.089s coverage: 60.0% of statements [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.069s coverage: 0.9% of statements [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.065s coverage: 21.7% of statements [2022-03-15T20:30:57.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-15T20:30:57.663Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2022-03-15T20:30:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.067s coverage: 79.5% of statements [2022-03-15T20:30:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2022-03-15T20:30:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2022-03-15T20:30:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2022-03-15T20:31:10.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2022-03-15T20:31:10.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2022-03-15T20:31:11.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.228s coverage: 82.5% of statements [2022-03-15T20:31:11.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 65.1% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 58.8% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.0% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.2% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.438s coverage: 65.4% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 43.8% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.072s coverage: 63.2% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-15T20:31:21.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2022-03-15T20:31:21.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-03-15T20:31:21.404Z] 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 [2022-03-15T20:31:36.288Z] GO111MODULE=on go vet ./... [2022-03-15T20:31:39.579Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-15T20:31:39.579Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-15T20:31:39.840Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-15T20:31:40.435Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-15T20:31:40.729Z] + ls -al . [2022-03-15T20:31:40.729Z] total 672 [2022-03-15T20:31:40.729Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 20:31 . [2022-03-15T20:31:40.729Z] drwxr-xr-x 4 root root 4096 Mar 15 20:30 .. [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 20:29 .dockerignore [2022-03-15T20:31:40.729Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 20:29 .git [2022-03-15T20:31:40.729Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 20:29 .github [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 804 Mar 15 20:29 .gitignore [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 42 Mar 15 20:29 .golangci.yml [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 76 Mar 15 20:29 .hadolint.yml [2022-03-15T20:31:40.729Z] drwx------ 3 1001 1001 4096 Mar 15 20:29 .semver [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 20:29 .sonarcloud.properties [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 1171 Mar 15 20:29 ADOPTERS.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 9019 Mar 15 20:29 Attribution.txt [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 51732 Mar 15 20:29 CHANGELOG.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 20:29 CONTRIBUTING.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 677 Mar 15 20:29 GOVERNANCE.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 849 Mar 15 20:29 Jenkinsfile [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 20:29 LICENSE [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 6508 Mar 15 20:29 Makefile [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 582 Mar 15 20:29 OWNERS.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 8207 Mar 15 20:29 README.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 6912 Mar 15 20:29 SECURITY.md [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 20:29 VERSION [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 20:29 ZMQWindows.md [2022-03-15T20:31:40.729Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 20:29 bin [2022-03-15T20:31:40.729Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 20:29 cmd [2022-03-15T20:31:40.729Z] -rw-r--r-- 1 root root 425751 Mar 15 20:31 coverage.out [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 2828 Mar 15 20:29 go.mod [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 50491 Mar 15 20:29 go.sum [2022-03-15T20:31:40.729Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 20:29 internal [2022-03-15T20:31:40.729Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 20:29 openapi [2022-03-15T20:31:40.729Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 20:29 snap [2022-03-15T20:31:40.729Z] -rw-rw-r-- 1 1001 1001 204 Mar 15 20:29 version.go [Pipeline] sh [2022-03-15T20:31:41.019Z] + '[' -e coverage.out ] [2022-03-15T20:31:41.019Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-15T20:31:41.109Z] Stashed 1 file(s) [Pipeline] sh [2022-03-15T20:31:41.396Z] + make build [2022-03-15T20:31:41.396Z] 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 [2022-03-15T20:31:42.780Z] 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 [2022-03-15T20:31:48.054Z] 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 [2022-03-15T20:31:48.481Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7182 in /w/workspace/edgexfoundry_edgex-go_PR-3905 [Pipeline] { [Pipeline] ws [2022-03-15T20:31:48.493Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2022-03-15T20:31:48.624Z] 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 [2022-03-15T20:31:48.763Z] The recommended git tool is: git [2022-03-15T20:31:49.563Z] 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 [2022-03-15T20:31:49.823Z] 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 [2022-03-15T20:31:50.763Z] 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 [2022-03-15T20:31:51.700Z] 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 [2022-03-15T20:31:52.270Z] 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 [2022-03-15T20:31:53.211Z] 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 [2022-03-15T20:31:53.781Z] 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 [2022-03-15T20:31:54.716Z] 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] } [2022-03-15T20:31:56.116Z] $ docker stop --time=1 ac505bc2254b043401c2db9021c499a1537f9035e7e3aacebd146b77109afb2d [2022-03-15T20:31:56.807Z] using credential edgex-jenkins-ssh [2022-03-15T20:31:56.830Z] Cloning the remote Git repository [2022-03-15T20:31:56.942Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-15T20:31:57.044Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-03-15T20:31:57.175Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-15T20:31:57.176Z] > git --version # timeout=10 [2022-03-15T20:31:57.217Z] > git --version # 'git version 2.25.1' [2022-03-15T20:31:57.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-15T20:31:57.345Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-15T20:31:58.433Z] $ docker rm -f ac505bc2254b043401c2db9021c499a1537f9035e7e3aacebd146b77109afb2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:31:59.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-15T20:31:59.674Z] [2022-03-15T20:31:59.674Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:31:59.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-15T20:31:59.973Z] latest: Pulling from edgex-devops/edgex-compose [2022-03-15T20:31:59.973Z] cbdbe7a5bc2a: Pulling fs layer [2022-03-15T20:31:59.973Z] ca9280d653b3: Pulling fs layer [2022-03-15T20:31:59.973Z] 7e9c9ca2126c: Pulling fs layer [2022-03-15T20:31:59.973Z] cbdbe7a5bc2a: Download complete [2022-03-15T20:32:00.233Z] ca9280d653b3: Verifying Checksum [2022-03-15T20:32:00.233Z] ca9280d653b3: Download complete [2022-03-15T20:32:00.233Z] cbdbe7a5bc2a: Pull complete [2022-03-15T20:32:00.494Z] 7e9c9ca2126c: Download complete [2022-03-15T20:32:00.767Z] ca9280d653b3: Pull complete [2022-03-15T20:32:04.072Z] 7e9c9ca2126c: Pull complete [2022-03-15T20:32:04.072Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-03-15T20:32:04.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-15T20:32:04.072Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-03-15T20:32:04.141Z] prd-ubuntu20.04-docker-8c-8g-7177 does not seem to be running inside a container [2022-03-15T20:32:04.189Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-15T20:32:05.540Z] $ docker top f130fc786686d55006475577c0e1e359493c8087df9fd626ec38f58ff6e1f470 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:32:05.889Z] + docker-compose build --help [2022-03-15T20:32:05.889Z] + grep parallel [2022-03-15T20:32:06.457Z] --parallel Build images in parallel. [Pipeline] } [2022-03-15T20:32:06.478Z] $ docker stop --time=1 f130fc786686d55006475577c0e1e359493c8087df9fd626ec38f58ff6e1f470 [2022-03-15T20:32:07.816Z] $ docker rm -f f130fc786686d55006475577c0e1e359493c8087df9fd626ec38f58ff6e1f470 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:32:08.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-15T20:32:08.234Z] . [Pipeline] withDockerContainer [2022-03-15T20:32:08.305Z] prd-ubuntu20.04-docker-8c-8g-7177 does not seem to be running inside a container [2022-03-15T20:32:08.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-15T20:32:08.887Z] $ docker top 39d5b5330bc8bd123dffc8eb3d77a665d4be5326bccbd233ebc3cb5d4b2752e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:32:09.249Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-15T20:32:09.819Z] Building core-command ... [2022-03-15T20:32:09.819Z] Building core-data ... [2022-03-15T20:32:09.819Z] Building core-metadata ... [2022-03-15T20:32:09.819Z] Building security-bootstrapper ... [2022-03-15T20:32:09.819Z] Building security-proxy-setup ... [2022-03-15T20:32:09.819Z] Building security-secretstore-setup ... [2022-03-15T20:32:09.819Z] Building support-notifications ... [2022-03-15T20:32:09.819Z] Building support-scheduler ... [2022-03-15T20:32:09.819Z] Building sys-mgmt-agent ... [2022-03-15T20:32:09.819Z] Building support-scheduler [2022-03-15T20:32:09.819Z] Building support-notifications [2022-03-15T20:32:09.819Z] Building security-bootstrapper [2022-03-15T20:32:09.819Z] Building security-proxy-setup [2022-03-15T20:32:09.819Z] Building core-data [2022-03-15T20:32:14.826Z] Merging remotes/origin/main commit 556446716e4a14b8c762f3ec0116a54927b3d800 into PR head commit e200cd653a1c19f7146556fd5a4fec13a752feb6 [2022-03-15T20:32:15.288Z] Merge succeeded, producing efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:32:15.289Z] Checking out Revision efd5651efffa2425b54f195b2fc7aef70cd55e07 (PR-3905) [2022-03-15T20:32:14.032Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-15T20:32:14.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-15T20:32:14.081Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-15T20:32:14.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-15T20:32:14.133Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-15T20:32:14.149Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3905/head:refs/remotes/origin/PR-3905 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-15T20:32:14.848Z] > git config core.sparsecheckout # timeout=10 [2022-03-15T20:32:14.867Z] > git checkout -f e200cd653a1c19f7146556fd5a4fec13a752feb6 # timeout=10 [2022-03-15T20:32:15.106Z] > git remote # timeout=10 [2022-03-15T20:32:15.132Z] > git config --get remote.origin.url # timeout=10 [2022-03-15T20:32:15.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-15T20:32:15.159Z] > git merge 556446716e4a14b8c762f3ec0116a54927b3d800 # timeout=10 [2022-03-15T20:32:15.275Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-15T20:32:15.298Z] > git config core.sparsecheckout # timeout=10 [2022-03-15T20:32:15.314Z] > git checkout -f efd5651efffa2425b54f195b2fc7aef70cd55e07 # timeout=10 [2022-03-15T20:32:19.507Z] Commit message: "Merge commit '556446716e4a14b8c762f3ec0116a54927b3d800' into HEAD" [2022-03-15T20:32:19.519Z] > git rev-list --no-walk e200cd653a1c19f7146556fd5a4fec13a752feb6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-15T20:32:20.447Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-15T20:32:20.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-15T20:32:20.447Z] Dload Upload Total Spent Left Speed [2022-03-15T20:32:20.727Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 24120 0 --:--:-- --:--:-- --:--:-- 24169 [Pipeline] sh [2022-03-15T20:32:21.253Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-15T20:32:21.609Z] + + sudo tee /etc/docker/daemon.new [2022-03-15T20:32:21.609Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-15T20:32:21.609Z] { [2022-03-15T20:32:21.609Z] "registry-mirrors": [ [2022-03-15T20:32:21.609Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-15T20:32:21.609Z] ], [2022-03-15T20:32:21.609Z] "bip": "10.250.0.254/24", [2022-03-15T20:32:21.609Z] "hosts": [ [2022-03-15T20:32:21.609Z] "tcp://0.0.0.0:5555", [2022-03-15T20:32:21.609Z] "unix:///var/run/docker.sock" [2022-03-15T20:32:21.609Z] ], [2022-03-15T20:32:21.609Z] "mtu": 1458, [2022-03-15T20:32:21.609Z] "selinux-enabled": true, [2022-03-15T20:32:21.609Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-15T20:32:21.609Z] } [Pipeline] sh [2022-03-15T20:32:21.955Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-15T20:32:22.376Z] + sudo service docker restart [2022-03-15T20:32:24.706Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:32:24.706Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:32:24.706Z] ---> 0fd20673069d [2022-03-15T20:32:24.706Z] Step 3/31 : WORKDIR /edgex-go [2022-03-15T20:32:24.706Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:32:24.706Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:32:24.706Z] ---> 0fd20673069d [2022-03-15T20:32:24.706Z] Step 3/23 : WORKDIR /edgex-go [2022-03-15T20:32:24.706Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:32:24.706Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:32:24.706Z] ---> 0fd20673069d [2022-03-15T20:32:24.706Z] Step 3/22 : WORKDIR /edgex-go [2022-03-15T20:32:24.706Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:32:24.706Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:32:24.706Z] ---> 0fd20673069d [2022-03-15T20:32:24.706Z] Step 3/21 : WORKDIR /edgex-go [2022-03-15T20:32:24.706Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:32:24.706Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:32:24.706Z] ---> 0fd20673069d [2022-03-15T20:32:24.706Z] Step 3/22 : WORKDIR /edgex-go [2022-03-15T20:32:27.248Z] ---> Running in 18907315927a [2022-03-15T20:32:27.248Z] ---> Running in 85d03575464a [2022-03-15T20:32:27.248Z] ---> Running in 1c59e866e56c [2022-03-15T20:32:27.248Z] ---> Running in f3fa1b05567b [2022-03-15T20:32:27.248Z] ---> Running in 9f12ea3bab2b [2022-03-15T20:32:27.507Z] Removing intermediate container 85d03575464a [2022-03-15T20:32:27.507Z] ---> 74a943b2b693 [2022-03-15T20:32:27.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:32:27.507Z] ---> Running in ed88cdd01952 [2022-03-15T20:32:27.507Z] Removing intermediate container 1c59e866e56c [2022-03-15T20:32:27.507Z] ---> e8a0e3b6fca9 [2022-03-15T20:32:27.507Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:32:27.507Z] Removing intermediate container 18907315927a [2022-03-15T20:32:27.507Z] ---> a364eb2d8996 [2022-03-15T20:32:27.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:32:27.507Z] Removing intermediate container f3fa1b05567b [2022-03-15T20:32:27.507Z] ---> ce91fb1a5035 [2022-03-15T20:32:27.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:32:27.507Z] Removing intermediate container 9f12ea3bab2b [2022-03-15T20:32:27.507Z] ---> b29d6094dff7 [2022-03-15T20:32:27.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:32:27.768Z] ---> Running in 263de71a20fa [2022-03-15T20:32:27.768Z] ---> Running in e47c97ddc1d4 [2022-03-15T20:32:27.768Z] ---> Running in 0e8ccf302085 [2022-03-15T20:32:27.768Z] ---> Running in cf93956f72d4 [2022-03-15T20:32:28.337Z] Removing intermediate container ed88cdd01952 [2022-03-15T20:32:28.337Z] ---> 1ac70c637acc [2022-03-15T20:32:28.337Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-15T20:32:28.337Z] ---> Running in 1917898822dd [2022-03-15T20:32:28.595Z] Removing intermediate container 263de71a20fa [2022-03-15T20:32:28.595Z] ---> b45cf92bb5c8 [2022-03-15T20:32:28.595Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-15T20:32:28.595Z] ---> Running in c842c3604af2 [2022-03-15T20:32:28.856Z] Removing intermediate container e47c97ddc1d4 [2022-03-15T20:32:28.856Z] ---> 57169f4360a7 [2022-03-15T20:32:28.856Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-15T20:32:28.856Z] ---> Running in 88dbf9fa9df2 [2022-03-15T20:32:29.115Z] Removing intermediate container cf93956f72d4 [2022-03-15T20:32:29.115Z] ---> 6c1c1886b64e [2022-03-15T20:32:29.115Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-15T20:32:29.115Z] ---> Running in 58317f377da2 [2022-03-15T20:32:29.115Z] Removing intermediate container 0e8ccf302085 [2022-03-15T20:32:29.115Z] ---> 880a19a2ac42 [2022-03-15T20:32:29.115Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-03-15T20:32:29.375Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:29.375Z] ---> Running in 084e02c3bfc0 [2022-03-15T20:32:29.375Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:29.375Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:29.635Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:29.635Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:30.203Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:30.203Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:30.203Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:30.463Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:30.463Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:32:30.463Z] OK: 221 MiB in 52 packages [2022-03-15T20:32:30.724Z] OK: 221 MiB in 52 packages [2022-03-15T20:32:30.724Z] OK: 221 MiB in 52 packages [2022-03-15T20:32:30.724Z] OK: 221 MiB in 52 packages [2022-03-15T20:32:30.724Z] OK: 221 MiB in 52 packages [2022-03-15T20:32:30.992Z] Removing intermediate container 1917898822dd [2022-03-15T20:32:30.992Z] ---> e62180a6a9a4 [2022-03-15T20:32:30.992Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-15T20:32:31.252Z] ---> 3d022bf4bfec [2022-03-15T20:32:31.252Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:32:31.252Z] ---> Running in 255dab56b74b [2022-03-15T20:32:31.252Z] Removing intermediate container c842c3604af2 [2022-03-15T20:32:31.252Z] ---> 10a9b3160160 [2022-03-15T20:32:31.252Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-15T20:32:31.521Z] Removing intermediate container 88dbf9fa9df2 [2022-03-15T20:32:31.521Z] ---> 2f3bbf7c50cc [2022-03-15T20:32:31.521Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:32:31.521Z] Removing intermediate container 084e02c3bfc0 [2022-03-15T20:32:31.521Z] ---> ecc81a4f8e35 [2022-03-15T20:32:31.521Z] Step 6/21 : COPY go.mod vendor* ./ [2022-03-15T20:32:31.521Z] ---> 63d4af948694 [2022-03-15T20:32:31.521Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:32:31.521Z] Removing intermediate container 58317f377da2 [2022-03-15T20:32:31.521Z] ---> f024d130197f [2022-03-15T20:32:31.521Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-15T20:32:31.785Z] ---> Running in 174106cb841e [2022-03-15T20:32:31.785Z] ---> fa4eee870ed8 [2022-03-15T20:32:31.785Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:32:31.785Z] ---> 0239922fecbe [2022-03-15T20:32:31.785Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:32:31.785Z] ---> Running in f9dc8af7584c [2022-03-15T20:32:31.785Z] ---> Running in b5de384b3f61 [2022-03-15T20:32:31.785Z] ---> 176501455ae4 [2022-03-15T20:32:31.785Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:32:32.045Z] ---> Running in dcb4fe9fab6d [2022-03-15T20:32:32.614Z] Removing intermediate container 255dab56b74b [2022-03-15T20:32:32.614Z] ---> bdf231839bed [2022-03-15T20:32:32.614Z] Step 8/22 : COPY . . [2022-03-15T20:32:33.551Z] Removing intermediate container 174106cb841e [2022-03-15T20:32:33.552Z] ---> 79a57a52fb31 [2022-03-15T20:32:33.552Z] Step 8/31 : COPY . . [2022-03-15T20:32:37.747Z] Removing intermediate container f9dc8af7584c [2022-03-15T20:32:37.747Z] ---> dfc100c9f89e [2022-03-15T20:32:37.747Z] Step 8/21 : COPY . . [2022-03-15T20:32:37.747Z] ---> 4d1793d2fe39 [2022-03-15T20:32:37.747Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-15T20:32:37.747Z] Removing intermediate container b5de384b3f61 [2022-03-15T20:32:37.747Z] ---> 6152da52fa34 [2022-03-15T20:32:37.747Z] Step 8/23 : COPY . . [2022-03-15T20:32:37.747Z] Removing intermediate container dcb4fe9fab6d [2022-03-15T20:32:37.747Z] ---> a177a48d298d [2022-03-15T20:32:37.747Z] Step 8/22 : COPY . . [2022-03-15T20:32:37.747Z] ---> Running in 94ef65b8df02 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-15T20:32:40.748Z] provisioning config files... [2022-03-15T20:32:40.774Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1726948667581046150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:32:41.125Z] ---> docker-login.sh [2022-03-15T20:32:41.125Z] nexus3.edgexfoundry.org:10001 [2022-03-15T20:32:41.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:32:41.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:32:41.997Z] Configure a credential helper to remove this warning. See [2022-03-15T20:32:41.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:32:41.997Z] [2022-03-15T20:32:41.997Z] Login Succeeded [2022-03-15T20:32:41.997Z] nexus3.edgexfoundry.org:10002 [2022-03-15T20:32:42.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:32:42.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:32:42.545Z] Configure a credential helper to remove this warning. See [2022-03-15T20:32:42.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:32:42.546Z] [2022-03-15T20:32:42.546Z] Login Succeeded [2022-03-15T20:32:42.546Z] nexus3.edgexfoundry.org:10003 [2022-03-15T20:32:42.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:32:42.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:32:42.823Z] Configure a credential helper to remove this warning. See [2022-03-15T20:32:42.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:32:42.823Z] [2022-03-15T20:32:42.823Z] Login Succeeded [2022-03-15T20:32:42.823Z] nexus3.edgexfoundry.org:10004 [2022-03-15T20:32:43.015Z] ---> f102d98805a6 [2022-03-15T20:32:43.015Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-15T20:32:43.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:32:43.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:32:43.424Z] Configure a credential helper to remove this warning. See [2022-03-15T20:32:43.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:32:43.424Z] [2022-03-15T20:32:43.424Z] Login Succeeded [2022-03-15T20:32:43.424Z] docker.io [2022-03-15T20:32:43.584Z] 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 [2022-03-15T20:32:44.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-15T20:32:44.150Z] ---> e213b0444d50 [2022-03-15T20:32:44.150Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-15T20:32:44.150Z] ---> 51519a05aa6f [2022-03-15T20:32:44.150Z] ---> Running in 43f5933303b7 [2022-03-15T20:32:44.150Z] Step 9/23 : RUN make cmd/core-data/core-data ---> 55b3c1be300e [2022-03-15T20:32:44.150Z] [2022-03-15T20:32:44.150Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-15T20:32:44.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-15T20:32:44.303Z] Configure a credential helper to remove this warning. See [2022-03-15T20:32:44.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-15T20:32:44.303Z] [2022-03-15T20:32:44.303Z] Login Succeeded [2022-03-15T20:32:44.303Z] ---> docker-login.sh ends [Pipeline] } [2022-03-15T20:32:44.321Z] Deleting 1 temporary files [2022-03-15T20:32:44.412Z] ---> Running in 8172d752ca99 [2022-03-15T20:32:44.412Z] ---> Running in d7c4f10b53c6 [2022-03-15T20:32:44.412Z] ---> Running in fc8a8a93f7d7 [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-15T20:32:44.974Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [2022-03-15T20:32:44.983Z] 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 [2022-03-15T20:32:44.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo [2022-03-15T20:32:44.985Z] ========================================================= [2022-03-15T20:32:44.985Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-15T20:32:44.985Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-15T20:32:45.241Z] 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 [2022-03-15T20:32:45.242Z] 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 [2022-03-15T20:32:45.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-15T20:32:45.611Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-15T20:32:45.611Z] 9b3977197b4f: Pulling fs layer [2022-03-15T20:32:45.611Z] 1a89e8eeedd5: Pulling fs layer [2022-03-15T20:32:45.611Z] 94645a83ff95: Pulling fs layer [2022-03-15T20:32:45.611Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-15T20:32:45.611Z] 0c92f367c5e7: Pulling fs layer [2022-03-15T20:32:45.611Z] f7c0051592d6: Pulling fs layer [2022-03-15T20:32:45.611Z] a227ed2f7395: Pulling fs layer [2022-03-15T20:32:45.611Z] 7b1c46037f91: Pulling fs layer [2022-03-15T20:32:45.611Z] 3f3a8bcf1eab: Waiting [2022-03-15T20:32:45.611Z] 0c92f367c5e7: Waiting [2022-03-15T20:32:45.611Z] a227ed2f7395: Waiting [2022-03-15T20:32:45.611Z] f7c0051592d6: Waiting [2022-03-15T20:32:45.611Z] 7b1c46037f91: Waiting [2022-03-15T20:32:45.611Z] 94645a83ff95: Verifying Checksum [2022-03-15T20:32:45.611Z] 94645a83ff95: Download complete [2022-03-15T20:32:45.611Z] 1a89e8eeedd5: Download complete [2022-03-15T20:32:45.611Z] 0c92f367c5e7: Verifying Checksum [2022-03-15T20:32:45.611Z] 0c92f367c5e7: Download complete [2022-03-15T20:32:45.611Z] f7c0051592d6: Verifying Checksum [2022-03-15T20:32:45.611Z] f7c0051592d6: Download complete [2022-03-15T20:32:45.611Z] 9b3977197b4f: Download complete [2022-03-15T20:32:45.901Z] a227ed2f7395: Verifying Checksum [2022-03-15T20:32:45.901Z] a227ed2f7395: Download complete [2022-03-15T20:32:46.509Z] 9b3977197b4f: Pull complete [2022-03-15T20:32:47.127Z] 1a89e8eeedd5: Pull complete [2022-03-15T20:32:47.727Z] 94645a83ff95: Pull complete [2022-03-15T20:32:47.727Z] 7b1c46037f91: Verifying Checksum [2022-03-15T20:32:47.727Z] 7b1c46037f91: Download complete [2022-03-15T20:32:48.324Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-15T20:32:48.324Z] 3f3a8bcf1eab: Download complete [2022-03-15T20:32:57.462Z] 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 [2022-03-15T20:32:58.400Z] Removing intermediate container 94ef65b8df02 [2022-03-15T20:32:58.400Z] ---> 13e4b47dcac8 [2022-03-15T20:32:58.400Z] [2022-03-15T20:32:58.400Z] Step 10/22 : FROM alpine:3.14 [2022-03-15T20:32:58.400Z] 3.14: Pulling from library/alpine [2022-03-15T20:32:59.338Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-15T20:32:59.611Z] Status: Downloaded newer image for alpine:3.14 [2022-03-15T20:32:59.611Z] ---> 0a97eee8041e [2022-03-15T20:32:59.611Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-15T20:32:59.611Z] Removing intermediate container 8172d752ca99 [2022-03-15T20:32:59.611Z] ---> 48cb90082d33 [2022-03-15T20:32:59.611Z] [2022-03-15T20:32:59.611Z] Step 10/22 : FROM alpine:3.14 [2022-03-15T20:32:59.611Z] ---> 0a97eee8041e [2022-03-15T20:32:59.611Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-15T20:32:59.909Z] Removing intermediate container 43f5933303b7 [2022-03-15T20:32:59.909Z] ---> 7013ca2d1c3a [2022-03-15T20:32:59.909Z] [2022-03-15T20:32:59.909Z] Step 10/31 : FROM alpine:3.14 [2022-03-15T20:32:59.909Z] ---> 0a97eee8041e [2022-03-15T20:32:59.909Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-15T20:33:00.170Z] ---> Running in 76bff60b7f8f [2022-03-15T20:33:00.170Z] ---> Running in 671823ad38f5 [2022-03-15T20:33:00.501Z] ---> Running in 121dec1b9b12 [2022-03-15T20:33:00.758Z] 3f3a8bcf1eab: Pull complete [2022-03-15T20:33:00.758Z] 0c92f367c5e7: Pull complete [2022-03-15T20:33:00.758Z] f7c0051592d6: Pull complete [2022-03-15T20:33:00.791Z] Removing intermediate container 121dec1b9b12 [2022-03-15T20:33:00.791Z] ---> 2fcb380f2ddd [2022-03-15T20:33:00.791Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-15T20:33:00.791Z] Removing intermediate container fc8a8a93f7d7 [2022-03-15T20:33:00.791Z] ---> 65788146d14a [2022-03-15T20:33:00.791Z] [2022-03-15T20:33:00.791Z] Step 10/21 : FROM alpine:3.14 [2022-03-15T20:33:00.791Z] ---> 0a97eee8041e [2022-03-15T20:33:00.791Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-03-15T20:33:01.039Z] a227ed2f7395: Pull complete [2022-03-15T20:33:01.049Z] ---> Running in fa6ea7744d4e [2022-03-15T20:33:01.049Z] ---> Running in 7bb33b3f3baf [2022-03-15T20:33:01.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.308Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-15T20:33:01.308Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-15T20:33:01.308Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:01.308Z] Executing ca-certificates-20211220-r0.trigger [2022-03-15T20:33:01.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.308Z] OK: 6 MiB in 16 packages [2022-03-15T20:33:01.570Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-15T20:33:01.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.570Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:01.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.570Z] OK: 6 MiB in 15 packages [2022-03-15T20:33:01.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:01.854Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-15T20:33:01.854Z] (2/2) Installing su-exec (0.2-r1) [2022-03-15T20:33:01.854Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:01.854Z] OK: 6 MiB in 16 packages [2022-03-15T20:33:01.854Z] (1/5) Installing ca-certificates (20211220-r0) [2022-03-15T20:33:01.854Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-03-15T20:33:01.854Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-03-15T20:33:01.854Z] (4/5) Installing libcurl (7.79.1-r0) [2022-03-15T20:33:01.854Z] (5/5) Installing curl (7.79.1-r0) [2022-03-15T20:33:01.854Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:01.854Z] Executing ca-certificates-20211220-r0.trigger [2022-03-15T20:33:02.115Z] OK: 8 MiB in 19 packages [2022-03-15T20:33:02.115Z] Removing intermediate container d7c4f10b53c6 [2022-03-15T20:33:02.115Z] ---> 223f0639d482 [2022-03-15T20:33:02.115Z] [2022-03-15T20:33:02.115Z] Step 10/23 : FROM alpine:3.14 [2022-03-15T20:33:02.115Z] ---> 0a97eee8041e [2022-03-15T20:33:02.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-15T20:33:02.376Z] ---> Running in 06214de30cb2 [2022-03-15T20:33:02.376Z] Removing intermediate container 671823ad38f5 [2022-03-15T20:33:02.376Z] ---> 68ba28d8f870 [2022-03-15T20:33:02.376Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:33:02.376Z] ---> Running in 694680c5112e [2022-03-15T20:33:02.642Z] Removing intermediate container 76bff60b7f8f [2022-03-15T20:33:02.642Z] ---> 25a4969c206f [2022-03-15T20:33:02.642Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:33:02.642Z] Removing intermediate container 06214de30cb2 [2022-03-15T20:33:02.642Z] ---> f33481579bec [2022-03-15T20:33:02.642Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-15T20:33:02.642Z] Removing intermediate container 694680c5112e [2022-03-15T20:33:02.642Z] ---> da435134f7d3 [2022-03-15T20:33:02.642Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-15T20:33:02.642Z] ---> Running in b964083f5029 [2022-03-15T20:33:02.642Z] ---> Running in 9c0c845bf130 [2022-03-15T20:33:02.642Z] ---> Running in d9a32259eab0 [2022-03-15T20:33:02.642Z] Removing intermediate container 7bb33b3f3baf [2022-03-15T20:33:02.642Z] ---> acb389c974fc [2022-03-15T20:33:02.642Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-15T20:33:02.903Z] ---> Running in 5ca14c0c1021 [2022-03-15T20:33:02.903Z] Removing intermediate container b964083f5029 [2022-03-15T20:33:02.903Z] ---> 3f8af3e969a0 [2022-03-15T20:33:02.903Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-15T20:33:02.903Z] Removing intermediate container 9c0c845bf130 [2022-03-15T20:33:02.903Z] ---> 3618f51ca160 [2022-03-15T20:33:02.903Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-15T20:33:02.903Z] Removing intermediate container d9a32259eab0 [2022-03-15T20:33:02.903Z] ---> 01d44acb6b26 [2022-03-15T20:33:02.903Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-15T20:33:03.163Z] ---> Running in cbe838f7374b [2022-03-15T20:33:03.163Z] ---> Running in 46ed815edab9 [2022-03-15T20:33:03.163Z] Removing intermediate container 5ca14c0c1021 [2022-03-15T20:33:03.163Z] ---> a79ee287b3ad [2022-03-15T20:33:03.163Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-15T20:33:03.163Z] Removing intermediate container fa6ea7744d4e [2022-03-15T20:33:03.163Z] ---> 6eb43bf0da49 [2022-03-15T20:33:03.163Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-15T20:33:03.163Z] ---> Running in 7a5d11b0531a [2022-03-15T20:33:03.163Z] ---> Running in 5bb0c3dd6c40 [2022-03-15T20:33:03.163Z] ---> Running in da8c3f903f2c [2022-03-15T20:33:03.163Z] Removing intermediate container 46ed815edab9 [2022-03-15T20:33:03.163Z] ---> a2a522816b17 [2022-03-15T20:33:03.163Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:33:03.424Z] Removing intermediate container cbe838f7374b [2022-03-15T20:33:03.424Z] ---> 9210fea69434 [2022-03-15T20:33:03.424Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-15T20:33:03.424Z] Removing intermediate container 7a5d11b0531a [2022-03-15T20:33:03.424Z] ---> 7ffd3ec9a469 [2022-03-15T20:33:03.424Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:33:03.424Z] ---> Running in 73c4e1008dfe [2022-03-15T20:33:03.424Z] ---> Running in e39b5d1889f5 [2022-03-15T20:33:03.424Z] Removing intermediate container 5bb0c3dd6c40 [2022-03-15T20:33:03.424Z] ---> 5581cf835207 [2022-03-15T20:33:03.424Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-15T20:33:03.424Z] Removing intermediate container da8c3f903f2c [2022-03-15T20:33:03.424Z] ---> ee16b7731e1b [2022-03-15T20:33:03.424Z] Step 13/21 : WORKDIR /edgex [2022-03-15T20:33:03.424Z] ---> Running in eb0e12fefb54 [2022-03-15T20:33:03.424Z] ---> Running in ca1548fc7777 [2022-03-15T20:33:03.424Z] Removing intermediate container e39b5d1889f5 [2022-03-15T20:33:03.424Z] ---> 1bebe2728dab [2022-03-15T20:33:03.424Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:33:03.684Z] ---> 3e093fe985fb [2022-03-15T20:33:03.684Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-15T20:33:03.684Z] Removing intermediate container ca1548fc7777 [2022-03-15T20:33:03.684Z] ---> 89fb35a8ed06 [2022-03-15T20:33:03.684Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-15T20:33:03.684Z] ---> e65f8f4f08ba [2022-03-15T20:33:03.684Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-15T20:33:04.255Z] ---> 41895983c759 [2022-03-15T20:33:04.255Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-15T20:33:04.255Z] ---> ba48a3cad1fb [2022-03-15T20:33:04.255Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:04.255Z] ---> e6f199a3d6b2 [2022-03-15T20:33:04.255Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:04.515Z] ---> 3e408dd8b3a0 [2022-03-15T20:33:04.515Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-15T20:33:04.515Z] ---> 3c1fd968360e [2022-03-15T20:33:04.515Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-15T20:33:04.515Z] ---> Running in cb1f80305d38 [2022-03-15T20:33:04.779Z] ---> 2922623da40d [2022-03-15T20:33:04.779Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-15T20:33:04.779Z] Removing intermediate container eb0e12fefb54 [2022-03-15T20:33:04.779Z] ---> 85cc267069ee [2022-03-15T20:33:04.779Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-15T20:33:04.779Z] Removing intermediate container 73c4e1008dfe [2022-03-15T20:33:04.779Z] ---> 2a485b094e90 [2022-03-15T20:33:04.779Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-15T20:33:04.779Z] ---> Running in 6b9ceb0a40c3 [2022-03-15T20:33:04.779Z] ---> Running in 02de18ec939a [2022-03-15T20:33:04.779Z] ---> Running in 4b47bdbd8394 [2022-03-15T20:33:04.779Z] Removing intermediate container cb1f80305d38 [2022-03-15T20:33:04.779Z] ---> 383ac9f97d8f [2022-03-15T20:33:04.779Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:33:05.056Z] ---> a75b57f6c7d9 [2022-03-15T20:33:05.056Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-03-15T20:33:05.056Z] ---> Running in ff83bf33a443 [2022-03-15T20:33:05.056Z] Removing intermediate container 02de18ec939a [2022-03-15T20:33:05.056Z] ---> f04424a6ee44 [2022-03-15T20:33:05.056Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:33:05.056Z] ---> Running in 2ad125cb7689 [2022-03-15T20:33:05.056Z] Removing intermediate container 6b9ceb0a40c3 [2022-03-15T20:33:05.056Z] ---> 43f13c39ee11 [2022-03-15T20:33:05.056Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-15T20:33:05.056Z] ---> Running in deafa5cad4fa [2022-03-15T20:33:05.316Z] Removing intermediate container ff83bf33a443 [2022-03-15T20:33:05.316Z] ---> 9d8e8aa55097 [2022-03-15T20:33:05.316Z] Step 20/22 : LABEL arch=x86_64 [2022-03-15T20:33:05.316Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:05.316Z] Removing intermediate container 2ad125cb7689 [2022-03-15T20:33:05.316Z] ---> fcb18319f078 [2022-03-15T20:33:05.316Z] Step 18/21 : CMD ["--init=true"] [2022-03-15T20:33:05.316Z] ---> Running in 72c658ab24fc [2022-03-15T20:33:05.316Z] ---> Running in 865b0e8cfd59 [2022-03-15T20:33:05.316Z] Removing intermediate container deafa5cad4fa [2022-03-15T20:33:05.316Z] ---> 282109cb02c2 [2022-03-15T20:33:05.316Z] Step 20/22 : LABEL arch=x86_64 [2022-03-15T20:33:05.316Z] ---> af98f56e7982 [2022-03-15T20:33:05.316Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-15T20:33:05.576Z] ---> Running in 3a690c85ed7f [2022-03-15T20:33:05.576Z] ---> Running in 981cd7ffccb4 [2022-03-15T20:33:05.576Z] Removing intermediate container 72c658ab24fc [2022-03-15T20:33:05.576Z] ---> 2c524f8b5cf1 [2022-03-15T20:33:05.576Z] Step 21/22 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:05.576Z] Removing intermediate container 865b0e8cfd59 [2022-03-15T20:33:05.576Z] ---> 2d1a1c0f8a78 [2022-03-15T20:33:05.576Z] Step 19/21 : LABEL arch=x86_64 [2022-03-15T20:33:05.576Z] ---> Running in 1e2d73d7b346 [2022-03-15T20:33:05.576Z] ---> Running in b576de7ccf48 [2022-03-15T20:33:05.576Z] Removing intermediate container 981cd7ffccb4 [2022-03-15T20:33:05.576Z] ---> c702fede7e70 [2022-03-15T20:33:05.576Z] Step 21/22 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:05.836Z] ---> Running in 47ad5acdcfb6 [2022-03-15T20:33:05.836Z] Removing intermediate container 1e2d73d7b346 [2022-03-15T20:33:05.836Z] ---> 4c1544fb50ef [2022-03-15T20:33:05.836Z] Step 22/22 : LABEL version=0.0.0 [2022-03-15T20:33:05.836Z] Removing intermediate container b576de7ccf48 [2022-03-15T20:33:05.836Z] ---> 59c4e7b6cf10 [2022-03-15T20:33:05.836Z] Step 20/21 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:05.836Z] ---> Running in 20323e0b60a8 [2022-03-15T20:33:05.836Z] ---> Running in 6b05bdf9e262 [2022-03-15T20:33:06.096Z] Removing intermediate container 47ad5acdcfb6 [2022-03-15T20:33:06.096Z] ---> cfcaa42ddeda [2022-03-15T20:33:06.096Z] Step 22/22 : LABEL version=0.0.0 [2022-03-15T20:33:06.096Z] ---> Running in e385523eea50 [2022-03-15T20:33:06.096Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:06.096Z] Removing intermediate container 20323e0b60a8 [2022-03-15T20:33:06.096Z] ---> 09bcf438aab1 [2022-03-15T20:33:06.096Z] Step 21/21 : LABEL version=0.0.0 [2022-03-15T20:33:06.096Z] Removing intermediate container 6b05bdf9e262 [2022-03-15T20:33:06.096Z] ---> 6a96b4672b38 [2022-03-15T20:33:06.096Z] [2022-03-15T20:33:06.356Z] ---> Running in 89320ddac3e2 [2022-03-15T20:33:06.356Z] Removing intermediate container e385523eea50 [2022-03-15T20:33:06.356Z] ---> d0d6b6ce02fb [2022-03-15T20:33:06.356Z] [2022-03-15T20:33:06.356Z] Removing intermediate container 3a690c85ed7f [2022-03-15T20:33:06.356Z] ---> 7247e30da238 [2022-03-15T20:33:06.356Z] Successfully built 6a96b4672b38 [2022-03-15T20:33:06.356Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt /Successfully tagged support-notifications:latest [2022-03-15T20:33:06.356Z] [2022-03-15T20:33:06.356Z] Building security-secretstore-setup [2022-03-15T20:33:06.356Z]  Building support-notifications ... done Successfully built d0d6b6ce02fb [2022-03-15T20:33:06.356Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-15T20:33:06.356Z] Successfully tagged support-scheduler:latest [2022-03-15T20:33:06.356Z]  Building support-scheduler ... done Building sys-mgmt-agent [2022-03-15T20:33:06.356Z] Removing intermediate container 89320ddac3e2 [2022-03-15T20:33:06.356Z] ---> 2b9d534491bc [2022-03-15T20:33:06.356Z] [2022-03-15T20:33:06.616Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-15T20:33:06.616Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-15T20:33:06.616Z] ---> e37394e5607e [2022-03-15T20:33:06.616Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-15T20:33:06.616Z] Successfully built 2b9d534491bc [2022-03-15T20:33:06.616Z] Successfully tagged security-proxy-setup:latest [2022-03-15T20:33:06.616Z] Building core-metadata [2022-03-15T20:33:06.616Z]  Building security-proxy-setup ... done (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-15T20:33:06.878Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-15T20:33:06.878Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-15T20:33:06.878Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:07.138Z] OK: 8 MiB in 20 packages [2022-03-15T20:33:09.381Z] 7b1c46037f91: Pull complete [2022-03-15T20:33:09.381Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-15T20:33:09.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-15T20:33:09.381Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-15T20:33:09.741Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-15T20:33:09.741Z] WORKDIR /edgex [2022-03-15T20:33:09.741Z] COPY go.mod . [2022-03-15T20:33:09.741Z] RUN go mod download [2022-03-15T20:33:09.741Z] + docker build -t ci-base-image-arm64 -f - . [2022-03-15T20:33:12.373Z] Sending build context to Docker daemon 168.7MB [2022-03-15T20:33:12.373Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-15T20:33:12.373Z] ---> f79e39bc4007 [2022-03-15T20:33:12.373Z] Step 2/4 : WORKDIR /edgex [2022-03-15T20:33:12.430Z] ---> 38afcdd8d0de [2022-03-15T20:33:12.430Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-15T20:33:12.430Z] Removing intermediate container 4b47bdbd8394 [2022-03-15T20:33:12.430Z] ---> a95d7d7b39c8 [2022-03-15T20:33:12.430Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:33:13.807Z] ---> c4f3363370a3 [2022-03-15T20:33:13.807Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-15T20:33:13.807Z] ---> a7224d4aeeef [2022-03-15T20:33:13.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-15T20:33:13.807Z] ---> 9a181c0ad5c0 [2022-03-15T20:33:13.807Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-15T20:33:13.816Z] ---> Running in 80875e59c333 [2022-03-15T20:33:14.094Z] Removing intermediate container 80875e59c333 [2022-03-15T20:33:14.094Z] ---> 0cc0dc9ee085 [2022-03-15T20:33:14.094Z] Step 3/4 : COPY go.mod . [2022-03-15T20:33:14.703Z] ---> 19a834455a2f [2022-03-15T20:33:14.703Z] Step 4/4 : RUN go mod download [2022-03-15T20:33:14.790Z] ---> 86c986be327b [2022-03-15T20:33:14.790Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-15T20:33:14.790Z] ---> cdf5ab8587cf [2022-03-15T20:33:14.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:14.976Z] ---> Running in 4beb23d6943b [2022-03-15T20:33:15.049Z] ---> Running in 5984924a56e0 [2022-03-15T20:33:15.320Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:33:15.320Z] [2022-03-15T20:33:15.320Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:33:15.320Z] [2022-03-15T20:33:15.320Z] ---> 0fd20673069d [2022-03-15T20:33:15.320Z] Step 3/23 : WORKDIR /edgex-go ---> 0fd20673069d [2022-03-15T20:33:15.320Z] [2022-03-15T20:33:15.320Z] Step 3/25 : WORKDIR /edgex-go ---> Using cache [2022-03-15T20:33:15.320Z] ---> b29d6094dff7 [2022-03-15T20:33:15.320Z] [2022-03-15T20:33:15.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2022-03-15T20:33:15.320Z] [2022-03-15T20:33:15.320Z] ---> b29d6094dff7 [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> 880a19a2ac42 [2022-03-15T20:33:15.320Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 5/23 : RUN apk add --update --no-cache make bash git [2022-03-15T20:33:15.320Z] [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> 880a19a2ac42 [2022-03-15T20:33:15.320Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> ecc81a4f8e35 [2022-03-15T20:33:15.320Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> fa4eee870ed8 [2022-03-15T20:33:15.320Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> dfc100c9f89e [2022-03-15T20:33:15.320Z] Step 8/25 : COPY . . [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> 55b3c1be300e [2022-03-15T20:33:15.320Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-15T20:33:15.320Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:33:15.320Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:33:15.320Z] ---> 0fd20673069d [2022-03-15T20:33:15.320Z] Step 3/23 : WORKDIR /edgex-go [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> b29d6094dff7 [2022-03-15T20:33:15.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> 880a19a2ac42 [2022-03-15T20:33:15.320Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> ecc81a4f8e35 [2022-03-15T20:33:15.320Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> fa4eee870ed8 [2022-03-15T20:33:15.320Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> dfc100c9f89e [2022-03-15T20:33:15.320Z] Step 8/23 : COPY . . [2022-03-15T20:33:15.320Z] ---> Using cache [2022-03-15T20:33:15.320Z] ---> 55b3c1be300e [2022-03-15T20:33:15.320Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-15T20:33:15.579Z] ---> 917de6b53a25 [2022-03-15T20:33:15.579Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-15T20:33:15.579Z] ---> Running in c8ada9fc5050 [2022-03-15T20:33:15.579Z] ---> Running in 596de3fc0de2 [2022-03-15T20:33:15.579Z] ---> Running in 54fedaf64666 [2022-03-15T20:33:15.579Z] Removing intermediate container 5984924a56e0 [2022-03-15T20:33:15.579Z] ---> 43ff566eb7aa [2022-03-15T20:33:15.579Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-15T20:33:15.579Z] ---> Running in eae9dc58c1e0 [2022-03-15T20:33:15.579Z] Removing intermediate container eae9dc58c1e0 [2022-03-15T20:33:15.579Z] ---> 2ae1feb51601 [2022-03-15T20:33:15.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:33:15.838Z] ---> Running in 96d5948d552d [2022-03-15T20:33:15.838Z] ---> e1fca26ed8ec [2022-03-15T20:33:15.838Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-15T20:33:15.838Z] ---> Running in dcc508c6b796 [2022-03-15T20:33:15.838Z] Removing intermediate container 96d5948d552d [2022-03-15T20:33:15.838Z] ---> de3ac5813184 [2022-03-15T20:33:15.838Z] Step 21/23 : LABEL arch=x86_64 [2022-03-15T20:33:16.102Z] ---> Running in 1605891f6268 [2022-03-15T20:33:16.102Z] 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 [2022-03-15T20:33:16.102Z] Removing intermediate container 1605891f6268 [2022-03-15T20:33:16.102Z] ---> 4ddb50bfdd26 [2022-03-15T20:33:16.102Z] Step 22/23 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:16.102Z] ---> Running in 02773a5cc3e4 [2022-03-15T20:33:16.365Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:16.365Z] Removing intermediate container 02773a5cc3e4 [2022-03-15T20:33:16.365Z] ---> c83d49dba58e [2022-03-15T20:33:16.365Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:33:16.365Z] 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 [2022-03-15T20:33:16.365Z] ---> Running in 973675ea6bff [2022-03-15T20:33:16.624Z] Removing intermediate container 973675ea6bff [2022-03-15T20:33:16.624Z] ---> 05af7f1927b0 [2022-03-15T20:33:16.624Z] [2022-03-15T20:33:16.624Z] Successfully built 05af7f1927b0 [2022-03-15T20:33:16.624Z] Successfully tagged core-data:latest [2022-03-15T20:33:16.624Z] Building core-command [2022-03-15T20:33:17.190Z]  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:17.447Z] OK: 221 MiB in 52 packages [2022-03-15T20:33:19.372Z] Removing intermediate container dcc508c6b796 [2022-03-15T20:33:19.372Z] ---> e4a979cefefd [2022-03-15T20:33:19.372Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-15T20:33:19.946Z] ---> Running in 4cdf5379331e [2022-03-15T20:33:19.946Z] Removing intermediate container 596de3fc0de2 [2022-03-15T20:33:19.946Z] ---> 85dba9776cdf [2022-03-15T20:33:19.946Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:33:19.946Z] Removing intermediate container 4cdf5379331e [2022-03-15T20:33:19.946Z] ---> 72224d83404d [2022-03-15T20:33:19.946Z] Step 28/31 : CMD ["gate"] [2022-03-15T20:33:20.232Z] ---> Running in 501743d86406 [2022-03-15T20:33:20.491Z] ---> f99ce1640d45 [2022-03-15T20:33:20.491Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:33:20.491Z] ---> Running in e5dcbcbfc96b [2022-03-15T20:33:20.491Z] Removing intermediate container 501743d86406 [2022-03-15T20:33:20.491Z] ---> 30241a517572 [2022-03-15T20:33:20.491Z] Step 29/31 : LABEL arch=x86_64 [2022-03-15T20:33:20.750Z] ---> Running in b99b69dd2951 [2022-03-15T20:33:21.015Z] Removing intermediate container b99b69dd2951 [2022-03-15T20:33:21.015Z] ---> ca927500c0a7 [2022-03-15T20:33:21.015Z] Step 30/31 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:21.274Z] ---> Running in 63b2d6751c34 [2022-03-15T20:33:21.533Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:33:21.533Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:33:21.533Z] ---> 0fd20673069d [2022-03-15T20:33:21.533Z] Step 3/23 : WORKDIR /edgex-go [2022-03-15T20:33:21.533Z] ---> Using cache [2022-03-15T20:33:21.533Z] ---> b29d6094dff7 [2022-03-15T20:33:21.533Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:33:21.533Z] ---> Using cache [2022-03-15T20:33:21.533Z] ---> 880a19a2ac42 [2022-03-15T20:33:21.533Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-15T20:33:21.533Z] ---> Using cache [2022-03-15T20:33:21.533Z] ---> ecc81a4f8e35 [2022-03-15T20:33:21.533Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:33:21.533Z] ---> Using cache [2022-03-15T20:33:21.533Z] ---> fa4eee870ed8 [2022-03-15T20:33:21.533Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:33:21.533Z] ---> Using cache [2022-03-15T20:33:21.533Z] ---> dfc100c9f89e [2022-03-15T20:33:21.533Z] Step 8/23 : COPY . . [2022-03-15T20:33:21.533Z] ---> Using cache [2022-03-15T20:33:21.533Z] ---> 55b3c1be300e [2022-03-15T20:33:21.533Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-15T20:33:21.791Z] ---> Running in 24b076eff880 [2022-03-15T20:33:21.791Z] Removing intermediate container 63b2d6751c34 [2022-03-15T20:33:21.791Z] ---> 0857a38d74f9 [2022-03-15T20:33:21.791Z] Step 31/31 : LABEL version=0.0.0 [2022-03-15T20:33:22.065Z] ---> Running in 4d6e0481b489 [2022-03-15T20:33:22.324Z] Removing intermediate container e5dcbcbfc96b [2022-03-15T20:33:22.324Z] ---> 93f637d8ccdc [2022-03-15T20:33:22.324Z] Step 8/23 : COPY . . [2022-03-15T20:33:22.324Z] Removing intermediate container 4d6e0481b489 [2022-03-15T20:33:22.324Z] ---> dff5ab98fe4a [2022-03-15T20:33:22.324Z] [2022-03-15T20:33:22.324Z] 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 [2022-03-15T20:33:22.324Z] Successfully built dff5ab98fe4a [2022-03-15T20:33:22.324Z] Successfully tagged security-bootstrapper:latest [2022-03-15T20:33:25.608Z]  Building security-bootstrapper ... done 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 [2022-03-15T20:33:28.916Z] ---> ef7477029e9e [2022-03-15T20:33:28.916Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-15T20:33:29.176Z] ---> Running in 40eaa714282d [2022-03-15T20:33:29.435Z] 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 [2022-03-15T20:33:29.694Z] Removing intermediate container c8ada9fc5050 [2022-03-15T20:33:29.694Z] ---> 4c034bf72625 [2022-03-15T20:33:29.694Z] [2022-03-15T20:33:29.694Z] Step 10/23 : FROM alpine:3.14 [2022-03-15T20:33:29.694Z] ---> 0a97eee8041e [2022-03-15T20:33:29.694Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-15T20:33:29.694Z] ---> Using cache [2022-03-15T20:33:29.694Z] ---> 25a4969c206f [2022-03-15T20:33:29.694Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:33:29.694Z] ---> Using cache [2022-03-15T20:33:29.694Z] ---> 3f8af3e969a0 [2022-03-15T20:33:29.694Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-15T20:33:29.953Z] ---> Running in d496a73385e2 [2022-03-15T20:33:29.953Z] Removing intermediate container 54fedaf64666 [2022-03-15T20:33:29.953Z] ---> 27650ac7682b [2022-03-15T20:33:29.953Z] [2022-03-15T20:33:29.953Z] Step 10/25 : FROM alpine:3.14 [2022-03-15T20:33:29.953Z] ---> 0a97eee8041e [2022-03-15T20:33:29.953Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-15T20:33:29.953Z] ---> Running in f6ee1b9f2f7a [2022-03-15T20:33:30.211Z] Removing intermediate container d496a73385e2 [2022-03-15T20:33:30.211Z] ---> 86fc84b6dcfc [2022-03-15T20:33:30.211Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-15T20:33:30.211Z] ---> Running in 4a00e160dbcd [2022-03-15T20:33:30.778Z] Removing intermediate container 4a00e160dbcd [2022-03-15T20:33:30.778Z] ---> 1dd3d2dc5f11 [2022-03-15T20:33:30.778Z] Step 15/23 : WORKDIR / [2022-03-15T20:33:30.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:30.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:31.037Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-15T20:33:31.037Z] ---> Running in a8fc79c7adb0 [2022-03-15T20:33:31.037Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-15T20:33:31.037Z] (3/3) Installing su-exec (0.2-r1) [2022-03-15T20:33:31.037Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:31.037Z] Executing ca-certificates-20211220-r0.trigger [2022-03-15T20:33:31.300Z] OK: 6 MiB in 17 packages [2022-03-15T20:33:31.301Z] Removing intermediate container a8fc79c7adb0 [2022-03-15T20:33:31.301Z] ---> 893b3560242c [2022-03-15T20:33:31.301Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:33:31.301Z] Removing intermediate container 24b076eff880 [2022-03-15T20:33:31.301Z] ---> fd9d9fd9f85d [2022-03-15T20:33:31.301Z] [2022-03-15T20:33:31.301Z] Step 10/23 : FROM alpine:3.14 [2022-03-15T20:33:31.301Z] ---> 0a97eee8041e [2022-03-15T20:33:31.301Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-15T20:33:31.301Z] ---> Using cache [2022-03-15T20:33:31.301Z] ---> 25a4969c206f [2022-03-15T20:33:31.301Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:33:31.301Z] ---> Using cache [2022-03-15T20:33:31.301Z] ---> 3f8af3e969a0 [2022-03-15T20:33:31.301Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-15T20:33:31.561Z] ---> Running in e171c78568bf [2022-03-15T20:33:31.561Z] ---> e16044e8eb52 [2022-03-15T20:33:31.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-15T20:33:31.561Z] Removing intermediate container e171c78568bf [2022-03-15T20:33:31.561Z] ---> f09b7bb93c8c [2022-03-15T20:33:31.561Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-15T20:33:31.824Z] ---> Running in 2edde32977fd [2022-03-15T20:33:31.824Z] Removing intermediate container f6ee1b9f2f7a [2022-03-15T20:33:31.824Z] ---> 7c6da4327672 [2022-03-15T20:33:31.824Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-15T20:33:32.084Z] ---> Running in b736dbf06f30 [2022-03-15T20:33:32.084Z] ---> cfbff2aa1047 [2022-03-15T20:33:32.084Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:32.084Z] Removing intermediate container 2edde32977fd [2022-03-15T20:33:32.084Z] ---> 0cb26058e109 [2022-03-15T20:33:32.084Z] Step 15/23 : WORKDIR / [2022-03-15T20:33:32.084Z] ---> Running in c211132d8ded [2022-03-15T20:33:32.084Z] Removing intermediate container b736dbf06f30 [2022-03-15T20:33:32.084Z] ---> 281440aabe48 [2022-03-15T20:33:32.084Z] Step 13/25 : WORKDIR / [2022-03-15T20:33:32.344Z] ---> b435c425a932 [2022-03-15T20:33:32.344Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-15T20:33:32.344Z] ---> Running in 9839728b3791 [2022-03-15T20:33:32.344Z] Removing intermediate container c211132d8ded [2022-03-15T20:33:32.344Z] ---> d715d0378446 [2022-03-15T20:33:32.344Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:33:32.344Z] ---> Running in 35371c230ffc [2022-03-15T20:33:32.344Z] Removing intermediate container 9839728b3791 [2022-03-15T20:33:32.344Z] ---> 4b81845759ef [2022-03-15T20:33:32.344Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-15T20:33:32.647Z] Removing intermediate container 35371c230ffc [2022-03-15T20:33:32.647Z] ---> a0ee87ac6f5e [2022-03-15T20:33:32.647Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:33:32.647Z] ---> a495c309e609 [2022-03-15T20:33:32.647Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-15T20:33:32.647Z] ---> Running in bbdd8e1a0ccb [2022-03-15T20:33:32.647Z] ---> e30bd26b78f5 [2022-03-15T20:33:32.647Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-15T20:33:32.647Z] Removing intermediate container bbdd8e1a0ccb [2022-03-15T20:33:32.647Z] ---> 961cb91781c6 [2022-03-15T20:33:32.647Z] Step 21/23 : LABEL arch=x86_64 [2022-03-15T20:33:32.914Z] ---> Running in 428e0cf75974 [2022-03-15T20:33:32.914Z] ---> 2a72bc51ef99 [2022-03-15T20:33:32.914Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:33.173Z] Removing intermediate container 428e0cf75974 [2022-03-15T20:33:33.173Z] ---> c7fa3087a452 [2022-03-15T20:33:33.173Z] Step 22/23 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:33.173Z] ---> 06ee27515321 [2022-03-15T20:33:33.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:33.173Z] ---> Running in 6038c6b08e06 [2022-03-15T20:33:33.173Z] ---> e579f4ad10ca [2022-03-15T20:33:33.173Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-15T20:33:33.434Z] Removing intermediate container 6038c6b08e06 [2022-03-15T20:33:33.434Z] ---> 93c482be68e0 [2022-03-15T20:33:33.434Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:33:33.434Z] ---> e24ff00dd8bd [2022-03-15T20:33:33.434Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-15T20:33:33.434Z] ---> Running in ce06169cbd2e [2022-03-15T20:33:33.434Z] ---> 35b63cdfb5f2 [2022-03-15T20:33:33.434Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-15T20:33:33.434Z] ---> Running in 3bcd99e4f328 [2022-03-15T20:33:33.434Z] Removing intermediate container ce06169cbd2e [2022-03-15T20:33:33.434Z] ---> 12c2033a9fb4 [2022-03-15T20:33:33.434Z] [2022-03-15T20:33:33.699Z] Successfully built 12c2033a9fb4 [2022-03-15T20:33:33.699Z] Successfully tagged core-metadata:latest [2022-03-15T20:33:33.699Z]  Building core-metadata ... done Removing intermediate container 3bcd99e4f328 [2022-03-15T20:33:33.699Z] ---> 8844d44c41e3 [2022-03-15T20:33:33.699Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:33:33.991Z] ---> Running in 7e9fdde3dce1 [2022-03-15T20:33:33.991Z] ---> 33eacb3f73ea [2022-03-15T20:33:33.991Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-15T20:33:34.263Z] Removing intermediate container 7e9fdde3dce1 [2022-03-15T20:33:34.263Z] ---> 0168645d3481 [2022-03-15T20:33:34.263Z] Step 21/23 : LABEL arch=x86_64 [2022-03-15T20:33:34.263Z] ---> Running in c416716de388 [2022-03-15T20:33:34.263Z] ---> d83ab3d0c8c3 [2022-03-15T20:33:34.263Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-15T20:33:34.545Z] Removing intermediate container c416716de388 [2022-03-15T20:33:34.545Z] ---> cf5f3a4142f5 [2022-03-15T20:33:34.545Z] Step 22/23 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:34.545Z] ---> Running in 535ea4ace21d [2022-03-15T20:33:34.839Z] Removing intermediate container 535ea4ace21d [2022-03-15T20:33:34.839Z] ---> 5415bc8cd529 [2022-03-15T20:33:34.839Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:33:34.839Z] ---> 42d2893c9503 [2022-03-15T20:33:34.839Z] Step 21/25 : 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/ [2022-03-15T20:33:34.839Z] ---> Running in b51653e6bb0d [2022-03-15T20:33:34.839Z] ---> Running in e2351f434512 [2022-03-15T20:33:35.121Z] Removing intermediate container b51653e6bb0d [2022-03-15T20:33:35.121Z] ---> 10c037ee1290 [2022-03-15T20:33:35.121Z] [2022-03-15T20:33:35.121Z] Successfully built 10c037ee1290 [2022-03-15T20:33:35.121Z] Successfully tagged core-command:latest [2022-03-15T20:33:35.697Z]  Building core-command ... done Removing intermediate container e2351f434512 [2022-03-15T20:33:35.697Z] ---> 51b810e47533 [2022-03-15T20:33:35.697Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-15T20:33:35.697Z] ---> Running in 51132869a4b2 [2022-03-15T20:33:35.697Z] Removing intermediate container 51132869a4b2 [2022-03-15T20:33:35.697Z] ---> 6b571fba4c2f [2022-03-15T20:33:35.697Z] Step 23/25 : LABEL arch=x86_64 [2022-03-15T20:33:35.697Z] ---> Running in 380321fab0d2 [2022-03-15T20:33:35.957Z] Removing intermediate container 380321fab0d2 [2022-03-15T20:33:35.957Z] ---> 5cf4d487b2c5 [2022-03-15T20:33:35.957Z] Step 24/25 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:35.957Z] ---> Running in 7df0657f32d3 [2022-03-15T20:33:35.957Z] Removing intermediate container 7df0657f32d3 [2022-03-15T20:33:35.957Z] ---> dad0eb4095f3 [2022-03-15T20:33:35.957Z] Step 25/25 : LABEL version=0.0.0 [2022-03-15T20:33:36.217Z] ---> Running in 48da2c84231c [2022-03-15T20:33:36.217Z] Removing intermediate container 48da2c84231c [2022-03-15T20:33:36.217Z] ---> 74b9a47f5378 [2022-03-15T20:33:36.217Z] [2022-03-15T20:33:36.217Z] Successfully built 74b9a47f5378 [2022-03-15T20:33:36.218Z] Successfully tagged security-secretstore-setup:latest [2022-03-15T20:33:37.601Z]  Building security-secretstore-setup ... done Removing intermediate container 40eaa714282d [2022-03-15T20:33:37.601Z] ---> f1264bd6219d [2022-03-15T20:33:37.601Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-15T20:33:37.601Z] ---> Running in 4c8fd819f952 [2022-03-15T20:33:37.601Z] 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 [2022-03-15T20:33:38.537Z] Removing intermediate container 4c8fd819f952 [2022-03-15T20:33:38.537Z] ---> 142733d78a71 [2022-03-15T20:33:38.537Z] [2022-03-15T20:33:38.537Z] Step 11/23 : FROM docker:20.10.10 [2022-03-15T20:33:38.537Z] 20.10.10: Pulling from library/docker [2022-03-15T20:33:41.079Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-15T20:33:41.079Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-15T20:33:41.079Z] ---> b706a049f56e [2022-03-15T20:33:41.079Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:33:41.340Z] ---> Running in ba0d555cebc6 [2022-03-15T20:33:41.340Z] Removing intermediate container ba0d555cebc6 [2022-03-15T20:33:41.340Z] ---> d224a40e422c [2022-03-15T20:33:41.340Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-03-15T20:33:41.600Z] ---> Running in 71b27fb954ad [2022-03-15T20:33:41.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:41.859Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-15T20:33:42.120Z] (1/42) Installing readline (8.1.0-r0) [2022-03-15T20:33:42.120Z] (2/42) Installing bash (5.1.4-r0) [2022-03-15T20:33:42.120Z] Executing bash-5.1.4-r0.post-install [2022-03-15T20:33:42.120Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-15T20:33:42.120Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-15T20:33:42.120Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-15T20:33:42.120Z] (6/42) Installing curl (7.79.1-r0) [2022-03-15T20:33:42.120Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-15T20:33:42.120Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-15T20:33:42.120Z] (9/42) Installing expat (2.4.7-r0) [2022-03-15T20:33:42.120Z] (10/42) Installing libffi (3.3-r2) [2022-03-15T20:33:42.120Z] (11/42) Installing gdbm (1.19-r0) [2022-03-15T20:33:42.120Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-15T20:33:42.120Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-15T20:33:42.120Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-15T20:33:42.120Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-15T20:33:42.120Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-15T20:33:42.120Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-15T20:33:42.380Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-15T20:33:42.380Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-15T20:33:42.380Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-15T20:33:42.640Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-15T20:33:42.640Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-15T20:33:42.640Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-15T20:33:42.640Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-15T20:33:42.640Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-15T20:33:42.640Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-15T20:33:42.640Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-15T20:33:42.640Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-15T20:33:42.640Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-15T20:33:42.640Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-15T20:33:42.640Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-15T20:33:42.640Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-15T20:33:42.640Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-15T20:33:42.640Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-15T20:33:42.640Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-15T20:33:42.640Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-15T20:33:42.640Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-15T20:33:42.640Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-15T20:33:42.640Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-15T20:33:42.640Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-15T20:33:42.640Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-15T20:33:42.640Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-15T20:33:42.640Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:33:42.640Z] OK: 84 MiB in 64 packages [2022-03-15T20:33:43.580Z] Collecting docker-compose==1.23.2 [2022-03-15T20:33:43.580Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-15T20:33:43.580Z] Collecting cached-property<2,>=1.2.0 [2022-03-15T20:33:43.580Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-15T20:33:43.580Z] Collecting jsonschema<3,>=2.5.1 [2022-03-15T20:33:43.580Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-15T20:33:43.580Z] Collecting docker<4.0,>=3.6.0 [2022-03-15T20:33:43.580Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-15T20:33:43.580Z] Collecting texttable<0.10,>=0.9.0 [2022-03-15T20:33:43.580Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-15T20:33:43.840Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-15T20:33:43.840Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-15T20:33:44.100Z] Collecting docopt<0.7,>=0.6.1 [2022-03-15T20:33:44.100Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-15T20:33:44.677Z] Collecting PyYAML<4,>=3.10 [2022-03-15T20:33:44.677Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-15T20:33:44.935Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-15T20:33:45.193Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-15T20:33:45.193Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-15T20:33:45.193Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-15T20:33:45.193Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-15T20:33:45.193Z] Collecting docker-pycreds>=0.4.0 [2022-03-15T20:33:45.193Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-15T20:33:45.193Z] 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) [2022-03-15T20:33:45.451Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-15T20:33:45.451Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-15T20:33:45.451Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-15T20:33:45.451Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-15T20:33:45.451Z] Collecting idna<2.8,>=2.5 [2022-03-15T20:33:45.451Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-15T20:33:45.451Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-15T20:33:45.451Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-15T20:33:45.451Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-15T20:33:45.451Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-15T20:33:45.709Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-15T20:33:45.709Z] Attempting uninstall: urllib3 [2022-03-15T20:33:45.709Z] Found existing installation: urllib3 1.26.5 [2022-03-15T20:33:45.709Z] Uninstalling urllib3-1.26.5: [2022-03-15T20:33:45.709Z] Successfully uninstalled urllib3-1.26.5 [2022-03-15T20:33:45.709Z] Attempting uninstall: idna [2022-03-15T20:33:45.709Z] Found existing installation: idna 3.2 [2022-03-15T20:33:45.709Z] Uninstalling idna-3.2: [2022-03-15T20:33:45.709Z] Successfully uninstalled idna-3.2 [2022-03-15T20:33:45.967Z] Attempting uninstall: chardet [2022-03-15T20:33:45.967Z] Found existing installation: chardet 4.0.0 [2022-03-15T20:33:45.967Z] Uninstalling chardet-4.0.0: [2022-03-15T20:33:45.967Z] Successfully uninstalled chardet-4.0.0 [2022-03-15T20:33:46.227Z] Attempting uninstall: requests [2022-03-15T20:33:46.227Z] Found existing installation: requests 2.25.1 [2022-03-15T20:33:46.227Z] Uninstalling requests-2.25.1: [2022-03-15T20:33:46.227Z] Successfully uninstalled requests-2.25.1 [2022-03-15T20:33:46.227Z] Running setup.py install for texttable: started [2022-03-15T20:33:46.487Z] Running setup.py install for texttable: finished with status 'done' [2022-03-15T20:33:46.487Z] Running setup.py install for PyYAML: started [2022-03-15T20:33:47.058Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-15T20:33:47.058Z] Running setup.py install for docopt: started [2022-03-15T20:33:47.318Z] Running setup.py install for docopt: finished with status 'done' [2022-03-15T20:33:47.318Z] Running setup.py install for dockerpty: started [2022-03-15T20:33:47.578Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-15T20:33:47.843Z] 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 [2022-03-15T20:33:51.134Z] Removing intermediate container 71b27fb954ad [2022-03-15T20:33:51.134Z] ---> b804e0e66dcc [2022-03-15T20:33:51.134Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-15T20:33:51.134Z] ---> Running in 8cc444bae7f4 [2022-03-15T20:33:51.134Z] Removing intermediate container 8cc444bae7f4 [2022-03-15T20:33:51.134Z] ---> dac74e64b8ac [2022-03-15T20:33:51.134Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-15T20:33:51.134Z] ---> Running in bc7c76a3606b [2022-03-15T20:33:51.134Z] Removing intermediate container bc7c76a3606b [2022-03-15T20:33:51.134Z] ---> f207e32bb82a [2022-03-15T20:33:51.134Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-15T20:33:51.704Z] ---> 8273d96da69d [2022-03-15T20:33:51.704Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-15T20:33:51.704Z] ---> cb058c1fe57c [2022-03-15T20:33:51.704Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-15T20:33:51.963Z] ---> b6149e291dcd [2022-03-15T20:33:51.963Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-15T20:33:51.963Z] ---> Running in 2c1c1c144c01 [2022-03-15T20:33:52.223Z] Removing intermediate container 2c1c1c144c01 [2022-03-15T20:33:52.223Z] ---> b84f8bafd8a5 [2022-03-15T20:33:52.223Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:33:52.223Z] ---> Running in 0de711d1d731 [2022-03-15T20:33:52.223Z] Removing intermediate container 0de711d1d731 [2022-03-15T20:33:52.223Z] ---> bafc46190eda [2022-03-15T20:33:52.223Z] Step 21/23 : LABEL arch=x86_64 [2022-03-15T20:33:52.223Z] ---> Running in b19dc54ff620 [2022-03-15T20:33:52.486Z] Removing intermediate container b19dc54ff620 [2022-03-15T20:33:52.486Z] ---> 5b68c663a5da [2022-03-15T20:33:52.486Z] Step 22/23 : LABEL git_sha=b0073f2e5f8aa47c98166f5192d0209de9981bfa [2022-03-15T20:33:52.486Z] ---> Running in 593bd647943c [2022-03-15T20:33:52.486Z] Removing intermediate container 593bd647943c [2022-03-15T20:33:52.486Z] ---> 1906c722314c [2022-03-15T20:33:52.486Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:33:52.746Z] ---> Running in 578314900cc0 [2022-03-15T20:33:52.746Z] Removing intermediate container 578314900cc0 [2022-03-15T20:33:52.746Z] ---> 377024131ca1 [2022-03-15T20:33:52.746Z] [2022-03-15T20:33:52.746Z] Successfully built 377024131ca1 [2022-03-15T20:33:52.746Z] Successfully tagged sys-mgmt-agent:latest [2022-03-15T20:33:53.013Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-03-15T20:33:53.029Z] $ docker stop --time=1 39d5b5330bc8bd123dffc8eb3d77a665d4be5326bccbd233ebc3cb5d4b2752e8 [2022-03-15T20:33:54.360Z] $ docker rm -f 39d5b5330bc8bd123dffc8eb3d77a665d4be5326bccbd233ebc3cb5d4b2752e8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-15T20:33:54.702Z] + docker images [2022-03-15T20:33:54.702Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-15T20:33:54.702Z] sys-mgmt-agent latest 377024131ca1 2 seconds ago 296MB [2022-03-15T20:33:54.702Z] 142733d78a71 16 seconds ago 1.77GB [2022-03-15T20:33:54.702Z] security-secretstore-setup latest 74b9a47f5378 18 seconds ago 27.9MB [2022-03-15T20:33:54.702Z] core-command latest 10c037ee1290 20 seconds ago 15.8MB [2022-03-15T20:33:54.702Z] core-metadata latest 12c2033a9fb4 21 seconds ago 16.6MB [2022-03-15T20:33:54.702Z] fd9d9fd9f85d 23 seconds ago 1.77GB [2022-03-15T20:33:54.702Z] 27650ac7682b 25 seconds ago 1.78GB [2022-03-15T20:33:54.702Z] 4c034bf72625 25 seconds ago 1.78GB [2022-03-15T20:33:54.702Z] security-bootstrapper latest dff5ab98fe4a 32 seconds ago 18.7MB [2022-03-15T20:33:54.702Z] core-data latest 05af7f1927b0 38 seconds ago 20MB [2022-03-15T20:33:54.702Z] security-proxy-setup latest 2b9d534491bc 48 seconds ago 26.2MB [2022-03-15T20:33:54.702Z] support-scheduler latest d0d6b6ce02fb 48 seconds ago 16MB [2022-03-15T20:33:54.702Z] support-notifications latest 6a96b4672b38 49 seconds ago 16.7MB [2022-03-15T20:33:54.702Z] 223f0639d482 53 seconds ago 1.79GB [2022-03-15T20:33:54.702Z] 65788146d14a 54 seconds ago 1.78GB [2022-03-15T20:33:54.702Z] 7013ca2d1c3a 55 seconds ago 1.77GB [2022-03-15T20:33:54.702Z] 48cb90082d33 55 seconds ago 1.78GB [2022-03-15T20:33:54.702Z] 13e4b47dcac8 56 seconds ago 1.78GB [2022-03-15T20:33:54.702Z] ci-base-image-x86_64 latest 0fd20673069d 3 minutes ago 1.27GB [2022-03-15T20:33:54.702Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 5 weeks ago 562MB [2022-03-15T20:33:54.702Z] docker 20.10.10 b706a049f56e 4 months ago 216MB [2022-03-15T20:33:54.702Z] alpine 3.14 0a97eee8041e 4 months ago 5.61MB [2022-03-15T20:33:54.702Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-03-15T20:33:54.702Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 20 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 [2022-03-15T20:34:09.843Z] Still waiting to schedule task [2022-03-15T20:34:09.844Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-03-15T20:34:36.829Z] Removing intermediate container 4beb23d6943b [2022-03-15T20:34:36.829Z] ---> 8362e6b08acc [2022-03-15T20:34:36.829Z] Successfully built 8362e6b08acc [2022-03-15T20:34:36.829Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:34:37.186Z] + docker inspect -f . ci-base-image-arm64 [2022-03-15T20:34:37.186Z] . [Pipeline] withDockerContainer [2022-03-15T20:34:37.440Z] prd-ubuntu20.04-docker-arm64-4c-16g-7182 does not seem to be running inside a container [2022-03-15T20:34:37.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-15T20:34:39.079Z] $ docker top 741dea0c7ac466ca84389e7c29e3822d7756cc97926abb729ad8105b08c715b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:34:40.059Z] + go version [2022-03-15T20:34:40.059Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-15T20:34:40.093Z] $ docker stop --time=1 741dea0c7ac466ca84389e7c29e3822d7756cc97926abb729ad8105b08c715b0 [2022-03-15T20:34:41.816Z] $ docker rm -f 741dea0c7ac466ca84389e7c29e3822d7756cc97926abb729ad8105b08c715b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:34:42.481Z] + docker inspect -f . ci-base-image-arm64 [2022-03-15T20:34:42.481Z] . [Pipeline] withDockerContainer [2022-03-15T20:34:42.757Z] prd-ubuntu20.04-docker-arm64-4c-16g-7182 does not seem to be running inside a container [2022-03-15T20:34:42.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-15T20:34:44.437Z] $ docker top 9d29f166fa832ed69aedec3c5549e537f0b78961d9ac7f7a72c8a02458d09c1c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-15T20:34:44.784Z] ========================================================= [2022-03-15T20:34:44.784Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-15T20:34:44.784Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-15T20:34:45.449Z] + make test [2022-03-15T20:34:45.449Z] go mod tidy [2022-03-15T20:34:46.437Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-15T20:34:51.136Z] Running on prd-ubuntu18.04-docker-8c-8g-7187 in /w/workspace/edgexfoundry_edgex-go_PR-3905 [Pipeline] { [Pipeline] ws [2022-03-15T20:34:51.150Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2022-03-15T20:34:51.238Z] The recommended git tool is: git [2022-03-15T20:34:52.817Z] using credential edgex-jenkins-ssh [2022-03-15T20:34:52.833Z] Cloning the remote Git repository [2022-03-15T20:34:52.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-15T20:34:52.902Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-03-15T20:34:52.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-15T20:34:52.956Z] > git --version # timeout=10 [2022-03-15T20:34:52.962Z] > git --version # 'git version 2.17.1' [2022-03-15T20:34:52.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-15T20:34:52.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-15T20:34:57.854Z] Merging remotes/origin/main commit 556446716e4a14b8c762f3ec0116a54927b3d800 into PR head commit e200cd653a1c19f7146556fd5a4fec13a752feb6 [2022-03-15T20:34:58.007Z] Merge succeeded, producing f625b3bb259f4530edc4b8b38d2ff4e2384484fc [2022-03-15T20:34:58.007Z] Checking out Revision f625b3bb259f4530edc4b8b38d2ff4e2384484fc (PR-3905) [2022-03-15T20:34:57.160Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-15T20:34:57.168Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-15T20:34:57.176Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-15T20:34:57.187Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-15T20:34:57.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-15T20:34:57.191Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3905/head:refs/remotes/origin/PR-3905 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-15T20:34:57.875Z] > git config core.sparsecheckout # timeout=10 [2022-03-15T20:34:57.881Z] > git checkout -f e200cd653a1c19f7146556fd5a4fec13a752feb6 # timeout=10 [2022-03-15T20:34:57.946Z] > git remote # timeout=10 [2022-03-15T20:34:57.953Z] > git config --get remote.origin.url # timeout=10 [2022-03-15T20:34:57.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-15T20:34:57.963Z] > git merge 556446716e4a14b8c762f3ec0116a54927b3d800 # timeout=10 [2022-03-15T20:34:58.012Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-15T20:34:58.021Z] > git config core.sparsecheckout # timeout=10 [2022-03-15T20:34:58.027Z] > git checkout -f f625b3bb259f4530edc4b8b38d2ff4e2384484fc # timeout=10 [2022-03-15T20:35:01.505Z] Commit message: "Merge commit '556446716e4a14b8c762f3ec0116a54927b3d800' into HEAD" [2022-03-15T20:35:01.518Z] > git rev-list --no-walk e200cd653a1c19f7146556fd5a4fec13a752feb6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:35:02.335Z] + echo snap-build.sh [2022-03-15T20:35:02.335Z] snap-build.sh [2022-03-15T20:35:02.335Z] + SNAP_BASE_DIR=. [2022-03-15T20:35:02.335Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2022-03-15T20:35:02.335Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2022-03-15T20:35:02.335Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2022-03-15T20:35:02.335Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2022-03-15T20:35:02.335Z] + cd /w/workspace/edgex-go/2 [2022-03-15T20:35:02.335Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-03-15T20:35:02.335Z] Reading package lists... [2022-03-15T20:35:02.335Z] Building dependency tree... [2022-03-15T20:35:02.335Z] Reading state information... [2022-03-15T20:35:02.335Z] The following packages were automatically installed and are no longer required: [2022-03-15T20:35:02.335Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-03-15T20:35:02.335Z] uidmap xdelta3 [2022-03-15T20:35:02.335Z] Use 'sudo apt autoremove' to remove them. [2022-03-15T20:35:02.335Z] The following packages will be REMOVED: [2022-03-15T20:35:02.335Z] lxd* lxd-client* [2022-03-15T20:35:02.335Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-03-15T20:35:02.599Z] After this operation, 31.7 MB disk space will be freed. [2022-03-15T20:35:03.395Z] (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 ... 190666 files and directories currently installed.) [2022-03-15T20:35:03.395Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-15T20:35:03.966Z] Removing lxd dnsmasq configuration [2022-03-15T20:35:03.966Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-03-15T20:35:04.226Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-03-15T20:35:04.797Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-03-15T20:35:05.057Z] (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 ... 190491 files and directories currently installed.) [2022-03-15T20:35:05.057Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-15T20:35:06.445Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-03-15T20:35:06.445Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-03-15T20:35:07.024Z] + sudo snap remove --purge lxd [2022-03-15T20:35:07.287Z] snap "lxd" is not installed [2022-03-15T20:35:07.287Z] + sudo groupadd --force --system lxd [2022-03-15T20:35:07.287Z] ++ whoami [2022-03-15T20:35:07.287Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-03-15T20:35:07.287Z] + newgrp - lxd [2022-03-15T20:35:07.287Z] + sudo snap install lxd [2022-03-15T20:35:17.289Z] 2022-03-15T20:35:13Z INFO Waiting for automatic snapd restart... [2022-03-15T20:35:25.477Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-15T20:36:33.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-15T20:36:33.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-15T20:36:33.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-15T20:36:34.798Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-15T20:36:47.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-15T20:36:57.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.215s coverage: 28.7% of statements [2022-03-15T20:36:57.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-15T20:36:57.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-15T20:37:01.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.407s coverage: 98.5% of statements [2022-03-15T20:37:01.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-15T20:37:01.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.436s coverage: 54.9% of statements [2022-03-15T20:37:01.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-15T20:37:01.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-15T20:37:03.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.703s coverage: 89.5% of statements [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:37:03.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.281s coverage: 84.4% of statements [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-15T20:37:03.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.880s coverage: 94.2% of statements [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.296s coverage: 59.1% of statements [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.217s coverage: 60.0% of statements [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.367s coverage: 0.9% of statements [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.219s coverage: 58.8% of statements [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.227s coverage: 21.7% of statements [2022-03-15T20:37:15.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.216s coverage: 47.1% of statements [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.243s coverage: 79.5% of statements [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.242s coverage: 94.1% of statements [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.267s coverage: 96.3% of statements [2022-03-15T20:37:15.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.251s coverage: 87.5% of statements [2022-03-15T20:37:28.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.254s coverage: 94.4% of statements [2022-03-15T20:37:28.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.202s coverage: 44.8% of statements [2022-03-15T20:37:34.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.760s coverage: 82.5% of statements [2022-03-15T20:37:34.833Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.330s coverage: 92.9% of statements [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 65.1% of statements [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.236s coverage: 87.2% of statements [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.199s coverage: 100.0% of statements [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 58.8% of statements [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.322s coverage: 80.0% of statements [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.248s coverage: 87.2% of statements [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 85.4% of statements [2022-03-15T20:37:40.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.868s coverage: 91.2% of statements [2022-03-15T20:37:40.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-15T20:37:41.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.039s coverage: 64.4% of statements [2022-03-15T20:37:41.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-15T20:37:41.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-15T20:37:41.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.221s coverage: 100.0% of statements [2022-03-15T20:37:41.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.197s coverage: 89.4% of statements [2022-03-15T20:37:41.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements [2022-03-15T20:37:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements [2022-03-15T20:37:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.085s coverage: 100.0% of statements [2022-03-15T20:37:47.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.474s coverage: 65.4% of statements [2022-03-15T20:37:47.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-15T20:37:47.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-15T20:37:48.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-15T20:37:50.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.955s coverage: 43.8% of statements [2022-03-15T20:37:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-15T20:37:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-15T20:37:50.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.234s coverage: 89.5% of statements [2022-03-15T20:37:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-15T20:37:50.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.238s coverage: 84.8% of statements [2022-03-15T20:37:50.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.370s coverage: 17.7% of statements [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.692s coverage: 92.3% of statements [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.271s coverage: 63.2% of statements [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.429s coverage: 97.7% of statements [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.280s coverage: 28.9% of statements [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-15T20:37:59.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.211s coverage: 100.0% of statements [2022-03-15T20:37:59.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-03-15T20:37:59.049Z] 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 [2022-03-15T20:37:59.049Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-03-15T20:37:59.049Z] GO111MODULE=on go vet ./... [2022-03-15T20:39:20.902Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-15T20:39:22.890Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-15T20:39:24.878Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-15T20:39:27.541Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-15T20:39:28.223Z] + ls -al . [2022-03-15T20:39:28.223Z] total 668 [2022-03-15T20:39:28.223Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 20:39 . [2022-03-15T20:39:28.223Z] drwxr-xr-x 4 root root 4096 Mar 15 20:34 .. [2022-03-15T20:39:28.223Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 20:32 .dockerignore [2022-03-15T20:39:28.224Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 20:32 .git [2022-03-15T20:39:28.224Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 20:32 .github [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 804 Mar 15 20:32 .gitignore [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 42 Mar 15 20:32 .golangci.yml [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 76 Mar 15 20:32 .hadolint.yml [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 20:32 .sonarcloud.properties [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 1171 Mar 15 20:32 ADOPTERS.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 9019 Mar 15 20:32 Attribution.txt [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 51732 Mar 15 20:32 CHANGELOG.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 20:32 CONTRIBUTING.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 677 Mar 15 20:32 GOVERNANCE.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 849 Mar 15 20:32 Jenkinsfile [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 20:32 LICENSE [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 6508 Mar 15 20:32 Makefile [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 582 Mar 15 20:32 OWNERS.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 8207 Mar 15 20:32 README.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 6912 Mar 15 20:32 SECURITY.md [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 20:29 VERSION [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 20:32 ZMQWindows.md [2022-03-15T20:39:28.224Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 20:32 bin [2022-03-15T20:39:28.224Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 20:32 cmd [2022-03-15T20:39:28.224Z] -rw-r--r-- 1 root root 425751 Mar 15 20:37 coverage.out [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 2828 Mar 15 20:32 go.mod [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 50491 Mar 15 20:32 go.sum [2022-03-15T20:39:28.224Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 20:32 internal [2022-03-15T20:39:28.224Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 20:32 openapi [2022-03-15T20:39:28.224Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 20:32 snap [2022-03-15T20:39:28.224Z] -rw-rw-r-- 1 1001 1001 204 Mar 15 20:32 version.go [Pipeline] sh [2022-03-15T20:39:28.900Z] + '[' -e coverage.out ] [2022-03-15T20:39:28.901Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-15T20:39:28.930Z] Warning: overwriting stash ‘coverage-report’ [2022-03-15T20:39:29.997Z] Stashed 1 file(s) [Pipeline] sh [2022-03-15T20:39:30.658Z] + make build [2022-03-15T20:39:30.658Z] 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 [2022-03-15T20:39:38.950Z] 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 [2022-03-15T20:39:53.937Z] lxd 4.23 from Canonical* installed [2022-03-15T20:39:53.937Z] + sudo lxd init --auto [2022-03-15T20:39:53.937Z] + sudo snap install --classic snapcraft [2022-03-15T20:40:11.375Z] 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 [2022-03-15T20:40:14.019Z] 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 [2022-03-15T20:40:19.452Z] 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 [2022-03-15T20:40:20.436Z] 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 [2022-03-15T20:40:24.765Z] 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 [2022-03-15T20:40:30.197Z] 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 [2022-03-15T20:40:33.598Z] 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 [2022-03-15T20:40:40.350Z] 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 [2022-03-15T20:40:42.997Z] 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 [2022-03-15T20:40:47.349Z] 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] } [2022-03-15T20:40:55.677Z] $ docker stop --time=1 9d29f166fa832ed69aedec3c5549e537f0b78961d9ac7f7a72c8a02458d09c1c [2022-03-15T20:40:57.711Z] $ docker rm -f 9d29f166fa832ed69aedec3c5549e537f0b78961d9ac7f7a72c8a02458d09c1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:40:59.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-15T20:40:59.466Z] [2022-03-15T20:40:59.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:40:59.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-15T20:41:00.115Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-03-15T20:41:00.115Z] 29e5d40040c1: Pulling fs layer [2022-03-15T20:41:00.115Z] 1ce36da41761: Pulling fs layer [2022-03-15T20:41:00.115Z] 25b303627fd3: Pulling fs layer [2022-03-15T20:41:00.115Z] 29e5d40040c1: Verifying Checksum [2022-03-15T20:41:00.115Z] 29e5d40040c1: Download complete [2022-03-15T20:41:00.391Z] 1ce36da41761: Verifying Checksum [2022-03-15T20:41:00.391Z] 1ce36da41761: Download complete [2022-03-15T20:41:00.993Z] 29e5d40040c1: Pull complete [2022-03-15T20:41:02.438Z] 1ce36da41761: Pull complete [2022-03-15T20:41:02.438Z] 25b303627fd3: Verifying Checksum [2022-03-15T20:41:02.438Z] 25b303627fd3: Download complete [2022-03-15T20:41:12.615Z] 25b303627fd3: Pull complete [2022-03-15T20:41:12.615Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-03-15T20:41:12.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-15T20:41:12.615Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-03-15T20:41:12.950Z] prd-ubuntu20.04-docker-arm64-4c-16g-7182 does not seem to be running inside a container [2022-03-15T20:41:13.068Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-15T20:41:15.790Z] $ docker top 0b33969ca68dafd485d4e45f443d4ca339192d900ebfe5dbdb468a250705755f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:41:16.777Z] + docker-compose build --help [2022-03-15T20:41:16.777Z] + grep parallel [2022-03-15T20:41:23.569Z] --parallel Build images in parallel. [Pipeline] } [2022-03-15T20:41:23.598Z] $ docker stop --time=1 0b33969ca68dafd485d4e45f443d4ca339192d900ebfe5dbdb468a250705755f [2022-03-15T20:41:25.349Z] $ docker rm -f 0b33969ca68dafd485d4e45f443d4ca339192d900ebfe5dbdb468a250705755f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:41:25.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-15T20:41:25.985Z] . [Pipeline] withDockerContainer [2022-03-15T20:41:26.256Z] prd-ubuntu20.04-docker-arm64-4c-16g-7182 does not seem to be running inside a container [2022-03-15T20:41:26.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-15T20:41:27.709Z] $ docker top 91b0974aa04ea808a5b4504876ec8c82528a8919193dbc9b96f85fe3fa71d087 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:41:28.623Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-15T20:41:34.094Z] Building core-command ... [2022-03-15T20:41:34.094Z] Building core-data ... [2022-03-15T20:41:34.094Z] Building core-metadata ... [2022-03-15T20:41:34.094Z] Building security-bootstrapper ... [2022-03-15T20:41:34.094Z] Building security-proxy-setup ... [2022-03-15T20:41:34.094Z] Building security-secretstore-setup ... [2022-03-15T20:41:34.094Z] Building support-notifications ... [2022-03-15T20:41:34.094Z] Building support-scheduler ... [2022-03-15T20:41:34.094Z] Building sys-mgmt-agent ... [2022-03-15T20:41:34.094Z] Building support-notifications [2022-03-15T20:41:34.094Z] Building core-metadata [2022-03-15T20:41:34.094Z] Building support-scheduler [2022-03-15T20:41:34.094Z] Building security-secretstore-setup [2022-03-15T20:41:34.094Z] Building security-proxy-setup [2022-03-15T20:42:55.880Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:42:55.880Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:42:55.880Z] ---> 8362e6b08acc [2022-03-15T20:42:55.880Z] Step 3/21 : WORKDIR /edgex-go [2022-03-15T20:42:55.880Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:42:55.880Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:42:55.880Z] ---> 8362e6b08acc [2022-03-15T20:42:55.880Z] Step 3/22 : WORKDIR /edgex-go [2022-03-15T20:42:55.880Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:42:55.880Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:42:55.880Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 ---> 8362e6b08acc [2022-03-15T20:42:55.880Z] [2022-03-15T20:42:55.880Z] Step 3/23 : WORKDIR /edgex-goStep 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:42:55.880Z] [2022-03-15T20:42:55.880Z] ---> 8362e6b08acc [2022-03-15T20:42:55.880Z] Step 3/22 : WORKDIR /edgex-go [2022-03-15T20:42:55.880Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:42:55.880Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:42:55.880Z] ---> 8362e6b08acc [2022-03-15T20:42:55.880Z] Step 3/25 : WORKDIR /edgex-go [2022-03-15T20:42:55.880Z] ---> Running in c082081d621f [2022-03-15T20:42:55.880Z] ---> Running in e601b0141a10 [2022-03-15T20:42:55.880Z] ---> Running in f1f0e9eb6197 [2022-03-15T20:42:55.880Z] ---> Running in 6e35076834cc [2022-03-15T20:42:55.880Z] ---> Running in dba7303a1fdc [2022-03-15T20:42:55.880Z] Removing intermediate container c082081d621f [2022-03-15T20:42:55.880Z] ---> f0c70eadbf62 [2022-03-15T20:42:55.880Z] Removing intermediate container dba7303a1fdc [2022-03-15T20:42:55.880Z] ---> 1280e93efa2b [2022-03-15T20:42:55.880Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:42:55.880Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:42:55.880Z] ---> Running in 09cfd7f2c678 [2022-03-15T20:42:55.880Z] Removing intermediate container f1f0e9eb6197 [2022-03-15T20:42:55.880Z] ---> c3ceb36b1c20 [2022-03-15T20:42:55.880Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:42:55.880Z] Removing intermediate container e601b0141a10 [2022-03-15T20:42:55.880Z] ---> c30fe9599dfd [2022-03-15T20:42:55.880Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:42:55.880Z] Removing intermediate container 6e35076834cc [2022-03-15T20:42:55.880Z] ---> 023bfc7cbc81 [2022-03-15T20:42:55.880Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:42:55.880Z] ---> Running in fe43720a49df [2022-03-15T20:42:55.880Z] ---> Running in 69d8d7427645 [2022-03-15T20:42:55.880Z] ---> Running in 557344b9c73a [2022-03-15T20:42:55.880Z] ---> Running in b92f51994446 [2022-03-15T20:42:55.880Z] Removing intermediate container 09cfd7f2c678 [2022-03-15T20:42:55.880Z] ---> 6d6c9d0543cf [2022-03-15T20:42:55.880Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-03-15T20:42:55.880Z] ---> Running in df54552806b2 [2022-03-15T20:42:55.880Z] Removing intermediate container fe43720a49df [2022-03-15T20:42:55.880Z] ---> d525beaf0c56 [2022-03-15T20:42:55.880Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-15T20:42:55.880Z] ---> Running in e72a808af765 [2022-03-15T20:42:55.880Z] Removing intermediate container 69d8d7427645 [2022-03-15T20:42:55.880Z] ---> 2045382b3e2d [2022-03-15T20:42:55.880Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-15T20:42:55.880Z] ---> Running in 8a92becf2b02 [2022-03-15T20:42:55.880Z] Removing intermediate container 557344b9c73a [2022-03-15T20:42:55.880Z] ---> 68e79cbec4cb [2022-03-15T20:42:55.880Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-15T20:42:55.880Z] Removing intermediate container b92f51994446 [2022-03-15T20:42:55.880Z] ---> 87e921320f43 [2022-03-15T20:42:55.880Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-15T20:42:55.880Z] ---> Running in 7f4c71b14d24 [2022-03-15T20:42:55.880Z] ---> Running in 972811e7a107 [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:55.880Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:56.157Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:56.440Z] OK: 220 MiB in 52 packages [2022-03-15T20:42:56.440Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:56.729Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:42:57.354Z] OK: 220 MiB in 52 packages [2022-03-15T20:42:57.655Z] OK: 220 MiB in 52 packages [2022-03-15T20:42:57.935Z] Removing intermediate container df54552806b2 [2022-03-15T20:42:57.935Z] ---> a1ea9436def6 [2022-03-15T20:42:57.935Z] Step 6/21 : COPY go.mod vendor* ./ [2022-03-15T20:42:58.221Z] OK: 220 MiB in 52 packages [2022-03-15T20:42:58.221Z] OK: 220 MiB in 52 packages [2022-03-15T20:42:59.224Z] Removing intermediate container e72a808af765 [2022-03-15T20:42:59.224Z] ---> 24cded12891b [2022-03-15T20:42:59.224Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-15T20:42:59.505Z] Removing intermediate container 8a92becf2b02 [2022-03-15T20:42:59.505Z] ---> de4c7444c9af [2022-03-15T20:42:59.505Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-15T20:42:59.784Z] Removing intermediate container 7f4c71b14d24 [2022-03-15T20:42:59.784Z] ---> fbb27a774193 [2022-03-15T20:42:59.784Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-15T20:42:59.784Z] ---> 997ffc5b4b42 [2022-03-15T20:42:59.784Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:42:59.784Z] Removing intermediate container 972811e7a107 [2022-03-15T20:42:59.784Z] ---> 27505eb268a8 [2022-03-15T20:42:59.784Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:43:00.062Z] ---> Running in 2811035f914d [2022-03-15T20:43:00.340Z] ---> 6b314ebdafc1 [2022-03-15T20:43:00.340Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:43:00.621Z] ---> Running in 6d4d6c2bbedf [2022-03-15T20:43:01.229Z] ---> 0a0aaa2ab7f5 [2022-03-15T20:43:01.229Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:43:01.229Z] ---> Running in e6fe9993f080 [2022-03-15T20:43:01.514Z] ---> 1873f2db8da8 [2022-03-15T20:43:01.514Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:43:01.514Z] ---> 6742f510fb6d [2022-03-15T20:43:01.514Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:43:01.792Z] ---> Running in 9fa8c69a99f7 [2022-03-15T20:43:01.792Z] ---> Running in 506e69cd611e [2022-03-15T20:43:07.274Z] Removing intermediate container 2811035f914d [2022-03-15T20:43:07.274Z] ---> 0be5b8795b64 [2022-03-15T20:43:07.274Z] Step 8/21 : COPY . . [2022-03-15T20:43:07.557Z] Removing intermediate container 6d4d6c2bbedf [2022-03-15T20:43:07.557Z] ---> 4b7643143b1c [2022-03-15T20:43:07.557Z] Step 8/22 : COPY . . [2022-03-15T20:43:09.019Z] Removing intermediate container e6fe9993f080 [2022-03-15T20:43:09.019Z] ---> bee89c0f6c72 [2022-03-15T20:43:09.019Z] Step 8/22 : COPY . . [2022-03-15T20:43:09.019Z] Removing intermediate container 9fa8c69a99f7 [2022-03-15T20:43:09.020Z] ---> fe86d710a143 [2022-03-15T20:43:09.020Z] Step 8/23 : COPY . . [2022-03-15T20:43:09.020Z] Removing intermediate container 506e69cd611e [2022-03-15T20:43:09.020Z] ---> f991a2c70888 [2022-03-15T20:43:09.020Z] Step 8/25 : COPY . . [2022-03-15T20:43:30.515Z] snapcraft 6.0.2 from Canonical* installed [2022-03-15T20:43:30.515Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-03-15T20:43:30.515Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-03-15T20:43:30.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-15T20:43:30.515Z] Dload Upload Total Spent Left Speed [2022-03-15T20:43:30.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4445 0 --:--:-- --:--:-- --:--:-- 4445 [2022-03-15T20:43:30.515Z] 100 3325k 100 3325k 0 0 8938k 0 --:--:-- --:--:-- --:--:-- 8938k [2022-03-15T20:43:30.515Z] ./yq_linux_amd64 [2022-03-15T20:43:30.515Z] + sudo snapcraft prime --use-lxd [2022-03-15T20:43:30.515Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-03-15T20:43:30.515Z] 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: [2022-03-15T20:43:30.515Z] - README.md [2022-03-15T20:43:30.515Z] [2022-03-15T20:43:30.515Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-15T20:43:30.515Z] Launching a container. [2022-03-15T20:43:35.873Z] ---> 3ca5f0d79d8e [2022-03-15T20:43:35.873Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-15T20:43:35.873Z] ---> Running in ea00688c5cff [2022-03-15T20:43:35.873Z] ---> 19e2fa10c8b4 [2022-03-15T20:43:35.873Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-15T20:43:35.873Z] ---> Running in b73a2e86accd [2022-03-15T20:43:35.873Z] 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 [2022-03-15T20:43:35.873Z] 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 [2022-03-15T20:43:35.873Z] ---> 4d12a74a6513 [2022-03-15T20:43:35.873Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-15T20:43:35.873Z] ---> a37dbf1e4365 [2022-03-15T20:43:35.873Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-15T20:43:35.873Z] ---> Running in 4277f7aa3655 [2022-03-15T20:43:35.873Z] ---> Running in 275d0fd10544 [2022-03-15T20:43:35.873Z] ---> e1e76ba3e3d7 [2022-03-15T20:43:35.873Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-15T20:43:36.169Z] ---> Running in 7d72f18d253a [2022-03-15T20:43:38.163Z] 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 [2022-03-15T20:43:38.163Z] 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 [2022-03-15T20:43:38.440Z] 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 [2022-03-15T20:43:38.644Z] Waiting for container to be ready [2022-03-15T20:43:38.644Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-03-15T20:43:38.644Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-03-15T20:43:38.644Z] [2022-03-15T20:43:41.944Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-03-15T20:43:43.350Z] Waiting for network to be ready... [2022-03-15T20:43:43.350Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-03-15T20:43:43.618Z] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-03-15T20:43:43.618Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1317 kB] [2022-03-15T20:43:43.878Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [231 kB] [2022-03-15T20:43:43.878Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-03-15T20:43:43.878Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-03-15T20:43:43.878Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [799 kB] [2022-03-15T20:43:43.878Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [114 kB] [2022-03-15T20:43:43.878Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [692 kB] [2022-03-15T20:43:43.878Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [121 kB] [2022-03-15T20:43:44.139Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-03-15T20:43:44.139Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-03-15T20:43:44.398Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-03-15T20:43:44.398Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-03-15T20:43:44.659Z] Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-03-15T20:43:44.659Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-03-15T20:43:44.659Z] Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-03-15T20:43:44.659Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-03-15T20:43:44.921Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-03-15T20:43:44.921Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1643 kB] [2022-03-15T20:43:45.180Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [312 kB] [2022-03-15T20:43:45.180Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.8 kB] [2022-03-15T20:43:45.180Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7312 B] [2022-03-15T20:43:45.180Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [853 kB] [2022-03-15T20:43:45.180Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [122 kB] [2022-03-15T20:43:45.180Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [910 kB] [2022-03-15T20:43:45.180Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [202 kB] [2022-03-15T20:43:47.099Z] Fetched 23.4 MB in 4s (6557 kB/s) [2022-03-15T20:43:47.667Z] Reading package lists... [2022-03-15T20:43:47.937Z] Reading package lists... [2022-03-15T20:43:47.937Z] Building dependency tree... [2022-03-15T20:43:47.937Z] Reading state information... [2022-03-15T20:43:48.203Z] The following additional packages will be installed: [2022-03-15T20:43:48.203Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-15T20:43:48.203Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-15T20:43:48.203Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-15T20:43:48.203Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-03-15T20:43:48.203Z] Suggested packages: [2022-03-15T20:43:48.203Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-03-15T20:43:48.203Z] Recommended packages: [2022-03-15T20:43:48.203Z] gnupg libsasl2-modules [2022-03-15T20:43:48.203Z] The following NEW packages will be installed: [2022-03-15T20:43:48.203Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-15T20:43:48.203Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-15T20:43:48.203Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-15T20:43:48.203Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-03-15T20:43:48.203Z] The following packages will be upgraded: [2022-03-15T20:43:48.203Z] gpg gpg-agent gpgconf libudev1 [2022-03-15T20:43:48.203Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-03-15T20:43:48.203Z] Need to get 3859 kB of archives. [2022-03-15T20:43:48.203Z] After this operation, 14.9 MB of additional disk space will be used. [2022-03-15T20:43:48.203Z] Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-03-15T20:43:48.203Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-03-15T20:43:48.776Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-03-15T20:43:48.776Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-03-15T20:43:48.776Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-03-15T20:43:49.037Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-03-15T20:43:49.037Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-03-15T20:43:49.037Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-03-15T20:43:49.037Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-03-15T20:43:49.037Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-03-15T20:43:49.037Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-03-15T20:43:49.037Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-03-15T20:43:49.037Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-03-15T20:43:49.037Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-03-15T20:43:49.037Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-03-15T20:43:49.037Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-03-15T20:43:49.037Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-03-15T20:43:49.037Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-03-15T20:43:49.037Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-03-15T20:43:49.037Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-03-15T20:43:49.037Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-03-15T20:43:49.297Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-03-15T20:43:49.297Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-15T20:43:49.297Z] Fetched 3859 kB in 1s (3606 kB/s) [2022-03-15T20:43:49.297Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-15T20:43:49.297Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:49.297Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-15T20:43:49.297Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-03-15T20:43:49.579Z] Selecting previously unselected package udev. [2022-03-15T20:43:49.579Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-15T20:43:49.579Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:49.579Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-03-15T20:43:49.579Z] Selecting previously unselected package libfuse2:amd64. [2022-03-15T20:43:49.579Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-03-15T20:43:49.579Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-03-15T20:43:49.859Z] Selecting previously unselected package fuse. [2022-03-15T20:43:49.859Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-03-15T20:43:49.859Z] Unpacking fuse (2.9.9-3) ... [2022-03-15T20:43:49.859Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-15T20:43:49.859Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-15T20:43:49.859Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-15T20:43:49.859Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-15T20:43:49.859Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-15T20:43:49.859Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-15T20:43:50.124Z] Selecting previously unselected package libksba8:amd64. [2022-03-15T20:43:50.124Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-03-15T20:43:50.124Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-03-15T20:43:50.124Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-03-15T20:43:50.124Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.124Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.124Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-03-15T20:43:50.124Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.124Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.124Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-03-15T20:43:50.124Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.124Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.124Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-03-15T20:43:50.124Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.124Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.406Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-03-15T20:43:50.406Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.406Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.406Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-03-15T20:43:50.406Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.406Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.406Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-03-15T20:43:50.406Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.406Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.406Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-03-15T20:43:50.406Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.406Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.406Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-03-15T20:43:50.406Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-15T20:43:50.406Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:50.406Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-15T20:43:50.406Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-15T20:43:50.406Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-15T20:43:50.672Z] Selecting previously unselected package libsasl2-2:amd64. [2022-03-15T20:43:50.672Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-15T20:43:50.672Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-15T20:43:50.672Z] Selecting previously unselected package libldap-common. [2022-03-15T20:43:50.672Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-03-15T20:43:50.672Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-15T20:43:50.672Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-15T20:43:50.672Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-03-15T20:43:50.672Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-15T20:43:50.672Z] Selecting previously unselected package dirmngr. [2022-03-15T20:43:50.672Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-15T20:43:50.672Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-15T20:43:50.672Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-03-15T20:43:50.672Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-03-15T20:43:50.950Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-15T20:43:50.950Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-15T20:43:50.950Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-03-15T20:43:51.209Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-03-15T20:43:51.469Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-15T20:43:51.469Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:51.469Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-03-15T20:43:51.469Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-03-15T20:43:51.469Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:51.469Z] Setting up fuse (2.9.9-3) ... [2022-03-15T20:43:51.469Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-03-15T20:43:52.041Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-15T20:43:52.041Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-15T20:43:52.041Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-15T20:43:52.300Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-03-15T20:43:52.300Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-03-15T20:43:52.300Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-15T20:43:52.870Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-03-15T20:43:52.870Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-03-15T20:43:52.870Z] units). This means they are not meant to be enabled using systemctl. [2022-03-15T20:43:52.870Z] [2022-03-15T20:43:52.870Z] Possible reasons for having this kind of units are: [2022-03-15T20:43:52.870Z] • A unit may be statically enabled by being symlinked from another unit's [2022-03-15T20:43:52.870Z] .wants/ or .requires/ directory. [2022-03-15T20:43:52.870Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-03-15T20:43:52.870Z] a requirement dependency on it. [2022-03-15T20:43:52.870Z] • A unit may be started when needed via activation (socket, path, timer, [2022-03-15T20:43:52.870Z] D-Bus, udev, scripted systemctl call, ...). [2022-03-15T20:43:52.870Z] • In case of template units, the unit is meant to be enabled with some [2022-03-15T20:43:52.870Z] instance name specified. [2022-03-15T20:43:53.130Z] Reading package lists... [2022-03-15T20:43:53.130Z] Building dependency tree... [2022-03-15T20:43:53.130Z] Reading state information... [2022-03-15T20:43:53.390Z] The following additional packages will be installed: [2022-03-15T20:43:53.390Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-15T20:43:53.390Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-15T20:43:53.390Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-15T20:43:53.390Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-03-15T20:43:53.390Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-03-15T20:43:53.390Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-03-15T20:43:53.390Z] Suggested packages: [2022-03-15T20:43:53.390Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-03-15T20:43:53.390Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-03-15T20:43:53.390Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-03-15T20:43:53.390Z] systemd-container policykit-1 [2022-03-15T20:43:53.390Z] Recommended packages: [2022-03-15T20:43:53.390Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-03-15T20:43:53.390Z] The following NEW packages will be installed: [2022-03-15T20:43:53.390Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-15T20:43:53.390Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-15T20:43:53.390Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-15T20:43:53.390Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-03-15T20:43:53.390Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-03-15T20:43:53.390Z] The following packages will be upgraded: [2022-03-15T20:43:53.390Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-03-15T20:43:53.390Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-03-15T20:43:53.391Z] Need to get 46.5 MB of archives. [2022-03-15T20:43:53.391Z] After this operation, 181 MB of additional disk space will be used. [2022-03-15T20:43:53.391Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-03-15T20:43:53.391Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-03-15T20:43:53.391Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-03-15T20:43:53.651Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-03-15T20:43:53.651Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-03-15T20:43:53.651Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] [2022-03-15T20:43:53.651Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-03-15T20:43:53.651Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] [2022-03-15T20:43:53.651Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] [2022-03-15T20:43:53.651Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] [2022-03-15T20:43:53.651Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-03-15T20:43:53.651Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-03-15T20:43:53.651Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-03-15T20:43:53.651Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-03-15T20:43:53.651Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-03-15T20:43:53.651Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-03-15T20:43:53.651Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-03-15T20:43:53.651Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-03-15T20:43:53.651Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-03-15T20:43:53.651Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-03-15T20:43:53.651Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] [2022-03-15T20:43:53.912Z] Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-03-15T20:43:53.912Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-03-15T20:43:53.912Z] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-03-15T20:43:53.912Z] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-03-15T20:43:53.912Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-03-15T20:43:54.173Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-03-15T20:43:54.173Z] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-03-15T20:43:54.173Z] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-03-15T20:43:54.173Z] Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-03-15T20:43:54.173Z] Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-03-15T20:43:54.173Z] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-03-15T20:43:54.433Z] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-03-15T20:43:54.433Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-15T20:43:54.433Z] Fetched 46.5 MB in 1s (50.8 MB/s) [2022-03-15T20:43:54.433Z] (Reading database ... 13067 files and directories currently installed.) [2022-03-15T20:43:54.433Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:54.433Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-15T20:43:54.693Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:54.693Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-15T20:43:54.693Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:54.954Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-15T20:43:55.528Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:55.528Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-15T20:43:55.528Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-03-15T20:43:55.528Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-03-15T20:43:55.528Z] (Reading database ... 13068 files and directories currently installed.) [2022-03-15T20:43:55.528Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-15T20:43:55.528Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:43:55.528Z] Selecting previously unselected package libexpat1:amd64. [2022-03-15T20:43:55.528Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-03-15T20:43:55.528Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-15T20:43:55.528Z] Selecting previously unselected package python3.8-minimal. [2022-03-15T20:43:55.528Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-15T20:43:55.789Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:43:55.789Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:43:55.789Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-15T20:43:55.789Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:43:56.361Z] Selecting previously unselected package python3-minimal. [2022-03-15T20:43:56.361Z] (Reading database ... 13359 files and directories currently installed.) [2022-03-15T20:43:56.361Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-03-15T20:43:56.361Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-03-15T20:43:56.361Z] Selecting previously unselected package mime-support. [2022-03-15T20:43:56.361Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-03-15T20:43:56.361Z] Unpacking mime-support (3.64ubuntu1) ... [2022-03-15T20:43:56.622Z] Selecting previously unselected package libmpdec2:amd64. [2022-03-15T20:43:56.622Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-03-15T20:43:56.622Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-03-15T20:43:56.622Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-03-15T20:43:56.622Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-15T20:43:56.622Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:43:56.622Z] Selecting previously unselected package python3.8. [2022-03-15T20:43:56.883Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-15T20:43:56.883Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:43:56.883Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-03-15T20:43:56.883Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-03-15T20:43:56.883Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-15T20:43:56.883Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-03-15T20:43:57.144Z] Selecting previously unselected package python3. [2022-03-15T20:43:57.144Z] (Reading database ... 13761 files and directories currently installed.) [2022-03-15T20:43:57.144Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-03-15T20:43:57.144Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-03-15T20:43:57.144Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-03-15T20:43:57.144Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-15T20:43:57.144Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-15T20:43:57.144Z] Selecting previously unselected package dbus. [2022-03-15T20:43:57.144Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-15T20:43:57.144Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-03-15T20:43:57.144Z] Selecting previously unselected package libbsd0:amd64. [2022-03-15T20:43:57.144Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-03-15T20:43:57.144Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-03-15T20:43:57.144Z] Selecting previously unselected package libpam-systemd:amd64. [2022-03-15T20:43:57.144Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-15T20:43:57.403Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-15T20:43:57.403Z] Selecting previously unselected package sudo. [2022-03-15T20:43:57.403Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-03-15T20:43:57.403Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-03-15T20:43:57.403Z] Selecting previously unselected package apparmor. [2022-03-15T20:43:57.403Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-15T20:43:57.403Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-03-15T20:43:57.663Z] Selecting previously unselected package libcbor0.6:amd64. [2022-03-15T20:43:57.663Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-03-15T20:43:57.663Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-15T20:43:57.663Z] Selecting previously unselected package libedit2:amd64. [2022-03-15T20:43:57.663Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-03-15T20:43:57.663Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-03-15T20:43:57.663Z] Selecting previously unselected package libfido2-1:amd64. [2022-03-15T20:43:57.663Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-03-15T20:43:57.663Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-15T20:43:57.663Z] Selecting previously unselected package libkrb5support0:amd64. [2022-03-15T20:43:57.663Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:43:57.663Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:43:57.663Z] Selecting previously unselected package libk5crypto3:amd64. [2022-03-15T20:43:57.663Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:43:57.663Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:43:57.922Z] Selecting previously unselected package libkeyutils1:amd64. [2022-03-15T20:43:57.922Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-03-15T20:43:57.922Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-15T20:43:57.922Z] Selecting previously unselected package libkrb5-3:amd64. [2022-03-15T20:43:57.922Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:43:57.922Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:43:57.922Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-03-15T20:43:57.922Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:43:57.922Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:43:57.922Z] Selecting previously unselected package openssh-client. [2022-03-15T20:43:57.922Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-03-15T20:43:57.922Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-15T20:43:58.182Z] Selecting previously unselected package dbus-user-session. [2022-03-15T20:43:58.182Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-15T20:43:58.182Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-15T20:43:58.182Z] Selecting previously unselected package liblzo2-2:amd64. [2022-03-15T20:43:58.182Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-03-15T20:43:58.182Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-03-15T20:43:58.182Z] Selecting previously unselected package squashfs-tools. [2022-03-15T20:43:58.182Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-03-15T20:43:58.182Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-15T20:43:58.182Z] Selecting previously unselected package snapd. [2022-03-15T20:43:58.182Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... [2022-03-15T20:43:58.182Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-15T20:44:01.479Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-15T20:44:01.479Z] Setting up mime-support (3.64ubuntu1) ... [2022-03-15T20:44:01.479Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-03-15T20:44:01.479Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-15T20:44:01.479Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:01.479Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-15T20:44:01.479Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-03-15T20:44:01.479Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-03-15T20:44:01.738Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:01.738Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:01.738Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-03-15T20:44:01.738Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:44:01.738Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-15T20:44:01.738Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-15T20:44:02.307Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-03-15T20:44:02.307Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-15T20:44:02.307Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-15T20:44:02.307Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-03-15T20:44:02.307Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-03-15T20:44:02.307Z] running python rtupdate hooks for python3.8... [2022-03-15T20:44:02.307Z] running python post-rtupdate hooks for python3.8... [2022-03-15T20:44:02.307Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-03-15T20:44:03.249Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-03-15T20:44:03.510Z] Reloading AppArmor profiles [2022-03-15T20:44:03.510Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:03.510Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-15T20:44:03.510Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-03-15T20:44:04.080Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-03-15T20:44:04.080Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-03-15T20:44:04.080Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-03-15T20:44:04.080Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-03-15T20:44:05.460Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-03-15T20:44:05.460Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-15T20:44:05.719Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-15T20:44:05.719Z] Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-15T20:44:05.979Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-03-15T20:44:06.239Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-03-15T20:44:06.499Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-03-15T20:44:06.760Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-03-15T20:44:06.760Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-15T20:44:06.760Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-15T20:44:07.020Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-03-15T20:44:07.280Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-03-15T20:44:07.540Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-03-15T20:44:07.801Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-03-15T20:44:08.062Z] /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' [2022-03-15T20:44:08.062Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-15T20:44:09.004Z] Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-15T20:44:09.004Z] Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-15T20:44:09.004Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-15T20:44:09.832Z] Reading package lists... [2022-03-15T20:44:10.094Z] Reading package lists... [2022-03-15T20:44:10.094Z] Building dependency tree... [2022-03-15T20:44:10.094Z] Reading state information... [2022-03-15T20:44:10.353Z] Calculating upgrade... [2022-03-15T20:44:10.353Z] The following packages will be upgraded: [2022-03-15T20:44:10.353Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-03-15T20:44:10.353Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-03-15T20:44:10.353Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-03-15T20:44:10.353Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-03-15T20:44:10.353Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-03-15T20:44:10.353Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-03-15T20:44:10.353Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-03-15T20:44:10.353Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-03-15T20:44:10.353Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-03-15T20:44:10.353Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-03-15T20:44:10.353Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-03-15T20:44:10.353Z] xz-utils zlib1g [2022-03-15T20:44:10.353Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-03-15T20:44:10.353Z] Need to get 65.7 MB of archives. [2022-03-15T20:44:10.353Z] After this operation, 27.5 MB of additional disk space will be used. [2022-03-15T20:44:10.353Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] [2022-03-15T20:44:10.613Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-03-15T20:44:10.613Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] [2022-03-15T20:44:10.613Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-104.118 [1117 kB] [2022-03-15T20:44:10.613Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-03-15T20:44:10.613Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-03-15T20:44:10.613Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-03-15T20:44:10.613Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-03-15T20:44:10.613Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-03-15T20:44:10.613Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-03-15T20:44:10.613Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-03-15T20:44:10.613Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-03-15T20:44:10.613Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-03-15T20:44:10.613Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-03-15T20:44:10.613Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-03-15T20:44:10.613Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] [2022-03-15T20:44:10.872Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-03-15T20:44:10.872Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-03-15T20:44:10.872Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-03-15T20:44:10.872Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-03-15T20:44:10.872Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-03-15T20:44:10.872Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-03-15T20:44:10.872Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-03-15T20:44:10.872Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-03-15T20:44:10.872Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-03-15T20:44:10.872Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-03-15T20:44:10.872Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-03-15T20:44:10.872Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-03-15T20:44:10.872Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-03-15T20:44:10.872Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] [2022-03-15T20:44:10.872Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-03-15T20:44:10.872Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-03-15T20:44:10.872Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-03-15T20:44:10.872Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-03-15T20:44:10.872Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-03-15T20:44:10.872Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-03-15T20:44:10.872Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-03-15T20:44:10.872Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-03-15T20:44:10.872Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-03-15T20:44:10.872Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] [2022-03-15T20:44:10.872Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] [2022-03-15T20:44:10.872Z] Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-03-15T20:44:10.873Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-03-15T20:44:10.873Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-03-15T20:44:10.873Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-03-15T20:44:10.873Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-03-15T20:44:10.873Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] [2022-03-15T20:44:10.873Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-03-15T20:44:10.873Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-03-15T20:44:10.873Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-03-15T20:44:10.873Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-03-15T20:44:10.873Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-03-15T20:44:10.873Z] Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-03-15T20:44:10.873Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04 [2752 kB] [2022-03-15T20:44:10.873Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04 [8421 kB] [2022-03-15T20:44:11.133Z] Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04 [8275 kB] [2022-03-15T20:44:11.133Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04 [1722 kB] [2022-03-15T20:44:11.133Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04 [2360 kB] [2022-03-15T20:44:11.133Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04 [7501 kB] [2022-03-15T20:44:11.133Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04 [19.4 kB] [2022-03-15T20:44:11.133Z] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-03-15T20:44:11.133Z] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] [2022-03-15T20:44:11.393Z] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-03-15T20:44:11.393Z] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-03-15T20:44:11.393Z] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-03-15T20:44:11.393Z] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-03-15T20:44:11.393Z] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-03-15T20:44:11.393Z] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-03-15T20:44:11.393Z] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-03-15T20:44:11.393Z] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-03-15T20:44:11.393Z] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-03-15T20:44:11.393Z] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-03-15T20:44:11.393Z] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-03-15T20:44:11.393Z] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-03-15T20:44:11.393Z] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-03-15T20:44:11.393Z] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-03-15T20:44:11.652Z] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-03-15T20:44:11.912Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-15T20:44:11.912Z] Fetched 65.7 MB in 1s (56.9 MB/s) [2022-03-15T20:44:11.912Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-15T20:44:11.912Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... [2022-03-15T20:44:11.912Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-15T20:44:12.481Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-15T20:44:12.481Z] Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-15T20:44:12.481Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-104.118_amd64.deb ... [2022-03-15T20:44:12.481Z] Unpacking linux-libc-dev:amd64 (5.4.0-104.118) over (5.4.0-26.30) ... [2022-03-15T20:44:12.742Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:12.742Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:12.742Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:12.742Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.002Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.002Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.002Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.002Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.262Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.262Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.262Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.262Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.262Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.262Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.523Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:13.523Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-15T20:44:13.523Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.523Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.523Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:13.523Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-15T20:44:13.523Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.523Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.523Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.782Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.782Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:13.782Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-15T20:44:13.782Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:14.043Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-15T20:44:14.043Z] Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... [2022-03-15T20:44:14.043Z] Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-15T20:44:14.302Z] Setting up libc6:amd64 (2.31-0ubuntu9.7) ... [2022-03-15T20:44:14.562Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-15T20:44:14.562Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-03-15T20:44:14.562Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-03-15T20:44:14.562Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-03-15T20:44:14.562Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-03-15T20:44:15.132Z] Setting up base-files (11ubuntu5.5) ... [2022-03-15T20:44:15.132Z] Installing new version of config file /etc/issue ... [2022-03-15T20:44:15.132Z] Installing new version of config file /etc/issue.net ... [2022-03-15T20:44:15.132Z] Installing new version of config file /etc/lsb-release ... [2022-03-15T20:44:15.132Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-03-15T20:44:15.392Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-03-15T20:44:15.392Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-03-15T20:44:15.392Z] Removing obsolete conffile /etc/default/motd-news ... [2022-03-15T20:44:15.392Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:15.392Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-03-15T20:44:15.392Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-03-15T20:44:15.653Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-03-15T20:44:15.653Z] 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 [2022-03-15T20:44:15.653Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:15.653Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:15.653Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-03-15T20:44:15.653Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:15.912Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:15.912Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-15T20:44:15.912Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-15T20:44:15.912Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-15T20:44:15.912Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:15.912Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-15T20:44:15.912Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-15T20:44:16.483Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-15T20:44:16.483Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-15T20:44:16.483Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-15T20:44:16.483Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-15T20:44:16.757Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-03-15T20:44:17.329Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:17.329Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-03-15T20:44:17.329Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-15T20:44:17.590Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... [2022-03-15T20:44:17.590Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-03-15T20:44:17.590Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... [2022-03-15T20:44:17.590Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:17.590Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-03-15T20:44:17.590Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-03-15T20:44:17.851Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-03-15T20:44:17.851Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:17.851Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:17.851Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:17.851Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:17.851Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:17.851Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:17.851Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:18.111Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:18.111Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:18.111Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:18.111Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:18.111Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:18.111Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:18.111Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:18.371Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:18.371Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:18.371Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:18.371Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:18.371Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:18.371Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:18.371Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:18.371Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:18.371Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:18.942Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:19.203Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-03-15T20:44:19.462Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-03-15T20:44:19.462Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:19.462Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-15T20:44:19.462Z] Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-15T20:44:19.721Z] Setting up libc-bin (2.31-0ubuntu9.7) ... [2022-03-15T20:44:19.721Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:19.721Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-03-15T20:44:19.721Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-03-15T20:44:19.982Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-03-15T20:44:19.982Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:19.982Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-03-15T20:44:19.982Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-03-15T20:44:19.982Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-03-15T20:44:19.982Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:19.982Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-03-15T20:44:19.982Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-15T20:44:20.242Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-03-15T20:44:20.242Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:20.242Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-03-15T20:44:20.242Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-03-15T20:44:20.242Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-03-15T20:44:20.242Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:20.242Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-03-15T20:44:20.242Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-03-15T20:44:20.503Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-03-15T20:44:20.503Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:20.503Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-15T20:44:20.503Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-15T20:44:20.503Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-03-15T20:44:20.764Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:20.764Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-03-15T20:44:20.764Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-03-15T20:44:20.764Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-03-15T20:44:20.764Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:20.764Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-15T20:44:20.764Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-15T20:44:20.764Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-15T20:44:20.764Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:20.764Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-15T20:44:20.764Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-15T20:44:21.024Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-15T20:44:21.024Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:21.024Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-03-15T20:44:21.024Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-03-15T20:44:21.024Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-03-15T20:44:21.024Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:21.024Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-03-15T20:44:21.024Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-03-15T20:44:21.284Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-03-15T20:44:21.284Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:21.284Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-03-15T20:44:21.284Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-03-15T20:44:21.284Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-03-15T20:44:21.284Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:21.284Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-03-15T20:44:21.543Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-03-15T20:44:21.803Z] Setting up apt (2.0.6) ... [2022-03-15T20:44:22.373Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-03-15T20:44:22.373Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:22.373Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-15T20:44:22.373Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-15T20:44:22.373Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-15T20:44:22.373Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-15T20:44:22.373Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-15T20:44:22.633Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-15T20:44:22.633Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-03-15T20:44:22.633Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-15T20:44:22.633Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-15T20:44:22.633Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-15T20:44:22.892Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-15T20:44:22.892Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-15T20:44:22.892Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-15T20:44:22.892Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-15T20:44:22.892Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-03-15T20:44:22.892Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-15T20:44:22.892Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-03-15T20:44:23.152Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-15T20:44:23.152Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-15T20:44:23.152Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-15T20:44:23.413Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-15T20:44:23.413Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-15T20:44:23.413Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-15T20:44:23.413Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-15T20:44:23.674Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-15T20:44:23.674Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-15T20:44:23.674Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-15T20:44:23.674Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-15T20:44:23.933Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-15T20:44:23.933Z] Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-15T20:44:23.933Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-03-15T20:44:23.933Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-03-15T20:44:24.192Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-15T20:44:24.193Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-03-15T20:44:24.193Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-03-15T20:44:24.193Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-03-15T20:44:24.193Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-03-15T20:44:24.193Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-03-15T20:44:24.193Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-03-15T20:44:24.193Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-03-15T20:44:24.452Z] Preparing to unpack .../09-tzdata_2021e-0ubuntu0.20.04_all.deb ... [2022-03-15T20:44:24.452Z] Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-03-15T20:44:24.713Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-03-15T20:44:24.713Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-15T20:44:24.713Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-15T20:44:24.713Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-15T20:44:24.713Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-03-15T20:44:24.713Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-15T20:44:24.999Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-15T20:44:24.999Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-15T20:44:25.258Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-15T20:44:25.258Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-15T20:44:25.258Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-03-15T20:44:25.259Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-15T20:44:25.259Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-15T20:44:25.259Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-15T20:44:25.259Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-03-15T20:44:25.259Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-03-15T20:44:25.259Z] Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:25.259Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:25.828Z] Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:25.828Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:26.398Z] Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:26.398Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:27.339Z] Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:27.339Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:27.339Z] Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:27.339Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:27.598Z] Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:27.598Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:28.537Z] Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-15T20:44:28.537Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-15T20:44:28.537Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-03-15T20:44:28.537Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-03-15T20:44:28.537Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... [2022-03-15T20:44:28.537Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-03-15T20:44:28.537Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-03-15T20:44:28.537Z] Setting up linux-libc-dev:amd64 (5.4.0-104.118) ... [2022-03-15T20:44:28.537Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-03-15T20:44:28.537Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.537Z] Setting up tzdata (2021e-0ubuntu0.20.04) ... [2022-03-15T20:44:28.796Z] [2022-03-15T20:44:28.796Z] Current default time zone: 'Etc/UTC' [2022-03-15T20:44:28.796Z] Local time is now: Tue Mar 15 20:44:28 UTC 2022. [2022-03-15T20:44:28.796Z] Universal Time is now: Tue Mar 15 20:44:28 UTC 2022. [2022-03-15T20:44:28.796Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-03-15T20:44:28.796Z] [2022-03-15T20:44:28.796Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-03-15T20:44:28.796Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:28.796Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:28.796Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-03-15T20:44:28.796Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-03-15T20:44:28.796Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-03-15T20:44:28.796Z] Setting up libc-dev-bin (2.31-0ubuntu9.7) ... [2022-03-15T20:44:28.796Z] Setting up openssl (1.1.1f-1ubuntu2.12) ... [2022-03-15T20:44:28.796Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-03-15T20:44:28.796Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-15T20:44:28.796Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-03-15T20:44:28.796Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-03-15T20:44:28.796Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-03-15T20:44:30.708Z] Updating certificates in /etc/ssl/certs... [2022-03-15T20:44:31.649Z] 21 added, 21 removed; done. [2022-03-15T20:44:31.649Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:31.649Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-03-15T20:44:31.649Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-03-15T20:44:31.649Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:31.649Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... [2022-03-15T20:44:31.649Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-03-15T20:44:31.649Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-03-15T20:44:31.649Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-03-15T20:44:31.649Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:31.649Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-03-15T20:44:31.649Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:31.649Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:31.649Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04) ... [2022-03-15T20:44:31.909Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-15T20:44:31.909Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-03-15T20:44:31.909Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-03-15T20:44:31.909Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-03-15T20:44:31.909Z] Updating certificates in /etc/ssl/certs... [2022-03-15T20:44:32.479Z] 0 added, 0 removed; done. [2022-03-15T20:44:32.479Z] Running hooks in /etc/ca-certificates/update.d... [2022-03-15T20:44:32.479Z] done. [2022-03-15T20:44:33.619Z] Reading package lists... [2022-03-15T20:44:33.878Z] Building dependency tree... [2022-03-15T20:44:33.878Z] Reading state information... [2022-03-15T20:44:34.141Z] The following NEW packages will be installed: [2022-03-15T20:44:34.141Z] apt-transport-https [2022-03-15T20:44:34.141Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-03-15T20:44:34.141Z] Need to get 4680 B of archives. [2022-03-15T20:44:34.141Z] After this operation, 162 kB of additional disk space will be used. [2022-03-15T20:44:34.141Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-03-15T20:44:34.400Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-15T20:44:34.400Z] Fetched 4680 B in 0s (24.9 kB/s) [2022-03-15T20:44:34.400Z] Selecting previously unselected package apt-transport-https. [2022-03-15T20:44:34.400Z] (Reading database ... 14320 files and directories currently installed.) [2022-03-15T20:44:34.400Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-03-15T20:44:34.400Z] Unpacking apt-transport-https (2.0.6) ... [2022-03-15T20:44:34.400Z] Setting up apt-transport-https (2.0.6) ... [2022-03-15T20:44:34.660Z] Waiting for network to be ready... [2022-03-15T20:44:41.237Z] 2022-03-15T20:44:38Z INFO Waiting for automatic snapd restart... [2022-03-15T20:44:41.807Z] snapd 2.54.4 from Canonical* installed [2022-03-15T20:44:42.747Z] "snapd" switched to the "latest/stable" channel [2022-03-15T20:44:42.747Z] [2022-03-15T20:44:45.285Z] core20 20220304 from Canonical* installed [2022-03-15T20:44:45.545Z] "core20" switched to the "latest/stable" channel [2022-03-15T20:44:45.545Z] [2022-03-15T20:44:48.083Z] snapcraft 6.0.2 from Canonical* installed [2022-03-15T20:44:48.083Z] "snapcraft" switched to the "latest/stable" channel [2022-03-15T20:44:48.083Z] [2022-03-15T20:44:52.282Z] 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: [2022-03-15T20:44:52.282Z] - README.md [2022-03-15T20:44:52.282Z] [2022-03-15T20:44:52.282Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-15T20:44:52.543Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-15T20:44:52.804Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-15T20:44:52.804Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-15T20:44:53.637Z] Reading package lists... [2022-03-15T20:44:53.897Z] Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 [2022-03-15T20:44:54.158Z] Reading package lists... [2022-03-15T20:44:54.158Z] Building dependency tree... [2022-03-15T20:44:54.158Z] Reading state information... [2022-03-15T20:44:54.418Z] Suggested packages: [2022-03-15T20:44:54.418Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-03-15T20:44:54.418Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-03-15T20:44:54.418Z] krb5-user libnorm-doc [2022-03-15T20:44:54.418Z] Recommended packages: [2022-03-15T20:44:54.418Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-03-15T20:44:54.418Z] The following NEW packages will be installed: [2022-03-15T20:44:54.418Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-03-15T20:44:54.418Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-03-15T20:44:54.418Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-03-15T20:44:54.418Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-03-15T20:44:54.418Z] libzmq5 pkg-config zip [2022-03-15T20:44:54.418Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-03-15T20:44:54.679Z] Need to get 10.3 MB of archives. [2022-03-15T20:44:54.679Z] After this operation, 56.5 MB of additional disk space will be used. [2022-03-15T20:44:54.679Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-03-15T20:44:54.679Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-03-15T20:44:55.250Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-03-15T20:44:55.250Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-03-15T20:44:55.250Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-03-15T20:44:55.250Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-03-15T20:44:55.250Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-03-15T20:44:55.250Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-03-15T20:44:55.250Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-03-15T20:44:55.250Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-03-15T20:44:55.250Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-03-15T20:44:55.250Z] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-03-15T20:44:55.250Z] Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-03-15T20:44:55.250Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-03-15T20:44:55.250Z] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-03-15T20:44:55.509Z] Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-03-15T20:44:55.509Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-03-15T20:44:55.509Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-03-15T20:44:55.509Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-03-15T20:44:55.509Z] Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-03-15T20:44:55.509Z] Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-03-15T20:44:55.509Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-03-15T20:44:55.509Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-03-15T20:44:55.509Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-03-15T20:44:55.509Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-03-15T20:44:55.509Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-03-15T20:44:55.509Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-03-15T20:44:55.769Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-15T20:44:55.769Z] Fetched 10.3 MB in 1s (9243 kB/s) [2022-03-15T20:44:55.769Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-03-15T20:44:55.769Z] (Reading database ... 14324 files and directories currently installed.) [2022-03-15T20:44:55.769Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-03-15T20:44:55.769Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-15T20:44:55.769Z] Selecting previously unselected package libsodium23:amd64. [2022-03-15T20:44:55.769Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-03-15T20:44:55.769Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-03-15T20:44:56.028Z] Selecting previously unselected package libpsl5:amd64. [2022-03-15T20:44:56.028Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-03-15T20:44:56.028Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-15T20:44:56.028Z] Selecting previously unselected package libbrotli1:amd64. [2022-03-15T20:44:56.028Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-03-15T20:44:56.028Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-15T20:44:56.028Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-03-15T20:44:56.028Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-03-15T20:44:56.028Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-15T20:44:56.028Z] Selecting previously unselected package librtmp1:amd64. [2022-03-15T20:44:56.028Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-03-15T20:44:56.028Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-15T20:44:56.028Z] Selecting previously unselected package libssh-4:amd64. [2022-03-15T20:44:56.028Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-03-15T20:44:56.028Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-15T20:44:56.288Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-03-15T20:44:56.288Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-03-15T20:44:56.288Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-15T20:44:56.288Z] Selecting previously unselected package liberror-perl. [2022-03-15T20:44:56.288Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-03-15T20:44:56.288Z] Unpacking liberror-perl (0.17029-1) ... [2022-03-15T20:44:56.288Z] Selecting previously unselected package git-man. [2022-03-15T20:44:56.288Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-03-15T20:44:56.288Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-15T20:44:56.548Z] Selecting previously unselected package git. [2022-03-15T20:44:56.548Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-03-15T20:44:56.548Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-03-15T20:44:57.118Z] Selecting previously unselected package libgssrpc4:amd64. [2022-03-15T20:44:57.118Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:44:57.118Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.118Z] Selecting previously unselected package libkdb5-9:amd64. [2022-03-15T20:44:57.118Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:44:57.118Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.118Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-03-15T20:44:57.118Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:44:57.118Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.118Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-03-15T20:44:57.118Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:44:57.118Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.118Z] Selecting previously unselected package comerr-dev:amd64. [2022-03-15T20:44:57.118Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-03-15T20:44:57.118Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-15T20:44:57.118Z] Selecting previously unselected package krb5-multidev:amd64. [2022-03-15T20:44:57.118Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:44:57.118Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.379Z] Selecting previously unselected package libnorm1:amd64. [2022-03-15T20:44:57.379Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-15T20:44:57.379Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-15T20:44:57.379Z] Selecting previously unselected package libnorm-dev:amd64. [2022-03-15T20:44:57.379Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-15T20:44:57.379Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-15T20:44:57.379Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-03-15T20:44:57.379Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-15T20:44:57.379Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-15T20:44:57.379Z] Selecting previously unselected package libpgm-dev:amd64. [2022-03-15T20:44:57.379Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-15T20:44:57.639Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-15T20:44:57.639Z] Selecting previously unselected package libsodium-dev:amd64. [2022-03-15T20:44:57.639Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-03-15T20:44:57.639Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-03-15T20:44:57.639Z] Selecting previously unselected package libzmq5:amd64. [2022-03-15T20:44:57.639Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-03-15T20:44:57.639Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-15T20:44:57.639Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-03-15T20:44:57.639Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-15T20:44:57.639Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.639Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-03-15T20:44:57.639Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-03-15T20:44:57.639Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-15T20:44:57.899Z] Selecting previously unselected package pkg-config. [2022-03-15T20:44:57.899Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-03-15T20:44:57.899Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-03-15T20:44:57.899Z] Selecting previously unselected package zip. [2022-03-15T20:44:57.899Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-03-15T20:44:57.899Z] Unpacking zip (3.0-11build1) ... [2022-03-15T20:44:57.899Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-15T20:44:57.899Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-03-15T20:44:57.899Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-15T20:44:57.899Z] No schema files found: doing nothing. [2022-03-15T20:44:57.899Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-15T20:44:57.899Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-15T20:44:57.899Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-15T20:44:57.899Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-15T20:44:57.899Z] Setting up liberror-perl (0.17029-1) ... [2022-03-15T20:44:57.899Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:57.899Z] Setting up zip (3.0-11build1) ... [2022-03-15T20:44:58.159Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-15T20:44:58.159Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-15T20:44:58.159Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-03-15T20:44:58.159Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-03-15T20:44:58.159Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-15T20:44:58.159Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:58.159Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-15T20:44:58.160Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:58.160Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-15T20:44:58.160Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:58.160Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-15T20:44:58.160Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-15T20:44:58.160Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-15T20:44:58.160Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-03-15T20:44:58.160Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:58.160Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-15T20:44:58.160Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-15T20:44:58.160Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-15T20:44:58.730Z] comerr-dev set to automatically installed. [2022-03-15T20:44:58.730Z] git set to automatically installed. [2022-03-15T20:44:58.730Z] git-man set to automatically installed. [2022-03-15T20:44:58.730Z] krb5-multidev set to automatically installed. [2022-03-15T20:44:58.730Z] libbrotli1 set to automatically installed. [2022-03-15T20:44:58.730Z] libcurl3-gnutls set to automatically installed. [2022-03-15T20:44:58.730Z] liberror-perl set to automatically installed. [2022-03-15T20:44:58.730Z] libglib2.0-0 set to automatically installed. [2022-03-15T20:44:58.730Z] libgssrpc4 set to automatically installed. [2022-03-15T20:44:58.730Z] libkadm5clnt-mit11 set to automatically installed. [2022-03-15T20:44:58.730Z] libkadm5srv-mit11 set to automatically installed. [2022-03-15T20:44:58.730Z] libkdb5-9 set to automatically installed. [2022-03-15T20:44:58.730Z] libkrb5-dev set to automatically installed. [2022-03-15T20:44:58.730Z] libnghttp2-14 set to automatically installed. [2022-03-15T20:44:58.730Z] libnorm-dev set to automatically installed. [2022-03-15T20:44:58.730Z] libnorm1 set to automatically installed. [2022-03-15T20:44:58.730Z] libpgm-5.2-0 set to automatically installed. [2022-03-15T20:44:58.730Z] libpgm-dev set to automatically installed. [2022-03-15T20:44:58.730Z] libpsl5 set to automatically installed. [2022-03-15T20:44:58.730Z] librtmp1 set to automatically installed. [2022-03-15T20:44:58.730Z] libsodium-dev set to automatically installed. [2022-03-15T20:44:58.730Z] libsodium23 set to automatically installed. [2022-03-15T20:44:58.730Z] libssh-4 set to automatically installed. [2022-03-15T20:44:58.730Z] libzmq3-dev set to automatically installed. [2022-03-15T20:44:58.730Z] libzmq5 set to automatically installed. [2022-03-15T20:44:58.730Z] pkg-config set to automatically installed. [2022-03-15T20:44:58.730Z] zip set to automatically installed. [2022-03-15T20:44:59.672Z] snapd is not logged in, snap install commands will use sudo [2022-03-15T20:45:07.810Z] go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed [2022-03-15T20:45:08.380Z] Downloading snap 'edgex-app-service-configurable' [2022-03-15T20:46:00.414Z] 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 [2022-03-15T20:46:04.846Z] Pulling app-service-configurable [2022-03-15T20:46:04.846Z] + snapcraftctl pull [2022-03-15T20:46:04.846Z] Pulling config-common [2022-03-15T20:46:04.846Z] + snapcraftctl pull [2022-03-15T20:46:04.846Z] Pulling go-build-helper [2022-03-15T20:46:04.847Z] + snapcraftctl pull [2022-03-15T20:46:04.847Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-03-15T20:46:04.847Z] Skipping pull go-build-helper (already ran) [2022-03-15T20:46:04.847Z] Building go-build-helper [2022-03-15T20:46:04.847Z] + snapcraftctl build [2022-03-15T20:46:04.847Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-03-15T20:46:04.847Z] Staging go-build-helper [2022-03-15T20:46:04.847Z] + snapcraftctl stage [2022-03-15T20:46:07.160Z] 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 [2022-03-15T20:46:08.143Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-03-15T20:46:08.143Z] Fetched 290 kB in 0s (0 B/s) [2022-03-15T20:46:08.143Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-03-15T20:46:08.143Z] Fetched 158 kB in 0s (0 B/s) [2022-03-15T20:46:08.143Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-03-15T20:46:08.143Z] Fetched 242 kB in 0s (0 B/s) [2022-03-15T20:46:08.143Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-03-15T20:46:08.143Z] Fetched 150 kB in 0s (0 B/s) [2022-03-15T20:46:08.143Z] Pulling edgex-go [2022-03-15T20:46:08.143Z] + snapcraftctl pull [2022-03-15T20:46:10.053Z] Pulling hooks [2022-03-15T20:46:10.053Z] + snapcraftctl pull [2022-03-15T20:46:15.489Z] Removing intermediate container ea00688c5cff [2022-03-15T20:46:15.489Z] ---> 641cf497296d [2022-03-15T20:46:15.489Z] [2022-03-15T20:46:15.489Z] Step 10/21 : FROM alpine:3.14 [2022-03-15T20:46:15.489Z] 3.14: Pulling from library/alpine [2022-03-15T20:46:16.961Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-15T20:46:16.961Z] Status: Downloaded newer image for alpine:3.14 [2022-03-15T20:46:16.961Z] ---> 5b8b7b635229 [2022-03-15T20:46:16.961Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-03-15T20:46:16.961Z] ---> Running in 620f29c31be2 [2022-03-15T20:46:19.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:19.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:20.755Z] (1/5) Installing ca-certificates (20211220-r0) [2022-03-15T20:46:20.755Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-03-15T20:46:20.755Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-03-15T20:46:20.755Z] (4/5) Installing libcurl (7.79.1-r0) [2022-03-15T20:46:20.755Z] (5/5) Installing curl (7.79.1-r0) [2022-03-15T20:46:20.755Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:46:20.755Z] Executing ca-certificates-20211220-r0.trigger [2022-03-15T20:46:21.385Z] OK: 8 MiB in 19 packages [2022-03-15T20:46:24.044Z] Removing intermediate container 620f29c31be2 [2022-03-15T20:46:24.045Z] ---> d083c31db7a8 [2022-03-15T20:46:24.321Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-15T20:46:24.321Z] ---> Running in 294fb69c3296 [2022-03-15T20:46:24.609Z] Removing intermediate container 275d0fd10544 [2022-03-15T20:46:24.609Z] ---> a10b546ac024 [2022-03-15T20:46:24.609Z] [2022-03-15T20:46:24.609Z] Step 10/25 : FROM alpine:3.14 [2022-03-15T20:46:24.609Z] ---> 5b8b7b635229 [2022-03-15T20:46:24.609Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-15T20:46:24.895Z] ---> Running in ed8f71ebba3c [2022-03-15T20:46:24.962Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-15T20:46:24.962Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-03-15T20:46:24.962Z] Fetched 96.1 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-03-15T20:46:24.962Z] Fetched 78.7 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-03-15T20:46:24.962Z] Fetched 48.0 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-03-15T20:46:24.962Z] Fetched 50.2 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] [2022-03-15T20:46:24.962Z] Fetched 14.7 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-03-15T20:46:24.962Z] Fetched 234 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-03-15T20:46:24.962Z] Fetched 155 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-03-15T20:46:24.962Z] Fetched 170 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-03-15T20:46:24.962Z] Fetched 267 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-03-15T20:46:24.962Z] Fetched 50.6 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-03-15T20:46:24.962Z] Fetched 15.1 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-03-15T20:46:24.962Z] Fetched 51.5 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-03-15T20:46:24.962Z] Fetched 121 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-03-15T20:46:24.962Z] Fetched 29.7 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-03-15T20:46:24.962Z] Fetched 1021 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] [2022-03-15T20:46:24.962Z] Fetched 49.3 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-03-15T20:46:24.962Z] Fetched 54.9 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-03-15T20:46:24.962Z] Fetched 16.6 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-03-15T20:46:24.962Z] Fetched 87.9 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-03-15T20:46:24.962Z] Fetched 142 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-03-15T20:46:24.962Z] Fetched 41.8 kB in 0s (0 B/s) [2022-03-15T20:46:24.962Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-03-15T20:46:24.962Z] Fetched 181 kB in 0s (0 B/s) [2022-03-15T20:46:24.963Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-03-15T20:46:24.963Z] Fetched 208 kB in 0s (0 B/s) [2022-03-15T20:46:24.963Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-03-15T20:46:24.963Z] Fetched 161 kB in 0s (0 B/s) [2022-03-15T20:46:24.963Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-03-15T20:46:24.963Z] Fetched 107 kB in 0s (0 B/s) [2022-03-15T20:46:24.963Z] Pulling static-packages [2022-03-15T20:46:24.963Z] + snapcraftctl pull [2022-03-15T20:46:24.963Z] Pulling version [2022-03-15T20:46:24.963Z] + cd /root/project [2022-03-15T20:46:24.963Z] ++ git describe --tags --abbrev=0 [2022-03-15T20:46:24.963Z] ++ sed s/v// [2022-03-15T20:46:24.963Z] + GIT_VERSION=2.2.0-dev.35 [2022-03-15T20:46:24.963Z] + '[' -z 2.2.0-dev.35 ']' [2022-03-15T20:46:24.963Z] + snapcraftctl set-version 2.2.0-dev.35 [2022-03-15T20:46:25.515Z] Removing intermediate container 294fb69c3296 [2022-03-15T20:46:25.515Z] ---> d0778e57af08 [2022-03-15T20:46:25.515Z] Step 13/21 : WORKDIR /edgex [2022-03-15T20:46:25.515Z] ---> Running in 57526a143531 [2022-03-15T20:46:25.900Z] Building app-service-configurable [2022-03-15T20:46:25.900Z] + snapcraftctl build [2022-03-15T20:46:26.527Z] Removing intermediate container 57526a143531 [2022-03-15T20:46:26.527Z] ---> f2db93bb95e2 [2022-03-15T20:46:26.527Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-15T20:46:27.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:27.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:27.410Z] ---> 021a87bc95e0 [2022-03-15T20:46:27.410Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-15T20:46:27.807Z] Building config-common [2022-03-15T20:46:27.807Z] + snapcraftctl build [2022-03-15T20:46:28.894Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-15T20:46:28.894Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-15T20:46:28.894Z] (3/3) Installing su-exec (0.2-r1) [2022-03-15T20:46:28.894Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:46:28.894Z] Executing ca-certificates-20211220-r0.trigger [2022-03-15T20:46:29.178Z] OK: 6 MiB in 17 packages [2022-03-15T20:46:29.191Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-03-15T20:46:29.758Z] Skipping build go-build-helper (already ran) [2022-03-15T20:46:29.758Z] Building edgex-go [2022-03-15T20:46:30.018Z] + cd /root/parts/edgex-go/src [2022-03-15T20:46:30.018Z] ++ sed s/v// [2022-03-15T20:46:30.018Z] ++ git describe --tags --abbrev=0 [2022-03-15T20:46:30.018Z] + GIT_VERSION=2.2.0-dev.35 [2022-03-15T20:46:30.018Z] + '[' -z 2.2.0-dev.35 ']' [2022-03-15T20:46:30.018Z] + echo 2.2.0-dev.35 [2022-03-15T20:46:30.018Z] + '[' '!' -d vendor ']' [2022-03-15T20:46:30.018Z] + go mod download all [2022-03-15T20:46:30.174Z] ---> fb501d224945 [2022-03-15T20:46:30.174Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-15T20:46:32.173Z] Removing intermediate container ed8f71ebba3c [2022-03-15T20:46:32.173Z] ---> 03d904abaa67 [2022-03-15T20:46:32.173Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-15T20:46:32.173Z] ---> Running in 098424ab55df [2022-03-15T20:46:33.159Z] ---> a1ddc680a874 [2022-03-15T20:46:33.159Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-03-15T20:46:33.159Z] Removing intermediate container 098424ab55df [2022-03-15T20:46:33.159Z] ---> c6a2e2942a62 [2022-03-15T20:46:33.159Z] Step 13/25 : WORKDIR / [2022-03-15T20:46:33.159Z] ---> Running in 710c1ec5a17d [2022-03-15T20:46:33.159Z] ---> Running in 102f63824d67 [2022-03-15T20:46:34.148Z] Removing intermediate container 102f63824d67 [2022-03-15T20:46:34.148Z] ---> 90ba573df04f [2022-03-15T20:46:34.148Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-15T20:46:34.148Z] Removing intermediate container 710c1ec5a17d [2022-03-15T20:46:34.148Z] ---> 100f91c4a7a3 [2022-03-15T20:46:34.148Z] Step 18/21 : CMD ["--init=true"] [2022-03-15T20:46:34.148Z] ---> Running in a1d85c6fbccd [2022-03-15T20:46:34.748Z] Removing intermediate container b73a2e86accd [2022-03-15T20:46:34.748Z] ---> f8913d014966 [2022-03-15T20:46:34.748Z] [2022-03-15T20:46:34.748Z] Step 10/22 : FROM alpine:3.14 [2022-03-15T20:46:34.748Z] ---> 5b8b7b635229 [2022-03-15T20:46:34.748Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-15T20:46:35.030Z] ---> Running in 50aa5b927b3d [2022-03-15T20:46:35.030Z] Removing intermediate container a1d85c6fbccd [2022-03-15T20:46:35.030Z] ---> 0f0f220713a7 [2022-03-15T20:46:35.030Z] Step 19/21 : LABEL arch=arm64 [2022-03-15T20:46:35.313Z] ---> Running in bd3955a367f9 [2022-03-15T20:46:35.313Z] ---> 1fc7e49d1942 [2022-03-15T20:46:35.313Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-15T20:46:36.310Z] Removing intermediate container bd3955a367f9 [2022-03-15T20:46:36.310Z] ---> b3be78e5be1e [2022-03-15T20:46:36.310Z] Step 20/21 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:46:36.310Z] ---> Running in b6e5c73062dc [2022-03-15T20:46:36.586Z] ---> 66e1686e8fd1 [2022-03-15T20:46:36.586Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-15T20:46:36.612Z] + make build [2022-03-15T20:46:36.613Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2022-03-15T20:46:36.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:37.137Z] Removing intermediate container b6e5c73062dc [2022-03-15T20:46:37.137Z] ---> 89511c9b65ca [2022-03-15T20:46:37.137Z] Step 21/21 : LABEL version=0.0.0 [2022-03-15T20:46:37.137Z] ---> Running in d5f3f0b1b305 [2022-03-15T20:46:37.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:38.440Z] ---> 057734a3b9e4 [2022-03-15T20:46:38.440Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-15T20:46:38.440Z] Removing intermediate container d5f3f0b1b305 [2022-03-15T20:46:38.440Z] ---> 2079eea37098 [2022-03-15T20:46:38.440Z] [2022-03-15T20:46:38.440Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-15T20:46:38.440Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:46:38.440Z] OK: 6 MiB in 15 packages [2022-03-15T20:46:38.724Z] Removing intermediate container 7d72f18d253a [2022-03-15T20:46:38.724Z] ---> fd17bee2d422 [2022-03-15T20:46:38.724Z] [2022-03-15T20:46:38.724Z] Step 10/23 : FROM alpine:3.14 [2022-03-15T20:46:38.724Z] ---> 5b8b7b635229 [2022-03-15T20:46:38.724Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-15T20:46:38.724Z] Removing intermediate container 4277f7aa3655 [2022-03-15T20:46:38.724Z] ---> 6db6b5006313 [2022-03-15T20:46:38.724Z] [2022-03-15T20:46:38.724Z] Step 10/22 : FROM alpine:3.14 [2022-03-15T20:46:38.724Z] ---> 5b8b7b635229 [2022-03-15T20:46:38.724Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-15T20:46:38.724Z] ---> Running in 4ff83d81493b [2022-03-15T20:46:39.007Z] ---> Running in 9cfa3c6fd37a [2022-03-15T20:46:39.282Z] Successfully built 2079eea37098 [2022-03-15T20:46:39.564Z] Successfully tagged security-proxy-setup-arm64:latest [2022-03-15T20:46:39.564Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2022-03-15T20:46:40.176Z] ---> bc5137819ed6 [2022-03-15T20:46:40.177Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-15T20:46:40.177Z] Removing intermediate container 50aa5b927b3d [2022-03-15T20:46:40.177Z] ---> 74af56bbc740 [2022-03-15T20:46:40.177Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:46:40.456Z] ---> Running in c124f82eb4c6 [2022-03-15T20:46:41.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:41.069Z] Removing intermediate container c124f82eb4c6 [2022-03-15T20:46:41.069Z] ---> 418baec5e1be [2022-03-15T20:46:41.069Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-15T20:46:41.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:41.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:41.365Z] ---> Running in 99dbae5a06b3 [2022-03-15T20:46:41.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:46:42.253Z] Removing intermediate container 99dbae5a06b3 [2022-03-15T20:46:42.253Z] ---> aa1c86ce96f1 [2022-03-15T20:46:42.253Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-15T20:46:42.253Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-15T20:46:42.533Z] ---> Running in 9a18af7902f6 [2022-03-15T20:46:42.533Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-15T20:46:42.533Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:46:42.533Z] Executing ca-certificates-20211220-r0.trigger [2022-03-15T20:46:42.533Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-15T20:46:42.533Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:46:42.821Z] OK: 6 MiB in 15 packages [2022-03-15T20:46:42.821Z] ---> b5c115054e96 [2022-03-15T20:46:42.821Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-15T20:46:43.101Z] OK: 6 MiB in 16 packages [2022-03-15T20:46:43.382Z] Removing intermediate container 9a18af7902f6 [2022-03-15T20:46:43.382Z] ---> 5b0fe3780425 [2022-03-15T20:46:43.382Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:46:44.851Z] Removing intermediate container 9cfa3c6fd37a [2022-03-15T20:46:44.851Z] ---> 5049470e0a28 [2022-03-15T20:46:44.851Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:46:44.851Z] ---> Running in d800d84a05ae [2022-03-15T20:46:44.851Z] ---> 638368dcd671 [2022-03-15T20:46:44.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-15T20:46:45.468Z] Removing intermediate container d800d84a05ae [2022-03-15T20:46:45.469Z] ---> fd5319b61dfe [2022-03-15T20:46:45.469Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-15T20:46:45.753Z] ---> Running in b907a6614c42 [2022-03-15T20:46:45.753Z] Removing intermediate container 4ff83d81493b [2022-03-15T20:46:45.753Z] ---> 779dbdc16c6a [2022-03-15T20:46:45.753Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:46:46.051Z] ---> a5ef0a826eb9 [2022-03-15T20:46:46.051Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-15T20:46:46.051Z] ---> Running in 4cd2cffc6c8a [2022-03-15T20:46:46.327Z] Removing intermediate container b907a6614c42 [2022-03-15T20:46:46.327Z] ---> a98fc33d9d0b [2022-03-15T20:46:46.327Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-15T20:46:46.327Z] ---> Running in 56a629cc1733 [2022-03-15T20:46:46.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-15T20:46:46.600Z] Removing intermediate container 4cd2cffc6c8a [2022-03-15T20:46:46.600Z] ---> 15dc1475220d [2022-03-15T20:46:46.600Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-15T20:46:46.889Z] ---> Running in 34fa934967a7 [2022-03-15T20:46:47.175Z] ---> 258c038c0cb2 [2022-03-15T20:46:47.175Z] Step 21/25 : 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/ [2022-03-15T20:46:47.451Z] ---> Running in c33ec28929ee [2022-03-15T20:46:47.451Z] Removing intermediate container 56a629cc1733 [2022-03-15T20:46:47.451Z] ---> 4bb9fb0eb400 [2022-03-15T20:46:47.451Z] Step 15/23 : WORKDIR / [2022-03-15T20:46:47.451Z] ---> 13685d35dd32 [2022-03-15T20:46:47.451Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-15T20:46:47.738Z] ---> Running in abf17c33c431 [2022-03-15T20:46:47.738Z] Removing intermediate container 34fa934967a7 [2022-03-15T20:46:47.738Z] ---> 92e9789c7ee6 [2022-03-15T20:46:47.738Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-15T20:46:48.029Z] ---> Running in dec541e28e98 [2022-03-15T20:46:48.631Z] Removing intermediate container abf17c33c431 [2022-03-15T20:46:48.631Z] ---> d26d9ba2a965 [2022-03-15T20:46:48.631Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:46:48.631Z] Removing intermediate container dec541e28e98 [2022-03-15T20:46:48.631Z] ---> 82302e531993 [2022-03-15T20:46:48.631Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:46:48.906Z] ---> 99c803249e72 [2022-03-15T20:46:48.906Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-15T20:46:48.906Z] ---> Running in 270cf9edd682 [2022-03-15T20:46:49.893Z] Removing intermediate container 270cf9edd682 [2022-03-15T20:46:49.893Z] ---> 9a5f0dba98ce [2022-03-15T20:46:49.893Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:46:50.173Z] ---> Running in f8409be73682 [2022-03-15T20:46:50.173Z] ---> 7dae670ac8be [2022-03-15T20:46:50.173Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-15T20:46:50.455Z] ---> 7acc10a85ce2 [2022-03-15T20:46:50.455Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-15T20:46:50.731Z] Removing intermediate container c33ec28929ee [2022-03-15T20:46:50.731Z] ---> 7c2124041e5d [2022-03-15T20:46:50.731Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-15T20:46:51.020Z] Removing intermediate container f8409be73682 [2022-03-15T20:46:51.020Z] ---> 176bb9d5306c [2022-03-15T20:46:51.020Z] Step 20/22 : LABEL arch=arm64 [2022-03-15T20:46:51.020Z] ---> Running in a9b2b74727eb [2022-03-15T20:46:51.020Z] ---> Running in 56ea440c6e04 [2022-03-15T20:46:51.627Z] Removing intermediate container a9b2b74727eb [2022-03-15T20:46:51.627Z] ---> f7061441021e [2022-03-15T20:46:51.627Z] Step 23/25 : LABEL arch=arm64 [2022-03-15T20:46:51.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2022-03-15T20:46:51.913Z] Removing intermediate container 56ea440c6e04 [2022-03-15T20:46:51.913Z] ---> 575312008b1b [2022-03-15T20:46:51.913Z] Step 21/22 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:46:51.913Z] ---> Running in 50b805ff0acd [2022-03-15T20:46:51.913Z] ---> Running in e6d4c86fea70 [2022-03-15T20:46:52.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-15T20:46:52.512Z] Removing intermediate container 50b805ff0acd [2022-03-15T20:46:52.512Z] ---> 0f9eb0114387 [2022-03-15T20:46:52.512Z] Step 24/25 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:46:52.787Z] ---> a6c4e80a0edb [2022-03-15T20:46:52.787Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-15T20:46:52.787Z] Removing intermediate container e6d4c86fea70 [2022-03-15T20:46:52.787Z] ---> 89cd206caad0 [2022-03-15T20:46:52.787Z] Step 22/22 : LABEL version=0.0.0 [2022-03-15T20:46:52.787Z] ---> c0be73f58f83 [2022-03-15T20:46:52.788Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-15T20:46:52.788Z] ---> Running in 5c5ba4643387 [2022-03-15T20:46:53.072Z] ---> Running in e565e04809ff [2022-03-15T20:46:53.349Z] Removing intermediate container 5c5ba4643387 [2022-03-15T20:46:53.349Z] ---> 8bf4937d0db6 [2022-03-15T20:46:53.349Z] Step 25/25 : LABEL version=0.0.0 [2022-03-15T20:46:53.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-15T20:46:53.626Z] ---> Running in 38e2131a8f90 [2022-03-15T20:46:53.627Z] ---> a5f9f47b7c5b [2022-03-15T20:46:53.627Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-15T20:46:53.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-15T20:46:53.906Z] Removing intermediate container e565e04809ff [2022-03-15T20:46:53.906Z] ---> 3e02294a88a8 [2022-03-15T20:46:53.906Z] [2022-03-15T20:46:53.906Z] ---> Running in 768c6f2350f4 [2022-03-15T20:46:54.182Z] ---> adca4fa8e6af [2022-03-15T20:46:54.182Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-15T20:46:54.458Z] Removing intermediate container 38e2131a8f90 [2022-03-15T20:46:54.458Z] ---> 49de37ffbfd3 [2022-03-15T20:46:54.458Z] [2022-03-15T20:46:54.458Z] ---> Running in 9a6301c492ac [2022-03-15T20:46:54.734Z] Successfully built 3e02294a88a8 [2022-03-15T20:46:54.734Z] Successfully tagged support-scheduler-arm64:latest [2022-03-15T20:46:54.734Z]  Building support-scheduler ... done Building core-command [2022-03-15T20:46:54.734Z] Removing intermediate container 768c6f2350f4 [2022-03-15T20:46:54.734Z] ---> bb89c406fb3e [2022-03-15T20:46:54.734Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:46:54.734Z] ---> Running in 0a2d04763315 [2022-03-15T20:46:55.015Z] Successfully built 49de37ffbfd3 [2022-03-15T20:46:55.015Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-03-15T20:46:55.015Z]  Building security-secretstore-setup ... done Building core-data [2022-03-15T20:46:55.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-15T20:46:55.293Z] Removing intermediate container 9a6301c492ac [2022-03-15T20:46:55.293Z] ---> 1a768f17b888 [2022-03-15T20:46:55.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:46:55.293Z] ---> Running in 0e54def3142b [2022-03-15T20:46:55.293Z] Removing intermediate container 0a2d04763315 [2022-03-15T20:46:55.293Z] ---> 2afd61e1146a [2022-03-15T20:46:55.293Z] Step 21/23 : LABEL arch=arm64 [2022-03-15T20:46:55.569Z] ---> Running in 16c1562aae1b [2022-03-15T20:46:55.845Z] Removing intermediate container 0e54def3142b [2022-03-15T20:46:55.845Z] ---> 6e00be2f1866 [2022-03-15T20:46:55.845Z] Step 20/22 : LABEL arch=arm64 [2022-03-15T20:46:55.845Z] ---> Running in ab91bc8635bb [2022-03-15T20:46:56.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-15T20:46:56.124Z] Removing intermediate container 16c1562aae1b [2022-03-15T20:46:56.124Z] ---> e38f7f56a20a [2022-03-15T20:46:56.124Z] Step 22/23 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:46:56.124Z] ---> Running in 2bcaaee832f4 [2022-03-15T20:46:56.406Z] Removing intermediate container ab91bc8635bb [2022-03-15T20:46:56.681Z] ---> 83aec9ad7b41 [2022-03-15T20:46:56.681Z] Step 21/22 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:46:56.681Z] ---> Running in bb014063681d [2022-03-15T20:46:56.681Z] Removing intermediate container 2bcaaee832f4 [2022-03-15T20:46:56.681Z] ---> 2a74d3252ba1 [2022-03-15T20:46:56.681Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:46:56.956Z] ---> Running in 84a948f9e919 [2022-03-15T20:46:57.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-15T20:46:57.232Z] Removing intermediate container bb014063681d [2022-03-15T20:46:57.232Z] ---> ceaec90a9e94 [2022-03-15T20:46:57.232Z] Step 22/22 : LABEL version=0.0.0 [2022-03-15T20:46:57.232Z] ---> Running in c9f36d4bd7a2 [2022-03-15T20:46:57.509Z] Removing intermediate container 84a948f9e919 [2022-03-15T20:46:57.509Z] ---> 2a1518653ba6 [2022-03-15T20:46:57.509Z] [2022-03-15T20:46:57.783Z] Removing intermediate container c9f36d4bd7a2 [2022-03-15T20:46:57.783Z] ---> 4c9774eb563f [2022-03-15T20:46:57.783Z] [2022-03-15T20:46:58.058Z] Successfully built 2a1518653ba6 [2022-03-15T20:46:58.058Z] Successfully tagged core-metadata-arm64:latest [2022-03-15T20:46:58.058Z] Building security-bootstrapper [2022-03-15T20:46:58.332Z]  Building core-metadata ... done Successfully built 4c9774eb563f [2022-03-15T20:46:58.332Z] Successfully tagged support-notifications-arm64:latest [2022-03-15T20:46:58.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-15T20:46:59.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-15T20:47:00.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-15T20:47:01.653Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.653Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-03-15T20:47:01.653Z] + case "$service" in [2022-03-15T20:47:01.653Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-03-15T20:47:01.653Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.653Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + 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 [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-03-15T20:47:01.913Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-15T20:47:01.913Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-03-15T20:47:01.913Z] + case "$service" in [2022-03-15T20:47:01.913Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-03-15T20:47:01.913Z] + 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 [2022-03-15T20:47:01.913Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-03-15T20:47:01.913Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-03-15T20:47:01.913Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2022-03-15T20:47:02.482Z] Building hooks [2022-03-15T20:47:02.482Z] + cd /root/parts/hooks/src [2022-03-15T20:47:02.482Z] + make build [2022-03-15T20:47:02.482Z] go mod tidy [2022-03-15T20:47:02.742Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-03-15T20:47:03.002Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-03-15T20:47:03.002Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-03-15T20:47:03.002Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-03-15T20:47:03.939Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-03-15T20:47:04.199Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-03-15T20:47:04.199Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-03-15T20:47:06.101Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-15T20:47:06.101Z] Building static-packages [2022-03-15T20:47:06.101Z] + snapcraftctl build [2022-03-15T20:47:08.010Z] Building version [2022-03-15T20:47:08.010Z] + snapcraftctl build [2022-03-15T20:47:09.920Z] Staging app-service-configurable [2022-03-15T20:47:09.920Z] + snapcraftctl stage [2022-03-15T20:47:11.299Z] Staging config-common [2022-03-15T20:47:11.299Z] + snapcraftctl stage [2022-03-15T20:47:12.680Z] Skipping stage go-build-helper (already ran) [2022-03-15T20:47:12.680Z] Staging edgex-go [2022-03-15T20:47:12.680Z] + snapcraftctl stage [2022-03-15T20:47:14.063Z] Staging hooks [2022-03-15T20:47:14.063Z] + snapcraftctl stage [2022-03-15T20:47:15.446Z] Staging static-packages [2022-03-15T20:47:15.446Z] + snapcraftctl stage [2022-03-15T20:47:16.829Z] Staging version [2022-03-15T20:47:16.829Z] + snapcraftctl stage [2022-03-15T20:47:18.212Z] Priming app-service-configurable [2022-03-15T20:47:18.212Z] + snapcraftctl prime [2022-03-15T20:47:20.752Z] The 'app-service-configurable' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part [2022-03-15T20:47:20.752Z] stage-packages: [2022-03-15T20:47:20.752Z] - libnorm1 [2022-03-15T20:47:20.752Z] - libpgm-5.2-0 [2022-03-15T20:47:20.752Z] - libsodium23 [2022-03-15T20:47:20.752Z] - libzmq5 [2022-03-15T20:47:20.752Z] Priming config-common [2022-03-15T20:47:20.752Z] + snapcraftctl prime [2022-03-15T20:47:22.138Z] Priming go-build-helper [2022-03-15T20:47:22.138Z] + snapcraftctl prime [2022-03-15T20:47:23.073Z] Priming edgex-go [2022-03-15T20:47:23.073Z] + snapcraftctl prime [2022-03-15T20:47:24.985Z] Priming hooks [2022-03-15T20:47:24.985Z] + snapcraftctl prime [2022-03-15T20:47:25.199Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:47:25.199Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:47:25.199Z] ---> 8362e6b08acc [2022-03-15T20:47:25.199Z] Step 3/23 : WORKDIR /edgex-go [2022-03-15T20:47:25.199Z] ---> Using cache [2022-03-15T20:47:25.199Z] ---> c3ceb36b1c20 [2022-03-15T20:47:25.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:47:25.199Z] ---> Using cache [2022-03-15T20:47:25.199Z] ---> 2045382b3e2d [2022-03-15T20:47:25.199Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-15T20:47:26.364Z] Priming static-packages [2022-03-15T20:47:26.364Z] + snapcraftctl prime [2022-03-15T20:47:27.186Z] ---> Running in fabcc442350a [2022-03-15T20:47:28.632Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:29.617Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:30.564Z] Priming version [2022-03-15T20:47:30.564Z] + snapcraftctl prime [2022-03-15T20:47:30.610Z] OK: 220 MiB in 52 packages [2022-03-15T20:47:32.026Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2022-03-15T20:47:32.056Z] Removing intermediate container fabcc442350a [2022-03-15T20:47:32.056Z] ---> f1babb1930c5 [2022-03-15T20:47:32.056Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:47:33.044Z] ---> e64b25e041f9 [2022-03-15T20:47:33.044Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:47:33.044Z] ---> Running in a1b30dff9c1a [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-15T20:47:37.411Z] Removing intermediate container a1b30dff9c1a [2022-03-15T20:47:37.411Z] ---> 6b246a26b0b0 [2022-03-15T20:47:37.411Z] Step 8/23 : COPY . . [2022-03-15T20:47:45.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:47:45.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:47:45.716Z] ---> 8362e6b08acc [2022-03-15T20:47:45.716Z] Step 3/23 : WORKDIR /edgex-go [2022-03-15T20:47:45.716Z] ---> Using cache [2022-03-15T20:47:45.716Z] ---> c3ceb36b1c20 [2022-03-15T20:47:45.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:47:45.716Z] ---> Using cache [2022-03-15T20:47:45.716Z] ---> 2045382b3e2d [2022-03-15T20:47:45.716Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-15T20:47:45.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:47:45.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:47:45.716Z] ---> 8362e6b08acc [2022-03-15T20:47:45.716Z] Step 3/23 : WORKDIR /edgex-go [2022-03-15T20:47:45.716Z] ---> Using cache [2022-03-15T20:47:45.716Z] ---> c3ceb36b1c20 [2022-03-15T20:47:45.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:47:45.716Z] ---> Using cache [2022-03-15T20:47:45.717Z] ---> 2045382b3e2d [2022-03-15T20:47:45.717Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-15T20:47:45.717Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-15T20:47:45.717Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-15T20:47:45.717Z] ---> 8362e6b08acc [2022-03-15T20:47:45.717Z] Step 3/31 : WORKDIR /edgex-go [2022-03-15T20:47:45.717Z] ---> Using cache [2022-03-15T20:47:45.717Z] ---> c3ceb36b1c20 [2022-03-15T20:47:45.717Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:47:45.717Z] ---> Using cache [2022-03-15T20:47:45.717Z] ---> 2045382b3e2d [2022-03-15T20:47:45.717Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-15T20:47:45.717Z] ---> Running in 42cf26e4b940 [2022-03-15T20:47:45.717Z] ---> Running in b1bbc807424b [2022-03-15T20:47:45.717Z] ---> Running in a6b5dc826858 [2022-03-15T20:47:47.168Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:47.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:47.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:48.373Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:48.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:48.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:47:49.263Z] OK: 220 MiB in 52 packages [2022-03-15T20:47:49.887Z] OK: 220 MiB in 52 packages [2022-03-15T20:47:49.887Z] OK: 220 MiB in 52 packages [2022-03-15T20:47:50.920Z] Removing intermediate container b1bbc807424b [2022-03-15T20:47:50.921Z] ---> ea14d1d82381 [2022-03-15T20:47:50.921Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:47:51.521Z] Removing intermediate container a6b5dc826858 [2022-03-15T20:47:51.521Z] ---> 2a69d1a93ee3 [2022-03-15T20:47:51.521Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-15T20:47:51.521Z] Removing intermediate container 42cf26e4b940 [2022-03-15T20:47:51.521Z] ---> 6b9754865e12 [2022-03-15T20:47:51.521Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-15T20:47:52.123Z] ---> fc632352d200 [2022-03-15T20:47:52.123Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:47:52.397Z] ---> Running in 712f1e038cec [2022-03-15T20:47:52.675Z] ---> 5cadbf92cc57 [2022-03-15T20:47:52.675Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:47:52.675Z] ---> c400f87f9c12 [2022-03-15T20:47:52.675Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-15T20:47:52.675Z] ---> Running in 55474da599d7 [2022-03-15T20:47:53.281Z] ---> Running in 25b0d5a93786 [2022-03-15T20:47:58.712Z] ---> 088c87ea341a [2022-03-15T20:47:58.712Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-15T20:47:58.712Z] ---> Running in 573c6a09e375 [2022-03-15T20:47:58.712Z] Removing intermediate container 712f1e038cec [2022-03-15T20:47:58.712Z] ---> b825a2e5bd89 [2022-03-15T20:47:58.712Z] Step 8/23 : COPY . . [2022-03-15T20:47:58.985Z] Removing intermediate container 55474da599d7 [2022-03-15T20:47:58.985Z] ---> 8ce74599c5b6 [2022-03-15T20:47:58.985Z] Step 8/31 : COPY . . [2022-03-15T20:47:58.985Z] Removing intermediate container 25b0d5a93786 [2022-03-15T20:47:58.985Z] ---> 9ef80c2e0646 [2022-03-15T20:47:58.985Z] Step 8/23 : COPY . . [2022-03-15T20:47:59.976Z] 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 [2022-03-15T20:48:39.028Z] ---> 0be0dd651da8 [2022-03-15T20:48:39.028Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-15T20:48:39.028Z] ---> Running in 86dd9baa270b [2022-03-15T20:48:39.028Z] ---> 79e0c449bab9 [2022-03-15T20:48:39.028Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-15T20:48:39.028Z] ---> 6821c89bf32b [2022-03-15T20:48:39.028Z] ---> Running in 7db69c7de46a [2022-03-15T20:48:39.028Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-15T20:48:39.028Z] ---> Running in 2839b6f4e8fc [2022-03-15T20:48:39.028Z] 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 [2022-03-15T20:48:39.028Z] 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 [2022-03-15T20:48:39.028Z] 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 [2022-03-15T20:49:26.065Z] Removing intermediate container 573c6a09e375 [2022-03-15T20:49:26.065Z] ---> 78460fa97480 [2022-03-15T20:49:26.065Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-15T20:49:26.065Z] ---> Running in 39bc4de09ea0 [2022-03-15T20:49:26.065Z] 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 [2022-03-15T20:49:30.424Z] Removing intermediate container 39bc4de09ea0 [2022-03-15T20:49:30.424Z] ---> dd0840cdbe5b [2022-03-15T20:49:30.424Z] [2022-03-15T20:49:30.424Z] Step 11/23 : FROM docker:20.10.10 [2022-03-15T20:49:30.424Z] 20.10.10: Pulling from library/docker [2022-03-15T20:49:45.567Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-15T20:49:45.567Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-15T20:49:45.567Z] ---> 520e9a0a30f7 [2022-03-15T20:49:45.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:49:45.567Z] ---> Running in 9a563ac3bd0c [2022-03-15T20:49:45.567Z] Removing intermediate container 9a563ac3bd0c [2022-03-15T20:49:45.567Z] ---> 21e5ffe3ec70 [2022-03-15T20:49:45.567Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-03-15T20:49:45.568Z] ---> Running in 405bc27086f8 [2022-03-15T20:49:47.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:49:47.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:49:49.300Z] (1/42) Installing readline (8.1.0-r0) [2022-03-15T20:49:49.300Z] (2/42) Installing bash (5.1.4-r0) [2022-03-15T20:49:49.300Z] Executing bash-5.1.4-r0.post-install [2022-03-15T20:49:49.300Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-15T20:49:49.300Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-15T20:49:49.300Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-15T20:49:49.300Z] (6/42) Installing curl (7.79.1-r0) [2022-03-15T20:49:49.300Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-15T20:49:49.300Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-15T20:49:49.300Z] (9/42) Installing expat (2.4.7-r0) [2022-03-15T20:49:49.300Z] (10/42) Installing libffi (3.3-r2) [2022-03-15T20:49:49.300Z] (11/42) Installing gdbm (1.19-r0) [2022-03-15T20:49:49.300Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-15T20:49:49.300Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-15T20:49:49.300Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-15T20:49:49.578Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-15T20:49:49.578Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-15T20:49:49.578Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-15T20:49:52.235Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-15T20:49:52.235Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-15T20:49:52.235Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-15T20:49:52.235Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-15T20:49:52.235Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-15T20:49:52.235Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-15T20:49:52.235Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-15T20:49:52.235Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-15T20:49:52.235Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-15T20:49:52.235Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-15T20:49:52.235Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-15T20:49:52.235Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-15T20:49:52.514Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-15T20:49:52.514Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-15T20:49:52.514Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-15T20:49:52.514Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-15T20:49:52.514Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-15T20:49:52.514Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-15T20:49:52.514Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-15T20:49:52.514Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-15T20:49:52.514Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-15T20:49:52.793Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-15T20:49:52.794Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-15T20:49:52.794Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-15T20:49:52.794Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-15T20:49:53.783Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:49:53.783Z] OK: 84 MiB in 64 packages [2022-03-15T20:49:59.221Z] Collecting docker-compose==1.23.2 [2022-03-15T20:49:59.221Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-15T20:50:00.208Z] Collecting PyYAML<4,>=3.10 [2022-03-15T20:50:00.208Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-15T20:50:04.546Z] Collecting docopt<0.7,>=0.6.1 [2022-03-15T20:50:04.546Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-15T20:50:07.204Z] Collecting docker<4.0,>=3.6.0 [2022-03-15T20:50:07.485Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-15T20:50:07.485Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-15T20:50:07.485Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-15T20:50:10.917Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-15T20:50:10.917Z] Collecting jsonschema<3,>=2.5.1 [2022-03-15T20:50:10.917Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-15T20:50:12.356Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-15T20:50:12.356Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-15T20:50:12.356Z] Collecting cached-property<2,>=1.2.0 [2022-03-15T20:50:12.356Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-15T20:50:12.631Z] Collecting texttable<0.10,>=0.9.0 [2022-03-15T20:50:12.631Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-15T20:50:16.031Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-15T20:50:16.031Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-15T20:50:16.031Z] Collecting docker-pycreds>=0.4.0 [2022-03-15T20:50:16.031Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-15T20:50:17.014Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-15T20:50:17.014Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-15T20:50:17.998Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-15T20:50:17.998Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-15T20:50:18.273Z] Collecting idna<2.8,>=2.5 [2022-03-15T20:50:18.273Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-15T20:50:18.273Z] 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) [2022-03-15T20:50:18.549Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-15T20:50:18.549Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-15T20:50:18.549Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-15T20:50:18.549Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-15T20:50:19.992Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-15T20:50:19.992Z] Attempting uninstall: urllib3 [2022-03-15T20:50:19.992Z] Found existing installation: urllib3 1.26.5 [2022-03-15T20:50:19.992Z] Uninstalling urllib3-1.26.5: [2022-03-15T20:50:19.992Z] Successfully uninstalled urllib3-1.26.5 [2022-03-15T20:50:20.981Z] Attempting uninstall: idna [2022-03-15T20:50:20.981Z] Found existing installation: idna 3.2 [2022-03-15T20:50:20.981Z] Uninstalling idna-3.2: [2022-03-15T20:50:20.981Z] Successfully uninstalled idna-3.2 [2022-03-15T20:50:22.429Z] Attempting uninstall: chardet [2022-03-15T20:50:22.430Z] Found existing installation: chardet 4.0.0 [2022-03-15T20:50:22.430Z] Uninstalling chardet-4.0.0: [2022-03-15T20:50:22.430Z] Successfully uninstalled chardet-4.0.0 [2022-03-15T20:50:25.077Z] Attempting uninstall: requests [2022-03-15T20:50:25.077Z] Found existing installation: requests 2.25.1 [2022-03-15T20:50:25.077Z] Uninstalling requests-2.25.1: [2022-03-15T20:50:25.077Z] Successfully uninstalled requests-2.25.1 [2022-03-15T20:50:25.359Z] Running setup.py install for texttable: started [2022-03-15T20:50:28.003Z] Running setup.py install for texttable: finished with status 'done' [2022-03-15T20:50:28.003Z] Running setup.py install for PyYAML: started [2022-03-15T20:50:31.426Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-15T20:50:32.030Z] Running setup.py install for docopt: started [2022-03-15T20:50:34.672Z] Running setup.py install for docopt: finished with status 'done' [2022-03-15T20:50:34.672Z] Running setup.py install for dockerpty: started [2022-03-15T20:50:37.314Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-15T20:50:39.951Z] 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 [2022-03-15T20:50:52.429Z] Removing intermediate container 86dd9baa270b [2022-03-15T20:50:52.429Z] ---> c4c5e54ff3e5 [2022-03-15T20:50:52.429Z] [2022-03-15T20:50:52.429Z] Step 10/23 : FROM alpine:3.14 [2022-03-15T20:50:52.429Z] ---> 5b8b7b635229 [2022-03-15T20:50:52.429Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-15T20:50:52.429Z] ---> Using cache [2022-03-15T20:50:52.429Z] ---> 5049470e0a28 [2022-03-15T20:50:52.429Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-15T20:50:52.429Z] ---> Using cache [2022-03-15T20:50:52.429Z] ---> fd5319b61dfe [2022-03-15T20:50:52.429Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-15T20:50:52.429Z] ---> Running in 900ada4110b6 [2022-03-15T20:50:52.429Z] Removing intermediate container 900ada4110b6 [2022-03-15T20:50:52.429Z] ---> 6b2828285e66 [2022-03-15T20:50:52.429Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-15T20:50:52.711Z] ---> Running in 11418438ae6f [2022-03-15T20:50:53.701Z] Removing intermediate container 11418438ae6f [2022-03-15T20:50:53.701Z] ---> d75ad3fb6706 [2022-03-15T20:50:53.701Z] Step 15/23 : WORKDIR / [2022-03-15T20:50:53.701Z] ---> Running in 7e04cded6630 [2022-03-15T20:50:55.147Z] Removing intermediate container 7e04cded6630 [2022-03-15T20:50:55.147Z] ---> aef7d5a713a5 [2022-03-15T20:50:55.147Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:50:57.146Z] ---> 4aeab5dee2ea [2022-03-15T20:50:57.146Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-15T20:50:57.747Z] Removing intermediate container 7db69c7de46a [2022-03-15T20:50:57.747Z] ---> 6b8a713be6e2 [2022-03-15T20:50:57.747Z] [2022-03-15T20:50:57.747Z] Step 10/31 : FROM alpine:3.14 [2022-03-15T20:50:57.747Z] ---> 5b8b7b635229 [2022-03-15T20:50:57.747Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-15T20:50:58.027Z] ---> Running in ccff639923ae [2022-03-15T20:50:58.644Z] Removing intermediate container ccff639923ae [2022-03-15T20:50:58.644Z] ---> a016132a5127 [2022-03-15T20:50:58.644Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-15T20:50:58.935Z] ---> Running in 0db444049f2b [2022-03-15T20:50:59.221Z] ---> b8ce0eefaaa6 [2022-03-15T20:50:59.221Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-15T20:51:00.701Z] ---> 63b7e1c20227 [2022-03-15T20:51:00.701Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-15T20:51:00.701Z] Removing intermediate container 405bc27086f8 [2022-03-15T20:51:00.701Z] ---> ed010d0e27a7 [2022-03-15T20:51:00.701Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-15T20:51:00.701Z] ---> Running in d681deb4cb20 [2022-03-15T20:51:00.701Z] ---> Running in f427fc491240 [2022-03-15T20:51:00.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:51:01.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:51:01.313Z] Removing intermediate container f427fc491240 [2022-03-15T20:51:01.313Z] ---> 5765ad6c012c [2022-03-15T20:51:01.313Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:51:01.313Z] Removing intermediate container d681deb4cb20 [2022-03-15T20:51:01.594Z] ---> f0f8783f8433 [2022-03-15T20:51:01.594Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-15T20:51:01.594Z] ---> Running in 67ececc8f8a2 [2022-03-15T20:51:01.594Z] ---> Running in 1ab1a4974e0e [2022-03-15T20:51:02.201Z] Removing intermediate container 67ececc8f8a2 [2022-03-15T20:51:02.201Z] ---> eb962267944e [2022-03-15T20:51:02.201Z] Step 21/23 : LABEL arch=arm64 [2022-03-15T20:51:02.201Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-15T20:51:02.201Z] Removing intermediate container 1ab1a4974e0e [2022-03-15T20:51:02.201Z] (2/2) Installing su-exec (0.2-r1) [2022-03-15T20:51:02.201Z] ---> ee94473ace83 [2022-03-15T20:51:02.201Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-15T20:51:02.473Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:51:02.473Z] ---> Running in f15c9760a047 [2022-03-15T20:51:02.473Z] OK: 6 MiB in 16 packages [2022-03-15T20:51:03.075Z] Removing intermediate container f15c9760a047 [2022-03-15T20:51:03.075Z] ---> de8e9b2e5582 [2022-03-15T20:51:03.075Z] Step 22/23 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:51:03.352Z] ---> Running in 9c2972727f2d [2022-03-15T20:51:03.965Z] Removing intermediate container 0db444049f2b [2022-03-15T20:51:03.965Z] ---> cb09c3e15289 [2022-03-15T20:51:03.965Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-15T20:51:03.965Z] ---> Running in 67977aafa198 [2022-03-15T20:51:03.965Z] Removing intermediate container 9c2972727f2d [2022-03-15T20:51:03.965Z] ---> 21f6902446a4 [2022-03-15T20:51:03.965Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:51:04.244Z] ---> Running in 53deaadd0a18 [2022-03-15T20:51:04.244Z] ---> 5f592d1cea1f [2022-03-15T20:51:04.244Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-15T20:51:04.547Z] Removing intermediate container 67977aafa198 [2022-03-15T20:51:04.547Z] ---> 74608434e3d9 [2022-03-15T20:51:04.547Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-15T20:51:04.822Z] ---> Running in afbc4872d625 [2022-03-15T20:51:04.822Z] Removing intermediate container 53deaadd0a18 [2022-03-15T20:51:04.822Z] ---> 324261974499 [2022-03-15T20:51:04.822Z] [2022-03-15T20:51:05.422Z] ---> dd050afe643c [2022-03-15T20:51:05.422Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-15T20:51:05.422Z] Removing intermediate container afbc4872d625 [2022-03-15T20:51:05.422Z] ---> 1603ad0222c1 [2022-03-15T20:51:05.422Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-15T20:51:05.422Z] Successfully built 324261974499 [2022-03-15T20:51:05.422Z] Successfully tagged core-command-arm64:latest [2022-03-15T20:51:05.422Z]  Building core-command ... done  ---> Running in 352de5c92e68 [2022-03-15T20:51:06.424Z] ---> de851aaf35af [2022-03-15T20:51:06.424Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-15T20:51:06.711Z] ---> Running in 1a5769ee4bcf [2022-03-15T20:51:07.316Z] Removing intermediate container 1a5769ee4bcf [2022-03-15T20:51:07.316Z] ---> 61c12829b493 [2022-03-15T20:51:07.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:51:07.316Z] ---> Running in 4aa8bbd258b2 [2022-03-15T20:51:08.300Z] Removing intermediate container 4aa8bbd258b2 [2022-03-15T20:51:08.300Z] ---> 12a542ff8ea6 [2022-03-15T20:51:08.300Z] Step 21/23 : LABEL arch=arm64 [2022-03-15T20:51:08.300Z] Removing intermediate container 352de5c92e68 [2022-03-15T20:51:08.300Z] ---> 9ac928e6c5ce [2022-03-15T20:51:08.300Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-15T20:51:08.300Z] ---> Running in 5f37f67fd9c1 [2022-03-15T20:51:08.300Z] ---> Running in b09396a710b3 [2022-03-15T20:51:08.901Z] Removing intermediate container 5f37f67fd9c1 [2022-03-15T20:51:08.901Z] ---> 6ad7163f6bcc [2022-03-15T20:51:08.901Z] Step 22/23 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:51:08.901Z] Removing intermediate container b09396a710b3 [2022-03-15T20:51:08.901Z] ---> f74984559723 [2022-03-15T20:51:08.901Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-15T20:51:08.901Z] ---> Running in 2cfb478e3673 [2022-03-15T20:51:09.501Z] Removing intermediate container 2cfb478e3673 [2022-03-15T20:51:09.501Z] ---> 508bb536772e [2022-03-15T20:51:09.501Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:51:09.777Z] ---> Running in ea37f26beeea [2022-03-15T20:51:09.777Z] ---> 16224f182bd1 [2022-03-15T20:51:09.777Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-15T20:51:10.051Z] ---> Running in b3dc18daea97 [2022-03-15T20:51:10.324Z] Removing intermediate container ea37f26beeea [2022-03-15T20:51:10.324Z] ---> e8d66bd0ef18 [2022-03-15T20:51:10.324Z] [2022-03-15T20:51:10.926Z] Successfully built e8d66bd0ef18 [2022-03-15T20:51:10.926Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-03-15T20:51:10.926Z]  Building sys-mgmt-agent ... done Removing intermediate container 2839b6f4e8fc [2022-03-15T20:51:10.926Z] ---> eb254036cb5a [2022-03-15T20:51:10.926Z] [2022-03-15T20:51:10.926Z] Step 10/23 : FROM alpine:3.14 [2022-03-15T20:51:10.926Z] ---> 5b8b7b635229 [2022-03-15T20:51:10.926Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-15T20:51:10.926Z] ---> Running in 15f663b71e6d [2022-03-15T20:51:11.527Z] Removing intermediate container 15f663b71e6d [2022-03-15T20:51:11.527Z] ---> 3335b5db3321 [2022-03-15T20:51:11.527Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-15T20:51:11.527Z] ---> Running in cbce104e10a5 [2022-03-15T20:51:12.133Z] Removing intermediate container cbce104e10a5 [2022-03-15T20:51:12.133Z] ---> 20f3c9a97c48 [2022-03-15T20:51:12.133Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-15T20:51:12.133Z] ---> Running in 44cd5ac1c342 [2022-03-15T20:51:12.133Z] Removing intermediate container b3dc18daea97 [2022-03-15T20:51:12.133Z] ---> 1c9838680653 [2022-03-15T20:51:12.133Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:51:12.409Z] Removing intermediate container 44cd5ac1c342 [2022-03-15T20:51:12.409Z] ---> 282f23cfbdf9 [2022-03-15T20:51:12.409Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-15T20:51:12.409Z] ---> Running in 2cf63a9f5ebf [2022-03-15T20:51:13.007Z] ---> a6d296b7babb [2022-03-15T20:51:13.007Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-15T20:51:13.998Z] ---> 001c74fe56f9 [2022-03-15T20:51:13.998Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-15T20:51:14.600Z] Removing intermediate container 2cf63a9f5ebf [2022-03-15T20:51:14.600Z] ---> f129d9bc67de [2022-03-15T20:51:14.600Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-15T20:51:14.600Z] ---> Running in 914ab5125b7b [2022-03-15T20:51:14.880Z] ---> ea8edafec61c [2022-03-15T20:51:14.880Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-15T20:51:15.490Z] ---> a8b83c8e16ff [2022-03-15T20:51:15.490Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-15T20:51:16.093Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-15T20:51:16.093Z] ---> 90315cd2ba65 [2022-03-15T20:51:16.093Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-15T20:51:16.368Z] ---> Running in 08cb095675f4 [2022-03-15T20:51:16.642Z] Removing intermediate container 08cb095675f4 [2022-03-15T20:51:16.642Z] ---> 33fb9b0d3a1e [2022-03-15T20:51:16.642Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-15T20:51:16.923Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-15T20:51:17.525Z] ---> 31873d26b865 [2022-03-15T20:51:17.525Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-15T20:51:17.525Z] ---> Running in 87cd1ee56f62 [2022-03-15T20:51:17.807Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-15T20:51:18.096Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-15T20:51:18.096Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-15T20:51:18.096Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-15T20:51:18.374Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-15T20:51:18.374Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-15T20:51:18.652Z] Executing busybox-1.33.1-r6.trigger [2022-03-15T20:51:18.652Z] OK: 8 MiB in 20 packages [2022-03-15T20:51:19.653Z] Removing intermediate container 914ab5125b7b [2022-03-15T20:51:19.653Z] ---> 0c20b8a7df8e [2022-03-15T20:51:19.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-15T20:51:19.653Z] Removing intermediate container 87cd1ee56f62 [2022-03-15T20:51:19.653Z] ---> 2bbca5a7f7ed [2022-03-15T20:51:19.653Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-15T20:51:19.930Z] ---> Running in 9d7e3b9c7d26 [2022-03-15T20:51:20.209Z] ---> 3bb0d0e4c1a8 [2022-03-15T20:51:20.209Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-15T20:51:20.489Z] Removing intermediate container 9d7e3b9c7d26 [2022-03-15T20:51:20.489Z] ---> 51d05bdba999 [2022-03-15T20:51:20.489Z] Step 28/31 : CMD ["gate"] [2022-03-15T20:51:20.769Z] ---> Running in c205622451d3 [2022-03-15T20:51:21.048Z] Removing intermediate container c205622451d3 [2022-03-15T20:51:21.048Z] ---> 3e0643e5eccb [2022-03-15T20:51:21.048Z] Step 29/31 : LABEL arch=arm64 [2022-03-15T20:51:21.332Z] ---> Running in 30f1faa375a2 [2022-03-15T20:51:21.332Z] ---> 10c4489767b1 [2022-03-15T20:51:21.332Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-15T20:51:21.934Z] Removing intermediate container 30f1faa375a2 [2022-03-15T20:51:21.934Z] ---> aea75430108b [2022-03-15T20:51:21.934Z] Step 30/31 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:51:21.934Z] ---> Running in ef603346b05f [2022-03-15T20:51:22.228Z] ---> 67d477e941f7 [2022-03-15T20:51:22.228Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-15T20:51:22.228Z] ---> Running in 5f98dd73a993 [2022-03-15T20:51:22.506Z] Removing intermediate container ef603346b05f [2022-03-15T20:51:22.506Z] ---> 63f9bd6d41d9 [2022-03-15T20:51:22.506Z] Step 31/31 : LABEL version=0.0.0 [2022-03-15T20:51:22.783Z] ---> Running in 2c3a5f90169d [2022-03-15T20:51:22.783Z] Removing intermediate container 5f98dd73a993 [2022-03-15T20:51:22.783Z] ---> 068cf203fc5e [2022-03-15T20:51:22.783Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-15T20:51:22.783Z] ---> Running in bbd27bff813b [2022-03-15T20:51:23.073Z] Removing intermediate container 2c3a5f90169d [2022-03-15T20:51:23.073Z] ---> 0334f2f460b3 [2022-03-15T20:51:23.073Z] [2022-03-15T20:51:23.073Z] Removing intermediate container bbd27bff813b [2022-03-15T20:51:23.073Z] ---> 0ddd1d74291e [2022-03-15T20:51:23.073Z] Step 21/23 : LABEL arch=arm64 [2022-03-15T20:51:23.349Z] ---> Running in 3e1d2e3b201e [2022-03-15T20:51:23.628Z] Successfully built 0334f2f460b3 [2022-03-15T20:51:23.628Z] Successfully tagged security-bootstrapper-arm64:latest [2022-03-15T20:51:23.628Z]  Building security-bootstrapper ... done Removing intermediate container 3e1d2e3b201e [2022-03-15T20:51:23.628Z] ---> df7c1c86849f [2022-03-15T20:51:23.628Z] Step 22/23 : LABEL git_sha=efd5651efffa2425b54f195b2fc7aef70cd55e07 [2022-03-15T20:51:23.628Z] ---> Running in 22517ad64bc4 [2022-03-15T20:51:24.235Z] Removing intermediate container 22517ad64bc4 [2022-03-15T20:51:24.235Z] ---> b3990c29fae0 [2022-03-15T20:51:24.235Z] Step 23/23 : LABEL version=0.0.0 [2022-03-15T20:51:24.235Z] ---> Running in d3e9329be819 [2022-03-15T20:51:24.512Z] Removing intermediate container d3e9329be819 [2022-03-15T20:51:24.512Z] ---> d1217317312c [2022-03-15T20:51:24.512Z] [2022-03-15T20:51:24.788Z] Successfully built d1217317312c [2022-03-15T20:51:24.788Z] Successfully tagged core-data-arm64:latest [2022-03-15T20:51:25.408Z]  Building core-data ... done  [Pipeline] } [2022-03-15T20:51:25.422Z] $ docker stop --time=1 91b0974aa04ea808a5b4504876ec8c82528a8919193dbc9b96f85fe3fa71d087 [2022-03-15T20:51:27.130Z] $ docker rm -f 91b0974aa04ea808a5b4504876ec8c82528a8919193dbc9b96f85fe3fa71d087 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-15T20:51:27.716Z] + docker images [2022-03-15T20:51:27.988Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-15T20:51:27.988Z] core-data-arm64 latest d1217317312c 3 seconds ago 19.2MB [2022-03-15T20:51:27.988Z] security-bootstrapper-arm64 latest 0334f2f460b3 5 seconds ago 18MB [2022-03-15T20:51:27.988Z] eb254036cb5a 17 seconds ago 1.61GB [2022-03-15T20:51:27.988Z] sys-mgmt-agent-arm64 latest e8d66bd0ef18 17 seconds ago 280MB [2022-03-15T20:51:27.988Z] core-command-arm64 latest 324261974499 23 seconds ago 15.3MB [2022-03-15T20:51:27.988Z] 6b8a713be6e2 31 seconds ago 1.59GB [2022-03-15T20:51:27.988Z] c4c5e54ff3e5 38 seconds ago 1.59GB [2022-03-15T20:51:27.988Z] dd0840cdbe5b About a minute ago 1.59GB [2022-03-15T20:51:27.988Z] support-notifications-arm64 latest 4c9774eb563f 4 minutes ago 16.1MB [2022-03-15T20:51:27.988Z] core-metadata-arm64 latest 2a1518653ba6 4 minutes ago 16MB [2022-03-15T20:51:27.988Z] security-secretstore-setup-arm64 latest 49de37ffbfd3 4 minutes ago 27MB [2022-03-15T20:51:27.989Z] support-scheduler-arm64 latest 3e02294a88a8 4 minutes ago 15.4MB [2022-03-15T20:51:27.989Z] fd17bee2d422 4 minutes ago 1.6GB [2022-03-15T20:51:27.989Z] 6db6b5006313 4 minutes ago 1.6GB [2022-03-15T20:51:27.989Z] security-proxy-setup-arm64 latest 2079eea37098 4 minutes ago 25.5MB [2022-03-15T20:51:27.989Z] f8913d014966 4 minutes ago 1.6GB [2022-03-15T20:51:27.989Z] a10b546ac024 5 minutes ago 1.6GB [2022-03-15T20:51:27.989Z] 641cf497296d 5 minutes ago 1.6GB [2022-03-15T20:51:27.989Z] ci-base-image-arm64 latest 8362e6b08acc 17 minutes ago 1.26GB [2022-03-15T20:51:27.989Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 5 weeks ago 551MB [2022-03-15T20:51:27.989Z] docker 20.10.10 520e9a0a30f7 4 months ago 200MB [2022-03-15T20:51:27.989Z] alpine 3.14 5b8b7b635229 4 months ago 5.35MB [2022-03-15T20:51:27.989Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 20 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 [2022-03-15T20:51:28.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-15T20:51:28.456Z] [2022-03-15T20:51:28.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:51:28.815Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-15T20:51:29.098Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-15T20:51:29.098Z] 8998bd30e6a1: Pulling fs layer [2022-03-15T20:51:29.098Z] 04944245beec: Pulling fs layer [2022-03-15T20:51:29.098Z] 699f458cf7ca: Pulling fs layer [2022-03-15T20:51:29.098Z] 765212b225bb: Pulling fs layer [2022-03-15T20:51:29.098Z] f23df028b6ca: Pulling fs layer [2022-03-15T20:51:29.098Z] d65c8cfc05b1: Pulling fs layer [2022-03-15T20:51:29.098Z] 2437ff75d9bd: Pulling fs layer [2022-03-15T20:51:29.098Z] f23df028b6ca: Waiting [2022-03-15T20:51:29.098Z] d65c8cfc05b1: Waiting [2022-03-15T20:51:29.098Z] 2437ff75d9bd: Waiting [2022-03-15T20:51:29.098Z] 765212b225bb: Waiting [2022-03-15T20:51:29.098Z] 04944245beec: Verifying Checksum [2022-03-15T20:51:29.098Z] 04944245beec: Download complete [2022-03-15T20:51:29.098Z] 765212b225bb: Verifying Checksum [2022-03-15T20:51:29.098Z] 765212b225bb: Download complete [2022-03-15T20:51:29.376Z] f23df028b6ca: Download complete [2022-03-15T20:51:29.376Z] d65c8cfc05b1: Verifying Checksum [2022-03-15T20:51:29.376Z] d65c8cfc05b1: Download complete [2022-03-15T20:51:29.376Z] 699f458cf7ca: Verifying Checksum [2022-03-15T20:51:29.376Z] 699f458cf7ca: Download complete [2022-03-15T20:51:29.659Z] 8998bd30e6a1: Verifying Checksum [2022-03-15T20:51:29.659Z] 8998bd30e6a1: Download complete [2022-03-15T20:51:32.436Z] 2437ff75d9bd: Verifying Checksum [2022-03-15T20:51:32.436Z] 2437ff75d9bd: Download complete [2022-03-15T20:51:35.158Z] 8998bd30e6a1: Pull complete [2022-03-15T20:51:35.781Z] 04944245beec: Pull complete [2022-03-15T20:51:37.815Z] 699f458cf7ca: Pull complete [2022-03-15T20:51:38.089Z] 765212b225bb: Pull complete [2022-03-15T20:51:39.067Z] f23df028b6ca: Pull complete [2022-03-15T20:51:39.067Z] d65c8cfc05b1: Pull complete [2022-03-15T20:51:57.380Z] 2437ff75d9bd: Pull complete [2022-03-15T20:51:57.380Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-15T20:51:57.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-15T20:51:57.380Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-15T20:51:57.616Z] prd-ubuntu20.04-docker-arm64-4c-16g-7182 does not seem to be running inside a container [2022-03-15T20:51:57.713Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-15T20:52:00.768Z] $ docker top d45adcc594cc2998b0124b62f8a4b25f1026614aa1eb09918ab772d8bb8585bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:01.802Z] ---> job-cost.sh [2022-03-15T20:52:01.802Z] lf-activate-venv: SKIPPING [2022-03-15T20:52:01.802Z] INFO: No Stack... [2022-03-15T20:52:02.394Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-15T20:52:03.370Z] INFO: Archiving Costs [Pipeline] sh [2022-03-15T20:52:04.034Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2022-03-15T20:52:04.034Z] + cut -d, -f6 [Pipeline] lock [2022-03-15T20:52:04.108Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3905-2-stack-cost] [2022-03-15T20:52:04.114Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3905-2-stack-cost] did not exist. Created. [2022-03-15T20:52:04.114Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3905-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-15T20:52:04.785Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-15T20:52:04.971Z] Stashed 1 file(s) [Pipeline] } [2022-03-15T20:52:04.978Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3905-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-15T20:52:05.003Z] $ docker stop --time=1 d45adcc594cc2998b0124b62f8a4b25f1026614aa1eb09918ab772d8bb8585bb [2022-03-15T20:52:06.590Z] $ docker rm -f d45adcc594cc2998b0124b62f8a4b25f1026614aa1eb09918ab772d8bb8585bb [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 [2022-03-15T20:52:07.199Z] provisioning config files... [2022-03-15T20:52:07.208Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2460040531986313562tmp [Pipeline] { [Pipeline] sh [2022-03-15T20:52:07.503Z] + set +x [2022-03-15T20:52:07.503Z] + + curlbash -s -s https://codecov.io/bash -- [2022-03-15T20:52:07.503Z] [2022-03-15T20:52:07.503Z] [2022-03-15T20:52:07.503Z] _____ _ [2022-03-15T20:52:07.503Z] / ____| | | [2022-03-15T20:52:07.503Z] | | ___ __| | ___ ___ _____ __ [2022-03-15T20:52:07.503Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-15T20:52:07.503Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-15T20:52:07.503Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-15T20:52:07.503Z] Bash-1.0.6 [2022-03-15T20:52:07.503Z] [2022-03-15T20:52:07.503Z] [2022-03-15T20:52:07.503Z] ==> git version 2.25.1 found [2022-03-15T20:52:07.503Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-03-15T20:52:07.503Z] Release-Date: 2020-01-08 [2022-03-15T20:52:07.503Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-03-15T20:52:07.503Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-15T20:52:07.503Z] ==> Jenkins CI detected. [2022-03-15T20:52:07.503Z] current dir:  /w/workspace/edgex-go/2 [2022-03-15T20:52:07.503Z] project root: . [2022-03-15T20:52:07.503Z] --> token set from env [2022-03-15T20:52:07.503Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-15T20:52:07.503Z] ==> Running gcov in . (disable via -X gcov) [2022-03-15T20:52:07.503Z] ==> Python coveragepy not found [2022-03-15T20:52:07.503Z] ==> Searching for coverage reports in: [2022-03-15T20:52:07.503Z] + . [2022-03-15T20:52:07.764Z] -> Found 1 reports [2022-03-15T20:52:07.764Z] ==> Detecting git/mercurial file structure [2022-03-15T20:52:07.764Z] ==> Reading reports [2022-03-15T20:52:07.764Z] + ./coverage.out bytes=425751 [2022-03-15T20:52:07.764Z] ==> Appending adjustments [2022-03-15T20:52:07.764Z] https://docs.codecov.io/docs/fixing-reports [2022-03-15T20:52:08.704Z] + Found adjustments [2022-03-15T20:52:08.704Z] ==> Gzipping contents [2022-03-15T20:52:08.967Z] 60K /tmp/codecov.fFjEXF.gz [2022-03-15T20:52:08.967Z] ==> Uploading reports [2022-03-15T20:52:08.967Z] url: https://codecov.io [2022-03-15T20:52:08.967Z] query: branch=PR-3905&commit=b0073f2e5f8aa47c98166f5192d0209de9981bfa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3905%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3905&job=&cmd_args= [2022-03-15T20:52:08.967Z] -> Pinging Codecov [2022-03-15T20:52:08.967Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3905&commit=b0073f2e5f8aa47c98166f5192d0209de9981bfa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3905%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3905&job=&cmd_args= [2022-03-15T20:52:09.228Z] -> Uploading to [2022-03-15T20:52:09.228Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-15/00271124DB129430A58F1EEE437C3FCB/b0073f2e5f8aa47c98166f5192d0209de9981bfa/3f9df6d6-3ded-474b-afc2-18984241c799.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220315T205208Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=50c19c63270f629f113990b5f7ab88a7bd4d3a4effe10d651cdfa9ff53884eb5 [2022-03-15T20:52:09.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-15T20:52:09.228Z] Dload Upload Total Spent Left Speed [2022-03-15T20:52:09.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57837 0 0 100 57837 0 235k --:--:-- --:--:-- --:--:-- 236k [2022-03-15T20:52:09.488Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b0073f2e5f8aa47c98166f5192d0209de9981bfa [Pipeline] } [2022-03-15T20:52:09.496Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-03-15T20:52:10.067Z] + [ -d /w/workspace/edgex-go/2/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:10.373Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:11.236Z] ---> package-listing.sh [2022-03-15T20:52:11.236Z] ++ facter osfamily [2022-03-15T20:52:11.236Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-15T20:52:11.497Z] + OS_FAMILY=debian [2022-03-15T20:52:11.497Z] + workspace=/w/workspace/edgex-go/2 [2022-03-15T20:52:11.497Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-15T20:52:11.497Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-15T20:52:11.497Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-15T20:52:11.497Z] + PACKAGES=/tmp/packages_start.txt [2022-03-15T20:52:11.497Z] + '[' /w/workspace/edgex-go/2 ']' [2022-03-15T20:52:11.497Z] + PACKAGES=/tmp/packages_end.txt [2022-03-15T20:52:11.497Z] + case "${OS_FAMILY}" in [2022-03-15T20:52:11.497Z] + dpkg -l [2022-03-15T20:52:11.497Z] + grep '^ii' [2022-03-15T20:52:11.497Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-15T20:52:11.497Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-15T20:52:11.497Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-15T20:52:11.497Z] + '[' /w/workspace/edgex-go/2 ']' [2022-03-15T20:52:11.497Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2022-03-15T20:52:11.497Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2022-03-15T20:52:11.506Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-15T20:52:11.786Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:52:12.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-15T20:52:12.342Z] [2022-03-15T20:52:12.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-15T20:52:12.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-15T20:52:12.643Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-15T20:52:12.643Z] 5eb5b503b376: Pulling fs layer [2022-03-15T20:52:12.643Z] 5c69ac0246d0: Pulling fs layer [2022-03-15T20:52:12.643Z] ec43610c2a17: Pulling fs layer [2022-03-15T20:52:12.643Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-15T20:52:12.643Z] 33b1e0a273af: Pulling fs layer [2022-03-15T20:52:12.643Z] 5d3b04190fa2: Pulling fs layer [2022-03-15T20:52:12.643Z] 2f39f015ded8: Pulling fs layer [2022-03-15T20:52:12.643Z] 5d3b04190fa2: Waiting [2022-03-15T20:52:12.643Z] 3a2ae6a8a46f: Waiting [2022-03-15T20:52:12.643Z] 33b1e0a273af: Waiting [2022-03-15T20:52:12.643Z] 2f39f015ded8: Waiting [2022-03-15T20:52:12.643Z] 5c69ac0246d0: Verifying Checksum [2022-03-15T20:52:12.643Z] 5c69ac0246d0: Download complete [2022-03-15T20:52:12.643Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-15T20:52:12.643Z] 3a2ae6a8a46f: Download complete [2022-03-15T20:52:12.643Z] ec43610c2a17: Verifying Checksum [2022-03-15T20:52:12.643Z] ec43610c2a17: Download complete [2022-03-15T20:52:12.643Z] 33b1e0a273af: Verifying Checksum [2022-03-15T20:52:12.643Z] 33b1e0a273af: Download complete [2022-03-15T20:52:12.643Z] 5d3b04190fa2: Verifying Checksum [2022-03-15T20:52:12.643Z] 5d3b04190fa2: Download complete [2022-03-15T20:52:12.902Z] 5eb5b503b376: Verifying Checksum [2022-03-15T20:52:12.902Z] 5eb5b503b376: Download complete [2022-03-15T20:52:13.468Z] 2f39f015ded8: Download complete [2022-03-15T20:52:14.034Z] 5eb5b503b376: Pull complete [2022-03-15T20:52:14.294Z] 5c69ac0246d0: Pull complete [2022-03-15T20:52:14.553Z] ec43610c2a17: Pull complete [2022-03-15T20:52:14.553Z] 3a2ae6a8a46f: Pull complete [2022-03-15T20:52:14.813Z] 33b1e0a273af: Pull complete [2022-03-15T20:52:14.813Z] 5d3b04190fa2: Pull complete [2022-03-15T20:52:19.007Z] 2f39f015ded8: Pull complete [2022-03-15T20:52:19.007Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-15T20:52:19.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-15T20:52:19.007Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-15T20:52:19.076Z] prd-ubuntu20.04-docker-8c-8g-7177 does not seem to be running inside a container [2022-03-15T20:52:19.129Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-15T20:52:21.469Z] $ docker top c66eff9f26e2375f8659660e27d9a5884270b3a5cbe3672d1b07258440dc44f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-15T20:52:21.866Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-15T20:52:22.169Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-15T20:52:22.458Z] + ls /var/log/sa-host [2022-03-15T20:52:22.458Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-15T20:52:22.544Z] provisioning config files... [2022-03-15T20:52:22.553Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5797142239244048884tmp [Pipeline] { [Pipeline] echo [2022-03-15T20:52:22.566Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:22.852Z] ---> create-netrc.sh [Pipeline] } [2022-03-15T20:52:22.860Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:23.186Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-15T20:52:23.194Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:23.474Z] ---> sudo-logs.sh [2022-03-15T20:52:23.474Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-15T20:52:23.497Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:23.786Z] ---> job-cost.sh [2022-03-15T20:52:23.786Z] lf-activate-venv: SKIPPING [2022-03-15T20:52:23.786Z] DEBUG: total: 0.10999999940395355 [2022-03-15T20:52:23.786Z] INFO: Retrieving Stack Cost... [2022-03-15T20:52:24.359Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-15T20:52:24.620Z] INFO: Archiving Costs [Pipeline] echo [2022-03-15T20:52:24.634Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-15T20:52:24.920Z] ---> logs-deploy.sh [2022-03-15T20:52:24.920Z] lf-activate-venv: SKIPPING [2022-03-15T20:52:24.920Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3905/2 [2022-03-15T20:52:24.920Z] INFO: archiving workspace using pattern(s): [2022-03-15T20:52:25.862Z] Archives upload complete. [2022-03-15T20:52:25.862Z] INFO: archiving logs to Nexus