Pull request #4044 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from f2dd378c0a82f90a5db666c1f23b999eb6c74a56+155d0ec1f9051a669d1f6c09d665afa8a800203b (638f9fb0c4e3c1434e704f8ffc9220f7e590b311) 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-ssh5864164798671969839.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e2cac8b444d664382c771f5dccbf61e369ddf83e 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-ssh5810445898644548681.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 e2cac8b444d664382c771f5dccbf61e369ddf83e The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4044/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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-4044/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16859630625536514791.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-4044/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12772537658969753970.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e2cac8b444d664382c771f5dccbf61e369ddf83e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e2cac8b444d664382c771f5dccbf61e369ddf83e # timeout=10 Commit message: "Merge pull request #396 from ernestojeda/snyk-enhancements" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh5798241683228624701.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4044/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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-4044/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11485482977265073855.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-923’ Running on prd-ubuntu20.04-docker-8c-8g-926 in /w/workspace/edgexfoundry_edgex-go_PR-4044 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/jakarta commit 155d0ec1f9051a669d1f6c09d665afa8a800203b into PR head commit f2dd378c0a82f90a5db666c1f23b999eb6c74a56 Merge succeeded, producing f2dd378c0a82f90a5db666c1f23b999eb6c74a56 Checking out Revision f2dd378c0a82f90a5db666c1f23b999eb6c74a56 (PR-4044) > 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/4044/head:refs/remotes/origin/PR-4044 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2dd378c0a82f90a5db666c1f23b999eb6c74a56 # 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 155d0ec1f9051a669d1f6c09d665afa8a800203b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2dd378c0a82f90a5db666c1f23b999eb6c74a56 # timeout=10 Commit message: "fix(snap): deploy secrets token into separate mount points (#3826)" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-03T11:56:20.630Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-03T11:56:20.799Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-03T11:56:20.901Z] ========================================================= [2022-06-03T11:56:20.901Z] EdgeX Global Pipelines Version Info [2022-06-03T11:56:20.901Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-03T11:56:21.721Z] ------------------- [2022-06-03T11:56:21.721Z] stable info: [2022-06-03T11:56:21.721Z] ------------------- [2022-06-03T11:56:21.721Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-03T11:56:21.721Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-03T11:56:21.721Z] Message: update stable to v1.0.231 [2022-06-03T11:56:22.294Z] ------------------- [2022-06-03T11:56:22.294Z] experimental info: [2022-06-03T11:56:22.294Z] ------------------- [2022-06-03T11:56:22.294Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-03T11:56:22.294Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-03T11:56:22.294Z] Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-03T11:56:22.687Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-06-03T11:56:22.730Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-06-03T11:56:22.778Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-03T11:56:22.820Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-03T11:56:22.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-03T11:56:22.899Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-03T11:56:22.944Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-03T11:56:22.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-06-03T11:56:23.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-06-03T11:56:23.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-06-03T11:56:23.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-03T11:56:23.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-03T11:56:23.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-03T11:56:23.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-03T11:56:23.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-03T11:56:23.323Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-03T11:56:23.365Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-03T11:56:23.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-03T11:56:23.447Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-06-03T11:56:23.489Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-06-03T11:56:23.538Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-06-03T11:56:23.579Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-03T11:56:23.623Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-03T11:56:23.663Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4044 [Pipeline] echo [2022-06-03T11:56:23.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4044 [Pipeline] echo [2022-06-03T11:56:23.746Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4044 [Pipeline] echo [2022-06-03T11:56:23.791Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [Pipeline] echo [2022-06-03T11:56:23.832Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f2dd378 [Pipeline] echo [2022-06-03T11:56:23.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T11:56:23.998Z] provisioning config files... [2022-06-03T11:56:24.020Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7658866692389631327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T11:56:24.379Z] ---> docker-login.sh [2022-06-03T11:56:24.379Z] nexus3.edgexfoundry.org:10001 [2022-06-03T11:56:24.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T11:56:24.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T11:56:24.640Z] Configure a credential helper to remove this warning. See [2022-06-03T11:56:24.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T11:56:24.640Z] [2022-06-03T11:56:24.640Z] Login Succeeded [2022-06-03T11:56:24.640Z] nexus3.edgexfoundry.org:10002 [2022-06-03T11:56:24.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T11:56:24.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T11:56:24.901Z] Configure a credential helper to remove this warning. See [2022-06-03T11:56:24.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T11:56:24.901Z] [2022-06-03T11:56:24.901Z] Login Succeeded [2022-06-03T11:56:24.901Z] nexus3.edgexfoundry.org:10003 [2022-06-03T11:56:24.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T11:56:24.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T11:56:24.901Z] Configure a credential helper to remove this warning. See [2022-06-03T11:56:24.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T11:56:24.901Z] [2022-06-03T11:56:24.901Z] Login Succeeded [2022-06-03T11:56:24.901Z] nexus3.edgexfoundry.org:10004 [2022-06-03T11:56:25.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T11:56:25.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T11:56:25.166Z] Configure a credential helper to remove this warning. See [2022-06-03T11:56:25.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T11:56:25.166Z] [2022-06-03T11:56:25.166Z] Login Succeeded [2022-06-03T11:56:25.166Z] docker.io [2022-06-03T11:56:25.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T11:56:25.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T11:56:25.740Z] Configure a credential helper to remove this warning. See [2022-06-03T11:56:25.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T11:56:25.740Z] [2022-06-03T11:56:25.740Z] Login Succeeded [2022-06-03T11:56:25.740Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T11:56:25.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T11:56:26.178Z] + 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-06-03T11:56:26.178Z] + + dirname cmd/core-command/Dockerfile [2022-06-03T11:56:26.178Z] cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo core-command,cmd/core-command/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + dirname cmd/core-data/Dockerfile [2022-06-03T11:56:26.178Z] + echo core-data,cmd/core-data/Dockerfile [2022-06-03T11:56:26.178Z] + dirname cmd/core-metadata/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-06-03T11:56:26.178Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-06-03T11:56:26.178Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-06-03T11:56:26.178Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-06-03T11:56:26.178Z] + dirname cmd/support-notifications/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-06-03T11:56:26.178Z] + dirname cmd/support-scheduler/Dockerfile [2022-06-03T11:56:26.178Z] + cut -d/ -f2 [2022-06-03T11:56:26.178Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-06-03T11:56:26.178Z] + + dirnamecut cmd/sys-mgmt-agent/Dockerfile -d/ [2022-06-03T11:56:26.178Z] -f2 [2022-06-03T11:56:26.178Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-06-03T11:56:26.238Z] 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-06-03T11:56:26.736Z] + git rev-list -1 --merges f2dd378c0a82f90a5db666c1f23b999eb6c74a56~1..f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [Pipeline] echo [2022-06-03T11:56:26.770Z] -----------> git rev-list -1 --merges f2dd378c0a82f90a5db666c1f23b999eb6c74a56~1..f2dd378c0a82f90a5db666c1f23b999eb6c74a56 f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [false] [Pipeline] sh [2022-06-03T11:56:27.087Z] + git log --format=format:%s -1 f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [Pipeline] echo [2022-06-03T11:56:27.124Z] ========================================================= [2022-06-03T11:56:27.124Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-03T11:56:27.124Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-06-03T11:56:27.563Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-03T11:56:27.563Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-03T11:56:27.563Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-03T11:56:27.563Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-03T11:56:27.563Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-03T11:56:27.563Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-03T11:56:27.563Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:56:27.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T11:56:27.994Z] [2022-06-03T11:56:27.994Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:56:28.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T11:56:28.373Z] latest: Pulling from edgex-devops/py-git-semver [2022-06-03T11:56:28.373Z] 42c077c10790: Pulling fs layer [2022-06-03T11:56:28.373Z] f63e77b7563a: Pulling fs layer [2022-06-03T11:56:28.373Z] bd5fdadae976: Pulling fs layer [2022-06-03T11:56:28.373Z] 205491f53016: Pulling fs layer [2022-06-03T11:56:28.373Z] df18705c85c3: Pulling fs layer [2022-06-03T11:56:28.373Z] bdb3f477010e: Pulling fs layer [2022-06-03T11:56:28.373Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-03T11:56:28.373Z] 2c6e9b1d212d: Pulling fs layer [2022-06-03T11:56:28.373Z] bdb8f0575790: Pulling fs layer [2022-06-03T11:56:28.373Z] 386e3cb2ff24: Pulling fs layer [2022-06-03T11:56:28.373Z] 2343380bae48: Pulling fs layer [2022-06-03T11:56:28.373Z] 205491f53016: Waiting [2022-06-03T11:56:28.373Z] bdb3f477010e: Waiting [2022-06-03T11:56:28.373Z] c8a8fc8e1c8f: Waiting [2022-06-03T11:56:28.373Z] df18705c85c3: Waiting [2022-06-03T11:56:28.373Z] 2c6e9b1d212d: Waiting [2022-06-03T11:56:28.373Z] 386e3cb2ff24: Waiting [2022-06-03T11:56:28.373Z] bdb8f0575790: Waiting [2022-06-03T11:56:28.373Z] 2343380bae48: Waiting [2022-06-03T11:56:28.373Z] f63e77b7563a: Download complete [2022-06-03T11:56:28.373Z] 205491f53016: Verifying Checksum [2022-06-03T11:56:28.373Z] 205491f53016: Download complete [2022-06-03T11:56:28.635Z] df18705c85c3: Verifying Checksum [2022-06-03T11:56:28.635Z] df18705c85c3: Download complete [2022-06-03T11:56:28.635Z] bd5fdadae976: Verifying Checksum [2022-06-03T11:56:28.635Z] bd5fdadae976: Download complete [2022-06-03T11:56:28.635Z] bdb3f477010e: Verifying Checksum [2022-06-03T11:56:28.635Z] 2c6e9b1d212d: Download complete [2022-06-03T11:56:28.635Z] bdb8f0575790: Download complete [2022-06-03T11:56:28.635Z] 386e3cb2ff24: Verifying Checksum [2022-06-03T11:56:28.635Z] 386e3cb2ff24: Download complete [2022-06-03T11:56:28.635Z] 2343380bae48: Verifying Checksum [2022-06-03T11:56:28.635Z] 2343380bae48: Download complete [2022-06-03T11:56:28.635Z] 42c077c10790: Verifying Checksum [2022-06-03T11:56:28.635Z] 42c077c10790: Download complete [2022-06-03T11:56:28.895Z] c8a8fc8e1c8f: Download complete [2022-06-03T11:56:30.293Z] 42c077c10790: Pull complete [2022-06-03T11:56:30.293Z] f63e77b7563a: Pull complete [2022-06-03T11:56:30.864Z] bd5fdadae976: Pull complete [2022-06-03T11:56:30.864Z] 205491f53016: Pull complete [2022-06-03T11:56:31.125Z] df18705c85c3: Pull complete [2022-06-03T11:56:31.387Z] bdb3f477010e: Pull complete [2022-06-03T11:56:33.295Z] c8a8fc8e1c8f: Pull complete [2022-06-03T11:56:33.295Z] 2c6e9b1d212d: Pull complete [2022-06-03T11:56:33.295Z] bdb8f0575790: Pull complete [2022-06-03T11:56:33.295Z] 386e3cb2ff24: Pull complete [2022-06-03T11:56:33.556Z] 2343380bae48: Pull complete [2022-06-03T11:56:33.556Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-03T11:56:33.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T11:56:33.556Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T11:56:33.821Z] prd-ubuntu20.04-docker-8c-8g-926 does not seem to be running inside a container [2022-06-03T11:56:33.862Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/py-git-semver:latest cat [2022-06-03T11:56:35.388Z] $ docker top e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a -eo pid,comm [2022-06-03T11:56:35.455Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-03T11:56:35.455Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-03T11:56:35.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T11:56:35.570Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T11:56:35.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T11:56:35.708Z] $ docker exec e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a ssh-agent [2022-06-03T11:56:35.836Z] SSH_AUTH_SOCK=/tmp/ssh-b67A6r9VywCB/agent.32 [2022-06-03T11:56:35.836Z] SSH_AGENT_PID=38 [2022-06-03T11:56:35.842Z] Running ssh-add (command line suppressed) [2022-06-03T11:56:35.954Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3946593351877716396.key (/w/workspace/edgex-go/1@tmp/private_key_3946593351877716396.key) [2022-06-03T11:56:35.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T11:56:36.299Z] + git tag --points-at HEAD [Pipeline] } [2022-06-03T11:56:36.324Z] $ docker exec --env ******** --env ******** e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a ssh-agent -k [2022-06-03T11:56:36.446Z] unset SSH_AUTH_SOCK; [2022-06-03T11:56:36.447Z] unset SSH_AGENT_PID; [2022-06-03T11:56:36.447Z] echo Agent pid 38 killed; [2022-06-03T11:56:36.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-03T11:56:36.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T11:56:36.539Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T11:56:36.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T11:56:36.689Z] $ docker exec e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a ssh-agent [2022-06-03T11:56:36.813Z] SSH_AUTH_SOCK=/tmp/ssh-SVVsYGgkkGeh/agent.70 [2022-06-03T11:56:36.813Z] SSH_AGENT_PID=77 [2022-06-03T11:56:36.819Z] Running ssh-add (command line suppressed) [2022-06-03T11:56:36.934Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3993260844999533973.key (/w/workspace/edgex-go/1@tmp/private_key_3993260844999533973.key) [2022-06-03T11:56:36.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T11:56:37.277Z] + git semver init [2022-06-03T11:56:37.540Z] 2022-06-03 11:56:37,495 [run_init] DEBUG init version:0.0.0 force:False [2022-06-03T11:56:37.540Z] 2022-06-03 11:56:37,496 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-06-03T11:56:37.540Z] 2022-06-03 11:56:37,496 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-06-03T11:56:37.540Z] 2022-06-03 11:56:37,496 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,172 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,173 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4044 with force:False [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,173 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4044 [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,177 [execute] INFO git cat-file --batch-check [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,178 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,183 [execute] INFO git cat-file --batch [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,184 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T11:56:42.845Z] 2022-06-03 11:56:42,189 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4044 [2022-06-03T11:56:42.845Z] 0.0.0 [Pipeline] } [2022-06-03T11:56:42.875Z] $ docker exec --env ******** --env ******** e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a ssh-agent -k [2022-06-03T11:56:42.984Z] unset SSH_AUTH_SOCK; [2022-06-03T11:56:42.985Z] unset SSH_AGENT_PID; [2022-06-03T11:56:42.985Z] echo Agent pid 77 killed; [2022-06-03T11:56:42.992Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T11:56:43.397Z] + git semver [Pipeline] } [2022-06-03T11:56:43.687Z] $ docker stop --time=1 e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a [2022-06-03T11:56:45.173Z] $ docker rm -f e0dde84dac54f51a789018253fce62569218c7c6046c62306616efb9ed75c46a [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T11:56:45.585Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-03T11:56:45.912Z] Stashed 1 file(s) [Pipeline] echo [2022-06-03T11:56:45.928Z] [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-06-03T11:56:46.390Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T11:56:46.421Z] ========================================================= [2022-06-03T11:56:46.421Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] [2022-06-03T11:56:46.421Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T11:56:46.764Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T11:56:46.764Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-03T11:56:46.764Z] 59bf1c3509f3: Pulling fs layer [2022-06-03T11:56:46.764Z] 666ba61612fd: Pulling fs layer [2022-06-03T11:56:46.764Z] 8ed8ca486205: Pulling fs layer [2022-06-03T11:56:46.764Z] 4fe6c5a15a65: Pulling fs layer [2022-06-03T11:56:46.764Z] 22a0e8bec74d: Pulling fs layer [2022-06-03T11:56:46.764Z] 812f408151ee: Pulling fs layer [2022-06-03T11:56:46.764Z] bab7bd504b26: Pulling fs layer [2022-06-03T11:56:46.764Z] 070449caade9: Pulling fs layer [2022-06-03T11:56:46.764Z] 8f1a5288e3a6: Pulling fs layer [2022-06-03T11:56:46.764Z] bab7bd504b26: Waiting [2022-06-03T11:56:46.764Z] 4fe6c5a15a65: Waiting [2022-06-03T11:56:46.764Z] 070449caade9: Waiting [2022-06-03T11:56:46.764Z] 22a0e8bec74d: Waiting [2022-06-03T11:56:46.764Z] 8f1a5288e3a6: Waiting [2022-06-03T11:56:46.764Z] 8ed8ca486205: Verifying Checksum [2022-06-03T11:56:46.764Z] 8ed8ca486205: Download complete [2022-06-03T11:56:46.764Z] 666ba61612fd: Verifying Checksum [2022-06-03T11:56:46.764Z] 666ba61612fd: Download complete [2022-06-03T11:56:46.764Z] 22a0e8bec74d: Verifying Checksum [2022-06-03T11:56:46.764Z] 22a0e8bec74d: Download complete [2022-06-03T11:56:46.764Z] 812f408151ee: Download complete [2022-06-03T11:56:46.764Z] bab7bd504b26: Download complete [2022-06-03T11:56:46.764Z] 59bf1c3509f3: Verifying Checksum [2022-06-03T11:56:46.764Z] 59bf1c3509f3: Download complete [2022-06-03T11:56:47.029Z] 070449caade9: Verifying Checksum [2022-06-03T11:56:47.029Z] 070449caade9: Download complete [2022-06-03T11:56:47.029Z] 59bf1c3509f3: Pull complete [2022-06-03T11:56:47.029Z] 666ba61612fd: Pull complete [2022-06-03T11:56:47.294Z] 8ed8ca486205: Pull complete [2022-06-03T11:56:47.558Z] 8f1a5288e3a6: Verifying Checksum [2022-06-03T11:56:47.558Z] 8f1a5288e3a6: Download complete [2022-06-03T11:56:47.558Z] 4fe6c5a15a65: Verifying Checksum [2022-06-03T11:56:47.558Z] 4fe6c5a15a65: Download complete [2022-06-03T11:56:51.750Z] 4fe6c5a15a65: Pull complete [2022-06-03T11:56:51.750Z] 22a0e8bec74d: Pull complete [2022-06-03T11:56:51.750Z] 812f408151ee: Pull complete [2022-06-03T11:56:51.750Z] bab7bd504b26: Pull complete [2022-06-03T11:56:51.750Z] 070449caade9: Pull complete [2022-06-03T11:56:53.665Z] 8f1a5288e3a6: Pull complete [2022-06-03T11:56:53.666Z] Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 [2022-06-03T11:56:53.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T11:56:53.666Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh [2022-06-03T11:56:54.023Z] + echo+ FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T11:56:54.024Z] WORKDIR /edgex [2022-06-03T11:56:54.024Z] COPY go.mod . [2022-06-03T11:56:54.024Z] RUN go mod download [2022-06-03T11:56:54.024Z] docker build -t ci-base-image-x86_64 -f - . [2022-06-03T11:56:55.407Z] Sending build context to Docker daemon 346.4MB [2022-06-03T11:56:55.407Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T11:56:55.407Z] ---> c47586b81864 [2022-06-03T11:56:55.407Z] Step 2/4 : WORKDIR /edgex [2022-06-03T11:56:57.957Z] ---> Running in def231cfa387 [2022-06-03T11:56:57.957Z] Removing intermediate container def231cfa387 [2022-06-03T11:56:57.957Z] ---> c771baddbdf9 [2022-06-03T11:56:57.957Z] Step 3/4 : COPY go.mod . [2022-06-03T11:56:57.957Z] ---> 22ba9a898a75 [2022-06-03T11:56:57.957Z] Step 4/4 : RUN go mod download [2022-06-03T11:56:57.957Z] ---> Running in 4976d83391fe [2022-06-03T11:57:01.205Z] Still waiting to schedule task [2022-06-03T11:57:01.205Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-924’ [2022-06-03T11:57:19.928Z] Removing intermediate container 4976d83391fe [2022-06-03T11:57:19.928Z] ---> f39ffb6bebdc [2022-06-03T11:57:19.928Z] Successfully built f39ffb6bebdc [2022-06-03T11:57:19.928Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:57:20.305Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-03T11:57:20.305Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T11:57:20.462Z] prd-ubuntu20.04-docker-8c-8g-926 does not seem to be running inside a container [2022-06-03T11:57:20.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-06-03T11:57:20.925Z] $ docker top 1a919b150cad8856bc4c039de769770b87dd2c1d2e8c695c8d69e292126f4da0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T11:57:21.329Z] + go version [2022-06-03T11:57:21.329Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-06-03T11:57:21.362Z] $ docker stop --time=1 1a919b150cad8856bc4c039de769770b87dd2c1d2e8c695c8d69e292126f4da0 [2022-06-03T11:57:22.673Z] $ docker rm -f 1a919b150cad8856bc4c039de769770b87dd2c1d2e8c695c8d69e292126f4da0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:57:23.371Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-03T11:57:23.371Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T11:57:23.535Z] prd-ubuntu20.04-docker-8c-8g-926 does not seem to be running inside a container [2022-06-03T11:57:23.651Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-06-03T11:57:24.028Z] $ docker top 30b811de767319e8b468e3ac5869d0049771f28c425ca4a89b091ce5ad3a41f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-03T11:57:24.141Z] ========================================================= [2022-06-03T11:57:24.141Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-03T11:57:24.141Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T11:57:24.475Z] + make test [2022-06-03T11:57:24.475Z] go mod tidy [2022-06-03T11:57:24.475Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-03T11:57:31.052Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-03T11:57:39.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-03T11:57:40.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2022-06-03T11:57:40.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-03T11:57:40.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-03T11:57:40.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements [2022-06-03T11:57:40.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-03T11:57:40.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 44.7% of statements [2022-06-03T11:57:40.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-03T11:57:40.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-03T11:57:40.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.149s coverage: 89.5% of statements [2022-06-03T11:57:40.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-03T11:57:40.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-03T11:57:41.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.088s coverage: 83.8% of statements [2022-06-03T11:57:41.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-03T11:57:41.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-03T11:57:41.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-03T11:57:41.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-03T11:57:41.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-03T11:57:41.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.370s coverage: 94.2% of statements [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-03T11:57:41.460Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.082s coverage: 59.1% of statements [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-03T11:57:41.460Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-03T11:57:41.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.098s coverage: 60.0% of statements [2022-06-03T11:57:41.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-03T11:57:41.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-03T11:57:41.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-03T11:57:41.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.054s coverage: 0.9% of statements [2022-06-03T11:57:41.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-03T11:57:41.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2022-06-03T11:57:41.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.087s coverage: 21.7% of statements [2022-06-03T11:57:41.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-03T11:57:41.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 47.1% of statements [2022-06-03T11:57:42.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 79.5% of statements [2022-06-03T11:57:42.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2022-06-03T11:57:42.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2022-06-03T11:57:42.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2022-06-03T11:57:54.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2022-06-03T11:57:54.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2022-06-03T11:57:55.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.197s coverage: 82.5% of statements [2022-06-03T11:57:55.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 65.1% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 58.8% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.0% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.2% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 64.4% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 65.4% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.8% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.144s coverage: 92.3% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 63.2% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-03T11:58:05.198Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-06-03T11:58:05.198Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-06-03T11:58:05.198Z] 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-06-03T11:58:17.408Z] GO111MODULE=on go vet ./... [2022-06-03T11:58:21.603Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-03T11:58:21.603Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-03T11:58:21.603Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-03T11:58:22.209Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-03T11:58:22.569Z] + go mod tidy [Pipeline] sh [2022-06-03T11:58:22.878Z] + ls -al . [2022-06-03T11:58:22.878Z] total 680 [2022-06-03T11:58:22.878Z] drwxrwxr-x 11 1001 1001 4096 Jun 3 11:58 . [2022-06-03T11:58:22.878Z] drwxr-xr-x 4 root root 4096 Jun 3 11:57 .. [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 11 Jun 3 11:56 .dockerignore [2022-06-03T11:58:22.878Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 11:56 .git [2022-06-03T11:58:22.878Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 11:56 .github [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 797 Jun 3 11:56 .gitignore [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 42 Jun 3 11:56 .golangci.yml [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 76 Jun 3 11:56 .hadolint.yml [2022-06-03T11:58:22.878Z] drwxr-xr-x 3 1001 1001 4096 Jun 3 11:56 .semver [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 166 Jun 3 11:56 .sonarcloud.properties [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 1171 Jun 3 11:56 ADOPTERS.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 8910 Jun 3 11:56 Attribution.txt [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 52201 Jun 3 11:56 CHANGELOG.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 3804 Jun 3 11:56 CONTRIBUTING.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 677 Jun 3 11:56 GOVERNANCE.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 849 Jun 3 11:56 Jenkinsfile [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 10775 Jun 3 11:56 LICENSE [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 6508 Jun 3 11:56 Makefile [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 582 Jun 3 11:56 OWNERS.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 8207 Jun 3 11:56 README.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 6912 Jun 3 11:56 SECURITY.md [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 5 Jun 3 11:56 VERSION [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 4131 Jun 3 11:56 ZMQWindows.md [2022-06-03T11:58:22.878Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 11:56 bin [2022-06-03T11:58:22.878Z] drwxrwxr-x 14 1001 1001 4096 Jun 3 11:56 cmd [2022-06-03T11:58:22.878Z] -rw-r--r-- 1 root root 428658 Jun 3 11:58 coverage.out [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 822 Jun 3 11:58 go.mod [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 49471 Jun 3 11:56 go.sum [2022-06-03T11:58:22.878Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 11:56 internal [2022-06-03T11:58:22.878Z] drwxrwxr-x 3 1001 1001 4096 Jun 3 11:56 openapi [2022-06-03T11:58:22.878Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 11:56 snap [2022-06-03T11:58:22.878Z] drwxrwxr-x 6 1001 1001 4096 Jun 3 11:56 vendor [2022-06-03T11:58:22.878Z] -rw-rw-r-- 1 1001 1001 204 Jun 3 11:56 version.go [Pipeline] sh [2022-06-03T11:58:23.189Z] + '[' -e coverage.out ] [2022-06-03T11:58:23.189Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-03T11:58:23.325Z] Stashed 1 file(s) [Pipeline] sh [2022-06-03T11:58:23.689Z] + make build [2022-06-03T11:58:23.689Z] 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-06-03T11:58:25.071Z] 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-06-03T11:58:30.347Z] 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-06-03T11:58:30.347Z] 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-06-03T11:58:30.918Z] 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-06-03T11:58:31.177Z] 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-06-03T11:58:32.117Z] 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-06-03T11:58:32.687Z] 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-06-03T11:58:33.630Z] 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-06-03T11:58:34.568Z] 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-06-03T11:58:35.136Z] 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-06-03T11:58:35.704Z] 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-06-03T11:58:37.107Z] $ docker stop --time=1 30b811de767319e8b468e3ac5869d0049771f28c425ca4a89b091ce5ad3a41f4 [2022-06-03T11:58:39.086Z] $ docker rm -f 30b811de767319e8b468e3ac5869d0049771f28c425ca4a89b091ce5ad3a41f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:58:40.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T11:58:40.040Z] [2022-06-03T11:58:40.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:58:40.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T11:58:40.411Z] latest: Pulling from edgex-devops/edgex-compose [2022-06-03T11:58:40.411Z] cbdbe7a5bc2a: Pulling fs layer [2022-06-03T11:58:40.411Z] ca9280d653b3: Pulling fs layer [2022-06-03T11:58:40.411Z] 7e9c9ca2126c: Pulling fs layer [2022-06-03T11:58:40.411Z] cbdbe7a5bc2a: Download complete [2022-06-03T11:58:40.671Z] ca9280d653b3: Verifying Checksum [2022-06-03T11:58:40.671Z] ca9280d653b3: Download complete [2022-06-03T11:58:40.671Z] cbdbe7a5bc2a: Pull complete [2022-06-03T11:58:40.928Z] 7e9c9ca2126c: Download complete [2022-06-03T11:58:41.187Z] ca9280d653b3: Pull complete [2022-06-03T11:58:44.478Z] 7e9c9ca2126c: Pull complete [2022-06-03T11:58:44.478Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-06-03T11:58:44.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T11:58:44.479Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T11:58:44.696Z] prd-ubuntu20.04-docker-8c-8g-926 does not seem to be running inside a container [2022-06-03T11:58:44.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-06-03T11:58:46.059Z] $ docker top d8e0e15dab5bbbbf93fddefb5e83d98f4c15d40e0ed6408387259643970224b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T11:58:46.467Z] + docker-compose build --help [2022-06-03T11:58:46.467Z] + grep parallel [2022-06-03T11:58:47.038Z] --parallel Build images in parallel. [Pipeline] } [2022-06-03T11:58:47.083Z] $ docker stop --time=1 d8e0e15dab5bbbbf93fddefb5e83d98f4c15d40e0ed6408387259643970224b0 [2022-06-03T11:58:48.399Z] $ docker rm -f d8e0e15dab5bbbbf93fddefb5e83d98f4c15d40e0ed6408387259643970224b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T11:58:49.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T11:58:49.015Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T11:58:49.178Z] prd-ubuntu20.04-docker-8c-8g-926 does not seem to be running inside a container [2022-06-03T11:58:49.218Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-06-03T11:58:49.571Z] $ docker top 574ca28af61e37872bb6809f7998720e7958ec918dcaf8fb3f68772d981d8cc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T11:58:49.967Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-03T11:58:50.534Z] Building core-command ... [2022-06-03T11:58:50.534Z] Building core-data ... [2022-06-03T11:58:50.534Z] Building core-metadata ... [2022-06-03T11:58:50.534Z] Building security-bootstrapper ... [2022-06-03T11:58:50.534Z] Building security-proxy-setup ... [2022-06-03T11:58:50.534Z] Building security-secretstore-setup ... [2022-06-03T11:58:50.534Z] Building support-notifications ... [2022-06-03T11:58:50.534Z] Building support-scheduler ... [2022-06-03T11:58:50.534Z] Building sys-mgmt-agent ... [2022-06-03T11:58:50.535Z] Building security-secretstore-setup [2022-06-03T11:58:50.535Z] Building sys-mgmt-agent [2022-06-03T11:58:50.535Z] Building core-metadata [2022-06-03T11:58:50.535Z] Building support-notifications [2022-06-03T11:58:50.535Z] Building security-bootstrapper [2022-06-03T11:59:12.472Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T11:59:12.472Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-06-03T11:59:12.472Z] ---> f39ffb6bebdc [2022-06-03T11:59:12.472Z] Step 3/30 : WORKDIR /edgex-go [2022-06-03T11:59:12.472Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T11:59:12.472Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-06-03T11:59:12.472Z] ---> f39ffb6bebdc [2022-06-03T11:59:12.472Z] Step 3/24 : WORKDIR /edgex-go [2022-06-03T11:59:12.472Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T11:59:12.472Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T11:59:12.472Z] ---> f39ffb6bebdc [2022-06-03T11:59:12.472Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T11:59:12.472Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T11:59:12.472Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-06-03T11:59:12.472Z] ---> f39ffb6bebdc [2022-06-03T11:59:12.472Z] Step 3/21 : WORKDIR /edgex-go [2022-06-03T11:59:12.472Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T11:59:12.472Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T11:59:12.472Z] ---> f39ffb6bebdc [2022-06-03T11:59:12.472Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T11:59:12.472Z] ---> Running in cbb357a8441d [2022-06-03T11:59:12.472Z] ---> Running in 9df68102f11d [2022-06-03T11:59:12.472Z] ---> Running in 6297d165763f [2022-06-03T11:59:12.472Z] ---> Running in 5cdb535117ac [2022-06-03T11:59:12.472Z] ---> Running in 528fb25f4ac0 [2022-06-03T11:59:12.472Z] Removing intermediate container 9df68102f11d [2022-06-03T11:59:12.472Z] ---> f23f1441b7e1 [2022-06-03T11:59:12.472Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T11:59:12.472Z] Removing intermediate container 5cdb535117ac [2022-06-03T11:59:12.472Z] ---> eee798ee3f24 [2022-06-03T11:59:12.472Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T11:59:12.472Z] Removing intermediate container cbb357a8441d [2022-06-03T11:59:12.472Z] ---> 4fec247a4158 [2022-06-03T11:59:12.472Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T11:59:12.472Z] Removing intermediate container 528fb25f4ac0 [2022-06-03T11:59:12.472Z] ---> 6fc2b85621ee [2022-06-03T11:59:12.472Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T11:59:12.472Z] Removing intermediate container 6297d165763f [2022-06-03T11:59:12.472Z] ---> ac14eb2d1127 [2022-06-03T11:59:12.472Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T11:59:12.472Z] ---> Running in 1534ff1141d8 [2022-06-03T11:59:12.472Z] ---> Running in 0a169fde2dd7 [2022-06-03T11:59:12.472Z] ---> Running in acc7a085c01e [2022-06-03T11:59:12.472Z] ---> Running in fe54c9bd6207 [2022-06-03T11:59:12.472Z] ---> Running in f3307f10bd45 [2022-06-03T11:59:12.731Z] Removing intermediate container 1534ff1141d8 [2022-06-03T11:59:12.731Z] ---> d61c992868e4 [2022-06-03T11:59:12.731Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-06-03T11:59:12.731Z] ---> Running in eabaa0e7b2ba [2022-06-03T11:59:12.731Z] Removing intermediate container acc7a085c01e [2022-06-03T11:59:12.731Z] ---> 5e347ac13d5b [2022-06-03T11:59:12.731Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T11:59:12.990Z] ---> Running in e5e57375a160 [2022-06-03T11:59:12.990Z] Removing intermediate container 0a169fde2dd7 [2022-06-03T11:59:12.990Z] ---> f2434af26945 [2022-06-03T11:59:12.990Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-06-03T11:59:12.990Z] ---> Running in 6f0e65dbcb19 [2022-06-03T11:59:13.249Z] Removing intermediate container fe54c9bd6207 [2022-06-03T11:59:13.249Z] ---> 1e615b62484c [2022-06-03T11:59:13.249Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-06-03T11:59:13.249Z] ---> Running in 0dbdfd7a9fae [2022-06-03T11:59:13.249Z] Removing intermediate container f3307f10bd45 [2022-06-03T11:59:13.249Z] ---> 9568837b45d9 [2022-06-03T11:59:13.249Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-03T11:59:13.249Z] ---> Running in cb0b6cf3a17f [2022-06-03T11:59:13.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:13.509Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:13.509Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:13.770Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:13.770Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:14.030Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:14.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:14.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:14.291Z] OK: 221 MiB in 52 packages [2022-06-03T11:59:14.552Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:14.552Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:14.552Z] OK: 221 MiB in 52 packages [2022-06-03T11:59:14.552Z] OK: 221 MiB in 52 packages [2022-06-03T11:59:14.813Z] Removing intermediate container eabaa0e7b2ba [2022-06-03T11:59:14.813Z] ---> 714ef6ad0b5f [2022-06-03T11:59:14.813Z] Step 6/22 : COPY . . [2022-06-03T11:59:14.813Z] OK: 221 MiB in 52 packages [2022-06-03T11:59:14.813Z] OK: 221 MiB in 52 packages [2022-06-03T11:59:16.193Z] Removing intermediate container e5e57375a160 [2022-06-03T11:59:16.193Z] ---> bc3ac0119ebf [2022-06-03T11:59:16.193Z] Step 6/22 : COPY . . [2022-06-03T11:59:16.193Z] Removing intermediate container 6f0e65dbcb19 [2022-06-03T11:59:16.193Z] ---> e2f07d6b13e3 [2022-06-03T11:59:16.193Z] Step 6/30 : COPY . . [2022-06-03T11:59:16.762Z] Removing intermediate container cb0b6cf3a17f [2022-06-03T11:59:16.762Z] ---> a0da7465b077 [2022-06-03T11:59:16.762Z] Step 6/21 : COPY . . [2022-06-03T11:59:16.762Z] Removing intermediate container 0dbdfd7a9fae [2022-06-03T11:59:16.762Z] ---> a34080a8f497 [2022-06-03T11:59:16.762Z] Step 6/24 : COPY . . [2022-06-03T11:59:24.881Z] ---> 50b0dd0d0def [2022-06-03T11:59:24.881Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T11:59:24.881Z] ---> b76b717da73e [2022-06-03T11:59:24.881Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T11:59:24.881Z] ---> bc20ce00fa9a [2022-06-03T11:59:24.881Z] ---> c6f3ce890333 [2022-06-03T11:59:24.881Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T11:59:24.881Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 3a0b396d125c [2022-06-03T11:59:24.881Z] [2022-06-03T11:59:24.881Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T11:59:24.881Z] ---> Running in d14d9b8c5d00 [2022-06-03T11:59:24.881Z] ---> Running in 655425e2378d [2022-06-03T11:59:24.881Z] ---> Running in d7c799baa5b7 [2022-06-03T11:59:24.881Z] ---> Running in 5ad6f7ec1671 [2022-06-03T11:59:24.881Z] ---> Running in 98caa36db250 [2022-06-03T11:59:24.881Z] skipping... [2022-06-03T11:59:25.141Z] skipping... [2022-06-03T11:59:25.401Z] skipping... [2022-06-03T11:59:25.401Z] Removing intermediate container d14d9b8c5d00 [2022-06-03T11:59:25.401Z] ---> a3953bc416bc [2022-06-03T11:59:25.401Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-06-03T11:59:25.401Z] ---> Running in f34677c507bd [2022-06-03T11:59:25.663Z] skipping... [2022-06-03T11:59:25.663Z] Removing intermediate container d7c799baa5b7 [2022-06-03T11:59:25.663Z] ---> 27b16eccc072 [2022-06-03T11:59:25.663Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-03T11:59:25.663Z] ---> Running in 00d4072082ba [2022-06-03T11:59:25.663Z] Removing intermediate container 655425e2378d [2022-06-03T11:59:25.663Z] ---> 86bf72be872e [2022-06-03T11:59:25.663Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-03T11:59:25.922Z] skipping... [2022-06-03T11:59:25.922Z] ---> Running in 79a27b22950b [2022-06-03T11:59:25.922Z] Removing intermediate container 5ad6f7ec1671 [2022-06-03T11:59:25.922Z] ---> e4a5fb510f98 [2022-06-03T11:59:25.922Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-03T11:59:25.922Z] ---> Running in 7533f86f740c [2022-06-03T11:59:26.181Z] Removing intermediate container 98caa36db250 [2022-06-03T11:59:26.181Z] ---> 729cb2ef9300 [2022-06-03T11:59:26.181Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-06-03T11:59:26.181Z] ---> Running in eb453e7d144f [2022-06-03T11:59:26.181Z] 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-06-03T11:59:26.443Z] 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-06-03T11:59:26.443Z] 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-06-03T11:59:26.702Z] 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-06-03T11:59:26.961Z] 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-06-03T11:59:39.167Z] 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-06-03T11:59:41.072Z] Removing intermediate container 79a27b22950b [2022-06-03T11:59:41.072Z] ---> 1a7fdf75a6bc [2022-06-03T11:59:41.072Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-03T11:59:41.072Z] ---> Running in 23c6d787a5e3 [2022-06-03T11:59:41.072Z] Removing intermediate container 7533f86f740c [2022-06-03T11:59:41.072Z] ---> 31c2414cfcf7 [2022-06-03T11:59:41.072Z] [2022-06-03T11:59:41.072Z] Step 9/24 : FROM alpine:3.14 [2022-06-03T11:59:41.072Z] Removing intermediate container f34677c507bd [2022-06-03T11:59:41.072Z] ---> 111eadab10e0 [2022-06-03T11:59:41.072Z] [2022-06-03T11:59:41.072Z] Step 9/21 : FROM alpine:3.14 [2022-06-03T11:59:41.072Z] Removing intermediate container 00d4072082ba [2022-06-03T11:59:41.072Z] ---> 70ef76b43934 [2022-06-03T11:59:41.072Z] [2022-06-03T11:59:41.072Z] Step 9/30 : FROM alpine:3.14 [2022-06-03T11:59:41.072Z] Removing intermediate container eb453e7d144f [2022-06-03T11:59:41.072Z] ---> 224632739b33 [2022-06-03T11:59:41.072Z] [2022-06-03T11:59:41.072Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T11:59:41.332Z] 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-06-03T11:59:41.901Z] 3.14: Pulling from library/alpine [2022-06-03T11:59:42.470Z] 3.14: Pulling from library/alpine [2022-06-03T11:59:43.042Z] 3.14: Pulling from library/alpine [2022-06-03T11:59:43.042Z] 3.14: Pulling from library/alpine [2022-06-03T11:59:43.677Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-928 in /w/workspace/edgexfoundry_edgex-go_PR-4044 [Pipeline] { [Pipeline] ws [2022-06-03T11:59:43.718Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-06-03T11:59:43.804Z] The recommended git tool is: git [2022-06-03T11:59:43.982Z] Removing intermediate container 23c6d787a5e3 [2022-06-03T11:59:43.983Z] ---> 8a7affa95c77 [2022-06-03T11:59:43.983Z] [2022-06-03T11:59:43.983Z] Step 10/22 : FROM docker:20.10.8 [2022-06-03T11:59:44.552Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T11:59:44.552Z] Status: Downloaded newer image for alpine:3.14 [2022-06-03T11:59:44.552Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T11:59:44.552Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T11:59:44.552Z] Status: Image is up to date for alpine:3.14 [2022-06-03T11:59:44.552Z] Status: Image is up to date for alpine:3.14 [2022-06-03T11:59:44.552Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T11:59:44.552Z] Status: Image is up to date for alpine:3.14 [2022-06-03T11:59:44.552Z] ---> e04c818066af [2022-06-03T11:59:44.552Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T11:59:44.552Z] ---> e04c818066af [2022-06-03T11:59:44.552Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-03T11:59:44.552Z] ---> e04c818066af [2022-06-03T11:59:44.552Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-03T11:59:44.552Z] ---> e04c818066af [2022-06-03T11:59:44.552Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-03T11:59:44.821Z] 20.10.8: Pulling from library/docker [2022-06-03T11:59:44.821Z] ---> Running in f5a5246bb259 [2022-06-03T11:59:44.821Z] ---> Running in faabd69abbef [2022-06-03T11:59:44.821Z] ---> Running in 1763c7987c68 [2022-06-03T11:59:44.821Z] ---> Running in 15d669fa8fb2 [2022-06-03T11:59:44.821Z] Removing intermediate container 1763c7987c68 [2022-06-03T11:59:44.821Z] ---> 5c974aa587b4 [2022-06-03T11:59:44.821Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-03T11:59:45.081Z] ---> Running in 80247acd88c8 [2022-06-03T11:59:45.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.603Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-03T11:59:45.603Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T11:59:45.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.603Z] OK: 6 MiB in 15 packages [2022-06-03T11:59:45.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.603Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-03T11:59:45.603Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-03T11:59:45.603Z] (3/3) Installing su-exec (0.2-r1) [2022-06-03T11:59:45.603Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T11:59:45.603Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:45.603Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T11:59:45.603Z] OK: 6 MiB in 17 packages [2022-06-03T11:59:45.861Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-03T11:59:45.861Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-03T11:59:45.861Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T11:59:45.861Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T11:59:45.861Z] OK: 6 MiB in 16 packages [2022-06-03T11:59:45.861Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-03T11:59:45.861Z] (2/2) Installing su-exec (0.2-r1) [2022-06-03T11:59:45.861Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T11:59:45.861Z] OK: 6 MiB in 16 packages [2022-06-03T11:59:46.817Z] Removing intermediate container f5a5246bb259 [2022-06-03T11:59:46.817Z] ---> cc27cea7ade1 [2022-06-03T11:59:46.817Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T11:59:46.817Z] ---> Running in 824366e4ac6a [2022-06-03T11:59:46.817Z] Removing intermediate container faabd69abbef [2022-06-03T11:59:46.817Z] ---> cd33950c04b1 [2022-06-03T11:59:46.817Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T11:59:47.089Z] ---> Running in 8e30295d94c4 [2022-06-03T11:59:47.089Z] Removing intermediate container 80247acd88c8 [2022-06-03T11:59:47.089Z] ---> 19b9d8b109e1 [2022-06-03T11:59:47.089Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-03T11:59:47.348Z] Removing intermediate container 824366e4ac6a [2022-06-03T11:59:47.348Z] ---> fc3589df4c82 [2022-06-03T11:59:47.348Z] Step 12/22 : ENV APP_PORT=59881 [2022-06-03T11:59:47.348Z] Removing intermediate container 8e30295d94c4 [2022-06-03T11:59:47.348Z] ---> 3d0cff7fcd7b [2022-06-03T11:59:47.348Z] Step 12/24 : WORKDIR / [2022-06-03T11:59:47.348Z] ---> Running in 8f74785cbc56 [2022-06-03T11:59:47.348Z] ---> Running in 0978840ed620 [2022-06-03T11:59:47.348Z] Removing intermediate container 15d669fa8fb2 [2022-06-03T11:59:47.348Z] ---> 93d05663f880 [2022-06-03T11:59:47.348Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T11:59:47.348Z] ---> Running in 1c6703942dc6 [2022-06-03T11:59:47.607Z] ---> Running in 468d3bdbe922 [2022-06-03T11:59:47.607Z] Removing intermediate container 8f74785cbc56 [2022-06-03T11:59:47.607Z] ---> 3aec2ce97fd5 [2022-06-03T11:59:47.607Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-03T11:59:47.607Z] Removing intermediate container 0978840ed620 [2022-06-03T11:59:47.607Z] ---> 546f29421fcf [2022-06-03T11:59:47.607Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T11:59:47.866Z] Removing intermediate container 1c6703942dc6 [2022-06-03T11:59:47.866Z] ---> 212367e7402b [2022-06-03T11:59:47.866Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-06-03T11:59:47.866Z] ---> Running in 94382c2d9e2b [2022-06-03T11:59:47.866Z] ---> Running in 6d8db9b10767 [2022-06-03T11:59:47.866Z] Removing intermediate container 468d3bdbe922 [2022-06-03T11:59:47.866Z] ---> 8681c6179bc8 [2022-06-03T11:59:47.866Z] Step 12/21 : ENV APP_PORT=59860 [2022-06-03T11:59:48.132Z] ---> Running in da017b188e7b [2022-06-03T11:59:48.132Z] ---> 2311114337b9 [2022-06-03T11:59:48.132Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-06-03T11:59:48.132Z] Removing intermediate container 6d8db9b10767 [2022-06-03T11:59:48.132Z] ---> fe2d946efad9 [2022-06-03T11:59:48.132Z] Step 14/22 : WORKDIR / [2022-06-03T11:59:48.132Z] Removing intermediate container 94382c2d9e2b [2022-06-03T11:59:48.132Z] ---> Running in 6daf9b1958d1 [2022-06-03T11:59:48.132Z] ---> bd1894d8ae4c [2022-06-03T11:59:48.132Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-03T11:59:48.132Z] Removing intermediate container da017b188e7b [2022-06-03T11:59:48.132Z] ---> e5a57db078b2 [2022-06-03T11:59:48.132Z] Step 13/21 : EXPOSE $APP_PORT [2022-06-03T11:59:48.132Z] ---> Running in df18803da798 [2022-06-03T11:59:48.391Z] ---> Running in 9d5ad8ca7425 [2022-06-03T11:59:48.391Z] ---> 0cefe1cbb905 [2022-06-03T11:59:48.391Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-03T11:59:48.391Z] Removing intermediate container 6daf9b1958d1 [2022-06-03T11:59:48.391Z] ---> 6b63ce4e32bb [2022-06-03T11:59:48.391Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T11:59:48.391Z] Removing intermediate container 9d5ad8ca7425 [2022-06-03T11:59:48.391Z] ---> 7a3c86d9a282 [2022-06-03T11:59:48.391Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T11:59:48.391Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2022-06-03T11:59:48.391Z] Status: Downloaded newer image for docker:20.10.8 [2022-06-03T11:59:48.391Z] ---> bc6c0ffef665 [2022-06-03T11:59:48.391Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-06-03T11:59:48.651Z] ---> Running in cc64b06403b6 [2022-06-03T11:59:48.651Z] ---> a5fa36eeee45 [2022-06-03T11:59:48.651Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-06-03T11:59:48.651Z] ---> bf3788221a2c [2022-06-03T11:59:48.651Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-03T11:59:48.651Z] ---> 15abffe0e458 [2022-06-03T11:59:48.651Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-03T11:59:48.651Z] Removing intermediate container cc64b06403b6 [2022-06-03T11:59:48.651Z] ---> a1601340dd7f [2022-06-03T11:59:48.651Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-06-03T11:59:48.911Z] ---> fea177f52d03 [2022-06-03T11:59:48.911Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-03T11:59:48.911Z] ---> Running in 91b5978c2927 [2022-06-03T11:59:49.169Z] ---> 0826633a6245 [2022-06-03T11:59:49.169Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-03T11:59:49.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:49.169Z] Removing intermediate container df18803da798 [2022-06-03T11:59:49.169Z] ---> f73282f70f21 [2022-06-03T11:59:49.169Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-03T11:59:49.169Z] ---> defc95b80105 [2022-06-03T11:59:49.169Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-03T11:59:49.169Z] ---> 4d43f437c3b9 [2022-06-03T11:59:49.169Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-03T11:59:49.169Z] ---> Running in 4381650ba3af [2022-06-03T11:59:49.428Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T11:59:49.428Z] ---> 2e6239698dbf [2022-06-03T11:59:49.428Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-06-03T11:59:49.428Z] (1/42) Installing readline (8.1.0-r0) [2022-06-03T11:59:49.428Z] (2/42) Installing bash (5.1.16-r0) [2022-06-03T11:59:49.428Z] Executing bash-5.1.16-r0.post-install [2022-06-03T11:59:49.428Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-06-03T11:59:49.428Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T11:59:49.687Z] (5/42) Installing libcurl (7.79.1-r1) [2022-06-03T11:59:49.687Z] Removing intermediate container 4381650ba3af [2022-06-03T11:59:49.687Z] ---> f55e28108d2b [2022-06-03T11:59:49.687Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-03T11:59:49.687Z] (6/42) Installing curl (7.79.1-r1) [2022-06-03T11:59:49.687Z] ---> Running in 4d564487cbe1 [2022-06-03T11:59:49.687Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-06-03T11:59:49.687Z] ---> 0da21792d20d [2022-06-03T11:59:49.687Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-06-03T11:59:49.687Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-06-03T11:59:49.687Z] (9/42) Installing expat (2.4.7-r0) [2022-06-03T11:59:49.687Z] (10/42) Installing libffi (3.3-r2) [2022-06-03T11:59:49.687Z] (11/42) Installing gdbm (1.19-r0) [2022-06-03T11:59:49.687Z] (12/42) Installing xz-libs (5.2.5-r1) [2022-06-03T11:59:49.687Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T11:59:49.687Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T11:59:49.687Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-06-03T11:59:49.687Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-06-03T11:59:49.687Z] ---> Running in c53ff490f931 [2022-06-03T11:59:49.687Z] (17/42) Installing python3 (3.9.5-r2) [2022-06-03T11:59:49.687Z] ---> ed5a4790067b [2022-06-03T11:59:49.687Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-03T11:59:49.687Z] Removing intermediate container 4d564487cbe1 [2022-06-03T11:59:49.687Z] ---> bb62df7c180b [2022-06-03T11:59:49.687Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T11:59:50.259Z] ---> bab10ef77168 [2022-06-03T11:59:50.259Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-03T11:59:50.259Z] ---> Running in ef66dfff6b98 [2022-06-03T11:59:50.259Z] Removing intermediate container c53ff490f931 [2022-06-03T11:59:50.259Z] ---> 36ffee35e92c [2022-06-03T11:59:50.259Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T11:59:50.259Z] ---> e64cfc02f878 [2022-06-03T11:59:50.259Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-06-03T11:59:50.259Z] ---> Running in b47e98b07bbf [2022-06-03T11:59:50.259Z] ---> Running in d4a27e4e09e9 [2022-06-03T11:59:50.518Z] ---> Running in f6477e65ab8c [2022-06-03T11:59:50.518Z] Removing intermediate container ef66dfff6b98 [2022-06-03T11:59:50.518Z] ---> f18421657c67 [2022-06-03T11:59:50.518Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T11:59:50.518Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-06-03T11:59:50.518Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-06-03T11:59:50.518Z] (20/42) Installing py3-idna (3.2-r0) [2022-06-03T11:59:50.518Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-06-03T11:59:50.518Z] Removing intermediate container b47e98b07bbf [2022-06-03T11:59:50.518Z] ---> 0a8b43b5f99f [2022-06-03T11:59:50.518Z] Step 19/21 : LABEL arch=x86_64 [2022-06-03T11:59:50.518Z] ---> Running in af8200cd8f1d [2022-06-03T11:59:50.518Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-06-03T11:59:50.518Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-06-03T11:59:50.518Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-06-03T11:59:50.518Z] ---> Running in 59a4477b3c57 [2022-06-03T11:59:50.518Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-06-03T11:59:50.518Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-06-03T11:59:50.518Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-06-03T11:59:50.518Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-06-03T11:59:50.518Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-06-03T11:59:50.747Z] using credential edgex-jenkins-ssh [2022-06-03T11:59:50.765Z] Cloning the remote Git repository [2022-06-03T11:59:50.778Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-06-03T11:59:50.778Z] (31/42) Installing py3-six (1.15.0-r1) [2022-06-03T11:59:50.778Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-06-03T11:59:50.778Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-06-03T11:59:50.778Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-06-03T11:59:50.778Z] Removing intermediate container af8200cd8f1d [2022-06-03T11:59:50.778Z] ---> e4a86463ad80 [2022-06-03T11:59:50.778Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T11:59:50.778Z] (35/42) Installing py3-packaging (20.9-r1) [2022-06-03T11:59:50.778Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-06-03T11:59:50.778Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-06-03T11:59:50.778Z] (38/42) Installing py3-progress (1.5-r2) [2022-06-03T11:59:50.778Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-06-03T11:59:50.778Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-06-03T11:59:50.778Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-06-03T11:59:50.778Z] Removing intermediate container 59a4477b3c57 [2022-06-03T11:59:50.778Z] ---> c1e9b9b81076 [2022-06-03T11:59:50.778Z] Step 20/21 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T11:59:50.778Z] ---> Running in bd3ddd80c47b [2022-06-03T11:59:50.778Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-06-03T11:59:50.778Z] ---> Running in 80f248aabcd5 [2022-06-03T11:59:51.044Z] Removing intermediate container bd3ddd80c47b [2022-06-03T11:59:51.044Z] ---> e6bad317487b [2022-06-03T11:59:51.044Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T11:59:51.044Z] Executing busybox-1.33.1-r3.trigger [2022-06-03T11:59:51.044Z] OK: 84 MiB in 64 packages [2022-06-03T11:59:51.044Z] Removing intermediate container 80f248aabcd5 [2022-06-03T11:59:51.044Z] ---> c537018d2002 [2022-06-03T11:59:51.044Z] Step 21/21 : LABEL version=0.0.0 [2022-06-03T11:59:51.044Z] ---> Running in 263f153058a9 [2022-06-03T11:59:51.044Z] ---> Running in 9cfc66e0be5a [2022-06-03T11:59:51.614Z] Removing intermediate container d4a27e4e09e9 [2022-06-03T11:59:51.614Z] ---> f8ae080ccf90 [2022-06-03T11:59:51.614Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T11:59:51.614Z] Removing intermediate container 263f153058a9 [2022-06-03T11:59:51.614Z] ---> c3560aec8f2b [2022-06-03T11:59:51.614Z] [2022-06-03T11:59:51.614Z] Removing intermediate container 9cfc66e0be5a [2022-06-03T11:59:51.614Z] ---> c639626ca949 [2022-06-03T11:59:51.614Z] [2022-06-03T11:59:50.828Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-03T11:59:50.910Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-03T11:59:50.999Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T11:59:51.001Z] > git --version # timeout=10 [2022-06-03T11:59:51.022Z] > git --version # 'git version 2.25.1' [2022-06-03T11:59:51.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T11:59:51.204Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T11:59:51.874Z] Successfully built c3560aec8f2b [2022-06-03T11:59:51.874Z] Successfully tagged core-metadata:latest [2022-06-03T11:59:51.874Z]  Building core-metadata ... done Building core-command [2022-06-03T11:59:51.874Z] Successfully built c639626ca949 [2022-06-03T11:59:51.874Z] Removing intermediate container f6477e65ab8c [2022-06-03T11:59:51.874Z] ---> ef6b4a0cb00a [2022-06-03T11:59:51.874Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-06-03T11:59:52.134Z] Successfully tagged support-notifications:latest [2022-06-03T11:59:52.134Z]  Building support-notifications ... done Building core-data [2022-06-03T11:59:52.134Z] ---> d63fb12c6751 [2022-06-03T11:59:52.134Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-03T11:59:52.134Z] ---> Running in 8d3614aa58f0 [2022-06-03T11:59:52.134Z] Collecting docker-compose==1.23.2 [2022-06-03T11:59:52.134Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-03T11:59:52.134Z] Collecting texttable<0.10,>=0.9.0 [2022-06-03T11:59:52.134Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-03T11:59:53.072Z] Collecting PyYAML<4,>=3.10 [2022-06-03T11:59:53.072Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-03T11:59:53.072Z] Removing intermediate container 8d3614aa58f0 [2022-06-03T11:59:53.072Z] ---> c92e5b8c484f [2022-06-03T11:59:53.072Z] Step 22/24 : LABEL arch=x86_64 [2022-06-03T11:59:53.643Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-03T11:59:53.643Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-03T11:59:53.643Z] Collecting docker<4.0,>=3.6.0 [2022-06-03T11:59:53.643Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-03T11:59:53.905Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-03T11:59:53.905Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-03T11:59:53.905Z] Collecting jsonschema<3,>=2.5.1 [2022-06-03T11:59:53.905Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-03T11:59:53.905Z] Collecting docopt<0.7,>=0.6.1 [2022-06-03T11:59:53.905Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-03T11:59:54.167Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-03T11:59:54.431Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-03T11:59:55.000Z] ---> bce1b7162710 [2022-06-03T11:59:55.000Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-03T11:59:55.000Z] Collecting cached-property<2,>=1.2.0 [2022-06-03T11:59:55.000Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-03T11:59:55.000Z] ---> Running in 0fdb76a29004 [2022-06-03T11:59:55.000Z] 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-06-03T11:59:55.000Z] Collecting docker-pycreds>=0.4.0 [2022-06-03T11:59:55.000Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-03T11:59:55.000Z] Removing intermediate container 0fdb76a29004 [2022-06-03T11:59:55.000Z] ---> d3b816ad3600 [2022-06-03T11:59:55.000Z] Step 23/24 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T11:59:55.000Z] ---> 7a5ae2021945 [2022-06-03T11:59:55.000Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-03T11:59:55.000Z] Collecting idna<2.8,>=2.5 [2022-06-03T11:59:55.000Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-03T11:59:55.000Z] ---> Running in f7a688e5582d [2022-06-03T11:59:55.263Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-03T11:59:55.263Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-03T11:59:55.263Z] 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-06-03T11:59:55.263Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-03T11:59:55.263Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-03T11:59:55.263Z] Removing intermediate container f7a688e5582d [2022-06-03T11:59:55.263Z] ---> 4faa5f62347e [2022-06-03T11:59:55.263Z] Step 24/24 : LABEL version=0.0.0 [2022-06-03T11:59:55.263Z] ---> 6ccbc29327ee [2022-06-03T11:59:55.263Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-03T11:59:55.263Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-03T11:59:55.263Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-03T11:59:55.263Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-03T11:59:55.263Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-03T11:59:55.263Z] ---> Running in cd0f7c89243a [2022-06-03T11:59:55.592Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-03T11:59:55.592Z] Attempting uninstall: urllib3 [2022-06-03T11:59:55.592Z] Found existing installation: urllib3 1.26.5 [2022-06-03T11:59:55.592Z] Uninstalling urllib3-1.26.5: [2022-06-03T11:59:55.592Z] Successfully uninstalled urllib3-1.26.5 [2022-06-03T11:59:55.592Z] ---> c4a51dfc60a9 [2022-06-03T11:59:55.592Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-06-03T11:59:55.592Z] Removing intermediate container cd0f7c89243a [2022-06-03T11:59:55.592Z] ---> 84652109a653 [2022-06-03T11:59:55.592Z] [2022-06-03T11:59:55.851Z] ---> Running in cff65482c1fb [2022-06-03T11:59:55.851Z] Attempting uninstall: idna [2022-06-03T11:59:55.851Z] Found existing installation: idna 3.2 [2022-06-03T11:59:55.851Z] Uninstalling idna-3.2: [2022-06-03T11:59:55.851Z] Successfully uninstalled idna-3.2 [2022-06-03T11:59:55.851Z] Successfully built 84652109a653 [2022-06-03T11:59:55.851Z] Successfully tagged security-secretstore-setup:latest [2022-06-03T11:59:55.851Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2022-06-03T11:59:56.111Z] Attempting uninstall: chardet [2022-06-03T11:59:56.111Z] Found existing installation: chardet 4.0.0 [2022-06-03T11:59:56.111Z] Uninstalling chardet-4.0.0: [2022-06-03T11:59:56.111Z] Removing intermediate container cff65482c1fb [2022-06-03T11:59:56.111Z] ---> adaba351b6d5 [2022-06-03T11:59:56.111Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-03T11:59:56.111Z] Successfully uninstalled chardet-4.0.0 [2022-06-03T11:59:57.069Z] Attempting uninstall: requests [2022-06-03T11:59:57.069Z] Found existing installation: requests 2.25.1 [2022-06-03T11:59:57.069Z] Uninstalling requests-2.25.1: [2022-06-03T11:59:57.069Z] Successfully uninstalled requests-2.25.1 [2022-06-03T11:59:58.005Z] Running setup.py install for texttable: started [2022-06-03T11:59:58.005Z] ---> 0c3a742a0139 [2022-06-03T11:59:58.005Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-06-03T11:59:58.265Z] ---> Running in 264c9dc65b63 [2022-06-03T11:59:58.265Z] Running setup.py install for texttable: finished with status 'done' [2022-06-03T11:59:58.265Z] Running setup.py install for PyYAML: started [2022-06-03T11:59:58.524Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-03T11:59:58.784Z] Running setup.py install for docopt: started [2022-06-03T11:59:59.043Z] Running setup.py install for docopt: finished with status 'done' [2022-06-03T11:59:59.043Z] Running setup.py install for dockerpty: started [2022-06-03T11:59:59.616Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-03T11:59:59.616Z] Removing intermediate container 264c9dc65b63 [2022-06-03T11:59:59.616Z] ---> 22ce25dbed7c [2022-06-03T11:59:59.616Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-03T11:59:59.616Z] ---> Running in 51927a86f252 [2022-06-03T11:59:59.875Z] Removing intermediate container 51927a86f252 [2022-06-03T11:59:59.875Z] ---> 277ed6c47533 [2022-06-03T11:59:59.875Z] Step 27/30 : CMD ["gate"] [2022-06-03T12:00:00.135Z] ---> Running in bffecf0f0f3f [2022-06-03T12:00:00.135Z] 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-06-03T12:00:00.396Z] Removing intermediate container bffecf0f0f3f [2022-06-03T12:00:00.396Z] ---> b6417f2fdb82 [2022-06-03T12:00:00.396Z] Step 28/30 : LABEL arch=x86_64 [2022-06-03T12:00:00.653Z] ---> Running in 2e88d6834983 [2022-06-03T12:00:01.225Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:00:01.225Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:00:01.225Z] ---> f39ffb6bebdc [2022-06-03T12:00:01.225Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T12:00:01.225Z] ---> Using cache [2022-06-03T12:00:01.225Z] ---> ac14eb2d1127 [2022-06-03T12:00:01.225Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:00:01.225Z] ---> Using cache [2022-06-03T12:00:01.225Z] ---> 1e615b62484c [2022-06-03T12:00:01.225Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-03T12:00:01.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:00:01.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:00:01.488Z] ---> f39ffb6bebdc [2022-06-03T12:00:01.488Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T12:00:01.488Z] ---> Using cache [2022-06-03T12:00:01.488Z] ---> ac14eb2d1127 [2022-06-03T12:00:01.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:00:01.488Z] ---> Using cache [2022-06-03T12:00:01.488Z] ---> 1e615b62484c [2022-06-03T12:00:01.488Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T12:00:01.488Z] ---> Using cache [2022-06-03T12:00:01.488Z] ---> a34080a8f497 [2022-06-03T12:00:01.488Z] Step 6/22 : COPY . . [2022-06-03T12:00:01.488Z] ---> Running in e7b2928bfab4 [2022-06-03T12:00:01.488Z] Removing intermediate container 2e88d6834983 [2022-06-03T12:00:01.488Z] ---> 8449dbc2f87a [2022-06-03T12:00:01.488Z] Step 29/30 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:01.488Z] ---> Using cache [2022-06-03T12:00:01.488Z] ---> 3a0b396d125c [2022-06-03T12:00:01.488Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:00:01.488Z] ---> Using cache [2022-06-03T12:00:01.488Z] ---> e4a5fb510f98 [2022-06-03T12:00:01.488Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-06-03T12:00:02.069Z] ---> Running in 6dfe463aeafb [2022-06-03T12:00:02.069Z] ---> Running in 3414a249a6b5 [2022-06-03T12:00:02.330Z] Removing intermediate container 3414a249a6b5 [2022-06-03T12:00:02.330Z] ---> d0aa8de326b0 [2022-06-03T12:00:02.330Z] Step 30/30 : LABEL version=0.0.0 [2022-06-03T12:00:02.330Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T12:00:02.330Z] 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-06-03T12:00:02.592Z] ---> Running in e0657a3ddce7 [2022-06-03T12:00:02.850Z] Removing intermediate container e0657a3ddce7 [2022-06-03T12:00:02.850Z] ---> 946b63839a91 [2022-06-03T12:00:02.850Z] [2022-06-03T12:00:03.112Z] Successfully built 946b63839a91 [2022-06-03T12:00:03.112Z] Successfully tagged security-bootstrapper:latest [2022-06-03T12:00:03.112Z]  Building security-bootstrapper ... done Building support-scheduler [2022-06-03T12:00:03.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T12:00:03.677Z] OK: 221 MiB in 52 packages [2022-06-03T12:00:03.677Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:00:03.677Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:00:03.677Z] ---> f39ffb6bebdc [2022-06-03T12:00:03.677Z] Step 3/20 : WORKDIR /edgex-go [2022-06-03T12:00:03.677Z] ---> Using cache [2022-06-03T12:00:03.677Z] ---> ac14eb2d1127 [2022-06-03T12:00:03.677Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:00:03.677Z] ---> Using cache [2022-06-03T12:00:03.677Z] ---> 1e615b62484c [2022-06-03T12:00:03.677Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-06-03T12:00:03.677Z] ---> Using cache [2022-06-03T12:00:03.677Z] ---> a34080a8f497 [2022-06-03T12:00:03.677Z] Step 6/20 : COPY . . [2022-06-03T12:00:03.677Z] ---> Using cache [2022-06-03T12:00:03.677Z] ---> 3a0b396d125c [2022-06-03T12:00:03.677Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:00:03.677Z] ---> Using cache [2022-06-03T12:00:03.677Z] ---> e4a5fb510f98 [2022-06-03T12:00:03.677Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-03T12:00:06.328Z] ---> Running in 082e4f9b0840 [2022-06-03T12:00:06.328Z] Removing intermediate container 91b5978c2927 [2022-06-03T12:00:06.328Z] ---> 888c8c4b514f [2022-06-03T12:00:06.328Z] Step 13/22 : ENV APP_PORT=58890 [2022-06-03T12:00:06.328Z] Removing intermediate container e7b2928bfab4 [2022-06-03T12:00:06.328Z] ---> 91b6440d46b0 [2022-06-03T12:00:06.328Z] Step 6/22 : COPY . . [2022-06-03T12:00:06.328Z] ---> Running in d9c89f9164ac [2022-06-03T12:00:06.588Z] 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-06-03T12:00:06.588Z] Removing intermediate container d9c89f9164ac [2022-06-03T12:00:06.588Z] ---> 8d8f9bb48bf4 [2022-06-03T12:00:06.588Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-03T12:00:08.505Z] ---> Running in eb92a3d374ad [2022-06-03T12:00:08.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:00:08.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:00:08.505Z] ---> f39ffb6bebdc [2022-06-03T12:00:08.505Z] Step 3/23 : WORKDIR /edgex-go [2022-06-03T12:00:08.505Z] ---> Using cache [2022-06-03T12:00:08.505Z] ---> ac14eb2d1127 [2022-06-03T12:00:08.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:00:08.505Z] ---> Using cache [2022-06-03T12:00:08.505Z] ---> 1e615b62484c [2022-06-03T12:00:08.505Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-03T12:00:08.505Z] ---> Using cache [2022-06-03T12:00:08.505Z] ---> a34080a8f497 [2022-06-03T12:00:08.505Z] Step 6/23 : COPY go.mod . [2022-06-03T12:00:07.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T12:00:07.840Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T12:00:07.871Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T12:00:07.914Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T12:00:07.915Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T12:00:07.931Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4044/head:refs/remotes/origin/PR-4044 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-03T12:00:08.632Z] Merging remotes/origin/jakarta commit 155d0ec1f9051a669d1f6c09d665afa8a800203b into PR head commit f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:09.439Z] Merge succeeded, producing f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:09.440Z] Checking out Revision f2dd378c0a82f90a5db666c1f23b999eb6c74a56 (PR-4044) [2022-06-03T12:00:09.553Z] Removing intermediate container eb92a3d374ad [2022-06-03T12:00:09.553Z] ---> e66d6fb8c507 [2022-06-03T12:00:09.553Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-03T12:00:09.859Z] ---> c54166cbc6a8 [2022-06-03T12:00:09.859Z] Step 7/23 : RUN go mod download [2022-06-03T12:00:10.202Z] ---> Running in 47370a16637f [2022-06-03T12:00:10.202Z] ---> 692dd99fad5b [2022-06-03T12:00:10.202Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-03T12:00:10.462Z] ---> 51934a0364aa [2022-06-03T12:00:10.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-03T12:00:08.658Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T12:00:08.678Z] > git checkout -f f2dd378c0a82f90a5db666c1f23b999eb6c74a56 # timeout=10 [2022-06-03T12:00:09.353Z] > git remote # timeout=10 [2022-06-03T12:00:09.374Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T12:00:09.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T12:00:09.400Z] > git merge 155d0ec1f9051a669d1f6c09d665afa8a800203b # timeout=10 [2022-06-03T12:00:09.429Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T12:00:09.452Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T12:00:09.466Z] > git checkout -f f2dd378c0a82f90a5db666c1f23b999eb6c74a56 # timeout=10 [2022-06-03T12:00:11.401Z] ---> 46595c714245 [2022-06-03T12:00:11.401Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-03T12:00:11.660Z] ---> Running in 839b77692d8c [2022-06-03T12:00:11.918Z] Removing intermediate container 6dfe463aeafb [2022-06-03T12:00:11.918Z] ---> f05c13a30a10 [2022-06-03T12:00:11.918Z] [2022-06-03T12:00:11.918Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T12:00:11.918Z] ---> e04c818066af [2022-06-03T12:00:11.918Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T12:00:11.918Z] ---> Using cache [2022-06-03T12:00:11.918Z] ---> cc27cea7ade1 [2022-06-03T12:00:11.918Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:00:11.918Z] ---> Using cache [2022-06-03T12:00:11.918Z] ---> fc3589df4c82 [2022-06-03T12:00:11.918Z] Step 12/22 : ENV APP_PORT=59882 [2022-06-03T12:00:12.179Z] Removing intermediate container 839b77692d8c [2022-06-03T12:00:12.179Z] ---> ab4381b041e3 [2022-06-03T12:00:12.179Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:00:12.179Z] ---> Running in cce609a93e95 [2022-06-03T12:00:12.440Z] ---> Running in ba037a110c62 [2022-06-03T12:00:12.440Z] Removing intermediate container 47370a16637f [2022-06-03T12:00:12.440Z] ---> 1adf9ef71d3f [2022-06-03T12:00:12.440Z] Step 8/23 : COPY . . [2022-06-03T12:00:12.749Z] Removing intermediate container cce609a93e95 [2022-06-03T12:00:12.749Z] ---> de31265b15a0 [2022-06-03T12:00:12.749Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T12:00:13.010Z] Removing intermediate container ba037a110c62 [2022-06-03T12:00:13.010Z] ---> 4d5c5371de88 [2022-06-03T12:00:13.010Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T12:00:13.952Z] 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-06-03T12:00:14.136Z] Commit message: "fix(snap): deploy secrets token into separate mount points (#3826)" [2022-06-03T12:00:14.213Z] ---> Running in b0fc3dead1ed [2022-06-03T12:00:14.215Z] > git --version # timeout=10 [2022-06-03T12:00:14.232Z] > git --version # 'git version 2.25.1' [2022-06-03T12:00:14.254Z] fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-03T12:00:14.487Z] ---> Running in 2959e2b467fa [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2022-06-03T12:00:14.776Z] Removing intermediate container b0fc3dead1ed [2022-06-03T12:00:14.776Z] ---> 44a673576b5e [2022-06-03T12:00:14.776Z] Step 14/22 : WORKDIR / [2022-06-03T12:00:14.776Z] Removing intermediate container 2959e2b467fa [2022-06-03T12:00:14.776Z] ---> d076db0bb7ae [2022-06-03T12:00:14.776Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:14.776Z] ---> 1631fdbd302e [2022-06-03T12:00:14.776Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-03T12:00:15.036Z] ---> Running in 33d4fc4f147b [2022-06-03T12:00:15.036Z] ---> Running in a169b48da051 [2022-06-03T12:00:15.036Z] ---> Running in 336443cbfcfe [2022-06-03T12:00:15.296Z] Removing intermediate container 33d4fc4f147b [2022-06-03T12:00:15.296Z] ---> f29dc2a46506 [2022-06-03T12:00:15.296Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:00:15.296Z] Removing intermediate container a169b48da051 [2022-06-03T12:00:15.296Z] ---> 4bae443c6fc9 [2022-06-03T12:00:15.296Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:00:15.423Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-03T12:00:15.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T12:00:15.423Z] Dload Upload Total Spent Left Speed [2022-06-03T12:00:15.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 86288 0 --:--:-- --:--:-- --:--:-- 86288 [2022-06-03T12:00:15.554Z] ---> c8af8d2c7eaf [2022-06-03T12:00:15.554Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-03T12:00:15.554Z] skipping... [2022-06-03T12:00:15.554Z] ---> Running in c0582c544448 [Pipeline] sh [2022-06-03T12:00:16.257Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-03T12:00:16.492Z] Removing intermediate container c0582c544448 [2022-06-03T12:00:16.492Z] ---> 048f64c6e157 [2022-06-03T12:00:16.492Z] [2022-06-03T12:00:16.492Z] ---> 4ca917f3580f [2022-06-03T12:00:16.492Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-03T12:00:16.492Z] Successfully built 048f64c6e157 [2022-06-03T12:00:16.615Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-03T12:00:16.616Z] + sudo tee /etc/docker/daemon.new [2022-06-03T12:00:16.616Z] { [2022-06-03T12:00:16.616Z] "registry-mirrors": [ [2022-06-03T12:00:16.616Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-03T12:00:16.616Z] ], [2022-06-03T12:00:16.616Z] "bip": "10.250.0.254/24", [2022-06-03T12:00:16.616Z] "hosts": [ [2022-06-03T12:00:16.616Z] "tcp://0.0.0.0:5555", [2022-06-03T12:00:16.616Z] "unix:///var/run/docker.sock" [2022-06-03T12:00:16.616Z] ], [2022-06-03T12:00:16.616Z] "mtu": 1458, [2022-06-03T12:00:16.616Z] "selinux-enabled": true, [2022-06-03T12:00:16.616Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-03T12:00:16.616Z] } [Pipeline] sh [2022-06-03T12:00:16.764Z] Removing intermediate container 082e4f9b0840 [2022-06-03T12:00:16.764Z] ---> 282597312e03 [2022-06-03T12:00:16.764Z] [2022-06-03T12:00:16.764Z] Step 9/20 : FROM alpine:3.14 [2022-06-03T12:00:16.764Z] Successfully tagged sys-mgmt-agent:latest [2022-06-03T12:00:16.764Z] ---> e04c818066af [2022-06-03T12:00:16.764Z] Step 10/20 : RUN apk add --update --no-cache curl Building sys-mgmt-agent ... done  [2022-06-03T12:00:16.764Z] Removing intermediate container 336443cbfcfe [2022-06-03T12:00:16.764Z] ---> 1046d3cf6fc6 [2022-06-03T12:00:16.764Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-06-03T12:00:16.764Z] ---> Running in 979f34e992fb [2022-06-03T12:00:16.764Z] ---> Running in cb968e01f67b [2022-06-03T12:00:16.764Z] ---> f10790b050b7 [2022-06-03T12:00:16.764Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-06-03T12:00:16.976Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-03T12:00:17.029Z] ---> Running in 3c0ceef71c2d [2022-06-03T12:00:17.030Z] Removing intermediate container 3c0ceef71c2d [2022-06-03T12:00:17.030Z] ---> 7581f43990cb [2022-06-03T12:00:17.030Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:00:17.287Z] ---> Running in 0af58db652d2 [2022-06-03T12:00:17.287Z] 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-06-03T12:00:17.287Z] Removing intermediate container 0af58db652d2 [2022-06-03T12:00:17.288Z] ---> ff26829abdef [2022-06-03T12:00:17.288Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T12:00:17.332Z] + sudo service docker restart [2022-06-03T12:00:17.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T12:00:17.546Z] ---> Running in e26f9bdbdc0f [2022-06-03T12:00:17.546Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T12:00:17.806Z] Removing intermediate container e26f9bdbdc0f [2022-06-03T12:00:17.806Z] ---> 146ad29b34e7 [2022-06-03T12:00:17.806Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:17.806Z] (1/5) Installing ca-certificates (20211220-r0) [2022-06-03T12:00:17.806Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-06-03T12:00:17.806Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T12:00:17.806Z] (4/5) Installing libcurl (7.79.1-r1) [2022-06-03T12:00:17.806Z] (5/5) Installing curl (7.79.1-r1) [2022-06-03T12:00:17.806Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:00:17.806Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T12:00:17.806Z] ---> Running in b36136a2e33d [2022-06-03T12:00:18.064Z] OK: 8 MiB in 19 packages [2022-06-03T12:00:18.322Z] Removing intermediate container b36136a2e33d [2022-06-03T12:00:18.322Z] ---> 10702265697c [2022-06-03T12:00:18.322Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:00:18.322Z] ---> Running in f842977d72bb [2022-06-03T12:00:18.892Z] Removing intermediate container f842977d72bb [2022-06-03T12:00:18.892Z] ---> 5edd1fcefe23 [2022-06-03T12:00:18.892Z] [2022-06-03T12:00:18.892Z] Removing intermediate container cb968e01f67b [2022-06-03T12:00:18.892Z] ---> 01d723096590 [2022-06-03T12:00:18.893Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T12:00:18.893Z] Successfully built 5edd1fcefe23 [2022-06-03T12:00:18.893Z] Successfully tagged core-command:latest [2022-06-03T12:00:19.159Z]  Building core-command ... done  ---> 22a64e2662fb [2022-06-03T12:00:19.159Z] Step 9/23 : RUN go mod tidy [2022-06-03T12:00:19.159Z] ---> Running in af960a0a7825 [2022-06-03T12:00:19.159Z] ---> Running in a59a6aab6975 [2022-06-03T12:00:19.418Z] Removing intermediate container af960a0a7825 [2022-06-03T12:00:19.418Z] ---> 7aa697b2c719 [2022-06-03T12:00:19.418Z] Step 12/20 : WORKDIR /edgex [2022-06-03T12:00:19.418Z] ---> Running in 8d7948556a20 [2022-06-03T12:00:19.676Z] Removing intermediate container 8d7948556a20 [2022-06-03T12:00:19.676Z] ---> a12f55f595f5 [2022-06-03T12:00:19.676Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-03T12:00:19.944Z] ---> 000a294ec394 [2022-06-03T12:00:19.944Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-03T12:00:20.887Z] ---> b07bce6c1943 [2022-06-03T12:00:20.887Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-03T12:00:20.887Z] Removing intermediate container a59a6aab6975 [2022-06-03T12:00:20.887Z] ---> 3bab7c16cf9f [2022-06-03T12:00:20.887Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-06-03T12:00:20.887Z] ---> Running in 63477fec34a4 [2022-06-03T12:00:21.464Z] 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-06-03T12:00:21.464Z] ---> 6f9934688534 [2022-06-03T12:00:21.464Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-06-03T12:00:21.464Z] ---> Running in 8e263c875240 [2022-06-03T12:00:21.464Z] Removing intermediate container 8e263c875240 [2022-06-03T12:00:21.464Z] ---> e451bebdaf5b [2022-06-03T12:00:21.464Z] Step 17/20 : CMD ["--init=true"] [2022-06-03T12:00:21.464Z] ---> Running in 59ccf4141c2c [2022-06-03T12:00:21.723Z] Removing intermediate container 59ccf4141c2c [2022-06-03T12:00:21.723Z] ---> c491531e93ec [2022-06-03T12:00:21.723Z] Step 18/20 : LABEL arch=x86_64 [2022-06-03T12:00:21.723Z] ---> Running in a4cf50c68db9 [2022-06-03T12:00:21.983Z] Removing intermediate container a4cf50c68db9 [2022-06-03T12:00:21.983Z] ---> 217cf997ce3f [2022-06-03T12:00:21.983Z] Step 19/20 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:21.983Z] ---> Running in 1c060bb7d027 [2022-06-03T12:00:22.260Z] Removing intermediate container 1c060bb7d027 [2022-06-03T12:00:22.260Z] ---> d6da60a3ba5b [2022-06-03T12:00:22.260Z] Step 20/20 : LABEL version=0.0.0 [2022-06-03T12:00:22.260Z] ---> Running in a3b184e14f5e [2022-06-03T12:00:22.519Z] Removing intermediate container a3b184e14f5e [2022-06-03T12:00:22.520Z] ---> 965cf597a4cd [2022-06-03T12:00:22.520Z] [2022-06-03T12:00:22.520Z] Successfully built 965cf597a4cd [2022-06-03T12:00:22.520Z] Successfully tagged security-proxy-setup:latest [2022-06-03T12:00:25.805Z]  Building security-proxy-setup ... done Removing intermediate container 979f34e992fb [2022-06-03T12:00:25.805Z] ---> 69eee6e84ecc [2022-06-03T12:00:25.805Z] [2022-06-03T12:00:25.805Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T12:00:25.805Z] ---> e04c818066af [2022-06-03T12:00:25.805Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-03T12:00:25.805Z] ---> Running in 9ccff45ba01d [2022-06-03T12:00:25.805Z] Removing intermediate container 9ccff45ba01d [2022-06-03T12:00:25.805Z] ---> f81abd1bcd64 [2022-06-03T12:00:25.805Z] Step 11/22 : ENV APP_PORT=59880 [2022-06-03T12:00:25.805Z] ---> Running in 7dfb0690e9f7 [2022-06-03T12:00:26.064Z] Removing intermediate container 7dfb0690e9f7 [2022-06-03T12:00:26.064Z] ---> 5f4eb803c262 [2022-06-03T12:00:26.064Z] Step 12/22 : EXPOSE $APP_PORT [2022-06-03T12:00:26.064Z] ---> Running in 36c3c0464eee [2022-06-03T12:00:26.064Z] Removing intermediate container 36c3c0464eee [2022-06-03T12:00:26.064Z] ---> e5108ae68a5f [2022-06-03T12:00:26.064Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:00:26.064Z] ---> Running in f3a2f8c8a8ce [2022-06-03T12:00:27.003Z] Removing intermediate container f3a2f8c8a8ce [2022-06-03T12:00:27.003Z] ---> 38c278e43409 [2022-06-03T12:00:27.003Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-03T12:00:27.003Z] ---> Running in ead4835228fe [2022-06-03T12:00:27.261Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T12:00:28.202Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T12:00:28.202Z] Removing intermediate container 63477fec34a4 [2022-06-03T12:00:28.202Z] ---> add6c667c94f [2022-06-03T12:00:28.202Z] [2022-06-03T12:00:28.202Z] Step 11/23 : FROM alpine:3.14 [2022-06-03T12:00:28.202Z] ---> e04c818066af [2022-06-03T12:00:28.202Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-06-03T12:00:28.202Z] ---> Using cache [2022-06-03T12:00:28.202Z] ---> cc27cea7ade1 [2022-06-03T12:00:28.202Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:00:28.202Z] ---> Using cache [2022-06-03T12:00:28.202Z] ---> fc3589df4c82 [2022-06-03T12:00:28.202Z] Step 14/23 : ENV APP_PORT=59861 [2022-06-03T12:00:28.202Z] ---> Running in dd6673f1f7e9 [2022-06-03T12:00:28.202Z] Removing intermediate container dd6673f1f7e9 [2022-06-03T12:00:28.202Z] ---> 8294df0f06c0 [2022-06-03T12:00:28.202Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-03T12:00:28.202Z] ---> Running in 216f76c900e1 [2022-06-03T12:00:28.462Z] Removing intermediate container 216f76c900e1 [2022-06-03T12:00:28.462Z] ---> 357fff883ee7 [2022-06-03T12:00:28.462Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:00:28.462Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-03T12:00:28.462Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T12:00:28.462Z] ---> 575c949cb62c [2022-06-03T12:00:28.462Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-03T12:00:28.462Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-03T12:00:28.725Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T12:00:28.725Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-03T12:00:28.725Z] ---> d22c538913b6 [2022-06-03T12:00:28.725Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-03T12:00:28.725Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-03T12:00:28.985Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:00:28.985Z] OK: 8 MiB in 20 packages [2022-06-03T12:00:28.985Z] ---> c5ff98d7399b [2022-06-03T12:00:28.985Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-06-03T12:00:28.985Z] ---> Running in 6840f31aaa96 [2022-06-03T12:00:28.985Z] Removing intermediate container 6840f31aaa96 [2022-06-03T12:00:28.985Z] ---> d1037a8bd331 [2022-06-03T12:00:28.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:00:29.252Z] ---> Running in 13209ad353c6 [2022-06-03T12:00:29.252Z] Removing intermediate container 13209ad353c6 [2022-06-03T12:00:29.252Z] ---> a40dc9952821 [2022-06-03T12:00:29.252Z] Step 21/23 : LABEL arch=x86_64 [2022-06-03T12:00:29.252Z] ---> Running in 5e2672025b89 [2022-06-03T12:00:29.252Z] Removing intermediate container ead4835228fe [2022-06-03T12:00:29.252Z] ---> f7cedc61c0f0 [2022-06-03T12:00:29.252Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:00:29.517Z] Removing intermediate container 5e2672025b89 [2022-06-03T12:00:29.517Z] ---> 33e41755bbe4 [2022-06-03T12:00:29.517Z] Step 22/23 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:29.517Z] ---> Running in 507ac15de129 [2022-06-03T12:00:29.517Z] ---> d7d343f32176 [2022-06-03T12:00:29.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-03T12:00:29.517Z] Removing intermediate container 507ac15de129 [2022-06-03T12:00:29.517Z] ---> b6192ddb15bf [2022-06-03T12:00:29.517Z] Step 23/23 : LABEL version=0.0.0 [2022-06-03T12:00:29.777Z] ---> Running in eba073c2c56d [2022-06-03T12:00:29.777Z] Removing intermediate container eba073c2c56d [2022-06-03T12:00:29.777Z] ---> 3bd4444aa956 [2022-06-03T12:00:29.777Z] [2022-06-03T12:00:29.777Z] ---> eb302da232df [2022-06-03T12:00:29.777Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-03T12:00:30.039Z] Successfully built 3bd4444aa956 [2022-06-03T12:00:30.039Z] Successfully tagged support-scheduler:latest [2022-06-03T12:00:30.039Z]  Building support-scheduler ... done  ---> e4ae1838351c [2022-06-03T12:00:30.039Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-06-03T12:00:30.039Z] ---> Running in a496a92b6fe4 [2022-06-03T12:00:30.039Z] Removing intermediate container a496a92b6fe4 [2022-06-03T12:00:30.039Z] ---> e5e1bd3f1594 [2022-06-03T12:00:30.039Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:00:30.299Z] ---> Running in 19435c4871b8 [2022-06-03T12:00:30.299Z] Removing intermediate container 19435c4871b8 [2022-06-03T12:00:30.299Z] ---> 049f5c588b21 [2022-06-03T12:00:30.299Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T12:00:30.299Z] ---> Running in a985a4a58823 [2022-06-03T12:00:30.299Z] Removing intermediate container a985a4a58823 [2022-06-03T12:00:30.558Z] ---> 9c349c21ff9a [2022-06-03T12:00:30.558Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:00:30.558Z] ---> Running in 12a2e623304f [2022-06-03T12:00:30.558Z] Removing intermediate container 12a2e623304f [2022-06-03T12:00:30.558Z] ---> 162b1c3cab6d [2022-06-03T12:00:30.558Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:00:30.558Z] ---> Running in c682135fb4a4 [2022-06-03T12:00:30.818Z] Removing intermediate container c682135fb4a4 [2022-06-03T12:00:30.818Z] ---> f2921a2584f6 [2022-06-03T12:00:30.818Z] [2022-06-03T12:00:30.818Z] Successfully built f2921a2584f6 [2022-06-03T12:00:30.818Z] Successfully tagged core-data:latest [2022-06-03T12:00:30.826Z]  Building core-data ... done  [Pipeline] } [2022-06-03T12:00:30.857Z] $ docker stop --time=1 574ca28af61e37872bb6809f7998720e7958ec918dcaf8fb3f68772d981d8cc5 [2022-06-03T12:00:32.189Z] $ docker rm -f 574ca28af61e37872bb6809f7998720e7958ec918dcaf8fb3f68772d981d8cc5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T12:00:32.600Z] + docker images [2022-06-03T12:00:32.600Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-03T12:00:32.600Z] core-data latest f2921a2584f6 2 seconds ago 19.9MB [2022-06-03T12:00:32.600Z] support-scheduler latest 3bd4444aa956 3 seconds ago 15.9MB [2022-06-03T12:00:32.600Z] add6c667c94f 5 seconds ago 1.79GB [2022-06-03T12:00:32.600Z] 69eee6e84ecc 8 seconds ago 1.79GB [2022-06-03T12:00:32.600Z] security-proxy-setup latest 965cf597a4cd 10 seconds ago 26.1MB [2022-06-03T12:00:32.600Z] core-command latest 5edd1fcefe23 14 seconds ago 15.7MB [2022-06-03T12:00:32.600Z] 282597312e03 16 seconds ago 1.79GB [2022-06-03T12:00:32.600Z] sys-mgmt-agent latest 048f64c6e157 17 seconds ago 294MB [2022-06-03T12:00:32.600Z] f05c13a30a10 21 seconds ago 1.78GB [2022-06-03T12:00:32.600Z] security-bootstrapper latest 946b63839a91 30 seconds ago 18.7MB [2022-06-03T12:00:32.600Z] security-secretstore-setup latest 84652109a653 37 seconds ago 27.7MB [2022-06-03T12:00:32.600Z] support-notifications latest c639626ca949 41 seconds ago 16.6MB [2022-06-03T12:00:32.600Z] core-metadata latest c3560aec8f2b 41 seconds ago 16.5MB [2022-06-03T12:00:32.600Z] 8a7affa95c77 49 seconds ago 1.78GB [2022-06-03T12:00:32.600Z] 111eadab10e0 52 seconds ago 1.79GB [2022-06-03T12:00:32.600Z] 31c2414cfcf7 52 seconds ago 1.79GB [2022-06-03T12:00:32.600Z] 70ef76b43934 52 seconds ago 1.78GB [2022-06-03T12:00:32.600Z] 224632739b33 52 seconds ago 1.79GB [2022-06-03T12:00:32.600Z] ci-base-image-x86_64 latest f39ffb6bebdc 3 minutes ago 1.27GB [2022-06-03T12:00:32.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest d7ea09dbb500 12 hours ago 253MB [2022-06-03T12:00:32.600Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base 1.17-alpine-lts c47586b81864 6 days ago 562MB [2022-06-03T12:00:32.600Z] alpine 3.14 e04c818066af 8 weeks ago 5.59MB [2022-06-03T12:00:32.600Z] docker 20.10.8 bc6c0ffef665 9 months ago 214MB [2022-06-03T12:00:32.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 23 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T12:00:35.875Z] provisioning config files... [2022-06-03T12:00:35.904Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8365304606586199470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:00:36.307Z] ---> docker-login.sh [2022-06-03T12:00:36.307Z] nexus3.edgexfoundry.org:10001 [2022-06-03T12:00:36.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T12:00:37.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T12:00:37.184Z] Configure a credential helper to remove this warning. See [2022-06-03T12:00:37.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T12:00:37.184Z] [2022-06-03T12:00:37.184Z] Login Succeeded [2022-06-03T12:00:37.184Z] nexus3.edgexfoundry.org:10002 [2022-06-03T12:00:37.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T12:00:37.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T12:00:37.748Z] Configure a credential helper to remove this warning. See [2022-06-03T12:00:37.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T12:00:37.748Z] [2022-06-03T12:00:37.748Z] Login Succeeded [2022-06-03T12:00:37.748Z] nexus3.edgexfoundry.org:10003 [2022-06-03T12:00:38.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T12:00:38.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T12:00:38.303Z] Configure a credential helper to remove this warning. See [2022-06-03T12:00:38.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T12:00:38.303Z] [2022-06-03T12:00:38.303Z] Login Succeeded [2022-06-03T12:00:38.303Z] nexus3.edgexfoundry.org:10004 [2022-06-03T12:00:38.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T12:00:38.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T12:00:38.856Z] Configure a credential helper to remove this warning. See [2022-06-03T12:00:38.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T12:00:38.856Z] [2022-06-03T12:00:38.856Z] Login Succeeded [2022-06-03T12:00:38.856Z] docker.io [2022-06-03T12:00:39.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T12:00:39.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T12:00:39.731Z] Configure a credential helper to remove this warning. See [2022-06-03T12:00:39.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T12:00:39.731Z] [2022-06-03T12:00:39.731Z] Login Succeeded [2022-06-03T12:00:39.731Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T12:00:39.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-03T12:00:40.191Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T12:00:40.229Z] ========================================================= [2022-06-03T12:00:40.229Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] [2022-06-03T12:00:40.229Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T12:00:40.631Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T12:00:40.914Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-03T12:00:40.914Z] 9b3977197b4f: Pulling fs layer [2022-06-03T12:00:40.914Z] 1a89e8eeedd5: Pulling fs layer [2022-06-03T12:00:40.914Z] 94645a83ff95: Pulling fs layer [2022-06-03T12:00:40.914Z] 3f3a8bcf1eab: Pulling fs layer [2022-06-03T12:00:40.914Z] 0c92f367c5e7: Pulling fs layer [2022-06-03T12:00:40.914Z] 63b1bc5785f6: Pulling fs layer [2022-06-03T12:00:40.914Z] 626d30ff41c6: Pulling fs layer [2022-06-03T12:00:40.914Z] de1d54c125be: Pulling fs layer [2022-06-03T12:00:40.914Z] 3f3a8bcf1eab: Waiting [2022-06-03T12:00:40.914Z] 0c92f367c5e7: Waiting [2022-06-03T12:00:40.914Z] 63b1bc5785f6: Waiting [2022-06-03T12:00:40.914Z] de1d54c125be: Waiting [2022-06-03T12:00:40.914Z] 626d30ff41c6: Waiting [2022-06-03T12:00:40.914Z] 94645a83ff95: Download complete [2022-06-03T12:00:40.914Z] 1a89e8eeedd5: Verifying Checksum [2022-06-03T12:00:40.914Z] 1a89e8eeedd5: Download complete [2022-06-03T12:00:40.914Z] 0c92f367c5e7: Verifying Checksum [2022-06-03T12:00:40.914Z] 0c92f367c5e7: Download complete [2022-06-03T12:00:40.914Z] 63b1bc5785f6: Verifying Checksum [2022-06-03T12:00:40.914Z] 63b1bc5785f6: Download complete [2022-06-03T12:00:40.914Z] 626d30ff41c6: Download complete [2022-06-03T12:00:40.914Z] 9b3977197b4f: Download complete [2022-06-03T12:00:41.921Z] 9b3977197b4f: Pull complete [2022-06-03T12:00:42.199Z] 1a89e8eeedd5: Pull complete [2022-06-03T12:00:42.796Z] 94645a83ff95: Pull complete [2022-06-03T12:00:43.070Z] de1d54c125be: Verifying Checksum [2022-06-03T12:00:43.070Z] de1d54c125be: Download complete [2022-06-03T12:00:43.674Z] 3f3a8bcf1eab: Verifying Checksum [2022-06-03T12:00:43.674Z] 3f3a8bcf1eab: Download complete [2022-06-03T12:00:48.121Z] Still waiting to schedule task [2022-06-03T12:00:48.121Z] ‘prd-ubuntu18.04-docker-8c-8g-925’ is offline [2022-06-03T12:00:56.074Z] 3f3a8bcf1eab: Pull complete [2022-06-03T12:00:56.074Z] 0c92f367c5e7: Pull complete [2022-06-03T12:00:56.074Z] 63b1bc5785f6: Pull complete [2022-06-03T12:00:56.074Z] 626d30ff41c6: Pull complete [2022-06-03T12:01:02.814Z] de1d54c125be: Pull complete [2022-06-03T12:01:02.814Z] Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 [2022-06-03T12:01:02.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T12:01:02.814Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh [2022-06-03T12:01:03.210Z] + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T12:01:03.210Z] WORKDIR /edgex [2022-06-03T12:01:03.210Z] COPY go.mod . [2022-06-03T12:01:03.210Z] RUN go mod download [2022-06-03T12:01:03.210Z] + docker build -t ci-base-image-arm64 -f - . [2022-06-03T12:01:07.700Z] Sending build context to Docker daemon 180.5MB [2022-06-03T12:01:07.700Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T12:01:07.700Z] ---> 5f011755c4a2 [2022-06-03T12:01:07.700Z] Step 2/4 : WORKDIR /edgex [2022-06-03T12:01:09.691Z] ---> Running in 5414a773ab62 [2022-06-03T12:01:09.968Z] Removing intermediate container 5414a773ab62 [2022-06-03T12:01:09.968Z] ---> c7e12284eaff [2022-06-03T12:01:09.968Z] Step 3/4 : COPY go.mod . [2022-06-03T12:01:10.570Z] ---> eff0c44e152f [2022-06-03T12:01:10.570Z] Step 4/4 : RUN go mod download [2022-06-03T12:01:10.570Z] ---> Running in f854b6c42afc [2022-06-03T12:02:00.314Z] Running on prd-ubuntu18.04-docker-8c-8g-931 in /w/workspace/edgexfoundry_edgex-go_PR-4044 [Pipeline] { [Pipeline] ws [2022-06-03T12:02:00.355Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-06-03T12:02:00.428Z] The recommended git tool is: git [2022-06-03T12:02:02.081Z] using credential edgex-jenkins-ssh [2022-06-03T12:02:02.092Z] Cloning the remote Git repository [2022-06-03T12:02:02.122Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-03T12:02:02.165Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-03T12:02:02.189Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T12:02:02.190Z] > git --version # timeout=10 [2022-06-03T12:02:02.202Z] > git --version # 'git version 2.17.1' [2022-06-03T12:02:02.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T12:02:02.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T12:02:06.920Z] Merging remotes/origin/jakarta commit 155d0ec1f9051a669d1f6c09d665afa8a800203b into PR head commit f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:02:07.110Z] Merge succeeded, producing f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:02:07.111Z] Checking out Revision f2dd378c0a82f90a5db666c1f23b999eb6c74a56 (PR-4044) [2022-06-03T12:02:06.333Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T12:02:06.341Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T12:02:06.354Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T12:02:06.369Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T12:02:06.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T12:02:06.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4044/head:refs/remotes/origin/PR-4044 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-03T12:02:06.935Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T12:02:06.943Z] > git checkout -f f2dd378c0a82f90a5db666c1f23b999eb6c74a56 # timeout=10 [2022-06-03T12:02:07.074Z] > git remote # timeout=10 [2022-06-03T12:02:07.082Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T12:02:07.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T12:02:07.099Z] > git merge 155d0ec1f9051a669d1f6c09d665afa8a800203b # timeout=10 [2022-06-03T12:02:07.110Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T12:02:07.120Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T12:02:07.124Z] > git checkout -f f2dd378c0a82f90a5db666c1f23b999eb6c74a56 # timeout=10 [2022-06-03T12:02:10.688Z] Commit message: "fix(snap): deploy secrets token into separate mount points (#3826)" [2022-06-03T12:02:10.718Z] > git --version # timeout=10 [2022-06-03T12:02:10.723Z] > git --version # 'git version 2.17.1' [2022-06-03T12:02:10.729Z] fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:02:11.490Z] + echo snap-build.sh [2022-06-03T12:02:11.490Z] snap-build.sh [2022-06-03T12:02:11.490Z] + SNAP_BASE_DIR=. [2022-06-03T12:02:11.490Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-06-03T12:02:11.490Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-06-03T12:02:11.490Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-06-03T12:02:11.490Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-06-03T12:02:11.490Z] + cd /w/workspace/edgex-go/1 [2022-06-03T12:02:11.490Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-06-03T12:02:11.490Z] Reading package lists... [2022-06-03T12:02:11.490Z] Building dependency tree... [2022-06-03T12:02:11.490Z] Reading state information... [2022-06-03T12:02:11.490Z] The following packages were automatically installed and are no longer required: [2022-06-03T12:02:11.490Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-06-03T12:02:11.490Z] uidmap xdelta3 [2022-06-03T12:02:11.490Z] Use 'sudo apt autoremove' to remove them. [2022-06-03T12:02:11.490Z] The following packages will be REMOVED: [2022-06-03T12:02:11.490Z] lxd* lxd-client* [2022-06-03T12:02:11.490Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-06-03T12:02:11.751Z] After this operation, 31.7 MB disk space will be freed. [2022-06-03T12:02:12.538Z] (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-06-03T12:02:12.538Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-03T12:02:13.114Z] Removing lxd dnsmasq configuration [2022-06-03T12:02:13.376Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-06-03T12:02:13.376Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-06-03T12:02:14.317Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-06-03T12:02:14.317Z] (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-06-03T12:02:14.317Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-03T12:02:15.704Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-06-03T12:02:15.704Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-06-03T12:02:16.278Z] + sudo snap remove --purge lxd [2022-06-03T12:02:16.540Z] snap "lxd" is not installed [2022-06-03T12:02:16.540Z] + sudo groupadd --force --system lxd [2022-06-03T12:02:16.540Z] ++ whoami [2022-06-03T12:02:16.540Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-06-03T12:02:16.540Z] + newgrp - lxd [2022-06-03T12:02:16.540Z] + sudo snap install lxd [2022-06-03T12:02:24.689Z] 2022-06-03T12:02:21Z INFO Waiting for automatic snapd restart... [2022-06-03T12:02:32.384Z] Removing intermediate container f854b6c42afc [2022-06-03T12:02:32.384Z] ---> ebd528b9d60e [2022-06-03T12:02:32.384Z] Successfully built ebd528b9d60e [2022-06-03T12:02:32.384Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:02:32.826Z] + docker inspect -f . ci-base-image-arm64 [2022-06-03T12:02:32.826Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T12:02:33.171Z] prd-ubuntu20.04-docker-arm64-4c-16g-928 does not seem to be running inside a container [2022-06-03T12:02:33.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2022-06-03T12:02:34.638Z] $ docker top 276e9d3eda5e472de826c1727525af8d830b7586f8bb39e6e11dfdc8bad27230 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T12:02:35.608Z] + go version [2022-06-03T12:02:35.608Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-06-03T12:02:35.647Z] $ docker stop --time=1 276e9d3eda5e472de826c1727525af8d830b7586f8bb39e6e11dfdc8bad27230 [2022-06-03T12:02:37.287Z] $ docker rm -f 276e9d3eda5e472de826c1727525af8d830b7586f8bb39e6e11dfdc8bad27230 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:02:38.231Z] + docker inspect -f . ci-base-image-arm64 [2022-06-03T12:02:38.231Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T12:02:38.558Z] prd-ubuntu20.04-docker-arm64-4c-16g-928 does not seem to be running inside a container [2022-06-03T12:02:38.656Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2022-06-03T12:02:39.615Z] lxd 5.2-79c3c3b from Canonical* installed [2022-06-03T12:02:39.615Z] + sudo lxd init --auto [2022-06-03T12:02:39.950Z] $ docker top b7d18ea0491a2b3479bc16c584821200b97b06d62eb378943e5803c12e9b65e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-03T12:02:40.291Z] ========================================================= [2022-06-03T12:02:40.292Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-03T12:02:40.292Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T12:02:40.999Z] + make test [2022-06-03T12:02:40.999Z] go mod tidy [2022-06-03T12:02:41.975Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-03T12:02:47.757Z] + sudo snap install --classic snapcraft [2022-06-03T12:02:51.962Z] snapcraft 6.1 from Canonical* installed [2022-06-03T12:02:51.962Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-06-03T12:02:51.962Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-06-03T12:02:51.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T12:02:51.962Z] Dload Upload Total Spent Left Speed [2022-06-03T12:02:51.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [2022-06-03T12:02:52.222Z] 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M [2022-06-03T12:02:52.222Z] ./yq_linux_amd64 [2022-06-03T12:02:52.483Z] + sudo snapcraft prime --use-lxd [2022-06-03T12:02:54.414Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-06-03T12:02:54.414Z] 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-06-03T12:02:54.414Z] - README.md [2022-06-03T12:02:54.414Z] [2022-06-03T12:02:54.415Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-03T12:02:54.676Z] Launching a container. [2022-06-03T12:03:04.680Z] Waiting for container to be ready [2022-06-03T12:03:04.680Z] To start your first container, try: lxc launch ubuntu:22.04 [2022-06-03T12:03:04.680Z] Or for a virtual machine: lxc launch ubuntu:22.04 --vm [2022-06-03T12:03:04.680Z] [2022-06-03T12:03:08.882Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-06-03T12:03:09.451Z] Waiting for network to be ready... [2022-06-03T12:03:09.712Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2022-06-03T12:03:09.712Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2022-06-03T12:03:09.712Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2254 kB] [2022-06-03T12:03:09.973Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [395 kB] [2022-06-03T12:03:09.973Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.0 kB] [2022-06-03T12:03:09.973Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3836 B] [2022-06-03T12:03:09.973Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [747 kB] [2022-06-03T12:03:09.973Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [102 kB] [2022-06-03T12:03:09.973Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1205 kB] [2022-06-03T12:03:09.973Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [278 kB] [2022-06-03T12:03:10.233Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2022-06-03T12:03:10.493Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2022-06-03T12:03:10.754Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2022-06-03T12:03:10.754Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2022-06-03T12:03:10.754Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2022-06-03T12:03:10.754Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2022-06-03T12:03:10.754Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2022-06-03T12:03:10.754Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2022-06-03T12:03:11.016Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2022-06-03T12:03:11.279Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2595 kB] [2022-06-03T12:03:11.279Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [484 kB] [2022-06-03T12:03:11.279Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2022-06-03T12:03:11.279Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6012 B] [2022-06-03T12:03:11.279Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [772 kB] [2022-06-03T12:03:11.279Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [106 kB] [2022-06-03T12:03:11.279Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1817 kB] [2022-06-03T12:03:11.279Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [394 kB] [2022-06-03T12:03:13.825Z] Fetched 26.9 MB in 4s (6506 kB/s) [2022-06-03T12:03:14.310Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-03T12:03:14.769Z] Reading package lists... [2022-06-03T12:03:15.029Z] Reading package lists... [2022-06-03T12:03:15.029Z] Building dependency tree... [2022-06-03T12:03:15.029Z] Reading state information... [2022-06-03T12:03:15.291Z] The following additional packages will be installed: [2022-06-03T12:03:15.291Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-03T12:03:15.291Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-03T12:03:15.291Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-03T12:03:15.291Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-06-03T12:03:15.291Z] Suggested packages: [2022-06-03T12:03:15.291Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-06-03T12:03:15.291Z] Recommended packages: [2022-06-03T12:03:15.291Z] gnupg libsasl2-modules [2022-06-03T12:03:15.291Z] The following NEW packages will be installed: [2022-06-03T12:03:15.291Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-03T12:03:15.291Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-03T12:03:15.291Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-03T12:03:15.291Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-06-03T12:03:15.291Z] The following packages will be upgraded: [2022-06-03T12:03:15.291Z] gpg gpg-agent gpgconf libudev1 [2022-06-03T12:03:15.291Z] 4 upgraded, 18 newly installed, 0 to remove and 113 not upgraded. [2022-06-03T12:03:15.291Z] Need to get 3529 kB of archives. [2022-06-03T12:03:15.291Z] After this operation, 13.3 MB of additional disk space will be used. [2022-06-03T12:03:15.291Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.5 [468 kB] [2022-06-03T12:03:15.291Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.53 [55.6 kB] [2022-06-03T12:03:15.552Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.53 [1102 kB] [2022-06-03T12:03:15.552Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.5 [123 kB] [2022-06-03T12:03:15.552Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.5 [227 kB] [2022-06-03T12:03:15.552Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2022-06-03T12:03:15.552Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB] [2022-06-03T12:03:15.552Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB] [2022-06-03T12:03:15.552Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB] [2022-06-03T12:03:15.552Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB] [2022-06-03T12:03:15.552Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2022-06-03T12:03:15.552Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-06-03T12:03:15.552Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2022-06-03T12:03:15.553Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2022-06-03T12:03:15.553Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2022-06-03T12:03:15.553Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.5 [317 kB] [2022-06-03T12:03:15.553Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2022-06-03T12:03:15.553Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2022-06-03T12:03:15.553Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2022-06-03T12:03:15.553Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2022-06-03T12:03:15.553Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2022-06-03T12:03:15.553Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2022-06-03T12:03:15.814Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T12:03:15.814Z] Fetched 3529 kB in 0s (17.1 MB/s) [2022-06-03T12:03:15.814Z] (Reading database ... 12511 files and directories currently installed.) [2022-06-03T12:03:15.814Z] Preparing to unpack .../libudev1_237-3ubuntu10.53_amd64.deb ... [2022-06-03T12:03:15.814Z] Unpacking libudev1:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T12:03:15.814Z] Setting up libudev1:amd64 (237-3ubuntu10.53) ... [2022-06-03T12:03:15.814Z] Selecting previously unselected package udev. [2022-06-03T12:03:15.814Z] (Reading database ... 12511 files and directories currently installed.) [2022-06-03T12:03:15.814Z] Preparing to unpack .../00-udev_237-3ubuntu10.53_amd64.deb ... [2022-06-03T12:03:15.814Z] Unpacking udev (237-3ubuntu10.53) ... [2022-06-03T12:03:16.077Z] Selecting previously unselected package libfuse2:amd64. [2022-06-03T12:03:16.077Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2022-06-03T12:03:16.077Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-06-03T12:03:16.077Z] Selecting previously unselected package fuse. [2022-06-03T12:03:16.077Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2022-06-03T12:03:16.077Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2022-06-03T12:03:16.077Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T12:03:16.338Z] Unpacking gpg (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T12:03:16.338Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T12:03:16.338Z] Unpacking gpgconf (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T12:03:16.338Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T12:03:16.338Z] Unpacking gpg-agent (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T12:03:16.600Z] Selecting previously unselected package libksba8:amd64. [2022-06-03T12:03:16.600Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-06-03T12:03:16.600Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-06-03T12:03:16.600Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-06-03T12:03:16.600Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.600Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.600Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-06-03T12:03:16.600Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.600Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.600Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-06-03T12:03:16.600Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.600Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.600Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-06-03T12:03:16.600Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.600Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.862Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-06-03T12:03:16.862Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.862Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.862Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-06-03T12:03:16.862Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.862Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.862Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-06-03T12:03:16.862Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.862Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:16.862Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-06-03T12:03:16.862Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:16.862Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:17.129Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-06-03T12:03:17.129Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T12:03:17.129Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:17.129Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T12:03:17.129Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... [2022-06-03T12:03:17.129Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T12:03:17.129Z] Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T12:03:17.129Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... [2022-06-03T12:03:17.129Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T12:03:17.129Z] Selecting previously unselected package libldap-common. [2022-06-03T12:03:17.129Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ... [2022-06-03T12:03:17.129Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T12:03:17.129Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T12:03:17.129Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ... [2022-06-03T12:03:17.129Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T12:03:17.393Z] Selecting previously unselected package dirmngr. [2022-06-03T12:03:17.393Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T12:03:17.393Z] Unpacking dirmngr (2.2.4-1ubuntu1.5) ... [2022-06-03T12:03:17.393Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T12:03:17.393Z] Setting up gpgconf (2.2.4-1ubuntu1.5) ... [2022-06-03T12:03:17.393Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-06-03T12:03:17.393Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T12:03:17.393Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T12:03:17.393Z] Setting up gpg-agent (2.2.4-1ubuntu1.5) ... [2022-06-03T12:03:17.393Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:17.393Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-06-03T12:03:17.393Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T12:03:17.656Z] Setting up udev (237-3ubuntu10.53) ... [2022-06-03T12:03:17.917Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T12:03:17.917Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:17.917Z] Processing triggers for systemd (237-3ubuntu10) ... [2022-06-03T12:03:17.917Z] Setting up fuse (2.9.7-1ubuntu1) ... [2022-06-03T12:03:17.917Z] Setting up gpg (2.2.4-1ubuntu1.5) ... [2022-06-03T12:03:17.917Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:17.917Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:18.178Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:18.178Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:18.178Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:18.178Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:18.178Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T12:03:18.178Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T12:03:18.178Z] Setting up dirmngr (2.2.4-1ubuntu1.5) ... [2022-06-03T12:03:18.178Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T12:03:18.438Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2022-06-03T12:03:18.438Z] settings in the [Install] section, and DefaultInstance for template units). [2022-06-03T12:03:18.438Z] This means they are not meant to be enabled using systemctl. [2022-06-03T12:03:18.438Z] Possible reasons for having this kind of units are: [2022-06-03T12:03:18.438Z] 1) A unit may be statically enabled by being symlinked from another unit's [2022-06-03T12:03:18.438Z] .wants/ or .requires/ directory. [2022-06-03T12:03:18.438Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2022-06-03T12:03:18.438Z] a requirement dependency on it. [2022-06-03T12:03:18.438Z] 3) A unit may be started when needed via activation (socket, path, timer, [2022-06-03T12:03:18.438Z] D-Bus, udev, scripted systemctl call, ...). [2022-06-03T12:03:18.438Z] 4) In case of template units, the unit is meant to be enabled with some [2022-06-03T12:03:18.438Z] instance name specified. [2022-06-03T12:03:18.960Z] Reading package lists... [2022-06-03T12:03:18.960Z] Building dependency tree... [2022-06-03T12:03:18.960Z] Reading state information... [2022-06-03T12:03:19.225Z] The following additional packages will be installed: [2022-06-03T12:03:19.225Z] apparmor apt dbus dbus-user-session libapt-pkg5.0 libbsd0 libdbus-1-3 [2022-06-03T12:03:19.225Z] libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-06-03T12:03:19.225Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-06-03T12:03:19.225Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 libssl1.1 libsystemd0 [2022-06-03T12:03:19.225Z] mime-support multiarch-support openssh-client python3 python3-minimal [2022-06-03T12:03:19.225Z] python3.6 python3.6-minimal squashfs-tools systemd [2022-06-03T12:03:19.225Z] Suggested packages: [2022-06-03T12:03:19.225Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2022-06-03T12:03:19.225Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2022-06-03T12:03:19.225Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-06-03T12:03:19.225Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2022-06-03T12:03:19.225Z] systemd-container policykit-1 [2022-06-03T12:03:19.225Z] Recommended packages: [2022-06-03T12:03:19.225Z] krb5-locales file xauth gnupg networkd-dispatcher [2022-06-03T12:03:19.225Z] The following NEW packages will be installed: [2022-06-03T12:03:19.225Z] apparmor dbus dbus-user-session libbsd0 libdbus-1-3 libedit2 libexpat1 [2022-06-03T12:03:19.225Z] libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 [2022-06-03T12:03:19.225Z] liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib libpython3.6-minimal [2022-06-03T12:03:19.225Z] libpython3.6-stdlib libssl1.0.0 mime-support multiarch-support [2022-06-03T12:03:19.225Z] openssh-client python3 python3-minimal python3.6 python3.6-minimal snapd [2022-06-03T12:03:19.225Z] squashfs-tools sudo [2022-06-03T12:03:19.225Z] The following packages will be upgraded: [2022-06-03T12:03:19.225Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2022-06-03T12:03:19.225Z] 5 upgraded, 29 newly installed, 0 to remove and 108 not upgraded. [2022-06-03T12:03:19.225Z] Need to get 48.9 MB of archives. [2022-06-03T12:03:19.225Z] After this operation, 186 MB of additional disk space will be used. [2022-06-03T12:03:19.225Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.17 [1302 kB] [2022-06-03T12:03:19.225Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [534 kB] [2022-06-03T12:03:19.225Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.53 [2915 kB] [2022-06-03T12:03:19.486Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.7 [82.6 kB] [2022-06-03T12:03:19.486Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [1610 kB] [2022-06-03T12:03:19.486Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.7 [1710 kB] [2022-06-03T12:03:19.486Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.7 [203 kB] [2022-06-03T12:03:19.486Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.3 [175 kB] [2022-06-03T12:03:19.486Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus amd64 1.12.2-1ubuntu1.3 [150 kB] [2022-06-03T12:03:19.486Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2022-06-03T12:03:19.486Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2022-06-03T12:03:19.486Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2022-06-03T12:03:19.486Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2022-06-03T12:03:19.486Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2022-06-03T12:03:19.486Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2022-06-03T12:03:19.486Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2022-06-03T12:03:19.486Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.9 [1088 kB] [2022-06-03T12:03:19.486Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.3 [9392 B] [2022-06-03T12:03:19.486Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2022-06-03T12:03:19.486Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.54.3+18.04.2ubuntu0.2 [34.3 MB] [2022-06-03T12:03:20.055Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.53 [206 kB] [2022-06-03T12:03:20.055Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2022-06-03T12:03:20.055Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2022-06-03T12:03:20.055Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2022-06-03T12:03:20.055Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2022-06-03T12:03:20.055Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2022-06-03T12:03:20.321Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2022-06-03T12:03:20.321Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2022-06-03T12:03:20.321Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B] [2022-06-03T12:03:20.321Z] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2022-06-03T12:03:20.321Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.53 [107 kB] [2022-06-03T12:03:20.321Z] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2022-06-03T12:03:20.321Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B] [2022-06-03T12:03:20.321Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB] [2022-06-03T12:03:20.321Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T12:03:20.321Z] Fetched 48.9 MB in 1s (42.7 MB/s) [2022-06-03T12:03:20.581Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-03T12:03:20.581Z] Preparing to unpack .../systemd_237-3ubuntu10.53_amd64.deb ... [2022-06-03T12:03:20.581Z] Unpacking systemd (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T12:03:21.153Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.53_amd64.deb ... [2022-06-03T12:03:21.153Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T12:03:21.153Z] Setting up libsystemd0:amd64 (237-3ubuntu10.53) ... [2022-06-03T12:03:21.153Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-03T12:03:21.153Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2022-06-03T12:03:21.415Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2022-06-03T12:03:21.415Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2022-06-03T12:03:21.415Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-03T12:03:21.415Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2022-06-03T12:03:21.415Z] Unpacking apt (1.6.14) over (1.6.1) ... [2022-06-03T12:03:21.676Z] Setting up apt (1.6.14) ... [2022-06-03T12:03:21.676Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2022-06-03T12:03:22.247Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-06-03T12:03:22.247Z] (Reading database ... 12764 files and directories currently installed.) [2022-06-03T12:03:22.247Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... [2022-06-03T12:03:22.247Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... [2022-06-03T12:03:22.508Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2022-06-03T12:03:22.508Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T12:03:22.508Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:22.508Z] Selecting previously unselected package libexpat1:amd64. [2022-06-03T12:03:22.508Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_amd64.deb ... [2022-06-03T12:03:22.508Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.7) ... [2022-06-03T12:03:22.508Z] Selecting previously unselected package python3.6-minimal. [2022-06-03T12:03:22.508Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T12:03:22.508Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:22.768Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) ... [2022-06-03T12:03:22.768Z] Checking for services that may need to be restarted...done. [2022-06-03T12:03:22.768Z] Checking for services that may need to be restarted...done. [2022-06-03T12:03:23.029Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:23.029Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.7) ... [2022-06-03T12:03:23.029Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:23.290Z] Selecting previously unselected package python3-minimal. [2022-06-03T12:03:23.290Z] (Reading database ... 13012 files and directories currently installed.) [2022-06-03T12:03:23.290Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2022-06-03T12:03:23.290Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2022-06-03T12:03:23.290Z] Selecting previously unselected package mime-support. [2022-06-03T12:03:23.290Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2022-06-03T12:03:23.290Z] Unpacking mime-support (3.60ubuntu1) ... [2022-06-03T12:03:23.550Z] Selecting previously unselected package libmpdec2:amd64. [2022-06-03T12:03:23.550Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2022-06-03T12:03:23.550Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-06-03T12:03:23.550Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2022-06-03T12:03:23.550Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T12:03:23.550Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:23.809Z] Selecting previously unselected package python3.6. [2022-06-03T12:03:23.809Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T12:03:23.809Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:23.809Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-06-03T12:03:23.809Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2022-06-03T12:03:23.809Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-06-03T12:03:23.809Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2022-06-03T12:03:24.069Z] Selecting previously unselected package python3. [2022-06-03T12:03:24.069Z] (Reading database ... 13442 files and directories currently installed.) [2022-06-03T12:03:24.069Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2022-06-03T12:03:24.069Z] Unpacking python3 (3.6.7-1~18.04) ... [2022-06-03T12:03:24.069Z] Selecting previously unselected package multiarch-support. [2022-06-03T12:03:24.069Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T12:03:24.069Z] Unpacking multiarch-support (2.27-3ubuntu1.6) ... [2022-06-03T12:03:24.069Z] Setting up multiarch-support (2.27-3ubuntu1.6) ... [2022-06-03T12:03:24.330Z] Selecting previously unselected package liblzo2-2:amd64. [2022-06-03T12:03:24.330Z] (Reading database ... 13479 files and directories currently installed.) [2022-06-03T12:03:24.330Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2022-06-03T12:03:24.330Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2022-06-03T12:03:24.330Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-06-03T12:03:24.330Z] Preparing to unpack .../01-libdbus-1-3_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:24.330Z] Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... [2022-06-03T12:03:24.330Z] Selecting previously unselected package dbus. [2022-06-03T12:03:24.330Z] Preparing to unpack .../02-dbus_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:24.330Z] Unpacking dbus (1.12.2-1ubuntu1.3) ... [2022-06-03T12:03:24.330Z] Selecting previously unselected package libbsd0:amd64. [2022-06-03T12:03:24.330Z] Preparing to unpack .../03-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2022-06-03T12:03:24.330Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-06-03T12:03:24.600Z] Selecting previously unselected package libpam-systemd:amd64. [2022-06-03T12:03:24.600Z] Preparing to unpack .../04-libpam-systemd_237-3ubuntu10.53_amd64.deb ... [2022-06-03T12:03:24.600Z] Unpacking libpam-systemd:amd64 (237-3ubuntu10.53) ... [2022-06-03T12:03:24.600Z] Selecting previously unselected package sudo. [2022-06-03T12:03:24.600Z] Preparing to unpack .../05-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2022-06-03T12:03:24.600Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2022-06-03T12:03:24.600Z] Selecting previously unselected package apparmor. [2022-06-03T12:03:24.600Z] Preparing to unpack .../06-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2022-06-03T12:03:24.600Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2022-06-03T12:03:24.861Z] Selecting previously unselected package libedit2:amd64. [2022-06-03T12:03:24.861Z] Preparing to unpack .../07-libedit2_3.1-20170329-1_amd64.deb ... [2022-06-03T12:03:24.861Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2022-06-03T12:03:24.861Z] Selecting previously unselected package libkrb5support0:amd64. [2022-06-03T12:03:24.861Z] Preparing to unpack .../08-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T12:03:24.861Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:24.861Z] Selecting previously unselected package libk5crypto3:amd64. [2022-06-03T12:03:24.861Z] Preparing to unpack .../09-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T12:03:24.861Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:24.861Z] Selecting previously unselected package libkeyutils1:amd64. [2022-06-03T12:03:24.861Z] Preparing to unpack .../10-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ... [2022-06-03T12:03:24.861Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... [2022-06-03T12:03:25.122Z] Selecting previously unselected package libkrb5-3:amd64. [2022-06-03T12:03:25.122Z] Preparing to unpack .../11-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T12:03:25.122Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:25.122Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-06-03T12:03:25.122Z] Preparing to unpack .../12-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T12:03:25.122Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:25.122Z] Selecting previously unselected package libssl1.0.0:amd64. [2022-06-03T12:03:25.122Z] Preparing to unpack .../13-libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb ... [2022-06-03T12:03:25.122Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... [2022-06-03T12:03:25.384Z] Selecting previously unselected package openssh-client. [2022-06-03T12:03:25.384Z] Preparing to unpack .../14-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ... [2022-06-03T12:03:25.384Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ... [2022-06-03T12:03:25.384Z] Selecting previously unselected package dbus-user-session. [2022-06-03T12:03:25.384Z] Preparing to unpack .../15-dbus-user-session_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:25.384Z] Unpacking dbus-user-session (1.12.2-1ubuntu1.3) ... [2022-06-03T12:03:25.384Z] Selecting previously unselected package squashfs-tools. [2022-06-03T12:03:25.384Z] Preparing to unpack .../16-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2022-06-03T12:03:25.384Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-06-03T12:03:25.384Z] Selecting previously unselected package snapd. [2022-06-03T12:03:25.384Z] Preparing to unpack .../17-snapd_2.54.3+18.04.2ubuntu0.2_amd64.deb ... [2022-06-03T12:03:25.646Z] Unpacking snapd (2.54.3+18.04.2ubuntu0.2) ... [2022-06-03T12:03:28.952Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2022-06-03T12:03:28.952Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... [2022-06-03T12:03:28.952Z] Setting up mime-support (3.60ubuntu1) ... [2022-06-03T12:03:28.952Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2022-06-03T12:03:28.952Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-06-03T12:03:28.952Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:28.952Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T12:03:28.952Z] Setting up systemd (237-3ubuntu10.53) ... [2022-06-03T12:03:28.952Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-06-03T12:03:29.212Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... [2022-06-03T12:03:29.212Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-06-03T12:03:29.212Z] Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... [2022-06-03T12:03:29.212Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2022-06-03T12:03:29.212Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:29.212Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:29.212Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T12:03:29.786Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-06-03T12:03:29.786Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:29.786Z] Setting up dbus (1.12.2-1ubuntu1.3) ... [2022-06-03T12:03:30.050Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-06-03T12:03:30.050Z] Setting up libpam-systemd:amd64 (237-3ubuntu10.53) ... [2022-06-03T12:03:30.311Z] Setting up python3 (3.6.7-1~18.04) ... [2022-06-03T12:03:30.311Z] running python rtupdate hooks for python3.6... [2022-06-03T12:03:30.311Z] running python post-rtupdate hooks for python3.6... [2022-06-03T12:03:30.311Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2022-06-03T12:03:30.883Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-06-03T12:03:31.146Z] Setting up dbus-user-session (1.12.2-1ubuntu1.3) ... [2022-06-03T12:03:31.146Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T12:03:31.146Z] Setting up openssh-client (1:7.6p1-4ubuntu0.7) ... [2022-06-03T12:03:31.146Z] Setting up snapd (2.54.3+18.04.2ubuntu0.2) ... [2022-06-03T12:03:31.720Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-06-03T12:03:31.720Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-06-03T12:03:31.981Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-06-03T12:03:31.981Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-06-03T12:03:32.244Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-03T12:03:32.244Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-03T12:03:32.510Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-06-03T12:03:32.510Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-06-03T12:03:32.772Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-06-03T12:03:33.033Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-06-03T12:03:33.033Z] /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-06-03T12:03:33.033Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T12:03:33.033Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-06-03T12:03:33.975Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-06-03T12:03:33.975Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-06-03T12:03:34.235Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-06-03T12:03:35.175Z] Reading package lists... [2022-06-03T12:03:35.434Z] Reading package lists... [2022-06-03T12:03:35.696Z] Building dependency tree... [2022-06-03T12:03:35.696Z] Reading state information... [2022-06-03T12:03:35.696Z] Calculating upgrade... [2022-06-03T12:03:35.956Z] The following packages will be upgraded: [2022-06-03T12:03:35.956Z] advancecomp base-files bash binutils binutils-common [2022-06-03T12:03:35.956Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2022-06-03T12:03:35.956Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2022-06-03T12:03:35.956Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2022-06-03T12:03:35.956Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2022-06-03T12:03:35.956Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2022-06-03T12:03:35.956Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2022-06-03T12:03:35.956Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2022-06-03T12:03:35.956Z] libkmod2 liblsan0 liblz4-1 liblzma5 libmount1 libmpx2 libncurses5 [2022-06-03T12:03:35.956Z] libncursesw5 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin [2022-06-03T12:03:35.956Z] libpam-runtime libpam0g libpcre3 libperl5.26 libpng16-16 libprocps6 [2022-06-03T12:03:35.956Z] libquadmath0 libseccomp2 libsepol1 libsmartcols1 libsqlite3-0 libss2 [2022-06-03T12:03:35.956Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2022-06-03T12:03:35.956Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2022-06-03T12:03:35.956Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2022-06-03T12:03:35.956Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux xz-utils zlib1g [2022-06-03T12:03:35.956Z] 108 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T12:03:35.956Z] Need to get 64.9 MB of archives. [2022-06-03T12:03:35.956Z] After this operation, 5211 kB of additional disk space will be used. [2022-06-03T12:03:35.956Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB] [2022-06-03T12:03:36.216Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-180.189 [990 kB] [2022-06-03T12:03:36.216Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB] [2022-06-03T12:03:36.216Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.6 [2831 kB] [2022-06-03T12:03:36.216Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2022-06-03T12:03:36.216Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2022-06-03T12:03:36.216Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2022-06-03T12:03:36.216Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2022-06-03T12:03:36.216Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2022-06-03T12:03:36.216Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2022-06-03T12:03:36.216Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.6 [640 kB] [2022-06-03T12:03:36.216Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2022-06-03T12:03:36.216Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2022-06-03T12:03:36.216Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2022-06-03T12:03:36.216Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2022-06-03T12:03:36.216Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2022-06-03T12:03:36.216Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2022-06-03T12:03:36.216Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2022-06-03T12:03:36.216Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.53 [13.2 kB] [2022-06-03T12:03:36.216Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2022-06-03T12:03:36.216Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2022-06-03T12:03:36.216Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2022-06-03T12:03:36.216Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2022-06-03T12:03:36.216Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2022-06-03T12:03:36.475Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2022-06-03T12:03:36.475Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2022-06-03T12:03:36.475Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2022-06-03T12:03:36.475Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2022-06-03T12:03:36.475Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2022-06-03T12:03:36.475Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2022-06-03T12:03:36.738Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2022-06-03T12:03:36.998Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2022-06-03T12:03:36.999Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2022-06-03T12:03:36.999Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2022-06-03T12:03:36.999Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2022-06-03T12:03:36.999Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2022-06-03T12:03:36.999Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2022-06-03T12:03:36.999Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2022-06-03T12:03:36.999Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2022-06-03T12:03:36.999Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2022-06-03T12:03:36.999Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2022-06-03T12:03:36.999Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bash amd64 4.4.18-2ubuntu1.3 [615 kB] [2022-06-03T12:03:36.999Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2022-06-03T12:03:36.999Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.3 [234 kB] [2022-06-03T12:03:36.999Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg amd64 1.19.0.5ubuntu2.4 [1137 kB] [2022-06-03T12:03:37.259Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2022-06-03T12:03:37.259Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2022-06-03T12:03:37.259Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gzip amd64 1.6-5ubuntu1.2 [90.3 kB] [2022-06-03T12:03:37.259Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 login amd64 1:4.5-1ubuntu2.2 [308 kB] [2022-06-03T12:03:37.259Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2022-06-03T12:03:37.259Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2022-06-03T12:03:37.259Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2022-06-03T12:03:37.259Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2022-06-03T12:03:37.520Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2022-06-03T12:03:37.520Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2022-06-03T12:03:37.520Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2022-06-03T12:03:37.520Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-0ubuntu2.1 [56.4 kB] [2022-06-03T12:03:37.520Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2022-06-03T12:03:37.520Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2022-06-03T12:03:37.520Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2022-06-03T12:03:37.520Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2022-06-03T12:03:37.520Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2022-06-03T12:03:37.520Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2022-06-03T12:03:37.520Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2022-06-03T12:03:37.520Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2022-06-03T12:03:37.520Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2022-06-03T12:03:37.520Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2022-06-03T12:03:37.802Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2022-06-03T12:03:37.802Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblzma5 amd64 5.2.2-1.3ubuntu0.1 [91.1 kB] [2022-06-03T12:03:37.802Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpcre3 amd64 2:8.39-9ubuntu0.1 [231 kB] [2022-06-03T12:03:37.802Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsepol1 amd64 2.7-1ubuntu0.1 [250 kB] [2022-06-03T12:03:37.802Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2022-06-03T12:03:37.802Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2022-06-03T12:03:37.802Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 passwd amd64 1:4.5-1ubuntu2.2 [818 kB] [2022-06-03T12:03:37.802Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.5 [198 kB] [2022-06-03T12:03:37.802Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2022-06-03T12:03:37.802Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2022-06-03T12:03:37.802Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2022-06-03T12:03:37.802Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2022-06-03T12:03:37.802Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.2 [43.0 kB] [2022-06-03T12:03:37.802Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.17 [614 kB] [2022-06-03T12:03:37.802Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2022-06-03T12:03:37.802Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2022-06-03T12:03:37.802Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2022-06-03T12:03:37.802Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.5 [499 kB] [2022-06-03T12:03:38.072Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2022a-0ubuntu0.18.04 [190 kB] [2022-06-03T12:03:38.072Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB] [2022-06-03T12:03:38.072Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2022-06-03T12:03:38.072Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2022-06-03T12:03:38.072Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] [2022-06-03T12:03:38.072Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2022-06-03T12:03:38.072Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2022-06-03T12:03:38.072Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2022-06-03T12:03:38.072Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2022-06-03T12:03:38.072Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2022-06-03T12:03:38.072Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2022-06-03T12:03:38.072Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2022-06-03T12:03:38.340Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2022-06-03T12:03:38.613Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2022-06-03T12:03:38.908Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2022-06-03T12:03:38.908Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2022-06-03T12:03:39.188Z] Get:102 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2022-06-03T12:03:39.188Z] Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2022-06-03T12:03:39.188Z] Get:104 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB] [2022-06-03T12:03:39.188Z] Get:105 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB] [2022-06-03T12:03:39.188Z] Get:106 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2022-06-03T12:03:39.188Z] Get:107 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2022-06-03T12:03:39.188Z] Get:108 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2022-06-03T12:03:39.447Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T12:03:39.447Z] Fetched 64.9 MB in 3s (20.0 MB/s) [2022-06-03T12:03:39.447Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T12:03:39.447Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T12:03:39.447Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T12:03:39.708Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T12:03:39.708Z] Unpacking libc-dev-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T12:03:39.985Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-180.189_amd64.deb ... [2022-06-03T12:03:39.985Z] Unpacking linux-libc-dev:amd64 (4.15.0-180.189) over (4.15.0-20.21) ... [2022-06-03T12:03:40.245Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.245Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.245Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.245Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.505Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.505Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.505Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.505Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.505Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.505Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.505Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.505Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.766Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.766Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.766Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:40.766Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T12:03:40.766Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:40.766Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2022-06-03T12:03:40.766Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:41.026Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T12:03:41.026Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:41.026Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:41.026Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:41.026Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:41.026Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:41.026Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T12:03:41.285Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:41.285Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T12:03:41.285Z] Preparing to unpack .../libc6_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T12:03:41.545Z] Unpacking libc6:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T12:03:41.804Z] Setting up libc6:amd64 (2.27-3ubuntu1.6) ... [2022-06-03T12:03:42.066Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T12:03:42.066Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2022-06-03T12:03:42.066Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-06-03T12:03:42.066Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-06-03T12:03:42.066Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2022-06-03T12:03:42.326Z] Setting up base-files (10.1ubuntu2.11) ... [2022-06-03T12:03:42.326Z] Installing new version of config file /etc/issue ... [2022-06-03T12:03:42.326Z] Installing new version of config file /etc/issue.net ... [2022-06-03T12:03:42.326Z] Installing new version of config file /etc/lsb-release ... [2022-06-03T12:03:42.326Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-06-03T12:03:42.589Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-06-03T12:03:42.589Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-06-03T12:03:42.589Z] Removing obsolete conffile /etc/default/motd-news ... [2022-06-03T12:03:42.589Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:42.589Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.3_amd64.deb ... [2022-06-03T12:03:42.589Z] Unpacking bash (4.4.18-2ubuntu1.3) over (4.4.18-2ubuntu1) ... [2022-06-03T12:03:42.851Z] Setting up bash (4.4.18-2ubuntu1.3) ... [2022-06-03T12:03:42.851Z] 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-06-03T12:03:42.851Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:42.851Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:42.851Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:42.851Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:42.851Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:42.851Z] Preparing to unpack .../tar_1.29b-2ubuntu0.3_amd64.deb ... [2022-06-03T12:03:42.851Z] Unpacking tar (1.29b-2ubuntu0.3) over (1.29b-2) ... [2022-06-03T12:03:43.127Z] Setting up tar (1.29b-2ubuntu0.3) ... [2022-06-03T12:03:43.127Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:43.127Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.4_amd64.deb ... [2022-06-03T12:03:43.127Z] Unpacking dpkg (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-03T12:03:43.388Z] Setting up dpkg (1.19.0.5ubuntu2.4) ... [2022-06-03T12:03:43.388Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:43.388Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:43.388Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T12:03:43.388Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-03T12:03:43.704Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:43.704Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:43.704Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T12:03:43.965Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2022-06-03T12:03:43.965Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:43.965Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2022-06-03T12:03:43.965Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2022-06-03T12:03:44.225Z] Setting up grep (3.1-2build1) ... [2022-06-03T12:03:44.225Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:44.225Z] Preparing to unpack .../gzip_1.6-5ubuntu1.2_amd64.deb ... [2022-06-03T12:03:44.225Z] Unpacking gzip (1.6-5ubuntu1.2) over (1.6-5ubuntu1) ... [2022-06-03T12:03:44.225Z] Setting up gzip (1.6-5ubuntu1.2) ... [2022-06-03T12:03:44.485Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:44.485Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2.2_amd64.deb ... [2022-06-03T12:03:44.485Z] Unpacking login (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... [2022-06-03T12:03:44.485Z] Setting up login (1:4.5-1ubuntu2.2) ... [2022-06-03T12:03:44.485Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:44.485Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T12:03:44.485Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T12:03:44.747Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2022-06-03T12:03:44.747Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:44.747Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-03T12:03:44.747Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T12:03:45.322Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-03T12:03:45.322Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T12:03:45.322Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-03T12:03:45.322Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T12:03:45.582Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2022-06-03T12:03:45.582Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:45.582Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2022-06-03T12:03:45.582Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T12:03:46.150Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-06-03T12:03:46.150Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-06-03T12:03:46.150Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-06-03T12:03:46.150Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-06-03T12:03:46.150Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2022-06-03T12:03:46.150Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:46.150Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2022-06-03T12:03:46.411Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2022-06-03T12:03:46.411Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2022-06-03T12:03:46.411Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:46.411Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-0ubuntu2.1_amd64.deb ... [2022-06-03T12:03:46.411Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) over (1:1.2.11.dfsg-0ubuntu2) ... [2022-06-03T12:03:46.411Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) ... [2022-06-03T12:03:46.671Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:46.671Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:46.671Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:46.671Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:46.671Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:46.671Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:46.671Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:46.671Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:46.932Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:46.932Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:46.932Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:46.932Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:46.932Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:46.932Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:46.932Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:47.193Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:47.193Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:47.193Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T12:03:47.193Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T12:03:47.193Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T12:03:47.193Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T12:03:47.193Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-03T12:03:47.454Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:47.454Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T12:03:47.454Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T12:03:47.454Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-03T12:03:47.454Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:47.454Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:47.454Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:47.454Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:47.454Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:47.454Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:47.454Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:47.713Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:47.713Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:47.713Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:47.713Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:48.284Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:48.284Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-06-03T12:03:48.545Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-06-03T12:03:48.808Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:48.808Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T12:03:48.808Z] Unpacking libc-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T12:03:48.808Z] Setting up libc-bin (2.27-3ubuntu1.6) ... [2022-06-03T12:03:48.808Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T12:03:48.808Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2022-06-03T12:03:49.067Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T12:03:49.067Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2022-06-03T12:03:49.067Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T12:03:49.067Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2022-06-03T12:03:49.067Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2022-06-03T12:03:49.329Z] Setting up debconf (1.5.66ubuntu1) ... [2022-06-03T12:03:49.329Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T12:03:49.329Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2022-06-03T12:03:49.329Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-06-03T12:03:49.593Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2022-06-03T12:03:49.593Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T12:03:49.593Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2022-06-03T12:03:49.593Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-06-03T12:03:49.593Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2022-06-03T12:03:49.593Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T12:03:49.593Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-03T12:03:49.593Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T12:03:49.851Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T12:03:49.851Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T12:03:49.851Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-03T12:03:49.851Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T12:03:49.851Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T12:03:50.112Z] (Reading database ... 13989 files and directories currently installed.) [2022-06-03T12:03:50.112Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-03T12:03:50.112Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T12:03:50.112Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T12:03:50.371Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:50.371Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T12:03:50.371Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T12:03:50.371Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.53_amd64.deb ... [2022-06-03T12:03:50.371Z] Unpacking systemd-sysv (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T12:03:50.371Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:50.371Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T12:03:50.371Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-03T12:03:50.633Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:50.633Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2022-06-03T12:03:50.633Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2022-06-03T12:03:50.633Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2022-06-03T12:03:50.633Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:50.633Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2022-06-03T12:03:50.633Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2022-06-03T12:03:50.633Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2022-06-03T12:03:50.895Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:50.895Z] Preparing to unpack .../liblzma5_5.2.2-1.3ubuntu0.1_amd64.deb ... [2022-06-03T12:03:50.895Z] Unpacking liblzma5:amd64 (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... [2022-06-03T12:03:50.895Z] Setting up liblzma5:amd64 (5.2.2-1.3ubuntu0.1) ... [2022-06-03T12:03:50.895Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:50.895Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2022-06-03T12:03:50.895Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T12:03:50.895Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T12:03:51.156Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:51.156Z] Preparing to unpack .../libpcre3_2%3a8.39-9ubuntu0.1_amd64.deb ... [2022-06-03T12:03:51.156Z] Unpacking libpcre3:amd64 (2:8.39-9ubuntu0.1) over (2:8.39-9) ... [2022-06-03T12:03:51.156Z] Setting up libpcre3:amd64 (2:8.39-9ubuntu0.1) ... [2022-06-03T12:03:51.417Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:51.417Z] Preparing to unpack .../libsepol1_2.7-1ubuntu0.1_amd64.deb ... [2022-06-03T12:03:51.417Z] Unpacking libsepol1:amd64 (2.7-1ubuntu0.1) over (2.7-1) ... [2022-06-03T12:03:51.417Z] Setting up libsepol1:amd64 (2.7-1ubuntu0.1) ... [2022-06-03T12:03:51.417Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:51.417Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T12:03:51.417Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T12:03:51.677Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-03T12:03:51.677Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:51.677Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2022-06-03T12:03:51.677Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2022-06-03T12:03:51.677Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2022-06-03T12:03:51.939Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:51.939Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2.2_amd64.deb ... [2022-06-03T12:03:51.939Z] Unpacking passwd (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... [2022-06-03T12:03:51.939Z] Setting up passwd (1:4.5-1ubuntu2.2) ... [2022-06-03T12:03:52.199Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.199Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T12:03:52.199Z] Unpacking gpgv (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T12:03:52.199Z] Setting up gpgv (2.2.4-1ubuntu1.5) ... [2022-06-03T12:03:52.199Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.199Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-06-03T12:03:52.199Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-06-03T12:03:52.460Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-06-03T12:03:52.460Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.460Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-06-03T12:03:52.460Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-06-03T12:03:52.460Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-06-03T12:03:52.460Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.460Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2022-06-03T12:03:52.460Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2022-06-03T12:03:52.720Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2022-06-03T12:03:52.720Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.720Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2022-06-03T12:03:52.720Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2022-06-03T12:03:52.720Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2022-06-03T12:03:52.981Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.981Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2022-06-03T12:03:52.981Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2022-06-03T12:03:52.981Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2022-06-03T12:03:52.981Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:52.981Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2022-06-03T12:03:52.981Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2022-06-03T12:03:53.244Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2022-06-03T12:03:53.244Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:53.244Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ... [2022-06-03T12:03:53.244Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.3.1-2.1ubuntu4) ... [2022-06-03T12:03:53.244Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ... [2022-06-03T12:03:53.244Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T12:03:53.244Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2022-06-03T12:03:53.244Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2022-06-03T12:03:53.505Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2022-06-03T12:03:53.505Z] (Reading database ... 13994 files and directories currently installed.) [2022-06-03T12:03:53.505Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-06-03T12:03:53.505Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-06-03T12:03:53.505Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-06-03T12:03:53.505Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-06-03T12:03:53.765Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... [2022-06-03T12:03:53.765Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... [2022-06-03T12:03:53.765Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2022-06-03T12:03:53.765Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2022-06-03T12:03:54.027Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2022-06-03T12:03:54.027Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2022-06-03T12:03:54.027Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2022-06-03T12:03:54.027Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2022-06-03T12:03:54.027Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2022-06-03T12:03:54.027Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2022-06-03T12:03:54.290Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2022-06-03T12:03:54.290Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2022-06-03T12:03:54.290Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2022-06-03T12:03:54.290Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2022-06-03T12:03:54.290Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2022-06-03T12:03:54.290Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2022-06-03T12:03:54.551Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb ... [2022-06-03T12:03:54.551Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) over (3.22.0-1) ... [2022-06-03T12:03:54.551Z] Preparing to unpack .../11-tzdata_2022a-0ubuntu0.18.04_all.deb ... [2022-06-03T12:03:54.551Z] Unpacking tzdata (2022a-0ubuntu0.18.04) over (2018d-1) ... [2022-06-03T12:03:54.811Z] Preparing to unpack .../12-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ... [2022-06-03T12:03:54.811Z] Unpacking xz-utils (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... [2022-06-03T12:03:55.072Z] Preparing to unpack .../13-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2022-06-03T12:03:55.072Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2022-06-03T12:03:55.072Z] Preparing to unpack .../14-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2022-06-03T12:03:55.072Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2022-06-03T12:03:55.072Z] Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T12:03:55.072Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T12:03:55.335Z] Preparing to unpack .../16-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T12:03:55.596Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T12:03:55.596Z] Preparing to unpack .../17-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T12:03:55.596Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T12:03:55.596Z] Preparing to unpack .../18-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T12:03:55.596Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T12:03:55.858Z] Preparing to unpack .../19-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:55.858Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:55.858Z] Preparing to unpack .../20-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:55.858Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:55.858Z] Preparing to unpack .../21-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:55.858Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:55.858Z] Preparing to unpack .../22-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:55.858Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:56.798Z] Preparing to unpack .../23-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:56.798Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:57.735Z] Preparing to unpack .../24-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:57.735Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:57.996Z] Preparing to unpack .../25-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:57.996Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:58.273Z] Preparing to unpack .../26-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:58.273Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:58.842Z] Preparing to unpack .../27-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T12:03:58.842Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T12:03:58.842Z] Preparing to unpack .../28-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-03T12:03:59.102Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-03T12:03:59.102Z] Preparing to unpack .../29-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ... [2022-06-03T12:03:59.102Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-03T12:03:59.102Z] Preparing to unpack .../30-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ... [2022-06-03T12:03:59.102Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-03T12:03:59.363Z] Preparing to unpack .../31-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2022-06-03T12:03:59.363Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2022-06-03T12:03:59.363Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-03T12:03:59.363Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-03T12:03:59.625Z] Preparing to unpack .../33-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-03T12:03:59.625Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-03T12:03:59.625Z] Preparing to unpack .../34-pkgbinarymangler_138.18.04.1_all.deb ... [2022-06-03T12:03:59.625Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2022-06-03T12:03:59.883Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:59.883Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-03T12:03:59.883Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:59.883Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:59.883Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:59.884Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2022-06-03T12:03:59.884Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2022-06-03T12:03:59.884Z] Setting up tzdata (2022a-0ubuntu0.18.04) ... [2022-06-03T12:03:59.884Z] [2022-06-03T12:03:59.884Z] Current default time zone: 'Etc/UTC' [2022-06-03T12:03:59.884Z] Local time is now: Fri Jun 3 12:03:59 UTC 2022. [2022-06-03T12:03:59.884Z] Universal Time is now: Fri Jun 3 12:03:59 UTC 2022. [2022-06-03T12:03:59.884Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-06-03T12:03:59.884Z] [2022-06-03T12:03:59.884Z] Setting up systemd-sysv (237-3ubuntu10.53) ... [2022-06-03T12:03:59.884Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:03:59.884Z] Setting up linux-libc-dev:amd64 (4.15.0-180.189) ... [2022-06-03T12:03:59.884Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2022-06-03T12:03:59.884Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2022-06-03T12:03:59.884Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2022-06-03T12:03:59.884Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2022-06-03T12:04:00.149Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2022-06-03T12:04:00.149Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2022-06-03T12:04:00.149Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2022-06-03T12:04:00.149Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:04:00.149Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2022-06-03T12:04:00.149Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:00.149Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-06-03T12:04:00.149Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:04:00.149Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2022-06-03T12:04:00.149Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2022-06-03T12:04:00.149Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2022-06-03T12:04:00.149Z] Setting up xz-utils (5.2.2-1.3ubuntu0.1) ... [2022-06-03T12:04:00.149Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.17) ... [2022-06-03T12:04:00.149Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2022-06-03T12:04:00.149Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) ... [2022-06-03T12:04:00.409Z] Setting up libc-dev-bin (2.27-3ubuntu1.6) ... [2022-06-03T12:04:00.409Z] Setting up ca-certificates (20210119~18.04.2) ... [2022-06-03T12:04:02.316Z] Updating certificates in /etc/ssl/certs... [2022-06-03T12:04:02.886Z] 23 added, 28 removed; done. [2022-06-03T12:04:02.886Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ... [2022-06-03T12:04:02.886Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T12:04:02.886Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2022-06-03T12:04:02.886Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2022-06-03T12:04:02.886Z] Setting up pkgbinarymangler (138.18.04.1) ... [2022-06-03T12:04:03.147Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-06-03T12:04:03.147Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2022-06-03T12:04:03.147Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2022-06-03T12:04:03.147Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2022-06-03T12:04:03.147Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ... [2022-06-03T12:04:03.147Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2022-06-03T12:04:03.147Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T12:04:03.147Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2022-06-03T12:04:03.147Z] Setting up dpkg-dev (1.19.0.5ubuntu2.4) ... [2022-06-03T12:04:03.147Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2022-06-03T12:04:03.406Z] Processing triggers for libc-bin (2.27-3ubuntu1.6) ... [2022-06-03T12:04:03.406Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-06-03T12:04:03.406Z] Processing triggers for mime-support (3.60ubuntu1) ... [2022-06-03T12:04:03.406Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2022-06-03T12:04:03.406Z] Updating certificates in /etc/ssl/certs... [2022-06-03T12:04:03.977Z] 0 added, 0 removed; done. [2022-06-03T12:04:03.977Z] Running hooks in /etc/ca-certificates/update.d... [2022-06-03T12:04:03.977Z] done. [2022-06-03T12:04:04.561Z] Reading package lists... [2022-06-03T12:04:04.561Z] Building dependency tree... [2022-06-03T12:04:04.561Z] Reading state information... [2022-06-03T12:04:04.823Z] The following NEW packages will be installed: [2022-06-03T12:04:04.823Z] apt-transport-https [2022-06-03T12:04:04.823Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T12:04:05.085Z] Need to get 4348 B of archives. [2022-06-03T12:04:05.085Z] After this operation, 154 kB of additional disk space will be used. [2022-06-03T12:04:05.085Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2022-06-03T12:04:05.345Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T12:04:05.345Z] Fetched 4348 B in 0s (22.1 kB/s) [2022-06-03T12:04:05.345Z] Selecting previously unselected package apt-transport-https. [2022-06-03T12:04:05.345Z] (Reading database ... 14001 files and directories currently installed.) [2022-06-03T12:04:05.345Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2022-06-03T12:04:05.345Z] Unpacking apt-transport-https (1.6.14) ... [2022-06-03T12:04:05.345Z] Setting up apt-transport-https (1.6.14) ... [2022-06-03T12:04:05.605Z] Waiting for network to be ready... [2022-06-03T12:04:12.184Z] 2022-06-03T12:04:09Z INFO Waiting for automatic snapd restart... [2022-06-03T12:04:12.756Z] snapd 2.55.5 from Canonical* installed [2022-06-03T12:04:14.141Z] "snapd" switched to the "latest/stable" channel [2022-06-03T12:04:14.141Z] [2022-06-03T12:04:19.434Z] core18 20220428 from Canonical* installed [2022-06-03T12:04:21.973Z] core20 20220512 from Canonical* installed [2022-06-03T12:04:22.233Z] "core20" switched to the "latest/stable" channel [2022-06-03T12:04:22.233Z] [2022-06-03T12:04:22.400Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-03T12:04:24.773Z] snapcraft 6.1 from Canonical* installed [2022-06-03T12:04:24.773Z] "snapcraft" switched to the "latest/stable" channel [2022-06-03T12:04:24.773Z] [2022-06-03T12:04:26.747Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-03T12:04:26.747Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-03T12:04:26.747Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-03T12:04:30.058Z] 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-06-03T12:04:30.058Z] - README.md [2022-06-03T12:04:30.058Z] [2022-06-03T12:04:30.058Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-03T12:04:30.631Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-06-03T12:04:30.631Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-06-03T12:04:30.631Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-06-03T12:04:31.837Z] Reading package lists... [2022-06-03T12:04:33.221Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.11 git-man=1:2.17.1-1ubuntu0.11 libcurl3-gnutls=7.58.0-2ubuntu3.18 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.9 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2022-06-03T12:04:34.164Z] Reading package lists... [2022-06-03T12:04:34.426Z] Building dependency tree... [2022-06-03T12:04:34.426Z] Reading state information... [2022-06-03T12:04:34.426Z] Suggested packages: [2022-06-03T12:04:34.426Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2022-06-03T12:04:34.426Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2022-06-03T12:04:34.426Z] Recommended packages: [2022-06-03T12:04:34.426Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-06-03T12:04:34.685Z] The following NEW packages will be installed: [2022-06-03T12:04:34.685Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2022-06-03T12:04:34.685Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2022-06-03T12:04:34.685Z] pkg-config zip [2022-06-03T12:04:34.685Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T12:04:34.946Z] Need to get 7670 kB of archives. [2022-06-03T12:04:34.946Z] After this operation, 43.8 MB of additional disk space will be used. [2022-06-03T12:04:34.946Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2022-06-03T12:04:34.946Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB] [2022-06-03T12:04:35.207Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2022-06-03T12:04:35.207Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2022-06-03T12:04:35.207Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2022-06-03T12:04:35.207Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2022-06-03T12:04:35.469Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2022-06-03T12:04:35.469Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2022-06-03T12:04:35.469Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2022-06-03T12:04:35.469Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-06-03T12:04:35.469Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.18 [219 kB] [2022-06-03T12:04:35.469Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.11 [804 kB] [2022-06-03T12:04:35.731Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.11 [3925 kB] [2022-06-03T12:04:35.731Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2022-06-03T12:04:35.731Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2022-06-03T12:04:35.990Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T12:04:35.990Z] Fetched 7670 kB in 1s (6813 kB/s) [2022-06-03T12:04:35.990Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-06-03T12:04:35.990Z] (Reading database ... 14005 files and directories currently installed.) [2022-06-03T12:04:35.990Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... [2022-06-03T12:04:35.990Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-06-03T12:04:36.250Z] Selecting previously unselected package libpsl5:amd64. [2022-06-03T12:04:36.250Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2022-06-03T12:04:36.250Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2022-06-03T12:04:36.250Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T12:04:36.250Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2022-06-03T12:04:36.250Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-06-03T12:04:36.250Z] Selecting previously unselected package librtmp1:amd64. [2022-06-03T12:04:36.250Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2022-06-03T12:04:36.250Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-06-03T12:04:36.250Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-06-03T12:04:36.250Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.18_amd64.deb ... [2022-06-03T12:04:36.250Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... [2022-06-03T12:04:36.509Z] Selecting previously unselected package liberror-perl. [2022-06-03T12:04:36.509Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2022-06-03T12:04:36.509Z] Unpacking liberror-perl (0.17025-1) ... [2022-06-03T12:04:36.509Z] Selecting previously unselected package git-man. [2022-06-03T12:04:36.509Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ... [2022-06-03T12:04:36.509Z] Unpacking git-man (1:2.17.1-1ubuntu0.11) ... [2022-06-03T12:04:36.769Z] Selecting previously unselected package git. [2022-06-03T12:04:36.769Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.11_amd64.deb ... [2022-06-03T12:04:36.769Z] Unpacking git (1:2.17.1-1ubuntu0.11) ... [2022-06-03T12:04:36.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-03T12:04:36.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-03T12:04:36.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-03T12:04:36.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-03T12:04:36.955Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-03T12:04:36.955Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-03T12:04:37.339Z] Selecting previously unselected package libnorm1:amd64. [2022-06-03T12:04:37.339Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2022-06-03T12:04:37.339Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-06-03T12:04:37.339Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-06-03T12:04:37.339Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2022-06-03T12:04:37.339Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-06-03T12:04:37.339Z] Selecting previously unselected package libsodium23:amd64. [2022-06-03T12:04:37.339Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2022-06-03T12:04:37.339Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2022-06-03T12:04:37.339Z] Selecting previously unselected package libzmq5:amd64. [2022-06-03T12:04:37.339Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2022-06-03T12:04:37.339Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T12:04:37.339Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-06-03T12:04:37.339Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2022-06-03T12:04:37.339Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T12:04:37.599Z] Selecting previously unselected package pkg-config. [2022-06-03T12:04:37.599Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2022-06-03T12:04:37.599Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2022-06-03T12:04:37.599Z] Selecting previously unselected package zip. [2022-06-03T12:04:37.599Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2022-06-03T12:04:37.599Z] Unpacking zip (3.0-11build1) ... [2022-06-03T12:04:37.599Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-06-03T12:04:37.599Z] Setting up git-man (1:2.17.1-1ubuntu0.11) ... [2022-06-03T12:04:37.599Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-06-03T12:04:37.599Z] Setting up liberror-perl (0.17025-1) ... [2022-06-03T12:04:37.861Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2022-06-03T12:04:37.861Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-06-03T12:04:37.861Z] No schema files found: doing nothing. [2022-06-03T12:04:37.861Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-06-03T12:04:37.861Z] Setting up zip (3.0-11build1) ... [2022-06-03T12:04:37.861Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-06-03T12:04:37.861Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2022-06-03T12:04:37.861Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2022-06-03T12:04:37.861Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T12:04:37.861Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... [2022-06-03T12:04:37.861Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T12:04:37.861Z] Setting up git (1:2.17.1-1ubuntu0.11) ... [2022-06-03T12:04:37.861Z] Processing triggers for libc-bin (2.27-3ubuntu1.6) ... [2022-06-03T12:04:38.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-03T12:04:38.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-03T12:04:38.185Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-03T12:04:38.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-03T12:04:38.430Z] git set to automatically installed. [2022-06-03T12:04:38.430Z] git-man set to automatically installed. [2022-06-03T12:04:38.430Z] libcurl3-gnutls set to automatically installed. [2022-06-03T12:04:38.430Z] liberror-perl set to automatically installed. [2022-06-03T12:04:38.430Z] libglib2.0-0 set to automatically installed. [2022-06-03T12:04:38.430Z] libnghttp2-14 set to automatically installed. [2022-06-03T12:04:38.430Z] libnorm1 set to automatically installed. [2022-06-03T12:04:38.430Z] libpgm-5.2-0 set to automatically installed. [2022-06-03T12:04:38.430Z] libpsl5 set to automatically installed. [2022-06-03T12:04:38.430Z] librtmp1 set to automatically installed. [2022-06-03T12:04:38.430Z] libsodium23 set to automatically installed. [2022-06-03T12:04:38.430Z] libzmq3-dev set to automatically installed. [2022-06-03T12:04:38.430Z] libzmq5 set to automatically installed. [2022-06-03T12:04:38.430Z] pkg-config set to automatically installed. [2022-06-03T12:04:38.430Z] zip set to automatically installed. [2022-06-03T12:04:39.369Z] snapd is not logged in, snap install commands will use sudo [2022-06-03T12:04:42.662Z] go (1.16/stable) 1.16.15 from Michael Hudson-Doyle (mwhudson) installed [2022-06-03T12:04:43.232Z] Pulling config-common [2022-06-03T12:04:43.232Z] + snapcraftctl pull [2022-06-03T12:04:45.137Z] Pulling go-build-helper [2022-06-03T12:04:45.137Z] + snapcraftctl pull [2022-06-03T12:04:46.077Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-06-03T12:04:46.077Z] Skipping pull go-build-helper (already ran) [2022-06-03T12:04:46.077Z] Building go-build-helper [2022-06-03T12:04:46.077Z] + snapcraftctl build [2022-06-03T12:04:49.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.218s coverage: 28.7% of statements [2022-06-03T12:04:49.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-03T12:04:49.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-03T12:04:49.465Z] Staging go-build-helper [2022-06-03T12:04:49.465Z] + snapcraftctl stage [2022-06-03T12:04:53.694Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2022-06-03T12:04:53.694Z] Fetched 224 kB in 0s (0 B/s) [2022-06-03T12:04:53.694Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2022-06-03T12:04:53.694Z] Fetched 157 kB in 0s (0 B/s) [2022-06-03T12:04:53.694Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2022-06-03T12:04:53.694Z] Fetched 221 kB in 0s (0 B/s) [2022-06-03T12:04:53.694Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2022-06-03T12:04:53.694Z] Fetched 143 kB in 0s (0 B/s) [2022-06-03T12:04:53.694Z] Pulling edgex-go [2022-06-03T12:04:53.694Z] + snapcraftctl pull [2022-06-03T12:04:54.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.417s coverage: 98.5% of statements [2022-06-03T12:04:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-03T12:04:54.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.457s coverage: 44.7% of statements [2022-06-03T12:04:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-03T12:04:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-03T12:04:55.074Z] Pulling hooks [2022-06-03T12:04:55.074Z] + snapcraftctl pull [2022-06-03T12:04:57.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.858s coverage: 89.5% of statements [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-03T12:04:57.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.310s coverage: 83.8% of statements [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-03T12:04:57.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.870s coverage: 94.2% of statements [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.277s coverage: 59.1% of statements [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.248s coverage: 60.0% of statements [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.409s coverage: 0.9% of statements [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.214s coverage: 58.8% of statements [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.263s coverage: 21.7% of statements [2022-06-03T12:05:09.880Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.233s coverage: 47.1% of statements [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.295s coverage: 79.5% of statements [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.204s coverage: 94.1% of statements [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.307s coverage: 96.3% of statements [2022-06-03T12:05:09.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.237s coverage: 87.5% of statements [2022-06-03T12:05:13.187Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2022-06-03T12:05:13.187Z] Fetched 96.5 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2022-06-03T12:05:13.187Z] Fetched 279 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2022-06-03T12:05:13.187Z] Fetched 122 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2022-06-03T12:05:13.187Z] Fetched 77.8 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2022-06-03T12:05:13.187Z] Fetched 8848 B in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2022-06-03T12:05:13.187Z] Fetched 47.8 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2022-06-03T12:05:13.187Z] Fetched 45.6 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [15.0 kB] [2022-06-03T12:05:13.187Z] Fetched 15.0 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libcurl4_7.58.0-2ubuntu3.18_amd64.deb [220 kB] [2022-06-03T12:05:13.187Z] Fetched 220 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb [154 kB] [2022-06-03T12:05:13.187Z] Fetched 154 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-06-03T12:05:13.187Z] Fetched 50.6 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2022-06-03T12:05:13.187Z] Fetched 14.8 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2022-06-03T12:05:13.187Z] Fetched 41.8 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb [499 kB] [2022-06-03T12:05:13.187Z] Fetched 499 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2022-06-03T12:05:13.187Z] Fetched 111 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2022-06-03T12:05:13.187Z] Fetched 240 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2022-06-03T12:05:13.187Z] Fetched 29.3 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2022-06-03T12:05:13.187Z] Fetched 85.5 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2022-06-03T12:05:13.187Z] Fetched 24.5 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [49.2 kB] [2022-06-03T12:05:13.187Z] Fetched 49.2 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2022-06-03T12:05:13.187Z] Fetched 54.2 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2022-06-03T12:05:13.187Z] Fetched 30.8 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb [15.8 kB] [2022-06-03T12:05:13.187Z] Fetched 15.8 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2022-06-03T12:05:13.187Z] Fetched 85.9 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb [8764 B] [2022-06-03T12:05:13.187Z] Fetched 8764 B in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2022-06-03T12:05:13.187Z] Fetched 140 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2022-06-03T12:05:13.187Z] Fetched 119 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2022-06-03T12:05:13.187Z] Fetched 111 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2022-06-03T12:05:13.187Z] Fetched 11.1 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2022-06-03T12:05:13.187Z] Fetched 646 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2022-06-03T12:05:13.187Z] Fetched 41.3 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2022-06-03T12:05:13.187Z] Fetched 17.9 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2022-06-03T12:05:13.187Z] Fetched 368 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2022-06-03T12:05:13.187Z] Fetched 187 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2022-06-03T12:05:13.187Z] Fetched 175 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2022-06-03T12:05:13.187Z] Fetched 206 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb [1302 kB] [2022-06-03T12:05:13.187Z] Fetched 1302 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2022-06-03T12:05:13.187Z] Fetched 36.2 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 curl_7.58.0-2ubuntu3.18_amd64.deb [159 kB] [2022-06-03T12:05:13.187Z] Fetched 159 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2022-06-03T12:05:13.187Z] Fetched 107 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2022-06-03T12:05:13.187Z] Fetched 48.7 kB in 0s (0 B/s) [2022-06-03T12:05:13.187Z] Pulling static-packages [2022-06-03T12:05:13.187Z] + snapcraftctl pull [2022-06-03T12:05:13.187Z] Pulling version [2022-06-03T12:05:13.187Z] + cd /root/project [2022-06-03T12:05:13.187Z] + git describe --tags --abbrev=0 [2022-06-03T12:05:13.187Z] + sed s/v// [2022-06-03T12:05:13.187Z] + GIT_VERSION=2.1.1-dev.3 [2022-06-03T12:05:13.187Z] + [ -z 2.1.1-dev.3 ] [2022-06-03T12:05:13.187Z] + snapcraftctl set-version 2.1.1-dev.3 [2022-06-03T12:05:13.450Z] Building config-common [2022-06-03T12:05:13.450Z] + snapcraftctl build [2022-06-03T12:05:15.359Z] Skipping build go-build-helper (already ran) [2022-06-03T12:05:15.622Z] Building edgex-go [2022-06-03T12:05:15.883Z] + cd /root/parts/edgex-go/src [2022-06-03T12:05:15.883Z] + + sed s/v// [2022-06-03T12:05:15.883Z] git describe --tags --abbrev=0 [2022-06-03T12:05:15.883Z] + GIT_VERSION=2.1.1-dev.3 [2022-06-03T12:05:15.883Z] + [ -z 2.1.1-dev.3 ] [2022-06-03T12:05:15.883Z] + echo 2.1.1-dev.3 [2022-06-03T12:05:15.883Z] + [ ! -d vendor ] [2022-06-03T12:05:15.883Z] + echo skipping... [2022-06-03T12:05:15.883Z] + make build [2022-06-03T12:05:15.883Z] skipping... [2022-06-03T12:05:15.883Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/core-data/core-data ./cmd/core-data [2022-06-03T12:05:22.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.309s coverage: 94.4% of statements [2022-06-03T12:05:22.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.248s coverage: 44.8% of statements [2022-06-03T12:05:27.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.668s coverage: 82.5% of statements [2022-06-03T12:05:27.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-03T12:05:28.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-03T12:05:31.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/core-command/core-command ./cmd/core-command [2022-06-03T12:05:32.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-03T12:05:33.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-03T12:05:33.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-03T12:05:34.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.322s coverage: 92.9% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 65.1% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.212s coverage: 87.2% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.291s coverage: 58.8% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.389s coverage: 80.0% of statements [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.237s coverage: 87.2% of statements [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.306s coverage: 85.4% of statements [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.856s coverage: 91.2% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.920s coverage: 64.4% of statements [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-03T12:05:36.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.205s coverage: 100.0% of statements [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.135s coverage: 89.4% of statements [2022-06-03T12:05:36.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2022-06-03T12:05:36.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-03T12:05:37.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2022-06-03T12:05:37.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2022-06-03T12:05:37.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-03T12:05:38.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-03T12:05:39.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-03T12:05:40.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.3" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-03T12:05:41.854Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-06-03T12:05:41.854Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-06-03T12:05:41.854Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-06-03T12:05:41.854Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-06-03T12:05:41.854Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-06-03T12:05:41.855Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-06-03T12:05:41.855Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-06-03T12:05:41.855Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-06-03T12:05:41.855Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-06-03T12:05:41.855Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-06-03T12:05:41.855Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-06-03T12:05:41.855Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-06-03T12:05:41.855Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-06-03T12:05:41.855Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-06-03T12:05:41.855Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-06-03T12:05:42.114Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-06-03T12:05:42.114Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-06-03T12:05:42.114Z] + 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-06-03T12:05:42.114Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-06-03T12:05:42.115Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-06-03T12:05:42.115Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-06-03T12:05:42.115Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-06-03T12:05:42.115Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-06-03T12:05:42.115Z] + 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-06-03T12:05:42.115Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-06-03T12:05:42.115Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-06-03T12:05:42.115Z] + 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-06-03T12:05:42.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.469s coverage: 65.4% of statements [2022-06-03T12:05:42.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-03T12:05:42.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-03T12:05:42.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-03T12:05:42.686Z] Building hooks [2022-06-03T12:05:42.686Z] + cd /root/parts/hooks/src [2022-06-03T12:05:42.686Z] + make build [2022-06-03T12:05:42.686Z] go mod tidy [2022-06-03T12:05:42.945Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 [2022-06-03T12:05:42.945Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T12:05:43.204Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-06-03T12:05:43.204Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T12:05:43.204Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-06-03T12:05:43.470Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-06-03T12:05:44.037Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-06-03T12:05:44.608Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-06-03T12:05:44.608Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-06-03T12:05:45.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.891s coverage: 43.8% of statements [2022-06-03T12:05:45.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-03T12:05:45.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-03T12:05:45.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.344s coverage: 89.5% of statements [2022-06-03T12:05:45.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-03T12:05:45.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.242s coverage: 84.8% of statements [2022-06-03T12:05:45.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-03T12:05:47.151Z] Building static-packages [2022-06-03T12:05:47.151Z] + snapcraftctl build [2022-06-03T12:05:49.057Z] Building version [2022-06-03T12:05:49.057Z] + snapcraftctl build [2022-06-03T12:05:50.965Z] Staging config-common [2022-06-03T12:05:50.965Z] + snapcraftctl stage [2022-06-03T12:05:52.345Z] Skipping stage go-build-helper (already ran) [2022-06-03T12:05:52.345Z] Staging edgex-go [2022-06-03T12:05:52.345Z] + snapcraftctl stage [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.299s coverage: 17.7% of statements [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.745s coverage: 92.3% of statements [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.255s coverage: 63.2% of statements [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.538s coverage: 97.7% of statements [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.216s coverage: 28.9% of statements [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-03T12:05:53.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.250s coverage: 100.0% of statements [2022-06-03T12:05:53.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-06-03T12:05:53.684Z] 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-06-03T12:05:53.684Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-03T12:05:53.684Z] GO111MODULE=on go vet ./... [2022-06-03T12:05:53.729Z] Staging hooks [2022-06-03T12:05:53.729Z] + snapcraftctl stage [2022-06-03T12:05:55.109Z] Staging static-packages [2022-06-03T12:05:55.110Z] + snapcraftctl stage [2022-06-03T12:05:56.491Z] Staging version [2022-06-03T12:05:56.491Z] + snapcraftctl stage [2022-06-03T12:05:57.874Z] Priming config-common [2022-06-03T12:05:57.874Z] + snapcraftctl prime [2022-06-03T12:05:59.256Z] Priming go-build-helper [2022-06-03T12:05:59.256Z] + snapcraftctl prime [2022-06-03T12:06:00.637Z] Priming edgex-go [2022-06-03T12:06:00.637Z] + snapcraftctl prime [2022-06-03T12:06:02.548Z] Priming hooks [2022-06-03T12:06:02.548Z] + snapcraftctl prime [2022-06-03T12:06:03.953Z] Priming static-packages [2022-06-03T12:06:03.953Z] + snapcraftctl prime [2022-06-03T12:06:06.492Z] Priming version [2022-06-03T12:06:06.492Z] + snapcraftctl prime [2022-06-03T12:06:07.871Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T12:07:15.499Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-03T12:07:15.772Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-03T12:07:18.389Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-03T12:07:21.033Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-03T12:07:21.756Z] + go mod tidy [Pipeline] sh [2022-06-03T12:07:23.032Z] + ls -al . [2022-06-03T12:07:23.032Z] total 676 [2022-06-03T12:07:23.032Z] drwxrwxr-x 10 1001 1001 4096 Jun 3 12:07 . [2022-06-03T12:07:23.032Z] drwxr-xr-x 4 root root 4096 Jun 3 12:02 .. [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 11 Jun 3 12:00 .dockerignore [2022-06-03T12:07:23.032Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 12:00 .git [2022-06-03T12:07:23.032Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 12:00 .github [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 797 Jun 3 12:00 .gitignore [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 42 Jun 3 12:00 .golangci.yml [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 76 Jun 3 12:00 .hadolint.yml [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 166 Jun 3 12:00 .sonarcloud.properties [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 1171 Jun 3 12:00 ADOPTERS.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 8910 Jun 3 12:00 Attribution.txt [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 52201 Jun 3 12:00 CHANGELOG.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 3804 Jun 3 12:00 CONTRIBUTING.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 677 Jun 3 12:00 GOVERNANCE.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 849 Jun 3 12:00 Jenkinsfile [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 10775 Jun 3 12:00 LICENSE [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 6508 Jun 3 12:00 Makefile [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 582 Jun 3 12:00 OWNERS.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 8207 Jun 3 12:00 README.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 6912 Jun 3 12:00 SECURITY.md [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 5 Jun 3 11:56 VERSION [2022-06-03T12:07:23.032Z] -rw-rw-r-- 1 1001 1001 4131 Jun 3 12:00 ZMQWindows.md [2022-06-03T12:07:23.033Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 12:00 bin [2022-06-03T12:07:23.033Z] drwxrwxr-x 14 1001 1001 4096 Jun 3 12:00 cmd [2022-06-03T12:07:23.033Z] -rw-r--r-- 1 root root 428658 Jun 3 12:05 coverage.out [2022-06-03T12:07:23.033Z] -rw-rw-r-- 1 1001 1001 822 Jun 3 12:07 go.mod [2022-06-03T12:07:23.033Z] -rw-rw-r-- 1 1001 1001 49471 Jun 3 12:00 go.sum [2022-06-03T12:07:23.033Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 12:00 internal [2022-06-03T12:07:23.033Z] drwxrwxr-x 3 1001 1001 4096 Jun 3 12:00 openapi [2022-06-03T12:07:23.033Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 12:00 snap [2022-06-03T12:07:23.033Z] drwxrwxr-x 6 1001 1001 4096 Jun 3 12:00 vendor [2022-06-03T12:07:23.033Z] -rw-rw-r-- 1 1001 1001 204 Jun 3 12:00 version.go [Pipeline] sh [2022-06-03T12:07:23.721Z] + '[' -e coverage.out ] [2022-06-03T12:07:23.721Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-03T12:07:23.753Z] Warning: overwriting stash ‘coverage-report’ [2022-06-03T12:07:24.855Z] Stashed 1 file(s) [Pipeline] sh [2022-06-03T12:07:25.518Z] + make build [2022-06-03T12:07:25.518Z] 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-06-03T12:07:33.957Z] 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-06-03T12:08:06.295Z] 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-06-03T12:08:06.295Z] 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-06-03T12:08:10.594Z] 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-06-03T12:08:12.028Z] 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-06-03T12:08:15.412Z] 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-06-03T12:08:19.732Z] 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-06-03T12:08:23.121Z] 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-06-03T12:08:28.509Z] 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-06-03T12:08:31.910Z] 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-06-03T12:08:35.330Z] 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-06-03T12:08:43.662Z] $ docker stop --time=1 b7d18ea0491a2b3479bc16c584821200b97b06d62eb378943e5803c12e9b65e6 [2022-06-03T12:08:45.662Z] $ docker rm -f b7d18ea0491a2b3479bc16c584821200b97b06d62eb378943e5803c12e9b65e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:08:47.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T12:08:47.701Z] [2022-06-03T12:08:47.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:08:48.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T12:08:48.398Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-06-03T12:08:48.398Z] 29e5d40040c1: Pulling fs layer [2022-06-03T12:08:48.398Z] 1ce36da41761: Pulling fs layer [2022-06-03T12:08:48.398Z] 25b303627fd3: Pulling fs layer [2022-06-03T12:08:48.398Z] 29e5d40040c1: Verifying Checksum [2022-06-03T12:08:48.398Z] 29e5d40040c1: Download complete [2022-06-03T12:08:48.677Z] 1ce36da41761: Verifying Checksum [2022-06-03T12:08:48.677Z] 1ce36da41761: Download complete [2022-06-03T12:08:49.277Z] 29e5d40040c1: Pull complete [2022-06-03T12:08:50.265Z] 25b303627fd3: Verifying Checksum [2022-06-03T12:08:50.265Z] 25b303627fd3: Download complete [2022-06-03T12:08:50.544Z] 1ce36da41761: Pull complete [2022-06-03T12:09:02.944Z] 25b303627fd3: Pull complete [2022-06-03T12:09:02.944Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-06-03T12:09:02.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T12:09:02.944Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T12:09:03.326Z] prd-ubuntu20.04-docker-arm64-4c-16g-928 does not seem to be running inside a container [2022-06-03T12:09:03.430Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-06-03T12:09:05.947Z] $ docker top 7040a145d73d57c254d0caaae83a74a9850a05958745b7466f5e121a920e9a1f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T12:09:06.934Z] + + grepdocker-compose parallel build [2022-06-03T12:09:06.934Z] --help [2022-06-03T12:09:12.322Z] --parallel Build images in parallel. [Pipeline] } [2022-06-03T12:09:12.635Z] $ docker stop --time=1 7040a145d73d57c254d0caaae83a74a9850a05958745b7466f5e121a920e9a1f [2022-06-03T12:09:14.409Z] $ docker rm -f 7040a145d73d57c254d0caaae83a74a9850a05958745b7466f5e121a920e9a1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:09:15.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T12:09:15.236Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T12:09:15.584Z] prd-ubuntu20.04-docker-arm64-4c-16g-928 does not seem to be running inside a container [2022-06-03T12:09:15.688Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-06-03T12:09:17.178Z] $ docker top 7308e79d7c636dbcb368f6f5ac7a3c918e14240593945d2e9573ecbba40936a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T12:09:18.190Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-03T12:09:24.951Z] Building core-command ... [2022-06-03T12:09:24.951Z] Building core-data ... [2022-06-03T12:09:24.951Z] Building core-metadata ... [2022-06-03T12:09:24.951Z] Building security-bootstrapper ... [2022-06-03T12:09:24.951Z] Building security-proxy-setup ... [2022-06-03T12:09:24.951Z] Building security-secretstore-setup ... [2022-06-03T12:09:24.951Z] Building support-notifications ... [2022-06-03T12:09:24.951Z] Building support-scheduler ... [2022-06-03T12:09:24.951Z] Building sys-mgmt-agent ... [2022-06-03T12:09:24.951Z] Building security-secretstore-setup [2022-06-03T12:09:24.951Z] Building sys-mgmt-agent [2022-06-03T12:09:24.951Z] Building core-metadata [2022-06-03T12:09:24.951Z] Building support-notifications [2022-06-03T12:09:24.951Z] Building security-bootstrapper [2022-06-03T12:11:18.217Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:11:18.217Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:11:18.217Z] ---> ebd528b9d60e [2022-06-03T12:11:18.217Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T12:11:18.217Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:11:18.217Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:11:18.217Z] ---> ebd528b9d60e [2022-06-03T12:11:18.217Z] Step 3/30 : WORKDIR /edgex-go [2022-06-03T12:11:18.217Z] ---> Running in d79660f2f1b1 [2022-06-03T12:11:18.217Z] ---> Running in d8dfe7a4cec2 [2022-06-03T12:11:18.217Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:11:18.217Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:11:18.217Z] ---> ebd528b9d60e [2022-06-03T12:11:18.217Z] Step 3/21 : WORKDIR /edgex-go [2022-06-03T12:11:18.217Z] ---> Running in 7e11b5c2f5f7 [2022-06-03T12:11:18.217Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:11:18.217Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:11:18.217Z] ---> ebd528b9d60e [2022-06-03T12:11:18.217Z] Step 3/24 : WORKDIR /edgex-go [2022-06-03T12:11:18.217Z] ---> Running in 4910a7451df5 [2022-06-03T12:11:18.217Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:11:18.217Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:11:18.217Z] ---> ebd528b9d60e [2022-06-03T12:11:18.217Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T12:11:18.217Z] ---> Running in 3cfab25ec4a0 [2022-06-03T12:11:18.217Z] Removing intermediate container d79660f2f1b1 [2022-06-03T12:11:18.217Z] ---> 03606536f5ae [2022-06-03T12:11:18.217Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:11:18.217Z] ---> Running in 5534a5fefc3c [2022-06-03T12:11:18.217Z] Removing intermediate container d8dfe7a4cec2 [2022-06-03T12:11:18.217Z] ---> 985b268bb810 [2022-06-03T12:11:18.218Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:11:18.218Z] ---> Running in 542111890f8f [2022-06-03T12:11:18.218Z] Removing intermediate container 7e11b5c2f5f7 [2022-06-03T12:11:18.218Z] ---> 756e8b494b05 [2022-06-03T12:11:18.218Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:11:18.218Z] Removing intermediate container 3cfab25ec4a0 [2022-06-03T12:11:18.218Z] Removing intermediate container 4910a7451df5 [2022-06-03T12:11:18.218Z] ---> bb99c103c606 [2022-06-03T12:11:18.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:11:18.218Z] ---> 2fa3a6a7cc7f [2022-06-03T12:11:18.218Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:11:18.218Z] ---> Running in 5014aa4cfe6e [2022-06-03T12:11:18.218Z] ---> Running in 6fc8c74dd654 [2022-06-03T12:11:18.218Z] ---> Running in 95c56e3465f5 [2022-06-03T12:11:18.218Z] Removing intermediate container 5534a5fefc3c [2022-06-03T12:11:18.218Z] ---> b534cad680eb [2022-06-03T12:11:18.218Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T12:11:18.218Z] ---> Running in 45abcdd95d71 [2022-06-03T12:11:18.218Z] Removing intermediate container 542111890f8f [2022-06-03T12:11:18.218Z] ---> 6e928c6fcc69 [2022-06-03T12:11:18.218Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-06-03T12:11:18.218Z] ---> Running in 083201c73c1a [2022-06-03T12:11:18.218Z] Removing intermediate container 6fc8c74dd654 [2022-06-03T12:11:18.218Z] ---> 6a92c381a0c4 [2022-06-03T12:11:18.218Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-06-03T12:11:18.218Z] Removing intermediate container 5014aa4cfe6e [2022-06-03T12:11:18.218Z] ---> 11026e72c274 [2022-06-03T12:11:18.218Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-03T12:11:18.218Z] ---> Running in 53c70fd145f3 [2022-06-03T12:11:18.218Z] ---> Running in 561f61868ab7 [2022-06-03T12:11:18.218Z] Removing intermediate container 95c56e3465f5 [2022-06-03T12:11:18.218Z] ---> fa7427cd771b [2022-06-03T12:11:18.218Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-06-03T12:11:18.218Z] ---> Running in fef0aea85302 [2022-06-03T12:11:18.218Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:18.218Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:18.218Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:18.492Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:18.492Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:18.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:19.080Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:19.359Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:19.359Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:19.642Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:11:19.922Z] OK: 220 MiB in 52 packages [2022-06-03T12:11:20.943Z] OK: 220 MiB in 52 packages [2022-06-03T12:11:20.943Z] OK: 220 MiB in 52 packages [2022-06-03T12:11:20.943Z] OK: 220 MiB in 52 packages [2022-06-03T12:11:21.229Z] OK: 220 MiB in 52 packages [2022-06-03T12:11:21.513Z] Removing intermediate container 45abcdd95d71 [2022-06-03T12:11:21.513Z] ---> e987ca87519d [2022-06-03T12:11:21.513Z] Step 6/22 : COPY . . [2022-06-03T12:11:22.514Z] Removing intermediate container 083201c73c1a [2022-06-03T12:11:22.514Z] ---> 95b7394871b0 [2022-06-03T12:11:22.514Z] Step 6/30 : COPY . . [2022-06-03T12:11:22.800Z] Removing intermediate container 53c70fd145f3 [2022-06-03T12:11:22.800Z] ---> 861fec8038b7 [2022-06-03T12:11:22.800Z] Step 6/22 : COPY . . [2022-06-03T12:11:22.800Z] Removing intermediate container 561f61868ab7 [2022-06-03T12:11:22.800Z] ---> 15264efcad5a [2022-06-03T12:11:22.800Z] Step 6/21 : COPY . . [2022-06-03T12:11:22.800Z] Removing intermediate container fef0aea85302 [2022-06-03T12:11:22.800Z] ---> b8e3b66f2cee [2022-06-03T12:11:22.800Z] Step 6/24 : COPY . . [2022-06-03T12:12:01.861Z] ---> 3c6c7293d37a [2022-06-03T12:12:01.861Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:12:01.861Z] ---> f9944d05ed1d [2022-06-03T12:12:01.861Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:12:01.861Z] ---> 99eaa4a9aeaf [2022-06-03T12:12:01.861Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:12:01.861Z] ---> f470187dada1 [2022-06-03T12:12:01.861Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:12:01.861Z] ---> Running in 1c2a67a37c96 [2022-06-03T12:12:01.861Z] ---> Running in 7613161b035f [2022-06-03T12:12:01.861Z] ---> Running in 8f7f6c59fd3b [2022-06-03T12:12:01.861Z] ---> Running in 1bf7edc9566b [2022-06-03T12:12:01.861Z] ---> 59732533e1cc [2022-06-03T12:12:01.861Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:12:01.861Z] ---> Running in 100a59ebcf27 [2022-06-03T12:12:01.861Z] skipping... [2022-06-03T12:12:01.861Z] skipping... [2022-06-03T12:12:01.861Z] skipping... [2022-06-03T12:12:01.861Z] skipping... [2022-06-03T12:12:01.861Z] skipping... [2022-06-03T12:12:01.861Z] Removing intermediate container 7613161b035f [2022-06-03T12:12:01.861Z] ---> 1a8bb14d70f0 [2022-06-03T12:12:01.861Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-03T12:12:01.861Z] ---> Running in 1c200db69031 [2022-06-03T12:12:01.861Z] Removing intermediate container 1c2a67a37c96 [2022-06-03T12:12:01.861Z] ---> f20dd3c35283 [2022-06-03T12:12:01.861Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-03T12:12:01.861Z] ---> Running in ac7e2bac48a6 [2022-06-03T12:12:01.861Z] Removing intermediate container 8f7f6c59fd3b [2022-06-03T12:12:01.861Z] ---> e837f7da393b [2022-06-03T12:12:01.861Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-03T12:12:01.861Z] Removing intermediate container 1bf7edc9566b [2022-06-03T12:12:01.861Z] ---> 39740850187c [2022-06-03T12:12:01.861Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-06-03T12:12:01.862Z] Removing intermediate container 100a59ebcf27 [2022-06-03T12:12:01.862Z] ---> 8b814d1c4fc4 [2022-06-03T12:12:01.862Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-06-03T12:12:01.862Z] ---> Running in 4cc50e69acd4 [2022-06-03T12:12:01.862Z] ---> Running in 2917a12e70ec [2022-06-03T12:12:01.862Z] ---> Running in ec8650a3d027 [2022-06-03T12:12:02.467Z] 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-06-03T12:12:02.467Z] 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-06-03T12:12:03.456Z] 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-06-03T12:12:03.456Z] 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-06-03T12:12:03.456Z] 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-06-03T12:14:40.439Z] 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-06-03T12:14:40.439Z] Removing intermediate container 1c200db69031 [2022-06-03T12:14:40.439Z] ---> 4dcedbe391bd [2022-06-03T12:14:40.439Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-03T12:14:40.439Z] ---> Running in ad21633bbad4 [2022-06-03T12:14:40.439Z] 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-06-03T12:14:41.894Z] Removing intermediate container ac7e2bac48a6 [2022-06-03T12:14:41.894Z] ---> 8054e270f430 [2022-06-03T12:14:41.894Z] [2022-06-03T12:14:41.894Z] Step 9/30 : FROM alpine:3.14 [2022-06-03T12:14:42.173Z] 3.14: Pulling from library/alpine [2022-06-03T12:14:44.825Z] Removing intermediate container ad21633bbad4 [2022-06-03T12:14:44.825Z] ---> 5665f75c18c8 [2022-06-03T12:14:44.825Z] [2022-06-03T12:14:44.825Z] Step 10/22 : FROM docker:20.10.8 [2022-06-03T12:14:44.825Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T12:14:44.825Z] Status: Downloaded newer image for alpine:3.14 [2022-06-03T12:14:44.825Z] ---> ac73e934f311 [2022-06-03T12:14:44.825Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-03T12:14:44.825Z] 20.10.8: Pulling from library/docker [2022-06-03T12:14:44.825Z] ---> Running in 728a5e527152 [2022-06-03T12:14:45.817Z] Removing intermediate container 728a5e527152 [2022-06-03T12:14:45.817Z] ---> d97c27628bce [2022-06-03T12:14:45.817Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-03T12:14:45.817Z] ---> Running in 891010d99045 [2022-06-03T12:14:48.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:48.754Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:49.368Z] Removing intermediate container 4cc50e69acd4 [2022-06-03T12:14:49.368Z] ---> 5fcf2890c0f8 [2022-06-03T12:14:49.368Z] [2022-06-03T12:14:49.368Z] Step 9/24 : FROM alpine:3.14 [2022-06-03T12:14:49.368Z] ---> ac73e934f311 [2022-06-03T12:14:49.368Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-03T12:14:49.646Z] ---> Running in 265d3feceaa7 [2022-06-03T12:14:49.930Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-03T12:14:49.930Z] (2/2) Installing su-exec (0.2-r1) [2022-06-03T12:14:49.930Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:14:49.930Z] OK: 6 MiB in 16 packages [2022-06-03T12:14:51.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:51.381Z] Removing intermediate container 891010d99045 [2022-06-03T12:14:51.381Z] ---> 0f3f4fef46ef [2022-06-03T12:14:51.381Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-03T12:14:51.655Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:51.655Z] ---> Running in ea15c1d8370e [2022-06-03T12:14:52.639Z] Removing intermediate container ea15c1d8370e [2022-06-03T12:14:52.639Z] ---> 6ae0bc9c5863 [2022-06-03T12:14:52.639Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-03T12:14:52.639Z] ---> Running in 7769727682ad [2022-06-03T12:14:52.639Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-03T12:14:52.914Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-03T12:14:52.914Z] (3/3) Installing su-exec (0.2-r1) [2022-06-03T12:14:52.914Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:14:52.914Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T12:14:53.189Z] OK: 6 MiB in 17 packages [2022-06-03T12:14:53.463Z] Removing intermediate container 7769727682ad [2022-06-03T12:14:53.463Z] ---> 2953471cb2b9 [2022-06-03T12:14:53.463Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-03T12:14:53.757Z] ---> Running in 4f51fde12b4a [2022-06-03T12:14:55.737Z] Removing intermediate container 265d3feceaa7 [2022-06-03T12:14:55.737Z] ---> 813b3e78d27e [2022-06-03T12:14:55.737Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T12:14:56.022Z] ---> Running in 1d6727b83c37 [2022-06-03T12:14:56.667Z] Removing intermediate container ec8650a3d027 [2022-06-03T12:14:56.667Z] ---> 651567e9fa31 [2022-06-03T12:14:56.667Z] [2022-06-03T12:14:56.667Z] Step 9/21 : FROM alpine:3.14 [2022-06-03T12:14:56.667Z] ---> ac73e934f311 [2022-06-03T12:14:56.667Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-03T12:14:56.667Z] ---> Running in e33e052e6a3a [2022-06-03T12:14:56.667Z] Removing intermediate container 4f51fde12b4a [2022-06-03T12:14:56.667Z] ---> 9a742925f47e [2022-06-03T12:14:56.667Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-03T12:14:57.051Z] Removing intermediate container 1d6727b83c37 [2022-06-03T12:14:57.051Z] ---> 45924904ed9e [2022-06-03T12:14:57.051Z] Step 12/24 : WORKDIR / [2022-06-03T12:14:57.051Z] Removing intermediate container 2917a12e70ec [2022-06-03T12:14:57.051Z] ---> 4176cacb1b8e [2022-06-03T12:14:57.051Z] [2022-06-03T12:14:57.051Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T12:14:57.051Z] ---> ac73e934f311 [2022-06-03T12:14:57.051Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T12:14:57.051Z] ---> Running in a213e2833719 [2022-06-03T12:14:57.051Z] ---> Running in a2d639c7c487 [2022-06-03T12:14:57.364Z] ---> Running in f440fd070574 [2022-06-03T12:14:58.411Z] Removing intermediate container a2d639c7c487 [2022-06-03T12:14:58.411Z] ---> c28aa39920a2 [2022-06-03T12:14:58.411Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-06-03T12:14:58.411Z] Removing intermediate container a213e2833719 [2022-06-03T12:14:58.411Z] ---> 43fa8f4d0eef [2022-06-03T12:14:58.411Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-03T12:14:59.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:59.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:59.961Z] ---> e3bc1652c6bd [2022-06-03T12:14:59.961Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-03T12:14:59.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:14:59.961Z] ---> Running in 26adda5944cc [2022-06-03T12:14:59.961Z] ---> 357c9ae5d74e [2022-06-03T12:14:59.961Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-06-03T12:15:00.240Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:15:00.848Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-03T12:15:00.848Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-03T12:15:00.848Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:15:00.848Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T12:15:01.128Z] OK: 6 MiB in 16 packages [2022-06-03T12:15:01.418Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-03T12:15:01.418Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:15:01.418Z] OK: 5 MiB in 15 packages [2022-06-03T12:15:02.023Z] ---> 0edfee481326 [2022-06-03T12:15:02.023Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-03T12:15:03.468Z] Removing intermediate container f440fd070574 [2022-06-03T12:15:03.468Z] ---> cd3a4ce2df62 [2022-06-03T12:15:03.468Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:15:03.742Z] ---> Running in 2bbdd6089636 [2022-06-03T12:15:03.742Z] ---> 7d08658a7c00 [2022-06-03T12:15:03.742Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-06-03T12:15:03.742Z] Removing intermediate container 26adda5944cc [2022-06-03T12:15:03.742Z] ---> 03e533404a68 [2022-06-03T12:15:03.742Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:15:03.742Z] Removing intermediate container e33e052e6a3a [2022-06-03T12:15:03.742Z] ---> e941a43be7c6 [2022-06-03T12:15:03.742Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:15:04.032Z] ---> Running in 6b170425ddbf [2022-06-03T12:15:04.308Z] Removing intermediate container 2bbdd6089636 [2022-06-03T12:15:04.308Z] ---> caf456e21635 [2022-06-03T12:15:04.308Z] Step 12/22 : ENV APP_PORT=59881 [2022-06-03T12:15:04.308Z] ---> Running in a20a71c2a532 [2022-06-03T12:15:04.598Z] Removing intermediate container 6b170425ddbf [2022-06-03T12:15:04.598Z] ---> fec3896ca862 [2022-06-03T12:15:04.598Z] Step 12/21 : ENV APP_PORT=59860 [2022-06-03T12:15:04.881Z] ---> Running in a6a284d92e9a [2022-06-03T12:15:05.151Z] ---> 042ba32161c0 [2022-06-03T12:15:05.151Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-03T12:15:05.151Z] ---> d5ce98a7c77b [2022-06-03T12:15:05.151Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-03T12:15:05.425Z] Removing intermediate container a20a71c2a532 [2022-06-03T12:15:05.425Z] ---> 1bd7207802ab [2022-06-03T12:15:05.425Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T12:15:05.425Z] ---> Running in c91695732231 [2022-06-03T12:15:05.425Z] Removing intermediate container a6a284d92e9a [2022-06-03T12:15:05.425Z] ---> 499e56a7d2a3 [2022-06-03T12:15:05.425Z] Step 13/21 : EXPOSE $APP_PORT [2022-06-03T12:15:05.699Z] ---> Running in 0eb524d897aa [2022-06-03T12:15:06.310Z] Removing intermediate container c91695732231 [2022-06-03T12:15:06.310Z] ---> 7b6c015b49bc [2022-06-03T12:15:06.310Z] Step 14/22 : WORKDIR / [2022-06-03T12:15:06.587Z] ---> Running in 75caa0cac29d [2022-06-03T12:15:06.587Z] Removing intermediate container 0eb524d897aa [2022-06-03T12:15:06.587Z] ---> 8c05f767965e [2022-06-03T12:15:06.587Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:15:07.184Z] Removing intermediate container 75caa0cac29d [2022-06-03T12:15:07.185Z] ---> cd212cc7221e [2022-06-03T12:15:07.185Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:15:07.800Z] ---> 544042accf32 [2022-06-03T12:15:07.800Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-03T12:15:07.800Z] ---> 08eb75768e4c [2022-06-03T12:15:07.800Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-03T12:15:07.800Z] ---> a3126163c0d8 [2022-06-03T12:15:07.800Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-03T12:15:07.800Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2022-06-03T12:15:07.800Z] Status: Downloaded newer image for docker:20.10.8 [2022-06-03T12:15:07.800Z] ---> 3734d5adc5ac [2022-06-03T12:15:07.800Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:15:08.082Z] ---> Running in ea2f2a98d65e [2022-06-03T12:15:08.361Z] ---> 99d173ffb708 [2022-06-03T12:15:08.361Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-03T12:15:08.985Z] Removing intermediate container ea2f2a98d65e [2022-06-03T12:15:08.985Z] ---> 62bbd83ee4c9 [2022-06-03T12:15:08.985Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-06-03T12:15:08.985Z] ---> Running in 96d260ef3c0e [2022-06-03T12:15:09.265Z] ---> 1cb2c3bc0311 [2022-06-03T12:15:09.265Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-03T12:15:10.255Z] ---> aff6722fd5dd [2022-06-03T12:15:10.255Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-03T12:15:10.255Z] ---> 8ffe0601c8dd [2022-06-03T12:15:10.255Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-03T12:15:10.528Z] ---> 826d56ce68dd [2022-06-03T12:15:10.528Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-03T12:15:10.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:15:11.098Z] ---> a2ea10933711 [2022-06-03T12:15:11.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-03T12:15:11.098Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:15:11.375Z] ---> 73443208f1b0 [2022-06-03T12:15:11.375Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-06-03T12:15:11.375Z] ---> 6a4344d22f54 [2022-06-03T12:15:11.375Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-06-03T12:15:11.659Z] ---> Running in a0124ff04097 [2022-06-03T12:15:11.659Z] ---> Running in 9e9686a2eb4d [2022-06-03T12:15:11.941Z] ---> 8b998a227ddc [2022-06-03T12:15:11.941Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-06-03T12:15:12.234Z] (1/42) Installing readline (8.1.0-r0) [2022-06-03T12:15:12.234Z] (2/42) Installing bash (5.1.16-r0) [2022-06-03T12:15:12.234Z] Executing bash-5.1.16-r0.post-install [2022-06-03T12:15:12.234Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-06-03T12:15:12.515Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T12:15:12.515Z] (5/42) Installing libcurl (7.79.1-r1) [2022-06-03T12:15:12.515Z] (6/42) Installing curl (7.79.1-r1) [2022-06-03T12:15:12.515Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-06-03T12:15:12.515Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-06-03T12:15:12.515Z] (9/42) Installing expat (2.4.7-r0) [2022-06-03T12:15:12.515Z] (10/42) Installing libffi (3.3-r2) [2022-06-03T12:15:12.515Z] (11/42) Installing gdbm (1.19-r0) [2022-06-03T12:15:12.515Z] ---> Running in c5740e41bba2 [2022-06-03T12:15:12.515Z] (12/42) Installing xz-libs (5.2.5-r1) [2022-06-03T12:15:12.515Z] ---> a92f8878ebdb [2022-06-03T12:15:12.515Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-06-03T12:15:12.515Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T12:15:12.515Z] Removing intermediate container 9e9686a2eb4d [2022-06-03T12:15:12.515Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T12:15:12.515Z] ---> 4c04772f9de6 [2022-06-03T12:15:12.515Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:15:12.515Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-06-03T12:15:12.515Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-06-03T12:15:12.789Z] (17/42) Installing python3 (3.9.5-r2) [2022-06-03T12:15:12.789Z] ---> Running in 58defb1d5f7a [2022-06-03T12:15:12.789Z] ---> Running in a0f89e305be9 [2022-06-03T12:15:13.391Z] Removing intermediate container 58defb1d5f7a [2022-06-03T12:15:13.391Z] ---> d685abd8c452 [2022-06-03T12:15:13.391Z] Step 19/21 : LABEL arch=arm64 [2022-06-03T12:15:13.391Z] Removing intermediate container c5740e41bba2 [2022-06-03T12:15:13.391Z] ---> 962b619323be [2022-06-03T12:15:13.391Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-03T12:15:13.670Z] Removing intermediate container a0f89e305be9 [2022-06-03T12:15:13.670Z] ---> 700a0f1ab048 [2022-06-03T12:15:13.670Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:15:13.944Z] ---> Running in 30917e62b4a0 [2022-06-03T12:15:13.944Z] ---> Running in 4c22196c2072 [2022-06-03T12:15:14.549Z] Removing intermediate container 4c22196c2072 [2022-06-03T12:15:14.549Z] ---> 18d7b21c3eaa [2022-06-03T12:15:14.549Z] Step 20/21 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:15:14.549Z] Removing intermediate container 30917e62b4a0 [2022-06-03T12:15:14.549Z] ---> f5d7f7fcb6f4 [2022-06-03T12:15:14.549Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T12:15:14.843Z] Removing intermediate container a0124ff04097 [2022-06-03T12:15:14.843Z] ---> 21c59737afc3 [2022-06-03T12:15:14.843Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-06-03T12:15:14.843Z] ---> Running in 2a25aaf485d2 [2022-06-03T12:15:14.843Z] ---> Running in 21459c656e92 [2022-06-03T12:15:15.134Z] ---> Running in 12ed80351f4e [2022-06-03T12:15:15.134Z] ---> ec00f7a3a4b1 [2022-06-03T12:15:15.134Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-06-03T12:15:15.418Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-06-03T12:15:15.418Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-06-03T12:15:15.418Z] ---> Running in 0963c4fc43af [2022-06-03T12:15:15.418Z] (20/42) Installing py3-idna (3.2-r0) [2022-06-03T12:15:15.418Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-06-03T12:15:15.704Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-06-03T12:15:15.704Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-06-03T12:15:15.704Z] Removing intermediate container 2a25aaf485d2 [2022-06-03T12:15:15.704Z] ---> c8d8e156adea [2022-06-03T12:15:15.704Z] Step 21/21 : LABEL version=0.0.0 [2022-06-03T12:15:15.704Z] Removing intermediate container 21459c656e92 [2022-06-03T12:15:15.704Z] ---> 122df84a07e5 [2022-06-03T12:15:15.704Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:15:15.704Z] Removing intermediate container 12ed80351f4e [2022-06-03T12:15:15.704Z] ---> dffccfaf2003 [2022-06-03T12:15:15.704Z] Step 22/24 : LABEL arch=arm64 [2022-06-03T12:15:15.704Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-06-03T12:15:15.704Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-06-03T12:15:15.704Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-06-03T12:15:15.704Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-06-03T12:15:15.704Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-06-03T12:15:15.704Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-06-03T12:15:15.984Z] ---> Running in 50894c2a0754 [2022-06-03T12:15:15.984Z] ---> Running in 131b0afa50ad [2022-06-03T12:15:15.984Z] ---> Running in 46383de94d28 [2022-06-03T12:15:15.984Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-06-03T12:15:15.984Z] (31/42) Installing py3-six (1.15.0-r1) [2022-06-03T12:15:15.984Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-06-03T12:15:15.984Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-06-03T12:15:15.984Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-06-03T12:15:15.984Z] (35/42) Installing py3-packaging (20.9-r1) [2022-06-03T12:15:15.984Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-06-03T12:15:15.984Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-06-03T12:15:16.262Z] (38/42) Installing py3-progress (1.5-r2) [2022-06-03T12:15:16.262Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-06-03T12:15:16.262Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-06-03T12:15:16.262Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-06-03T12:15:16.262Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-06-03T12:15:16.875Z] Removing intermediate container 50894c2a0754 [2022-06-03T12:15:16.875Z] ---> c6c8dbe93f41 [2022-06-03T12:15:16.875Z] [2022-06-03T12:15:16.875Z] Removing intermediate container 131b0afa50ad [2022-06-03T12:15:16.875Z] ---> f30ca157489d [2022-06-03T12:15:16.875Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:15:16.875Z] Removing intermediate container 46383de94d28 [2022-06-03T12:15:16.875Z] ---> 7a545c9bb026 [2022-06-03T12:15:16.875Z] Step 23/24 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:15:16.875Z] ---> Running in e50e4a6a5ae7 [2022-06-03T12:15:16.875Z] ---> Running in da775e78bc64 [2022-06-03T12:15:17.155Z] Executing busybox-1.33.1-r3.trigger [2022-06-03T12:15:17.155Z] OK: 84 MiB in 64 packages [2022-06-03T12:15:17.759Z] Removing intermediate container da775e78bc64 [2022-06-03T12:15:17.759Z] ---> a945d4a20091 [2022-06-03T12:15:17.759Z] Step 24/24 : LABEL version=0.0.0 [2022-06-03T12:15:17.759Z] Removing intermediate container e50e4a6a5ae7 [2022-06-03T12:15:17.759Z] ---> daa1de534d5a [2022-06-03T12:15:17.759Z] [2022-06-03T12:15:17.759Z] ---> Running in 86316698020f [2022-06-03T12:15:18.359Z] Successfully built c6c8dbe93f41 [2022-06-03T12:15:18.359Z] Successfully tagged support-notifications-arm64:latest [2022-06-03T12:15:18.359Z]  Building support-notifications ... done Building core-command [2022-06-03T12:15:18.639Z] Removing intermediate container 86316698020f [2022-06-03T12:15:18.639Z] ---> a53c35c5fdce [2022-06-03T12:15:18.639Z] Removing intermediate container 0963c4fc43af [2022-06-03T12:15:18.639Z] ---> 5b6c46d1cd8c [2022-06-03T12:15:18.639Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-03T12:15:18.639Z] [2022-06-03T12:15:18.639Z] Successfully built daa1de534d5a [2022-06-03T12:15:18.923Z] Successfully tagged core-metadata-arm64:latest [2022-06-03T12:15:18.923Z]  Building core-metadata ... done Building core-data [2022-06-03T12:15:18.923Z] ---> Running in 0750936aab33 [2022-06-03T12:15:19.522Z] Successfully built a53c35c5fdce [2022-06-03T12:15:19.522Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-06-03T12:15:19.522Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2022-06-03T12:15:19.522Z] Removing intermediate container 0750936aab33 [2022-06-03T12:15:19.522Z] ---> ad56da32fdaa [2022-06-03T12:15:19.522Z] Step 27/30 : CMD ["gate"] [2022-06-03T12:15:19.798Z] ---> Running in 6ffec709f753 [2022-06-03T12:15:20.070Z] Removing intermediate container 6ffec709f753 [2022-06-03T12:15:20.070Z] ---> 1488e6954e7e [2022-06-03T12:15:20.070Z] Step 28/30 : LABEL arch=arm64 [2022-06-03T12:15:20.342Z] ---> Running in 2f5dda3cd7c2 [2022-06-03T12:15:20.613Z] Removing intermediate container 2f5dda3cd7c2 [2022-06-03T12:15:20.613Z] ---> 0363b1d7e8e1 [2022-06-03T12:15:20.613Z] Step 29/30 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:15:21.218Z] ---> Running in 7874b1acb453 [2022-06-03T12:15:21.494Z] Removing intermediate container 7874b1acb453 [2022-06-03T12:15:21.494Z] ---> 71688b9dfd5a [2022-06-03T12:15:21.494Z] Step 30/30 : LABEL version=0.0.0 [2022-06-03T12:15:21.768Z] ---> Running in 6a5bfd8e1398 [2022-06-03T12:15:22.041Z] Collecting docker-compose==1.23.2 [2022-06-03T12:15:22.041Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-03T12:15:22.314Z] Removing intermediate container 6a5bfd8e1398 [2022-06-03T12:15:22.314Z] ---> 1871c8a71846 [2022-06-03T12:15:22.314Z] [2022-06-03T12:15:22.314Z] Collecting cached-property<2,>=1.2.0 [2022-06-03T12:15:22.589Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-03T12:15:22.589Z] 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-06-03T12:15:22.862Z] Successfully built 1871c8a71846 [2022-06-03T12:15:22.862Z] Successfully tagged security-bootstrapper-arm64:latest [2022-06-03T12:15:23.135Z]  Building security-bootstrapper ... done Building support-scheduler [2022-06-03T12:15:23.135Z] Collecting docker<4.0,>=3.6.0 [2022-06-03T12:15:23.135Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-03T12:15:23.409Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-03T12:15:23.683Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-03T12:15:23.683Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-03T12:15:23.683Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-03T12:15:25.656Z] Collecting texttable<0.10,>=0.9.0 [2022-06-03T12:15:25.928Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-03T12:15:28.540Z] Collecting jsonschema<3,>=2.5.1 [2022-06-03T12:15:28.540Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-03T12:15:28.540Z] Collecting docopt<0.7,>=0.6.1 [2022-06-03T12:15:28.540Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-03T12:15:31.931Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-03T12:15:31.931Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-03T12:15:32.917Z] Collecting PyYAML<4,>=3.10 [2022-06-03T12:15:32.917Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-03T12:15:37.214Z] Collecting docker-pycreds>=0.4.0 [2022-06-03T12:15:37.214Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-03T12:15:38.192Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-03T12:15:38.192Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-03T12:15:38.192Z] 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-06-03T12:15:38.192Z] Collecting idna<2.8,>=2.5 [2022-06-03T12:15:38.192Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-03T12:15:39.175Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-03T12:15:39.176Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-03T12:15:39.453Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-03T12:15:39.453Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-03T12:15:39.453Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-03T12:15:39.453Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-03T12:15:40.890Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-03T12:15:40.890Z] Attempting uninstall: urllib3 [2022-06-03T12:15:40.890Z] Found existing installation: urllib3 1.26.5 [2022-06-03T12:15:40.890Z] Uninstalling urllib3-1.26.5: [2022-06-03T12:15:40.890Z] Successfully uninstalled urllib3-1.26.5 [2022-06-03T12:15:41.489Z] Attempting uninstall: idna [2022-06-03T12:15:41.489Z] Found existing installation: idna 3.2 [2022-06-03T12:15:41.489Z] Uninstalling idna-3.2: [2022-06-03T12:15:41.766Z] Successfully uninstalled idna-3.2 [2022-06-03T12:15:42.750Z] Attempting uninstall: chardet [2022-06-03T12:15:42.750Z] Found existing installation: chardet 4.0.0 [2022-06-03T12:15:42.750Z] Uninstalling chardet-4.0.0: [2022-06-03T12:15:43.026Z] Successfully uninstalled chardet-4.0.0 [2022-06-03T12:15:45.008Z] Attempting uninstall: requests [2022-06-03T12:15:45.008Z] Found existing installation: requests 2.25.1 [2022-06-03T12:15:45.008Z] Uninstalling requests-2.25.1: [2022-06-03T12:15:45.283Z] Successfully uninstalled requests-2.25.1 [2022-06-03T12:15:45.557Z] Running setup.py install for texttable: started [2022-06-03T12:15:48.186Z] Running setup.py install for texttable: finished with status 'done' [2022-06-03T12:15:48.186Z] Running setup.py install for PyYAML: started [2022-06-03T12:15:51.579Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-03T12:15:51.579Z] Running setup.py install for docopt: started [2022-06-03T12:15:54.196Z] Running setup.py install for docopt: finished with status 'done' [2022-06-03T12:15:54.196Z] Running setup.py install for dockerpty: started [2022-06-03T12:15:56.820Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-03T12:15:59.451Z] 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-06-03T12:16:17.785Z] Removing intermediate container 96d260ef3c0e [2022-06-03T12:16:17.785Z] ---> a7d98b59247c [2022-06-03T12:16:17.785Z] Step 13/22 : ENV APP_PORT=58890 [2022-06-03T12:16:17.785Z] ---> Running in 55eb8a92a0b1 [2022-06-03T12:16:17.785Z] Removing intermediate container 55eb8a92a0b1 [2022-06-03T12:16:17.785Z] ---> 0a5cf2d02b08 [2022-06-03T12:16:17.785Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-03T12:16:17.785Z] ---> Running in 8bc3c324ae72 [2022-06-03T12:16:17.785Z] Removing intermediate container 8bc3c324ae72 [2022-06-03T12:16:17.785Z] ---> da35892d1a20 [2022-06-03T12:16:17.785Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-03T12:16:18.385Z] ---> 70eff013e5f1 [2022-06-03T12:16:18.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-03T12:16:19.830Z] ---> 8bd6775bc3a3 [2022-06-03T12:16:19.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-03T12:16:20.820Z] ---> 1847f36411d6 [2022-06-03T12:16:20.820Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-03T12:16:20.820Z] ---> Running in d95f894a3ce5 [2022-06-03T12:16:21.436Z] Removing intermediate container d95f894a3ce5 [2022-06-03T12:16:21.436Z] ---> 1980fe108915 [2022-06-03T12:16:21.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:16:21.436Z] ---> Running in a6c2a80310ab [2022-06-03T12:16:22.044Z] Removing intermediate container a6c2a80310ab [2022-06-03T12:16:22.330Z] ---> 41955c6a74df [2022-06-03T12:16:22.330Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T12:16:22.330Z] ---> Running in 14128f1425c4 [2022-06-03T12:16:22.932Z] Removing intermediate container 14128f1425c4 [2022-06-03T12:16:22.932Z] ---> e405b3e6d15a [2022-06-03T12:16:22.932Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:16:22.932Z] ---> Running in df9500281f30 [2022-06-03T12:16:23.767Z] Removing intermediate container df9500281f30 [2022-06-03T12:16:23.767Z] ---> cdaeeffaa574 [2022-06-03T12:16:23.767Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:16:24.067Z] ---> Running in 1281f2bc2259 [2022-06-03T12:16:24.712Z] Removing intermediate container 1281f2bc2259 [2022-06-03T12:16:24.712Z] ---> 29314b3a3d1a [2022-06-03T12:16:24.712Z] [2022-06-03T12:16:26.220Z] Successfully built 29314b3a3d1a [2022-06-03T12:16:26.220Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-06-03T12:16:32.956Z]  Building sys-mgmt-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:16:32.956Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:16:32.956Z] ---> ebd528b9d60e [2022-06-03T12:16:32.956Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T12:16:32.956Z] ---> Using cache [2022-06-03T12:16:32.956Z] ---> bb99c103c606 [2022-06-03T12:16:32.956Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:16:32.956Z] ---> Using cache [2022-06-03T12:16:32.956Z] ---> 6a92c381a0c4 [2022-06-03T12:16:32.956Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T12:16:33.582Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:16:33.582Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:16:33.582Z] ---> ebd528b9d60e [2022-06-03T12:16:33.582Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T12:16:33.582Z] ---> Using cache [2022-06-03T12:16:33.582Z] ---> bb99c103c606 [2022-06-03T12:16:33.582Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:16:33.582Z] ---> Using cache [2022-06-03T12:16:33.582Z] ---> 6a92c381a0c4 [2022-06-03T12:16:33.582Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-03T12:16:34.191Z] ---> Running in 1a426a1c3a2c [2022-06-03T12:16:34.191Z] ---> Running in bd7e193b7708 [2022-06-03T12:16:34.466Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:16:34.466Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:16:34.466Z] ---> ebd528b9d60e [2022-06-03T12:16:34.466Z] Step 3/20 : WORKDIR /edgex-go [2022-06-03T12:16:34.466Z] ---> Using cache [2022-06-03T12:16:34.466Z] ---> bb99c103c606 [2022-06-03T12:16:34.466Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:16:34.466Z] ---> Using cache [2022-06-03T12:16:34.466Z] ---> 6a92c381a0c4 [2022-06-03T12:16:34.466Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-06-03T12:16:34.466Z] ---> Running in a96f0ee08363 [2022-06-03T12:16:34.742Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T12:16:34.742Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-03T12:16:34.742Z] ---> ebd528b9d60e [2022-06-03T12:16:34.742Z] Step 3/23 : WORKDIR /edgex-go [2022-06-03T12:16:34.742Z] ---> Using cache [2022-06-03T12:16:34.742Z] ---> bb99c103c606 [2022-06-03T12:16:35.021Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:16:35.021Z] ---> Using cache [2022-06-03T12:16:35.021Z] ---> 6a92c381a0c4 [2022-06-03T12:16:35.021Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-03T12:16:35.021Z] ---> Running in 2a0fb487eef4 [2022-06-03T12:16:36.015Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:36.621Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:36.621Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:36.621Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:37.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:37.491Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:37.491Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:37.491Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:16:38.492Z] OK: 220 MiB in 52 packages [2022-06-03T12:16:38.781Z] OK: 220 MiB in 52 packages [2022-06-03T12:16:38.781Z] OK: 220 MiB in 52 packages [2022-06-03T12:16:39.063Z] OK: 220 MiB in 52 packages [2022-06-03T12:16:40.054Z] Removing intermediate container 1a426a1c3a2c [2022-06-03T12:16:40.054Z] ---> ef7bced49578 [2022-06-03T12:16:40.054Z] Step 6/22 : COPY . . [2022-06-03T12:16:40.330Z] Removing intermediate container bd7e193b7708 [2022-06-03T12:16:40.330Z] ---> a4acac49bc2f [2022-06-03T12:16:40.330Z] Step 6/22 : COPY . . [2022-06-03T12:16:40.330Z] Removing intermediate container a96f0ee08363 [2022-06-03T12:16:40.330Z] ---> 9bc73d28bb16 [2022-06-03T12:16:40.330Z] Step 6/20 : COPY . . [2022-06-03T12:16:40.610Z] Removing intermediate container 2a0fb487eef4 [2022-06-03T12:16:40.610Z] ---> c43cecca083e [2022-06-03T12:16:40.610Z] Step 6/23 : COPY go.mod . [2022-06-03T12:16:41.601Z] ---> 6138f6a6d83a [2022-06-03T12:16:41.601Z] Step 7/23 : RUN go mod download [2022-06-03T12:16:41.601Z] ---> Running in b6790d301331 [2022-06-03T12:16:47.058Z] Removing intermediate container b6790d301331 [2022-06-03T12:16:47.058Z] ---> 64e908bbd42e [2022-06-03T12:16:47.058Z] Step 8/23 : COPY . . [2022-06-03T12:17:09.252Z] ---> 1c40cca6061c [2022-06-03T12:17:09.252Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:17:09.252Z] ---> 0ab9ac47acd5 [2022-06-03T12:17:09.252Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:17:09.252Z] ---> ce8577b681ed [2022-06-03T12:17:09.252Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T12:17:09.252Z] ---> Running in 67778c965966 [2022-06-03T12:17:09.252Z] ---> Running in ad93b97f3fb8 [2022-06-03T12:17:09.252Z] ---> Running in 7555e4efe246 [2022-06-03T12:17:11.260Z] skipping... [2022-06-03T12:17:11.260Z] skipping... [2022-06-03T12:17:11.260Z] skipping... [2022-06-03T12:17:12.249Z] Removing intermediate container 7555e4efe246 [2022-06-03T12:17:12.249Z] ---> 917a8846e097 [2022-06-03T12:17:12.249Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-06-03T12:17:12.249Z] Removing intermediate container ad93b97f3fb8 [2022-06-03T12:17:12.249Z] ---> aa184c1bbaa2 [2022-06-03T12:17:12.249Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-06-03T12:17:12.249Z] ---> 97fd66063492 [2022-06-03T12:17:12.249Z] Step 9/23 : RUN go mod tidy [2022-06-03T12:17:12.529Z] ---> Running in a0562e1ac118 [2022-06-03T12:17:12.529Z] ---> Running in 8592c4db13e8 [2022-06-03T12:17:12.529Z] ---> Running in 8040137f69d3 [2022-06-03T12:17:12.529Z] Removing intermediate container 67778c965966 [2022-06-03T12:17:12.529Z] ---> 245cbf4389dc [2022-06-03T12:17:12.529Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-03T12:17:12.803Z] ---> Running in 3faf25196a06 [2022-06-03T12:17:14.803Z] 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-06-03T12:17:14.803Z] 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-06-03T12:17:15.083Z] 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-06-03T12:17:20.528Z] Removing intermediate container 8040137f69d3 [2022-06-03T12:17:20.528Z] ---> db366b788fd1 [2022-06-03T12:17:20.528Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-06-03T12:17:20.528Z] ---> Running in 70be3c2f429f [2022-06-03T12:17:21.973Z] 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-06-03T12:19:13.876Z] 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-06-03T12:19:20.639Z] Removing intermediate container 8592c4db13e8 [2022-06-03T12:19:20.639Z] ---> 98a335786867 [2022-06-03T12:19:20.639Z] [2022-06-03T12:19:20.639Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T12:19:20.639Z] ---> ac73e934f311 [2022-06-03T12:19:20.639Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T12:19:20.639Z] ---> Using cache [2022-06-03T12:19:20.639Z] ---> cd3a4ce2df62 [2022-06-03T12:19:20.639Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:19:20.639Z] ---> Using cache [2022-06-03T12:19:20.639Z] ---> caf456e21635 [2022-06-03T12:19:20.639Z] Step 12/22 : ENV APP_PORT=59882 [2022-06-03T12:19:20.639Z] ---> Running in 17f1d070b328 [2022-06-03T12:19:20.920Z] Removing intermediate container 17f1d070b328 [2022-06-03T12:19:20.920Z] ---> cb837a0fceec [2022-06-03T12:19:20.920Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T12:19:21.199Z] ---> Running in 9f16a5f481a1 [2022-06-03T12:19:21.806Z] Removing intermediate container 9f16a5f481a1 [2022-06-03T12:19:21.806Z] ---> 921034bfc652 [2022-06-03T12:19:21.806Z] Step 14/22 : WORKDIR / [2022-06-03T12:19:21.806Z] ---> Running in e0d8765c9615 [2022-06-03T12:19:22.413Z] Removing intermediate container e0d8765c9615 [2022-06-03T12:19:22.413Z] ---> c48d03d644b0 [2022-06-03T12:19:22.413Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:19:23.404Z] ---> 1ba121f40019 [2022-06-03T12:19:23.404Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-03T12:19:26.053Z] ---> 200dbc20e0bb [2022-06-03T12:19:26.053Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-03T12:19:28.072Z] ---> 63aa2d1523e0 [2022-06-03T12:19:28.072Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-06-03T12:19:28.072Z] ---> Running in 9af4010a30ec [2022-06-03T12:19:28.692Z] Removing intermediate container 9af4010a30ec [2022-06-03T12:19:28.692Z] ---> cc2084ee0b06 [2022-06-03T12:19:28.692Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:19:28.963Z] ---> Running in d8f5c64f0d1c [2022-06-03T12:19:29.240Z] Removing intermediate container 3faf25196a06 [2022-06-03T12:19:29.240Z] ---> 1abbcc428201 [2022-06-03T12:19:29.240Z] [2022-06-03T12:19:29.240Z] Step 9/20 : FROM alpine:3.14 [2022-06-03T12:19:29.530Z] ---> ac73e934f311 [2022-06-03T12:19:29.530Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-06-03T12:19:29.530Z] ---> Running in 20ac423233d2 [2022-06-03T12:19:29.809Z] Removing intermediate container d8f5c64f0d1c [2022-06-03T12:19:29.809Z] ---> 1376412d62cd [2022-06-03T12:19:29.809Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T12:19:29.809Z] ---> Running in d519894d4fd0 [2022-06-03T12:19:30.800Z] Removing intermediate container d519894d4fd0 [2022-06-03T12:19:30.800Z] ---> 88261ac4194c [2022-06-03T12:19:30.800Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:19:30.800Z] ---> Running in c5977d6fb7a9 [2022-06-03T12:19:31.406Z] Removing intermediate container c5977d6fb7a9 [2022-06-03T12:19:31.406Z] ---> db7d2cef108f [2022-06-03T12:19:31.406Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:19:31.684Z] ---> Running in 18100a06aafc [2022-06-03T12:19:31.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:19:31.960Z] Removing intermediate container 18100a06aafc [2022-06-03T12:19:31.960Z] ---> f469d04e819d [2022-06-03T12:19:31.960Z] [2022-06-03T12:19:32.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:19:32.835Z] Successfully built f469d04e819d [2022-06-03T12:19:32.835Z] Successfully tagged core-command-arm64:latest [2022-06-03T12:19:33.113Z]  Building core-command ... done (1/5) Installing ca-certificates (20211220-r0) [2022-06-03T12:19:33.392Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-06-03T12:19:33.392Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T12:19:33.392Z] (4/5) Installing libcurl (7.79.1-r1) [2022-06-03T12:19:33.392Z] (5/5) Installing curl (7.79.1-r1) [2022-06-03T12:19:33.392Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:19:33.392Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T12:19:33.721Z] OK: 8 MiB in 19 packages [2022-06-03T12:19:36.564Z] Removing intermediate container 20ac423233d2 [2022-06-03T12:19:36.564Z] ---> 34f63e0d2537 [2022-06-03T12:19:36.564Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T12:19:36.564Z] ---> Running in 08bf6f9c2ce9 [2022-06-03T12:19:37.198Z] Removing intermediate container 08bf6f9c2ce9 [2022-06-03T12:19:37.198Z] ---> ea5bbe9fbf6e [2022-06-03T12:19:37.198Z] Step 12/20 : WORKDIR /edgex [2022-06-03T12:19:37.198Z] ---> Running in 2643c4087f3c [2022-06-03T12:19:37.810Z] Removing intermediate container 2643c4087f3c [2022-06-03T12:19:37.810Z] ---> 1662d296382e [2022-06-03T12:19:37.810Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-03T12:19:38.816Z] ---> 48749f092f59 [2022-06-03T12:19:38.816Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-03T12:19:39.096Z] Removing intermediate container 70be3c2f429f [2022-06-03T12:19:39.096Z] ---> a596f8cc9841 [2022-06-03T12:19:39.096Z] [2022-06-03T12:19:39.096Z] Step 11/23 : FROM alpine:3.14 [2022-06-03T12:19:39.096Z] ---> ac73e934f311 [2022-06-03T12:19:39.096Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-06-03T12:19:39.096Z] ---> Using cache [2022-06-03T12:19:39.096Z] ---> cd3a4ce2df62 [2022-06-03T12:19:39.096Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T12:19:39.096Z] ---> Using cache [2022-06-03T12:19:39.096Z] ---> caf456e21635 [2022-06-03T12:19:39.096Z] Step 14/23 : ENV APP_PORT=59861 [2022-06-03T12:19:39.096Z] ---> Running in f33ae41961e9 [2022-06-03T12:19:39.739Z] Removing intermediate container f33ae41961e9 [2022-06-03T12:19:39.739Z] ---> 9ab5a78bba23 [2022-06-03T12:19:39.739Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-03T12:19:39.739Z] ---> Running in bba400291a08 [2022-06-03T12:19:40.353Z] Removing intermediate container bba400291a08 [2022-06-03T12:19:40.353Z] ---> 9ad71f67b71e [2022-06-03T12:19:40.353Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:19:40.353Z] ---> d37e339c8fc3 [2022-06-03T12:19:40.353Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-03T12:19:40.965Z] ---> 661c659d545e [2022-06-03T12:19:40.965Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-03T12:19:41.572Z] ---> 11111f0b2a1f [2022-06-03T12:19:41.572Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-06-03T12:19:41.572Z] ---> Running in 7c11951150ce [2022-06-03T12:19:42.175Z] Removing intermediate container 7c11951150ce [2022-06-03T12:19:42.176Z] ---> 3c38e7bbc7f4 [2022-06-03T12:19:42.176Z] Step 17/20 : CMD ["--init=true"] [2022-06-03T12:19:42.176Z] ---> Running in 1c4218282a69 [2022-06-03T12:19:42.796Z] ---> dff703fa5e96 [2022-06-03T12:19:42.796Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-03T12:19:42.796Z] Removing intermediate container 1c4218282a69 [2022-06-03T12:19:42.796Z] ---> 8c1a26a01d66 [2022-06-03T12:19:42.796Z] Step 18/20 : LABEL arch=arm64 [2022-06-03T12:19:43.074Z] ---> Running in 3e5f4a245ee6 [2022-06-03T12:19:43.353Z] Removing intermediate container 3e5f4a245ee6 [2022-06-03T12:19:43.353Z] ---> 972fb6220a07 [2022-06-03T12:19:43.353Z] Step 19/20 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:19:43.634Z] ---> f26cf30c6595 [2022-06-03T12:19:43.634Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-06-03T12:19:43.634Z] ---> Running in f07ba13bf168 [2022-06-03T12:19:43.911Z] ---> Running in f5affcf441cb [2022-06-03T12:19:44.191Z] Removing intermediate container f07ba13bf168 [2022-06-03T12:19:44.191Z] ---> ac090045d417 [2022-06-03T12:19:44.191Z] Step 20/20 : LABEL version=0.0.0 [2022-06-03T12:19:44.191Z] Removing intermediate container f5affcf441cb [2022-06-03T12:19:44.191Z] ---> bf2b87ea5b83 [2022-06-03T12:19:44.467Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:19:44.467Z] ---> Running in 3a4b5332cdb2 [2022-06-03T12:19:44.467Z] ---> Running in 55768b4e160e [2022-06-03T12:19:44.747Z] Removing intermediate container 3a4b5332cdb2 [2022-06-03T12:19:44.747Z] ---> 1df19b250a47 [2022-06-03T12:19:44.747Z] [2022-06-03T12:19:45.023Z] Removing intermediate container 55768b4e160e [2022-06-03T12:19:45.023Z] ---> 3aa374aeb766 [2022-06-03T12:19:45.023Z] Step 21/23 : LABEL arch=arm64 [2022-06-03T12:19:45.300Z] ---> Running in 4213f2b80f6c [2022-06-03T12:19:45.573Z] Successfully built 1df19b250a47 [2022-06-03T12:19:45.573Z] Successfully tagged security-proxy-setup-arm64:latest [2022-06-03T12:19:45.847Z]  Building security-proxy-setup ... done Removing intermediate container 4213f2b80f6c [2022-06-03T12:19:45.847Z] ---> 63f610d388a2 [2022-06-03T12:19:45.847Z] Step 22/23 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:19:45.847Z] ---> Running in 2d52bc29e89f [2022-06-03T12:19:46.445Z] Removing intermediate container 2d52bc29e89f [2022-06-03T12:19:46.445Z] ---> a76cdc44ae1c [2022-06-03T12:19:46.445Z] Step 23/23 : LABEL version=0.0.0 [2022-06-03T12:19:46.445Z] Removing intermediate container a0562e1ac118 [2022-06-03T12:19:46.445Z] ---> 90771892f40e [2022-06-03T12:19:46.445Z] [2022-06-03T12:19:46.445Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T12:19:46.445Z] ---> ac73e934f311 [2022-06-03T12:19:46.445Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-03T12:19:46.445Z] ---> Running in 994618f8a1bc [2022-06-03T12:19:46.445Z] ---> Running in 521bf8722632 [2022-06-03T12:19:46.722Z] Removing intermediate container 994618f8a1bc [2022-06-03T12:19:46.722Z] ---> 80808ed788a0 [2022-06-03T12:19:46.722Z] [2022-06-03T12:19:46.998Z] Removing intermediate container 521bf8722632 [2022-06-03T12:19:46.998Z] ---> 6243e45f94b4 [2022-06-03T12:19:46.998Z] Step 11/22 : ENV APP_PORT=59880 [2022-06-03T12:19:46.998Z] ---> Running in 68ee72de79aa [2022-06-03T12:19:47.277Z] Removing intermediate container 68ee72de79aa [2022-06-03T12:19:47.277Z] ---> ee0f73795091 [2022-06-03T12:19:47.277Z] Step 12/22 : EXPOSE $APP_PORT [2022-06-03T12:19:47.551Z] ---> Running in facafa0f1ef2 [2022-06-03T12:19:47.551Z] Successfully built 80808ed788a0 [2022-06-03T12:19:47.551Z] Successfully tagged support-scheduler-arm64:latest [2022-06-03T12:19:47.828Z]  Building support-scheduler ... done Removing intermediate container facafa0f1ef2 [2022-06-03T12:19:47.828Z] ---> cf84ff30e58e [2022-06-03T12:19:47.828Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T12:19:47.828Z] ---> Running in bb016b2ea8a0 [2022-06-03T12:19:49.805Z] Removing intermediate container bb016b2ea8a0 [2022-06-03T12:19:49.805Z] ---> 56b82c18acd5 [2022-06-03T12:19:49.805Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-03T12:19:49.805Z] ---> Running in 86ae69788679 [2022-06-03T12:19:50.786Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T12:19:51.769Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T12:19:52.755Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-03T12:19:52.755Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T12:19:52.755Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-03T12:19:53.029Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T12:19:53.029Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-03T12:19:53.307Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-03T12:19:53.307Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T12:19:53.307Z] OK: 8 MiB in 20 packages [2022-06-03T12:19:54.295Z] Removing intermediate container 86ae69788679 [2022-06-03T12:19:54.295Z] ---> 1697ecd786a3 [2022-06-03T12:19:54.295Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T12:19:54.894Z] ---> 9d1fffd068ca [2022-06-03T12:19:54.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-03T12:19:56.335Z] ---> cb475c8fae92 [2022-06-03T12:19:56.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-03T12:19:56.610Z] ---> 26f26a509815 [2022-06-03T12:19:56.610Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-06-03T12:19:56.610Z] ---> Running in 07ac1ed3560e [2022-06-03T12:19:57.218Z] Removing intermediate container 07ac1ed3560e [2022-06-03T12:19:57.218Z] ---> ce0efb7db732 [2022-06-03T12:19:57.218Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T12:19:57.218Z] ---> Running in 9ad880e54f26 [2022-06-03T12:19:57.491Z] Removing intermediate container 9ad880e54f26 [2022-06-03T12:19:57.491Z] ---> f1cb690fb34a [2022-06-03T12:19:57.491Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T12:19:57.491Z] ---> Running in cc48cf3c2d42 [2022-06-03T12:19:58.092Z] Removing intermediate container cc48cf3c2d42 [2022-06-03T12:19:58.092Z] ---> bcd26a3bd8b0 [2022-06-03T12:19:58.092Z] Step 21/22 : LABEL git_sha=f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [2022-06-03T12:19:58.092Z] ---> Running in 6a53e1bd632a [2022-06-03T12:19:58.367Z] Removing intermediate container 6a53e1bd632a [2022-06-03T12:19:58.367Z] ---> 957ed2fde312 [2022-06-03T12:19:58.367Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T12:19:58.367Z] ---> Running in 11df0f120bd3 [2022-06-03T12:19:58.641Z] Removing intermediate container 11df0f120bd3 [2022-06-03T12:19:58.641Z] ---> 239f90d1ee54 [2022-06-03T12:19:58.641Z] [2022-06-03T12:19:59.238Z] Successfully built 239f90d1ee54 [2022-06-03T12:19:59.238Z] Successfully tagged core-data-arm64:latest [2022-06-03T12:19:59.849Z]  Building core-data ... done  [Pipeline] } [2022-06-03T12:19:59.879Z] $ docker stop --time=1 7308e79d7c636dbcb368f6f5ac7a3c918e14240593945d2e9573ecbba40936a8 [2022-06-03T12:20:01.654Z] $ docker rm -f 7308e79d7c636dbcb368f6f5ac7a3c918e14240593945d2e9573ecbba40936a8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T12:20:02.297Z] + docker images [2022-06-03T12:20:02.570Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-03T12:20:02.570Z] core-data-arm64 latest 239f90d1ee54 4 seconds ago 19.2MB [2022-06-03T12:20:02.570Z] support-scheduler-arm64 latest 80808ed788a0 16 seconds ago 15.3MB [2022-06-03T12:20:02.570Z] 90771892f40e 17 seconds ago 1.61GB [2022-06-03T12:20:02.570Z] security-proxy-setup-arm64 latest 1df19b250a47 18 seconds ago 25.3MB [2022-06-03T12:20:02.570Z] a596f8cc9841 24 seconds ago 1.6GB [2022-06-03T12:20:02.570Z] core-command-arm64 latest f469d04e819d 31 seconds ago 15.1MB [2022-06-03T12:20:02.570Z] 1abbcc428201 34 seconds ago 1.61GB [2022-06-03T12:20:02.570Z] 98a335786867 43 seconds ago 1.6GB [2022-06-03T12:20:02.570Z] sys-mgmt-agent-arm64 latest 29314b3a3d1a 3 minutes ago 277MB [2022-06-03T12:20:02.570Z] security-bootstrapper-arm64 latest 1871c8a71846 4 minutes ago 18MB [2022-06-03T12:20:02.570Z] security-secretstore-setup-arm64 latest a53c35c5fdce 4 minutes ago 26.8MB [2022-06-03T12:20:02.570Z] core-metadata-arm64 latest daa1de534d5a 4 minutes ago 15.9MB [2022-06-03T12:20:02.570Z] support-notifications-arm64 latest c6c8dbe93f41 4 minutes ago 16MB [2022-06-03T12:20:02.570Z] 4176cacb1b8e 5 minutes ago 1.61GB [2022-06-03T12:20:02.570Z] 651567e9fa31 5 minutes ago 1.61GB [2022-06-03T12:20:02.570Z] 5fcf2890c0f8 5 minutes ago 1.61GB [2022-06-03T12:20:02.570Z] 5665f75c18c8 5 minutes ago 1.6GB [2022-06-03T12:20:02.570Z] 8054e270f430 5 minutes ago 1.6GB [2022-06-03T12:20:02.570Z] ci-base-image-arm64 latest ebd528b9d60e 17 minutes ago 1.26GB [2022-06-03T12:20:02.570Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64 1.17-alpine-lts 5f011755c4a2 6 days ago 551MB [2022-06-03T12:20:02.570Z] alpine 3.14 ac73e934f311 8 weeks ago 5.34MB [2022-06-03T12:20:02.570Z] docker 20.10.8 3734d5adc5ac 9 months ago 198MB [2022-06-03T12:20:02.570Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 23 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] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:20:03.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T12:20:03.374Z] [2022-06-03T12:20:03.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:20:03.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T12:20:04.071Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-03T12:20:04.071Z] 8998bd30e6a1: Pulling fs layer [2022-06-03T12:20:04.071Z] 04944245beec: Pulling fs layer [2022-06-03T12:20:04.071Z] 699f458cf7ca: Pulling fs layer [2022-06-03T12:20:04.071Z] 765212b225bb: Pulling fs layer [2022-06-03T12:20:04.071Z] f23df028b6ca: Pulling fs layer [2022-06-03T12:20:04.071Z] d65c8cfc05b1: Pulling fs layer [2022-06-03T12:20:04.071Z] 2437ff75d9bd: Pulling fs layer [2022-06-03T12:20:04.071Z] 765212b225bb: Waiting [2022-06-03T12:20:04.071Z] f23df028b6ca: Waiting [2022-06-03T12:20:04.071Z] d65c8cfc05b1: Waiting [2022-06-03T12:20:04.071Z] 04944245beec: Verifying Checksum [2022-06-03T12:20:04.071Z] 04944245beec: Download complete [2022-06-03T12:20:04.071Z] 765212b225bb: Verifying Checksum [2022-06-03T12:20:04.071Z] 765212b225bb: Download complete [2022-06-03T12:20:04.349Z] f23df028b6ca: Verifying Checksum [2022-06-03T12:20:04.349Z] f23df028b6ca: Download complete [2022-06-03T12:20:04.349Z] d65c8cfc05b1: Verifying Checksum [2022-06-03T12:20:04.349Z] d65c8cfc05b1: Download complete [2022-06-03T12:20:04.349Z] 699f458cf7ca: Verifying Checksum [2022-06-03T12:20:04.349Z] 699f458cf7ca: Download complete [2022-06-03T12:20:04.946Z] 8998bd30e6a1: Verifying Checksum [2022-06-03T12:20:04.946Z] 8998bd30e6a1: Download complete [2022-06-03T12:20:07.572Z] 2437ff75d9bd: Verifying Checksum [2022-06-03T12:20:07.572Z] 2437ff75d9bd: Download complete [2022-06-03T12:20:09.006Z] 8998bd30e6a1: Pull complete [2022-06-03T12:20:09.600Z] 04944245beec: Pull complete [2022-06-03T12:20:11.034Z] 699f458cf7ca: Pull complete [2022-06-03T12:20:11.308Z] 765212b225bb: Pull complete [2022-06-03T12:20:12.288Z] f23df028b6ca: Pull complete [2022-06-03T12:20:12.563Z] d65c8cfc05b1: Pull complete [2022-06-03T12:20:27.644Z] 2437ff75d9bd: Pull complete [2022-06-03T12:20:27.644Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-03T12:20:27.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T12:20:27.644Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T12:20:28.079Z] prd-ubuntu20.04-docker-arm64-4c-16g-928 does not seem to be running inside a container [2022-06-03T12:20:28.185Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-lftools-log-publisher:arm64 cat [2022-06-03T12:20:31.313Z] $ docker top 62fab1bda4ef6d0253fa16965fea9371f0c1f06db53c7a4603f939cd66951403 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:32.388Z] ---> job-cost.sh [2022-06-03T12:20:32.388Z] lf-activate-venv: SKIPPING [2022-06-03T12:20:32.388Z] INFO: No Stack... [2022-06-03T12:20:32.983Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-03T12:20:33.962Z] INFO: Archiving Costs [Pipeline] sh [2022-06-03T12:20:34.648Z] + cut -d, -f6 [2022-06-03T12:20:34.648Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-06-03T12:20:34.713Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4044-1-stack-cost] [2022-06-03T12:20:34.718Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4044-1-stack-cost] did not exist. Created. [2022-06-03T12:20:34.718Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4044-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-03T12:20:35.518Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-03T12:20:35.975Z] Stashed 1 file(s) [Pipeline] } [2022-06-03T12:20:35.990Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4044-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-03T12:20:36.071Z] $ docker stop --time=1 62fab1bda4ef6d0253fa16965fea9371f0c1f06db53c7a4603f939cd66951403 [2022-06-03T12:20:37.686Z] $ docker rm -f 62fab1bda4ef6d0253fa16965fea9371f0c1f06db53c7a4603f939cd66951403 [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-06-03T12:20:38.716Z] provisioning config files... [2022-06-03T12:20:38.725Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6835074272177155328tmp [Pipeline] { [Pipeline] sh [2022-06-03T12:20:39.054Z] + set +x [2022-06-03T12:20:39.054Z] + curl -s https://codecov.io/bash [2022-06-03T12:20:39.054Z] + bash -s -- [2022-06-03T12:20:39.054Z] [2022-06-03T12:20:39.054Z] _____ _ [2022-06-03T12:20:39.054Z] / ____| | | [2022-06-03T12:20:39.054Z] | | ___ __| | ___ ___ _____ __ [2022-06-03T12:20:39.054Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-03T12:20:39.054Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-03T12:20:39.054Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-03T12:20:39.054Z] Bash-1.0.6 [2022-06-03T12:20:39.054Z] [2022-06-03T12:20:39.054Z] [2022-06-03T12:20:39.054Z] ==> git version 2.25.1 found [2022-06-03T12:20:39.054Z] ==> 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-06-03T12:20:39.054Z] Release-Date: 2020-01-08 [2022-06-03T12:20:39.054Z] 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-06-03T12:20:39.054Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-03T12:20:39.054Z] ==> Jenkins CI detected. [2022-06-03T12:20:39.054Z] current dir:  /w/workspace/edgex-go/1 [2022-06-03T12:20:39.054Z] project root: . [2022-06-03T12:20:39.054Z] --> token set from env [2022-06-03T12:20:39.054Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-03T12:20:39.054Z] ==> Running gcov in . (disable via -X gcov) [2022-06-03T12:20:39.054Z] ==> Python coveragepy not found [2022-06-03T12:20:39.054Z] ==> Searching for coverage reports in: [2022-06-03T12:20:39.054Z] + . [2022-06-03T12:20:39.054Z] -> Found 1 reports [2022-06-03T12:20:39.054Z] ==> Detecting git/mercurial file structure [2022-06-03T12:20:39.054Z] ==> Reading reports [2022-06-03T12:20:39.054Z] + ./coverage.out bytes=428658 [2022-06-03T12:20:39.054Z] ==> Appending adjustments [2022-06-03T12:20:39.054Z] https://docs.codecov.io/docs/fixing-reports [2022-06-03T12:20:40.433Z] + Found adjustments [2022-06-03T12:20:40.433Z] ==> Gzipping contents [2022-06-03T12:20:40.433Z] 64K /tmp/codecov.I5U5LY.gz [2022-06-03T12:20:40.433Z] ==> Uploading reports [2022-06-03T12:20:40.433Z] url: https://codecov.io [2022-06-03T12:20:40.433Z] query: branch=PR-4044&commit=f2dd378c0a82f90a5db666c1f23b999eb6c74a56&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4044%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4044&job=&cmd_args= [2022-06-03T12:20:40.433Z] -> Pinging Codecov [2022-06-03T12:20:40.433Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4044&commit=f2dd378c0a82f90a5db666c1f23b999eb6c74a56&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4044%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4044&job=&cmd_args= [2022-06-03T12:20:40.433Z] -> Uploading to [2022-06-03T12:20:40.433Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-03/00271124DB129430A58F1EEE437C3FCB/f2dd378c0a82f90a5db666c1f23b999eb6c74a56/7859b73c-3b1b-46ed-9bcb-d91d93fc684e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220603%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220603T122040Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69f9b50b92b59b136f07e41c6c1bd4c4938d926d79833ff6fb311496c70a7afd [2022-06-03T12:20:40.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T12:20:40.433Z] Dload Upload Total Spent Left Speed [2022-06-03T12:20:40.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65034 0 0 100 65034 0 309k --:--:-- --:--:-- --:--:-- 308k 100 65034 0 0 100 65034 0 278k --:--:-- --:--:-- --:--:-- 277k [2022-06-03T12:20:40.700Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f2dd378c0a82f90a5db666c1f23b999eb6c74a56 [Pipeline] } [2022-06-03T12:20:40.727Z] 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-06-03T12:20:42.048Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:42.375Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:43.303Z] ---> package-listing.sh [2022-06-03T12:20:43.303Z] ++ facter osfamily [2022-06-03T12:20:43.303Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-03T12:20:43.621Z] + OS_FAMILY=debian [2022-06-03T12:20:43.621Z] + workspace=/w/workspace/edgex-go/1 [2022-06-03T12:20:43.621Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-03T12:20:43.621Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-03T12:20:43.621Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-03T12:20:43.621Z] + PACKAGES=/tmp/packages_start.txt [2022-06-03T12:20:43.621Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-03T12:20:43.621Z] + PACKAGES=/tmp/packages_end.txt [2022-06-03T12:20:43.621Z] + case "${OS_FAMILY}" in [2022-06-03T12:20:43.621Z] + dpkg -l [2022-06-03T12:20:43.621Z] + grep '^ii' [2022-06-03T12:20:43.621Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-03T12:20:43.621Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-03T12:20:43.621Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-03T12:20:43.621Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-03T12:20:43.621Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-06-03T12:20:43.621Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-06-03T12:20:43.660Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-03T12:20:43.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:20:44.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T12:20:44.584Z] [2022-06-03T12:20:44.584Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T12:20:44.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T12:20:44.965Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-03T12:20:44.965Z] 5eb5b503b376: Pulling fs layer [2022-06-03T12:20:44.965Z] 5c69ac0246d0: Pulling fs layer [2022-06-03T12:20:44.965Z] ec43610c2a17: Pulling fs layer [2022-06-03T12:20:44.965Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-03T12:20:44.965Z] 33b1e0a273af: Pulling fs layer [2022-06-03T12:20:44.965Z] 5d3b04190fa2: Pulling fs layer [2022-06-03T12:20:44.965Z] 2f39f015ded8: Pulling fs layer [2022-06-03T12:20:44.965Z] 3a2ae6a8a46f: Waiting [2022-06-03T12:20:44.965Z] 33b1e0a273af: Waiting [2022-06-03T12:20:44.965Z] 5d3b04190fa2: Waiting [2022-06-03T12:20:44.965Z] 2f39f015ded8: Waiting [2022-06-03T12:20:44.965Z] 5c69ac0246d0: Verifying Checksum [2022-06-03T12:20:44.965Z] 5c69ac0246d0: Download complete [2022-06-03T12:20:44.965Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-03T12:20:44.965Z] 3a2ae6a8a46f: Download complete [2022-06-03T12:20:44.965Z] 33b1e0a273af: Verifying Checksum [2022-06-03T12:20:44.965Z] 33b1e0a273af: Download complete [2022-06-03T12:20:45.224Z] 5d3b04190fa2: Verifying Checksum [2022-06-03T12:20:45.224Z] 5d3b04190fa2: Download complete [2022-06-03T12:20:45.224Z] ec43610c2a17: Verifying Checksum [2022-06-03T12:20:45.224Z] ec43610c2a17: Download complete [2022-06-03T12:20:45.224Z] 5eb5b503b376: Verifying Checksum [2022-06-03T12:20:45.224Z] 5eb5b503b376: Download complete [2022-06-03T12:20:45.794Z] 2f39f015ded8: Download complete [2022-06-03T12:20:46.366Z] 5eb5b503b376: Pull complete [2022-06-03T12:20:46.624Z] 5c69ac0246d0: Pull complete [2022-06-03T12:20:47.193Z] ec43610c2a17: Pull complete [2022-06-03T12:20:47.193Z] 3a2ae6a8a46f: Pull complete [2022-06-03T12:20:47.451Z] 33b1e0a273af: Pull complete [2022-06-03T12:20:47.451Z] 5d3b04190fa2: Pull complete [2022-06-03T12:20:51.643Z] 2f39f015ded8: Pull complete [2022-06-03T12:20:51.643Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-03T12:20:51.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T12:20:51.644Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T12:20:51.856Z] prd-ubuntu20.04-docker-8c-8g-926 does not seem to be running inside a container [2022-06-03T12:20:51.892Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-06-03T12:20:53.064Z] $ docker top 90d8cba9f818aa615b58c1ad274f224af97b229d61b37d14b039f1ed414b9826 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T12:20:53.461Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-03T12:20:53.765Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-03T12:20:54.075Z] + ls /var/log/sa-host [2022-06-03T12:20:54.076Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T12:20:54.213Z] provisioning config files... [2022-06-03T12:20:54.224Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6978521905669260641tmp [Pipeline] { [Pipeline] echo [2022-06-03T12:20:54.271Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:54.583Z] ---> create-netrc.sh [Pipeline] } [2022-06-03T12:20:54.608Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:54.995Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-03T12:20:55.025Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:55.339Z] ---> sudo-logs.sh [2022-06-03T12:20:55.339Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-03T12:20:55.415Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:55.735Z] ---> job-cost.sh [2022-06-03T12:20:55.735Z] lf-activate-venv: SKIPPING [2022-06-03T12:20:55.735Z] DEBUG: total: 0.10999999940395355 [2022-06-03T12:20:55.735Z] INFO: Retrieving Stack Cost... [2022-06-03T12:20:55.998Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-03T12:20:56.567Z] INFO: Archiving Costs [Pipeline] echo [2022-06-03T12:20:56.600Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T12:20:56.913Z] ---> logs-deploy.sh [2022-06-03T12:20:56.913Z] lf-activate-venv: SKIPPING [2022-06-03T12:20:56.913Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4044/1 [2022-06-03T12:20:56.913Z] INFO: archiving workspace using pattern(s): [2022-06-03T12:20:57.853Z] Archives upload complete. [2022-06-03T12:20:57.853Z] INFO: archiving logs to Nexus