Pull request #3939 updated 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 jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch main at f988924fa1a53bea613f37133d769f5216468f52 rather than 12515137db75576d90e17e0d497dcc39ca44d1bf Obtained Jenkinsfile from f988924fa1a53bea613f37133d769f5216468f52 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-ssh10981098989065079812.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3200876079869878204.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3939/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3939/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12717727100361718471.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh497603080424940488.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3939/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3939/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3993079896599969797.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-9585 in /w/workspace/edgexfoundry_edgex-go_PR-3939 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f988924fa1a53bea613f37133d769f5216468f52 into PR head commit 12515137db75576d90e17e0d497dcc39ca44d1bf Merge succeeded, producing 12515137db75576d90e17e0d497dcc39ca44d1bf Checking out Revision 12515137db75576d90e17e0d497dcc39ca44d1bf (PR-3939) > 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/3939/head:refs/remotes/origin/PR-3939 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # 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 f988924fa1a53bea613f37133d769f5216468f52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 Commit message: "refactor(all): Use formatted alternative log function instead of fmt.Sprintf" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-31T10:38:53.841Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-31T10:38:53.907Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-31T10:38:53.925Z] ========================================================= [2022-03-31T10:38:53.925Z] EdgeX Global Pipelines Version Info [2022-03-31T10:38:53.925Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 580e9145cd298fcf447d96e8e1119b64ca165578 # timeout=10 [2022-03-31T10:38:54.711Z] ------------------- [2022-03-31T10:38:54.711Z] stable info: [2022-03-31T10:38:54.711Z] ------------------- [2022-03-31T10:38:54.711Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-31T10:38:54.711Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-31T10:38:54.711Z] Message: update stable to v1.0.221 [2022-03-31T10:38:55.286Z] ------------------- [2022-03-31T10:38:55.286Z] experimental info: [2022-03-31T10:38:55.286Z] ------------------- [2022-03-31T10:38:55.286Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-31T10:38:55.286Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-31T10:38:55.286Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-31T10:38:55.435Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-31T10:38:55.445Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-31T10:38:55.457Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-31T10:38:55.469Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-31T10:38:55.480Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-31T10:38:55.492Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-31T10:38:55.504Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-31T10:38:55.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-31T10:38:55.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-31T10:38:55.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-31T10:38:55.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-31T10:38:55.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-31T10:38:55.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-31T10:38:55.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-31T10:38:55.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-31T10:38:55.622Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-31T10:38:55.634Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-31T10:38:55.646Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-31T10:38:55.660Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-31T10:38:55.671Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-31T10:38:55.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-31T10:38:55.694Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-31T10:38:55.705Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3939 [Pipeline] echo [2022-03-31T10:38:55.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3939 [Pipeline] echo [2022-03-31T10:38:55.730Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3939 [Pipeline] echo [2022-03-31T10:38:55.744Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12515137db75576d90e17e0d497dcc39ca44d1bf [Pipeline] echo [2022-03-31T10:38:55.756Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1251513 [Pipeline] echo [2022-03-31T10:38:55.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-31T10:38:55.807Z] provisioning config files... [2022-03-31T10:38:55.820Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1508358606548550307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T10:38:56.140Z] ---> docker-login.sh [2022-03-31T10:38:56.140Z] nexus3.edgexfoundry.org:10001 [2022-03-31T10:38:56.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:38:56.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:38:56.403Z] Configure a credential helper to remove this warning. See [2022-03-31T10:38:56.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:38:56.403Z] [2022-03-31T10:38:56.403Z] Login Succeeded [2022-03-31T10:38:56.403Z] nexus3.edgexfoundry.org:10002 [2022-03-31T10:38:56.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:38:56.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:38:56.665Z] Configure a credential helper to remove this warning. See [2022-03-31T10:38:56.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:38:56.665Z] [2022-03-31T10:38:56.665Z] Login Succeeded [2022-03-31T10:38:56.665Z] nexus3.edgexfoundry.org:10003 [2022-03-31T10:38:56.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:38:56.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:38:56.929Z] Configure a credential helper to remove this warning. See [2022-03-31T10:38:56.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:38:56.929Z] [2022-03-31T10:38:56.929Z] Login Succeeded [2022-03-31T10:38:56.929Z] nexus3.edgexfoundry.org:10004 [2022-03-31T10:38:56.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:38:56.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:38:56.929Z] Configure a credential helper to remove this warning. See [2022-03-31T10:38:56.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:38:56.929Z] [2022-03-31T10:38:56.929Z] Login Succeeded [2022-03-31T10:38:56.929Z] docker.io [2022-03-31T10:38:57.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:38:57.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:38:57.454Z] Configure a credential helper to remove this warning. See [2022-03-31T10:38:57.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:38:57.454Z] [2022-03-31T10:38:57.454Z] Login Succeeded [2022-03-31T10:38:57.454Z] ---> docker-login.sh ends [Pipeline] } [2022-03-31T10:38:57.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-31T10:38:57.780Z] + 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/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/core-command/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/core-data/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/core-metadata/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-spire-agent/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-spire-config/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/security-spire-server/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/support-notifications/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-31T10:38:57.780Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-03-31T10:38:57.780Z] + cut -d/ -f2 [2022-03-31T10:38:57.780Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-31T10:38:57.821Z] 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:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-31T10:38:58.212Z] + git rev-list -1 --merges 12515137db75576d90e17e0d497dcc39ca44d1bf~1..12515137db75576d90e17e0d497dcc39ca44d1bf [Pipeline] echo [2022-03-31T10:38:58.304Z] -----------> git rev-list -1 --merges 12515137db75576d90e17e0d497dcc39ca44d1bf~1..12515137db75576d90e17e0d497dcc39ca44d1bf 12515137db75576d90e17e0d497dcc39ca44d1bf [false] [Pipeline] sh [2022-03-31T10:38:58.595Z] + git log --format=format:%s -1 12515137db75576d90e17e0d497dcc39ca44d1bf [Pipeline] echo [2022-03-31T10:38:58.611Z] ========================================================= [2022-03-31T10:38:58.611Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-31T10:38:58.611Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-31T10:38:59.137Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-31T10:38:59.137Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-31T10:38:59.137Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-31T10:38:59.137Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-31T10:38:59.137Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-31T10:38:59.137Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-31T10:38:59.137Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:38:59.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-31T10:38:59.568Z] [2022-03-31T10:38:59.568Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:38:59.879Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-31T10:38:59.879Z] latest: Pulling from edgex-devops/git-semver [2022-03-31T10:38:59.879Z] a0d0a0d46f8b: Pulling fs layer [2022-03-31T10:38:59.879Z] 3e5f54012d9b: Pulling fs layer [2022-03-31T10:38:59.879Z] 4c7163046ea9: Pulling fs layer [2022-03-31T10:38:59.879Z] 0c2d73faf560: Pulling fs layer [2022-03-31T10:38:59.879Z] 0c2d73faf560: Waiting [2022-03-31T10:38:59.879Z] 3e5f54012d9b: Verifying Checksum [2022-03-31T10:38:59.879Z] 3e5f54012d9b: Download complete [2022-03-31T10:38:59.879Z] a0d0a0d46f8b: Verifying Checksum [2022-03-31T10:38:59.879Z] a0d0a0d46f8b: Download complete [2022-03-31T10:38:59.879Z] 0c2d73faf560: Verifying Checksum [2022-03-31T10:38:59.879Z] 0c2d73faf560: Download complete [2022-03-31T10:38:59.879Z] 4c7163046ea9: Verifying Checksum [2022-03-31T10:38:59.879Z] 4c7163046ea9: Download complete [2022-03-31T10:39:00.140Z] a0d0a0d46f8b: Pull complete [2022-03-31T10:39:00.140Z] 3e5f54012d9b: Pull complete [2022-03-31T10:39:00.404Z] 4c7163046ea9: Pull complete [2022-03-31T10:39:00.665Z] 0c2d73faf560: Pull complete [2022-03-31T10:39:00.665Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-31T10:39:00.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-31T10:39:00.665Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-31T10:39:00.744Z] prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container [2022-03-31T10:39:00.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-31T10:39:01.473Z] $ docker top 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-31T10:39:01.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-31T10:39:01.569Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-31T10:39:01.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-31T10:39:01.712Z] $ docker exec 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent [2022-03-31T10:39:01.836Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiBokKP/agent.14 [2022-03-31T10:39:01.836Z] SSH_AGENT_PID=20 [2022-03-31T10:39:01.844Z] Running ssh-add (command line suppressed) [2022-03-31T10:39:01.975Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8835683275805042128.key (/w/workspace/edgex-go/3@tmp/private_key_8835683275805042128.key) [2022-03-31T10:39:01.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-31T10:39:02.285Z] + git tag --points-at HEAD [Pipeline] } [2022-03-31T10:39:02.305Z] $ docker exec --env ******** --env ******** 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent -k [2022-03-31T10:39:02.431Z] unset SSH_AUTH_SOCK; [2022-03-31T10:39:02.431Z] unset SSH_AGENT_PID; [2022-03-31T10:39:02.431Z] echo Agent pid 20 killed; [2022-03-31T10:39:02.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-31T10:39:02.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-31T10:39:02.465Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-31T10:39:02.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-31T10:39:02.601Z] $ docker exec 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent [2022-03-31T10:39:02.729Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIHJgak/agent.53 [2022-03-31T10:39:02.729Z] SSH_AGENT_PID=60 [2022-03-31T10:39:02.734Z] Running ssh-add (command line suppressed) [2022-03-31T10:39:02.857Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1714968970477584274.key (/w/workspace/edgex-go/3@tmp/private_key_1714968970477584274.key) [2022-03-31T10:39:02.869Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-31T10:39:03.164Z] + git semver init [2022-03-31T10:39:03.165Z] # -> Open(): unable to determine branch for HEAD [2022-03-31T10:39:03.165Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2022-03-31T10:39:03.165Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2022-03-31T10:39:03.165Z] # $SEMVER_REMOTE_NAME = origin [2022-03-31T10:39:03.165Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-31T10:39:03.165Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-31T10:39:03.165Z] # $SEMVER_BRANCH = PR-3939 [2022-03-31T10:39:03.165Z] # $SEMVER_TEMP = /tmp/semver-708405880 [2022-03-31T10:39:03.165Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-31T10:39:18.100Z] # '/tmp/semver-708405880' -> '/w/workspace/edgex-go/3/.semver' [2022-03-31T10:39:18.100Z] # -> Force: false [2022-03-31T10:39:18.100Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2022-03-31T10:39:18.116Z] $ docker exec --env ******** --env ******** 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc ssh-agent -k [2022-03-31T10:39:18.231Z] unset SSH_AUTH_SOCK; [2022-03-31T10:39:18.232Z] unset SSH_AGENT_PID; [2022-03-31T10:39:18.232Z] echo Agent pid 60 killed; [2022-03-31T10:39:18.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-31T10:39:18.551Z] + git semver [Pipeline] } [2022-03-31T10:39:18.572Z] $ docker stop --time=1 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc [2022-03-31T10:39:20.453Z] $ docker rm -f 3c33d519d215ad5e0a0a812c4c2fe3d2673601d82f21f06eee140242c9991cbc [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-31T10:39:20.824Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-31T10:39:21.084Z] Stashed 1 file(s) [Pipeline] echo [2022-03-31T10:39:21.087Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-03-31T10:39:21.232Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-31T10:39:21.238Z] ========================================================= [2022-03-31T10:39:21.238Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-31T10:39:21.238Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-31T10:39:21.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-31T10:39:21.532Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-31T10:39:21.532Z] 59bf1c3509f3: Pulling fs layer [2022-03-31T10:39:21.532Z] 666ba61612fd: Pulling fs layer [2022-03-31T10:39:21.532Z] 8ed8ca486205: Pulling fs layer [2022-03-31T10:39:21.532Z] 4fe6c5a15a65: Pulling fs layer [2022-03-31T10:39:21.532Z] 22a0e8bec74d: Pulling fs layer [2022-03-31T10:39:21.532Z] 640e595b4fbd: Pulling fs layer [2022-03-31T10:39:21.532Z] 763cafe07f6e: Pulling fs layer [2022-03-31T10:39:21.532Z] 0c0b528cf693: Pulling fs layer [2022-03-31T10:39:21.532Z] 10935f4eaf8b: Pulling fs layer [2022-03-31T10:39:21.532Z] 4fe6c5a15a65: Waiting [2022-03-31T10:39:21.532Z] 22a0e8bec74d: Waiting [2022-03-31T10:39:21.532Z] 640e595b4fbd: Waiting [2022-03-31T10:39:21.532Z] 763cafe07f6e: Waiting [2022-03-31T10:39:21.532Z] 0c0b528cf693: Waiting [2022-03-31T10:39:21.532Z] 10935f4eaf8b: Waiting [2022-03-31T10:39:21.532Z] 8ed8ca486205: Verifying Checksum [2022-03-31T10:39:21.532Z] 8ed8ca486205: Download complete [2022-03-31T10:39:21.532Z] 666ba61612fd: Download complete [2022-03-31T10:39:21.532Z] 22a0e8bec74d: Verifying Checksum [2022-03-31T10:39:21.532Z] 22a0e8bec74d: Download complete [2022-03-31T10:39:21.532Z] 640e595b4fbd: Download complete [2022-03-31T10:39:21.532Z] 59bf1c3509f3: Verifying Checksum [2022-03-31T10:39:21.532Z] 59bf1c3509f3: Download complete [2022-03-31T10:39:21.532Z] 763cafe07f6e: Verifying Checksum [2022-03-31T10:39:21.532Z] 763cafe07f6e: Download complete [2022-03-31T10:39:21.532Z] 0c0b528cf693: Verifying Checksum [2022-03-31T10:39:21.532Z] 0c0b528cf693: Download complete [2022-03-31T10:39:21.791Z] 59bf1c3509f3: Pull complete [2022-03-31T10:39:21.791Z] 666ba61612fd: Pull complete [2022-03-31T10:39:22.051Z] 8ed8ca486205: Pull complete [2022-03-31T10:39:22.314Z] 4fe6c5a15a65: Verifying Checksum [2022-03-31T10:39:22.314Z] 4fe6c5a15a65: Download complete [2022-03-31T10:39:22.314Z] 10935f4eaf8b: Download complete [2022-03-31T10:39:26.520Z] 4fe6c5a15a65: Pull complete [2022-03-31T10:39:26.520Z] 22a0e8bec74d: Pull complete [2022-03-31T10:39:26.520Z] 640e595b4fbd: Pull complete [2022-03-31T10:39:26.520Z] 763cafe07f6e: Pull complete [2022-03-31T10:39:26.520Z] 0c0b528cf693: Pull complete [2022-03-31T10:39:29.064Z] 10935f4eaf8b: Pull complete [2022-03-31T10:39:29.064Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-31T10:39:29.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-31T10:39:29.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-31T10:39:29.370Z] + docker build -t ci-base-image-x86_64 -f - . [2022-03-31T10:39:29.370Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-31T10:39:29.370Z] WORKDIR /edgex [2022-03-31T10:39:29.370Z] COPY go.mod . [2022-03-31T10:39:29.370Z] RUN go mod download [2022-03-31T10:39:30.756Z] Sending build context to Docker daemon 334.6MB [2022-03-31T10:39:30.756Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-31T10:39:30.756Z] ---> 99d49a6021b9 [2022-03-31T10:39:30.756Z] Step 2/4 : WORKDIR /edgex [2022-03-31T10:39:32.677Z] ---> Running in f5f014e019a6 [2022-03-31T10:39:32.938Z] Removing intermediate container f5f014e019a6 [2022-03-31T10:39:32.938Z] ---> 786ea94ac3e4 [2022-03-31T10:39:32.938Z] Step 3/4 : COPY go.mod . [2022-03-31T10:39:32.938Z] ---> 0bf116f2ad37 [2022-03-31T10:39:32.938Z] Step 4/4 : RUN go mod download [2022-03-31T10:39:32.938Z] ---> Running in 18ac70d0ad7b [2022-03-31T10:39:36.176Z] Still waiting to schedule task [2022-03-31T10:39:36.176Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-31T10:39:47.854Z] Removing intermediate container 18ac70d0ad7b [2022-03-31T10:39:47.854Z] ---> b3750eceeb9f [2022-03-31T10:39:47.854Z] Successfully built b3750eceeb9f [2022-03-31T10:39:47.854Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:39:48.155Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-31T10:39:48.155Z] . [Pipeline] withDockerContainer [2022-03-31T10:39:48.229Z] prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container [2022-03-31T10:39:48.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat [2022-03-31T10:39:48.698Z] $ docker top 6fd71b093265b5c60f27be5e6ef0ceed812971c61a610ba6a5e5963e425eebc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T10:39:49.054Z] + go version [2022-03-31T10:39:49.054Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-31T10:39:49.071Z] $ docker stop --time=1 6fd71b093265b5c60f27be5e6ef0ceed812971c61a610ba6a5e5963e425eebc1 [2022-03-31T10:39:50.373Z] $ docker rm -f 6fd71b093265b5c60f27be5e6ef0ceed812971c61a610ba6a5e5963e425eebc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:39:50.806Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-31T10:39:50.806Z] . [Pipeline] withDockerContainer [2022-03-31T10:39:50.879Z] prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container [2022-03-31T10:39:50.926Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat [2022-03-31T10:39:51.311Z] $ docker top 3f752161aceecccb3d15d9674faa92ca457ab3fd685a7998300cc48d0b7b62f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-31T10:39:51.387Z] ========================================================= [2022-03-31T10:39:51.387Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-31T10:39:51.387Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-31T10:39:51.682Z] + make test [2022-03-31T10:39:51.683Z] go mod tidy -compat=1.17 [2022-03-31T10:39:51.942Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-31T10:39:58.541Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-31T10:40:10.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.065s coverage: 28.7% of statements [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-31T10:40:10.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-31T10:40:11.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.084s coverage: 98.5% of statements [2022-03-31T10:40:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-31T10:40:11.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.115s coverage: 54.9% of statements [2022-03-31T10:40:11.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-31T10:40:11.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.722s coverage: 89.2% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.093s coverage: 84.4% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.380s coverage: 94.7% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.070s coverage: 72.2% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.064s coverage: 0.9% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 24.0% of statements [2022-03-31T10:40:16.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2022-03-31T10:40:16.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2022-03-31T10:40:26.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2022-03-31T10:40:26.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2022-03-31T10:40:26.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 82.5% of statements [2022-03-31T10:40:26.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 58.8% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.2% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.4% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.361s coverage: 65.4% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 43.8% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.160s coverage: 92.3% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-31T10:40:36.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.069s coverage: 28.9% of statements [2022-03-31T10:40:36.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-31T10:40:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-31T10:40:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-31T10:40:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-31T10:40:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-31T10:40:36.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-31T10:40:36.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-03-31T10:40:36.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-03-31T10:40:36.541Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-03-31T10:40:54.632Z] GO111MODULE=on go vet ./... [2022-03-31T10:40:57.179Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-31T10:40:57.179Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-31T10:40:57.439Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-31T10:40:58.025Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-31T10:40:58.315Z] + ls -al . [2022-03-31T10:40:58.315Z] total 664 [2022-03-31T10:40:58.315Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 10:40 . [2022-03-31T10:40:58.315Z] drwxr-xr-x 4 root root 4096 Mar 31 10:39 .. [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 10:38 .dockerignore [2022-03-31T10:40:58.315Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 10:38 .git [2022-03-31T10:40:58.315Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 10:38 .github [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 870 Mar 31 10:38 .gitignore [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 42 Mar 31 10:38 .golangci.yml [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 87 Mar 31 10:38 .hadolint.yml [2022-03-31T10:40:58.315Z] drwx------ 3 1001 1001 4096 Mar 31 10:39 .semver [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 10:38 .sonarcloud.properties [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 1171 Mar 31 10:38 ADOPTERS.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 9953 Mar 31 10:38 Attribution.txt [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 51732 Mar 31 10:38 CHANGELOG.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 10:38 CONTRIBUTING.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 677 Mar 31 10:38 GOVERNANCE.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 849 Mar 31 10:38 Jenkinsfile [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 10:38 LICENSE [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 8478 Mar 31 10:38 Makefile [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 582 Mar 31 10:38 OWNERS.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 8207 Mar 31 10:38 README.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 6912 Mar 31 10:38 SECURITY.md [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 10:39 VERSION [2022-03-31T10:40:58.315Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 10:38 ZMQWindows.md [2022-03-31T10:40:58.315Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 10:38 bin [2022-03-31T10:40:58.316Z] drwxrwxr-x 18 1001 1001 4096 Mar 31 10:38 cmd [2022-03-31T10:40:58.316Z] -rw-r--r-- 1 root root 429121 Mar 31 10:40 coverage.out [2022-03-31T10:40:58.316Z] -rw-rw-r-- 1 1001 1001 3175 Mar 31 10:38 go.mod [2022-03-31T10:40:58.316Z] -rw-rw-r-- 1 1001 1001 34990 Mar 31 10:38 go.sum [2022-03-31T10:40:58.316Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 10:38 internal [2022-03-31T10:40:58.316Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 10:38 openapi [2022-03-31T10:40:58.316Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 10:38 snap [2022-03-31T10:40:58.316Z] -rw-rw-r-- 1 1001 1001 204 Mar 31 10:38 version.go [Pipeline] sh [2022-03-31T10:40:58.614Z] + '[' -e coverage.out ] [2022-03-31T10:40:58.614Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-31T10:40:58.728Z] Stashed 1 file(s) [Pipeline] sh [2022-03-31T10:40:59.012Z] + make build [2022-03-31T10:40:59.012Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-03-31T10:41:08.368Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9586 in /w/workspace/edgexfoundry_edgex-go_PR-3939 [Pipeline] { [Pipeline] ws [2022-03-31T10:41:08.380Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2022-03-31T10:41:08.637Z] The recommended git tool is: git [2022-03-31T10:41:16.066Z] using credential edgex-jenkins-ssh [2022-03-31T10:41:16.083Z] Cloning the remote Git repository [2022-03-31T10:41:17.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-31T10:41:16.152Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-31T10:41:16.269Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2022-03-31T10:41:16.375Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-31T10:41:16.376Z] > git --version # timeout=10 [2022-03-31T10:41:16.410Z] > git --version # 'git version 2.25.1' [2022-03-31T10:41:16.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T10:41:16.523Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-31T10:41:25.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-03-31T10:41:25.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-31T10:41:27.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-31T10:41:27.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-31T10:41:28.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-31T10:41:29.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-31T10:41:31.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-31T10:41:32.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-31T10:41:33.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-31T10:41:34.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-31T10:41:34.880Z] Merging remotes/origin/main commit f988924fa1a53bea613f37133d769f5216468f52 into PR head commit 12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:41:33.938Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-31T10:41:33.954Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-31T10:41:33.981Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-31T10:41:34.020Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-31T10:41:34.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T10:41:34.034Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3939/head:refs/remotes/origin/PR-3939 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-31T10:41:34.902Z] > git config core.sparsecheckout # timeout=10 [2022-03-31T10:41:34.918Z] > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 [2022-03-31T10:41:35.253Z] Merge succeeded, producing 12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:41:35.253Z] Checking out Revision 12515137db75576d90e17e0d497dcc39ca44d1bf (PR-3939) [2022-03-31T10:41:36.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-03-31T10:41:35.164Z] > git remote # timeout=10 [2022-03-31T10:41:35.183Z] > git config --get remote.origin.url # timeout=10 [2022-03-31T10:41:35.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T10:41:35.216Z] > git merge f988924fa1a53bea613f37133d769f5216468f52 # timeout=10 [2022-03-31T10:41:35.241Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-31T10:41:35.261Z] > git config core.sparsecheckout # timeout=10 [2022-03-31T10:41:35.283Z] > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 [Pipeline] } [2022-03-31T10:41:37.742Z] $ docker stop --time=1 3f752161aceecccb3d15d9674faa92ca457ab3fd685a7998300cc48d0b7b62f1 [2022-03-31T10:41:39.530Z] Commit message: "refactor(all): Use formatted alternative log function instead of fmt.Sprintf" [2022-03-31T10:41:40.208Z] $ docker rm -f 3f752161aceecccb3d15d9674faa92ca457ab3fd685a7998300cc48d0b7b62f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-31T10:41:41.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-31T10:41:41.657Z] [2022-03-31T10:41:41.657Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:41:41.907Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-31T10:41:41.908Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-31T10:41:41.908Z] Dload Upload Total Spent Left Speed [2022-03-31T10:41:41.908Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 47183 0 --:--:-- --:--:-- --:--:-- 47372 [2022-03-31T10:41:41.958Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-31T10:41:41.958Z] latest: Pulling from edgex-devops/edgex-compose [2022-03-31T10:41:41.958Z] cbdbe7a5bc2a: Pulling fs layer [2022-03-31T10:41:41.958Z] ca9280d653b3: Pulling fs layer [2022-03-31T10:41:41.958Z] 7e9c9ca2126c: Pulling fs layer [2022-03-31T10:41:41.958Z] cbdbe7a5bc2a: Verifying Checksum [2022-03-31T10:41:41.958Z] cbdbe7a5bc2a: Download complete [Pipeline] sh [2022-03-31T10:41:42.217Z] ca9280d653b3: Verifying Checksum [2022-03-31T10:41:42.217Z] ca9280d653b3: Download complete [2022-03-31T10:41:42.217Z] cbdbe7a5bc2a: Pull complete [2022-03-31T10:41:42.431Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-31T10:41:42.475Z] 7e9c9ca2126c: Download complete [2022-03-31T10:41:42.475Z] ca9280d653b3: Pull complete [2022-03-31T10:41:42.775Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-31T10:41:42.775Z] + sudo tee /etc/docker/daemon.new [2022-03-31T10:41:42.775Z] { [2022-03-31T10:41:42.775Z] "registry-mirrors": [ [2022-03-31T10:41:42.775Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-31T10:41:42.775Z] ], [2022-03-31T10:41:42.775Z] "bip": "10.250.0.254/24", [2022-03-31T10:41:42.775Z] "hosts": [ [2022-03-31T10:41:42.775Z] "tcp://0.0.0.0:5555", [2022-03-31T10:41:42.775Z] "unix:///var/run/docker.sock" [2022-03-31T10:41:42.775Z] ], [2022-03-31T10:41:42.775Z] "mtu": 1458, [2022-03-31T10:41:42.775Z] "selinux-enabled": true, [2022-03-31T10:41:42.775Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-31T10:41:42.775Z] } [Pipeline] sh [2022-03-31T10:41:43.123Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-31T10:41:43.546Z] + sudo service docker restart [2022-03-31T10:41:45.768Z] 7e9c9ca2126c: Pull complete [2022-03-31T10:41:45.768Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-03-31T10:41:45.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-31T10:41:45.768Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-03-31T10:41:45.835Z] prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container [2022-03-31T10:41:45.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-31T10:41:47.115Z] $ docker top b457b7d64e1fa079d4c67246aee334dd97272d688a7f76bcba3c7d9748250f42 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T10:41:47.485Z] + docker-compose build --help [2022-03-31T10:41:47.485Z] + grep parallel [2022-03-31T10:41:48.059Z] --parallel Build images in parallel. [Pipeline] } [2022-03-31T10:41:48.077Z] $ docker stop --time=1 b457b7d64e1fa079d4c67246aee334dd97272d688a7f76bcba3c7d9748250f42 [2022-03-31T10:41:49.404Z] $ docker rm -f b457b7d64e1fa079d4c67246aee334dd97272d688a7f76bcba3c7d9748250f42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:41:49.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-31T10:41:49.819Z] . [Pipeline] withDockerContainer [2022-03-31T10:41:49.889Z] prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container [2022-03-31T10:41:49.929Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:latest cat [2022-03-31T10:41:50.294Z] $ docker top 4a8a9df45c7247f84fe238704b45f0776d277766cd42214c4536bf62ab6414c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T10:41:50.649Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-31T10:41:51.219Z] Building core-command ... [2022-03-31T10:41:51.219Z] Building core-data ... [2022-03-31T10:41:51.219Z] Building core-metadata ... [2022-03-31T10:41:51.219Z] Building security-bootstrapper ... [2022-03-31T10:41:51.219Z] Building security-proxy-setup ... [2022-03-31T10:41:51.219Z] Building security-secretstore-setup ... [2022-03-31T10:41:51.219Z] Building security-spiffe-token-provider ... [2022-03-31T10:41:51.219Z] Building security-spire-agent ... [2022-03-31T10:41:51.219Z] Building security-spire-config ... [2022-03-31T10:41:51.219Z] Building security-spire-server ... [2022-03-31T10:41:51.219Z] Building support-notifications ... [2022-03-31T10:41:51.219Z] Building support-scheduler ... [2022-03-31T10:41:51.219Z] Building sys-mgmt-agent ... [2022-03-31T10:41:51.219Z] Building security-spire-server [2022-03-31T10:41:51.219Z] Building security-bootstrapper [2022-03-31T10:41:51.219Z] Building sys-mgmt-agent [2022-03-31T10:41:51.219Z] Building core-data [2022-03-31T10:41:51.219Z] Building security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-31T10:42:01.900Z] provisioning config files... [2022-03-31T10:42:01.924Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config338457017174168273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T10:42:02.284Z] ---> docker-login.sh [2022-03-31T10:42:02.284Z] nexus3.edgexfoundry.org:10001 [2022-03-31T10:42:02.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:42:03.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:42:03.159Z] Configure a credential helper to remove this warning. See [2022-03-31T10:42:03.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:42:03.159Z] [2022-03-31T10:42:03.159Z] Login Succeeded [2022-03-31T10:42:03.159Z] nexus3.edgexfoundry.org:10002 [2022-03-31T10:42:03.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:42:03.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:42:03.436Z] Configure a credential helper to remove this warning. See [2022-03-31T10:42:03.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:42:03.436Z] [2022-03-31T10:42:03.436Z] Login Succeeded [2022-03-31T10:42:03.436Z] nexus3.edgexfoundry.org:10003 [2022-03-31T10:42:04.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:42:04.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:42:04.037Z] Configure a credential helper to remove this warning. See [2022-03-31T10:42:04.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:42:04.037Z] [2022-03-31T10:42:04.037Z] Login Succeeded [2022-03-31T10:42:04.037Z] nexus3.edgexfoundry.org:10004 [2022-03-31T10:42:04.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:42:04.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:42:04.590Z] Configure a credential helper to remove this warning. See [2022-03-31T10:42:04.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:42:04.590Z] [2022-03-31T10:42:04.590Z] Login Succeeded [2022-03-31T10:42:04.590Z] docker.io [2022-03-31T10:42:04.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T10:42:05.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T10:42:05.137Z] Configure a credential helper to remove this warning. See [2022-03-31T10:42:05.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T10:42:05.137Z] [2022-03-31T10:42:05.137Z] Login Succeeded [2022-03-31T10:42:05.137Z] ---> docker-login.sh ends [Pipeline] } [2022-03-31T10:42:05.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-31T10:42:05.670Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-31T10:42:05.685Z] ========================================================= [2022-03-31T10:42:05.685Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-31T10:42:05.685Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-31T10:42:06.043Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-31T10:42:06.320Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-31T10:42:06.320Z] 9b3977197b4f: Pulling fs layer [2022-03-31T10:42:06.320Z] 1a89e8eeedd5: Pulling fs layer [2022-03-31T10:42:06.320Z] 94645a83ff95: Pulling fs layer [2022-03-31T10:42:06.320Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-31T10:42:06.320Z] 0c92f367c5e7: Pulling fs layer [2022-03-31T10:42:06.320Z] f7c0051592d6: Pulling fs layer [2022-03-31T10:42:06.320Z] a227ed2f7395: Pulling fs layer [2022-03-31T10:42:06.320Z] 7b1c46037f91: Pulling fs layer [2022-03-31T10:42:06.320Z] 3f3a8bcf1eab: Waiting [2022-03-31T10:42:06.320Z] 0c92f367c5e7: Waiting [2022-03-31T10:42:06.320Z] f7c0051592d6: Waiting [2022-03-31T10:42:06.320Z] a227ed2f7395: Waiting [2022-03-31T10:42:06.320Z] 7b1c46037f91: Waiting [2022-03-31T10:42:06.320Z] 94645a83ff95: Download complete [2022-03-31T10:42:06.320Z] 1a89e8eeedd5: Verifying Checksum [2022-03-31T10:42:06.320Z] 1a89e8eeedd5: Download complete [2022-03-31T10:42:06.320Z] 0c92f367c5e7: Download complete [2022-03-31T10:42:06.320Z] f7c0051592d6: Verifying Checksum [2022-03-31T10:42:06.320Z] f7c0051592d6: Download complete [2022-03-31T10:42:06.320Z] 9b3977197b4f: Download complete [2022-03-31T10:42:06.320Z] a227ed2f7395: Verifying Checksum [2022-03-31T10:42:06.320Z] a227ed2f7395: Download complete [2022-03-31T10:42:06.923Z] 9b3977197b4f: Pull complete [2022-03-31T10:42:07.538Z] 1a89e8eeedd5: Pull complete [2022-03-31T10:42:07.815Z] 94645a83ff95: Pull complete [2022-03-31T10:42:08.417Z] 7b1c46037f91: Verifying Checksum [2022-03-31T10:42:08.417Z] 7b1c46037f91: Download complete [2022-03-31T10:42:09.015Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-31T10:42:09.015Z] 3f3a8bcf1eab: Download complete [2022-03-31T10:42:13.257Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:42:13.257Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:42:13.257Z] ---> b3750eceeb9f [2022-03-31T10:42:13.257Z] Step 3/25 : WORKDIR /edgex-go [2022-03-31T10:42:13.257Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:42:13.257Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:42:13.257Z] ---> b3750eceeb9f [2022-03-31T10:42:13.257Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T10:42:13.257Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:42:13.257Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:42:13.257Z] ---> b3750eceeb9f [2022-03-31T10:42:13.257Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T10:42:13.257Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:42:13.257Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:42:13.257Z] ---> b3750eceeb9f [2022-03-31T10:42:13.257Z] Step 3/31 : WORKDIR /edgex-go [2022-03-31T10:42:13.257Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:42:13.257Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:42:13.257Z] ---> b3750eceeb9f [2022-03-31T10:42:13.257Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T10:42:14.201Z] ---> Running in 2a6fa7f93505 [2022-03-31T10:42:14.201Z] ---> Running in 1ddf1a3ca181 [2022-03-31T10:42:14.201Z] ---> Running in 0d87a167478e [2022-03-31T10:42:14.201Z] ---> Running in 302a39a5c27e [2022-03-31T10:42:14.201Z] ---> Running in c99f68274f2d [2022-03-31T10:42:14.462Z] Removing intermediate container 2a6fa7f93505 [2022-03-31T10:42:14.462Z] ---> 16d85a3d3654 [2022-03-31T10:42:14.462Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:42:14.462Z] Removing intermediate container 0d87a167478e [2022-03-31T10:42:14.462Z] ---> c81eedd64250 [2022-03-31T10:42:14.462Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:42:14.462Z] Removing intermediate container c99f68274f2d [2022-03-31T10:42:14.462Z] Removing intermediate container 1ddf1a3ca181 [2022-03-31T10:42:14.462Z] ---> 82b3c0b71ad8 [2022-03-31T10:42:14.462Z] ---> 7b531d848182 [2022-03-31T10:42:14.462Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:42:14.462Z] [2022-03-31T10:42:14.462Z] Removing intermediate container 302a39a5c27e [2022-03-31T10:42:14.462Z] ---> ebddf4264b84 [2022-03-31T10:42:14.462Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:42:14.462Z] ---> Running in 0b7533fbfac1 [2022-03-31T10:42:14.462Z] ---> Running in e6a0c131199a [2022-03-31T10:42:14.462Z] ---> Running in 8238472c5fd7 [2022-03-31T10:42:14.462Z] ---> Running in 0fa6a8882b7a [2022-03-31T10:42:14.462Z] ---> Running in 429f03678af1 [2022-03-31T10:42:15.403Z] Removing intermediate container 0b7533fbfac1 [2022-03-31T10:42:15.403Z] ---> 99cfffc0ba3e [2022-03-31T10:42:15.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-31T10:42:15.403Z] ---> Running in a4981e0b1433 [2022-03-31T10:42:15.971Z] Removing intermediate container e6a0c131199a [2022-03-31T10:42:15.971Z] ---> 1678a1de5906 [2022-03-31T10:42:15.971Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-31T10:42:15.971Z] Removing intermediate container 0fa6a8882b7a [2022-03-31T10:42:15.971Z] ---> 7bc6c4ee410d [2022-03-31T10:42:15.971Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-31T10:42:15.971Z] ---> Running in 2c5f00a9b57e [2022-03-31T10:42:15.971Z] ---> Running in 4360f8ebf6eb [2022-03-31T10:42:15.971Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:15.971Z] Removing intermediate container 8238472c5fd7 [2022-03-31T10:42:15.971Z] ---> 23ea45c23357 [2022-03-31T10:42:15.971Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-31T10:42:15.971Z] ---> Running in 01135911277c [2022-03-31T10:42:15.971Z] Removing intermediate container 429f03678af1 [2022-03-31T10:42:15.971Z] ---> 6df409a5107a [2022-03-31T10:42:15.971Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-31T10:42:16.232Z] ---> Running in d2665d61a654 [2022-03-31T10:42:16.492Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:16.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:16.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:16.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:16.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:17.014Z] OK: 221 MiB in 52 packages [2022-03-31T10:42:17.274Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:17.544Z] Removing intermediate container a4981e0b1433 [2022-03-31T10:42:17.544Z] ---> 10f60bfa5261 [2022-03-31T10:42:17.544Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T10:42:17.544Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:17.544Z] OK: 221 MiB in 52 packages [2022-03-31T10:42:17.544Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:17.544Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:17.804Z] ---> 1b0749e6c84e [2022-03-31T10:42:17.804Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:42:17.804Z] ---> Running in bfc82dca2d5e [2022-03-31T10:42:17.804Z] OK: 221 MiB in 52 packages [2022-03-31T10:42:17.804Z] OK: 221 MiB in 52 packages [2022-03-31T10:42:17.804Z] Removing intermediate container 2c5f00a9b57e [2022-03-31T10:42:17.804Z] ---> 1e8c2fc93d36 [2022-03-31T10:42:17.804Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T10:42:17.804Z] OK: 221 MiB in 52 packages [2022-03-31T10:42:18.067Z] ---> 9f691fb103c2 [2022-03-31T10:42:18.067Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:42:18.067Z] ---> Running in 91d509859edf [2022-03-31T10:42:18.327Z] Removing intermediate container 4360f8ebf6eb [2022-03-31T10:42:18.327Z] ---> 2870c7aacd28 [2022-03-31T10:42:18.327Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-31T10:42:18.327Z] Removing intermediate container d2665d61a654 [2022-03-31T10:42:18.327Z] ---> 4a7dededb4b8 [2022-03-31T10:42:18.327Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T10:42:18.586Z] Removing intermediate container 01135911277c [2022-03-31T10:42:18.586Z] ---> 5feb2ce8eec9 [2022-03-31T10:42:18.586Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-31T10:42:18.586Z] ---> f6a496f71be8 [2022-03-31T10:42:18.586Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:42:18.586Z] ---> Running in 99014fe80461 [2022-03-31T10:42:18.586Z] ---> a68558aa3a31 [2022-03-31T10:42:18.586Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:42:18.586Z] ---> Running in b047c0599d26 [2022-03-31T10:42:18.846Z] ---> e141eb3e599c [2022-03-31T10:42:18.846Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:42:18.846Z] ---> Running in cfa0c2f3dbf4 [2022-03-31T10:42:18.846Z] Removing intermediate container bfc82dca2d5e [2022-03-31T10:42:18.846Z] ---> 20b34aee155e [2022-03-31T10:42:18.846Z] Step 8/23 : COPY . . [2022-03-31T10:42:19.786Z] Removing intermediate container 91d509859edf [2022-03-31T10:42:19.786Z] ---> 5dbbda02a762 [2022-03-31T10:42:19.786Z] Step 8/23 : COPY . . [2022-03-31T10:42:21.448Z] 3f3a8bcf1eab: Pull complete [2022-03-31T10:42:21.448Z] 0c92f367c5e7: Pull complete [2022-03-31T10:42:21.448Z] f7c0051592d6: Pull complete [2022-03-31T10:42:21.448Z] a227ed2f7395: Pull complete [2022-03-31T10:42:23.086Z] Removing intermediate container cfa0c2f3dbf4 [2022-03-31T10:42:23.086Z] ---> a060685b0ca2 [2022-03-31T10:42:23.086Z] Step 8/31 : COPY . . [2022-03-31T10:42:23.086Z] Removing intermediate container b047c0599d26 [2022-03-31T10:42:23.086Z] ---> 73ead0de0f7e [2022-03-31T10:42:23.086Z] Step 8/23 : COPY . . [2022-03-31T10:42:23.086Z] Removing intermediate container 99014fe80461 [2022-03-31T10:42:23.086Z] ---> eb94923ee403 [2022-03-31T10:42:23.086Z] Step 8/25 : COPY . . [2022-03-31T10:42:29.751Z] 7b1c46037f91: Pull complete [2022-03-31T10:42:29.751Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-31T10:42:29.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-31T10:42:29.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-31T10:42:30.105Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-31T10:42:30.105Z] WORKDIR /edgex [2022-03-31T10:42:30.105Z] COPY go.mod . [2022-03-31T10:42:30.105Z] RUN go mod download build [2022-03-31T10:42:30.105Z] -t ci-base-image-arm64 -f - . [2022-03-31T10:42:31.217Z] ---> 7e9575ca8d1d [2022-03-31T10:42:31.217Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-31T10:42:31.217Z] ---> a2d5191ad0b3 [2022-03-31T10:42:31.217Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-31T10:42:31.217Z] ---> Running in e7faa3609e52 [2022-03-31T10:42:31.217Z] ---> 6f4c7cd7fcc9 [2022-03-31T10:42:31.217Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-31T10:42:31.217Z] ---> 7f716725ec21 [2022-03-31T10:42:31.217Z] Step 9/23 : ARG SPIRE_RELEASE=1.2.0 [2022-03-31T10:42:31.477Z] ---> Running in 7757259ef0b7 [2022-03-31T10:42:31.477Z] ---> Running in 1a9046b8af90 [2022-03-31T10:42:31.477Z] ---> 7c208ef6441f [2022-03-31T10:42:31.477Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-31T10:42:31.477Z] ---> Running in 80c9505f01c0 [2022-03-31T10:42:31.477Z] ---> Running in e4aa52e4d974 [2022-03-31T10:42:31.477Z] Removing intermediate container 1a9046b8af90 [2022-03-31T10:42:31.477Z] ---> b9ffe14bf087 [2022-03-31T10:42:31.477Z] Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-03-31T10:42:31.477Z] ---> Running in 9f8607c3f6cf [2022-03-31T10:42:31.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-31T10:42:32.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-31T10:42:32.001Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-03-31T10:42:32.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-31T10:42:32.751Z] Sending build context to Docker daemon 169.1MB [2022-03-31T10:42:32.751Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-31T10:42:32.751Z] ---> f79e39bc4007 [2022-03-31T10:42:32.751Z] Step 2/4 : WORKDIR /edgex [2022-03-31T10:42:32.830Z] spire-1.2.0/ [2022-03-31T10:42:34.210Z] spire-1.2.0/README.md [2022-03-31T10:42:34.210Z] spire-1.2.0/bin/ [2022-03-31T10:42:34.210Z] spire-1.2.0/bin/spire-server [2022-03-31T10:42:34.210Z] spire-1.2.0/bin/spire-agent [2022-03-31T10:42:34.210Z] spire-1.2.0/conf/ [2022-03-31T10:42:34.210Z] spire-1.2.0/conf/server/ [2022-03-31T10:42:34.210Z] spire-1.2.0/conf/server/server.conf [2022-03-31T10:42:34.210Z] spire-1.2.0/conf/agent/ [2022-03-31T10:42:34.210Z] spire-1.2.0/conf/agent/agent.conf [2022-03-31T10:42:34.210Z] spire-1.2.0/LICENSE [2022-03-31T10:42:34.733Z] ---> Running in 27e2d6c3a2d8 [2022-03-31T10:42:34.733Z] Removing intermediate container 27e2d6c3a2d8 [2022-03-31T10:42:34.733Z] ---> 9fbb33f2ce7b [2022-03-31T10:42:34.733Z] Step 3/4 : COPY go.mod . [2022-03-31T10:42:35.331Z] ---> a73f4e6481a6 [2022-03-31T10:42:35.331Z] Step 4/4 : RUN go mod download [2022-03-31T10:42:35.331Z] ---> Running in 35b626a2ff45 [2022-03-31T10:42:36.118Z] Removing intermediate container 9f8607c3f6cf [2022-03-31T10:42:36.118Z] ---> 1b099b5f7bfe [2022-03-31T10:42:36.118Z] [2022-03-31T10:42:36.118Z] Step 11/23 : FROM alpine:3.15 [2022-03-31T10:42:36.385Z] 3.15: Pulling from library/alpine [2022-03-31T10:42:36.966Z] Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 [2022-03-31T10:42:36.966Z] Status: Downloaded newer image for alpine:3.15 [2022-03-31T10:42:36.966Z] ---> 76c8fb57b6fc [2022-03-31T10:42:36.966Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T10:42:37.231Z] ---> Running in 2584acdf2c40 [2022-03-31T10:42:37.231Z] Removing intermediate container 2584acdf2c40 [2022-03-31T10:42:37.231Z] ---> 46029c3ba678 [2022-03-31T10:42:37.231Z] Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:42:37.491Z] ---> Running in fe30d76481be [2022-03-31T10:42:38.868Z] Removing intermediate container fe30d76481be [2022-03-31T10:42:38.868Z] ---> 1e4fd1e844b8 [2022-03-31T10:42:38.868Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-03-31T10:42:38.868Z] ---> Running in 798be51e9d10 [2022-03-31T10:42:39.805Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:40.741Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:41.000Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:42:41.000Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:42:41.000Z] OK: 15854 distinct packages available [2022-03-31T10:42:41.000Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:41.936Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:42.195Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-03-31T10:42:42.454Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-03-31T10:42:42.454Z] (3/5) Installing libucontext (1.1-r0) [2022-03-31T10:42:42.454Z] (4/5) Installing gcompat (1.0.0-r4) [2022-03-31T10:42:42.714Z] (5/5) Installing openssl (1.1.1n-r0) [2022-03-31T10:42:42.714Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T10:42:42.714Z] OK: 6 MiB in 19 packages [2022-03-31T10:42:44.094Z] Removing intermediate container 798be51e9d10 [2022-03-31T10:42:44.094Z] ---> e9adb697b637 [2022-03-31T10:42:44.094Z] Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-03-31T10:42:46.633Z] ---> c0edf03fe8f9 [2022-03-31T10:42:46.633Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-03-31T10:42:47.203Z] ---> 5ce70c837c37 [2022-03-31T10:42:47.203Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-03-31T10:42:47.770Z] ---> 327e1f4e4f6f [2022-03-31T10:42:47.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-03-31T10:42:48.710Z] ---> 443ed4489f25 [2022-03-31T10:42:48.710Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-03-31T10:42:48.710Z] ---> Running in e035109a9287 [2022-03-31T10:42:48.971Z] Removing intermediate container e035109a9287 [2022-03-31T10:42:48.971Z] ---> 30c07694efdd [2022-03-31T10:42:48.971Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-03-31T10:42:48.971Z] ---> Running in 4efbd44e1d46 [2022-03-31T10:42:49.231Z] Removing intermediate container 4efbd44e1d46 [2022-03-31T10:42:49.232Z] ---> 2f56cc8645ce [2022-03-31T10:42:49.232Z] Step 21/23 : LABEL arch=x86_64 [2022-03-31T10:42:49.232Z] ---> Running in 0c8bb4cd5ffb [2022-03-31T10:42:49.804Z] Removing intermediate container 0c8bb4cd5ffb [2022-03-31T10:42:49.804Z] ---> 2b33d86fabdc [2022-03-31T10:42:49.804Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:42:49.804Z] ---> Running in fa73e42b387f [2022-03-31T10:42:50.064Z] Removing intermediate container fa73e42b387f [2022-03-31T10:42:50.064Z] ---> 9580a0d5b654 [2022-03-31T10:42:50.064Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T10:42:50.323Z] ---> Running in 286f6c218fb2 [2022-03-31T10:42:50.585Z] Removing intermediate container 286f6c218fb2 [2022-03-31T10:42:50.585Z] ---> 815d01235613 [2022-03-31T10:42:50.585Z] [2022-03-31T10:42:50.585Z] Successfully built 815d01235613 [2022-03-31T10:42:50.585Z] Successfully tagged security-spire-server:latest [2022-03-31T10:42:50.585Z] Building security-spiffe-token-provider [2022-03-31T10:42:57.169Z]  Building security-spire-server ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:42:57.169Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:42:57.169Z] ---> b3750eceeb9f [2022-03-31T10:42:57.169Z] Step 3/20 : WORKDIR /edgex-go [2022-03-31T10:42:57.169Z] ---> Using cache [2022-03-31T10:42:57.169Z] ---> ebddf4264b84 [2022-03-31T10:42:57.169Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-03-31T10:42:57.736Z] ---> Running in d534f30323c4 [2022-03-31T10:42:59.113Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:42:59.682Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:00.250Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:43:00.250Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:43:00.250Z] OK: 15864 distinct packages available [2022-03-31T10:43:00.250Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:00.819Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:01.386Z] OK: 221 MiB in 52 packages [2022-03-31T10:43:02.767Z] Removing intermediate container d534f30323c4 [2022-03-31T10:43:02.767Z] ---> 100909a6c0f3 [2022-03-31T10:43:02.767Z] Step 5/20 : COPY go.mod vendor* ./ [2022-03-31T10:43:03.026Z] ---> bd942e619cc4 [2022-03-31T10:43:03.026Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:43:03.026Z] ---> Running in 55a83c683e0c [2022-03-31T10:43:04.933Z] Removing intermediate container 55a83c683e0c [2022-03-31T10:43:04.933Z] ---> 272faa75e1b0 [2022-03-31T10:43:04.933Z] Step 7/20 : COPY . . [2022-03-31T10:43:04.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-31T10:43:11.518Z] Removing intermediate container 80c9505f01c0 [2022-03-31T10:43:11.518Z] ---> fc78f7f9fefb [2022-03-31T10:43:11.518Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-31T10:43:11.518Z] Removing intermediate container e7faa3609e52 [2022-03-31T10:43:11.518Z] ---> 4f53cb4dd79a [2022-03-31T10:43:11.518Z] [2022-03-31T10:43:11.518Z] Step 10/25 : FROM alpine:3.14 [2022-03-31T10:43:11.518Z] Removing intermediate container e4aa52e4d974 [2022-03-31T10:43:11.518Z] ---> 46d58b921444 [2022-03-31T10:43:11.518Z] [2022-03-31T10:43:11.518Z] Step 10/31 : FROM alpine:3.14 [2022-03-31T10:43:11.518Z] ---> Running in 8597ebd86cf0 [2022-03-31T10:43:11.518Z] ---> 0ff6b528c896 [2022-03-31T10:43:11.518Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-03-31T10:43:11.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-31T10:43:11.779Z] ---> Running in f996990d1971 [2022-03-31T10:43:11.779Z] Removing intermediate container 7757259ef0b7 [2022-03-31T10:43:11.779Z] ---> e502c94f1f74 [2022-03-31T10:43:11.779Z] [2022-03-31T10:43:11.779Z] Step 10/23 : FROM alpine:3.14 [2022-03-31T10:43:12.040Z] 3.14: Pulling from library/alpine [2022-03-31T10:43:12.040Z] 3.14: Pulling from library/alpine [2022-03-31T10:43:12.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-03-31T10:43:12.302Z] 3.14: Pulling from library/alpine [2022-03-31T10:43:12.600Z] Removing intermediate container 8597ebd86cf0 [2022-03-31T10:43:12.600Z] ---> a57035e70172 [2022-03-31T10:43:12.600Z] [2022-03-31T10:43:12.600Z] Step 11/23 : FROM docker:20.10.14 [2022-03-31T10:43:12.600Z] 20.10.14: Pulling from library/docker [2022-03-31T10:43:12.600Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-03-31T10:43:12.600Z] Status: Downloaded newer image for alpine:3.14 [2022-03-31T10:43:12.600Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-03-31T10:43:12.600Z] Status: Image is up to date for alpine:3.14 [2022-03-31T10:43:12.600Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-03-31T10:43:12.600Z] Status: Image is up to date for alpine:3.14 [2022-03-31T10:43:12.600Z] ---> 84b07dd2d1fd [2022-03-31T10:43:12.600Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-31T10:43:12.600Z] ---> 84b07dd2d1fd [2022-03-31T10:43:12.600Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-31T10:43:12.862Z] ---> 84b07dd2d1fd [2022-03-31T10:43:12.862Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-31T10:43:12.862Z] ---> Running in ee36f896f484 [2022-03-31T10:43:12.862Z] ---> Running in 1bbdf183ae33 [2022-03-31T10:43:12.862Z] ---> Running in a1827c5c338b [2022-03-31T10:43:13.126Z] Removing intermediate container 1bbdf183ae33 [2022-03-31T10:43:13.126Z] ---> 5ebb99126a25 [2022-03-31T10:43:13.126Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-31T10:43:13.126Z] Removing intermediate container a1827c5c338b [2022-03-31T10:43:13.126Z] ---> fca0de0ded8e [2022-03-31T10:43:13.126Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-31T10:43:13.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:13.390Z] ---> Running in ea0d2aae1de3 [2022-03-31T10:43:13.390Z] ---> Running in 152c0dc16c47 [2022-03-31T10:43:13.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:13.390Z] Removing intermediate container 152c0dc16c47 [2022-03-31T10:43:13.390Z] ---> 4564269f97ce [2022-03-31T10:43:13.390Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-31T10:43:13.390Z] ---> Running in 17b6caf2d905 [2022-03-31T10:43:13.390Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-31T10:43:13.650Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-31T10:43:13.651Z] (3/3) Installing su-exec (0.2-r1) [2022-03-31T10:43:13.651Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T10:43:13.651Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T10:43:13.651Z] OK: 6 MiB in 17 packages [2022-03-31T10:43:13.651Z] Removing intermediate container 17b6caf2d905 [2022-03-31T10:43:13.651Z] ---> 21979cbc4f94 [2022-03-31T10:43:13.651Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:13.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:13.651Z] ---> Running in 625ccc984993 [2022-03-31T10:43:13.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:13.911Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-31T10:43:13.911Z] (2/2) Installing su-exec (0.2-r1) [2022-03-31T10:43:13.911Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T10:43:14.172Z] OK: 6 MiB in 16 packages [2022-03-31T10:43:14.172Z] Removing intermediate container ee36f896f484 [2022-03-31T10:43:14.172Z] ---> b675c774d0ba [2022-03-31T10:43:14.172Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-31T10:43:14.172Z] ---> Running in 8eacb7783716 [2022-03-31T10:43:14.435Z] Removing intermediate container 8eacb7783716 [2022-03-31T10:43:14.435Z] ---> a2b3a59f629c [2022-03-31T10:43:14.435Z] Step 13/25 : WORKDIR / [2022-03-31T10:43:14.696Z] ---> Running in f78483b75032 [2022-03-31T10:43:14.697Z] Removing intermediate container ea0d2aae1de3 [2022-03-31T10:43:14.697Z] ---> 1dd878bfbef4 [2022-03-31T10:43:14.697Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-31T10:43:14.697Z] ---> Running in 66119602ced3 [2022-03-31T10:43:14.697Z] Removing intermediate container f78483b75032 [2022-03-31T10:43:14.697Z] ---> 6875e54dea78 [2022-03-31T10:43:14.697Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-31T10:43:14.962Z] Removing intermediate container 625ccc984993 [2022-03-31T10:43:14.962Z] ---> 56be566ac457 [2022-03-31T10:43:14.962Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-31T10:43:14.962Z] Removing intermediate container 66119602ced3 [2022-03-31T10:43:14.962Z] ---> 9cf8ac1e33eb [2022-03-31T10:43:14.962Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-31T10:43:14.962Z] ---> Running in 7e2f62183df2 [2022-03-31T10:43:14.962Z] ---> df520340be39 [2022-03-31T10:43:14.962Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-31T10:43:15.226Z] ---> Running in 992666909eb0 [2022-03-31T10:43:15.488Z] Removing intermediate container 992666909eb0 [2022-03-31T10:43:15.488Z] ---> 7564e0fa763c [2022-03-31T10:43:15.488Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-31T10:43:15.488Z] ---> b97caa437abd [2022-03-31T10:43:15.488Z] ---> Running in 0152e82f3ce6 [2022-03-31T10:43:15.488Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-31T10:43:15.776Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:16.039Z] ---> 364a4a322b3c [2022-03-31T10:43:16.039Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-31T10:43:16.305Z] ---> 183703ad95c3 [2022-03-31T10:43:16.305Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-31T10:43:16.565Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:16.876Z] Removing intermediate container 0152e82f3ce6 [2022-03-31T10:43:16.876Z] ---> 95fd1e4b3359 [2022-03-31T10:43:16.876Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-31T10:43:16.876Z] ---> Running in 52cbb2fb184f [2022-03-31T10:43:16.876Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-31T10:43:17.138Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-31T10:43:17.138Z] Removing intermediate container 52cbb2fb184f [2022-03-31T10:43:17.138Z] ---> cabefcb188a1 [2022-03-31T10:43:17.138Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-31T10:43:17.138Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-31T10:43:17.138Z] ---> 644a75b94ae6 [2022-03-31T10:43:17.138Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-31T10:43:17.138Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-31T10:43:17.397Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-31T10:43:17.397Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-31T10:43:17.397Z] ---> aa4044f2be57 [2022-03-31T10:43:17.397Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-31T10:43:17.397Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T10:43:17.397Z] OK: 8 MiB in 20 packages [2022-03-31T10:43:17.655Z] ---> Running in e0c66153b9cd [2022-03-31T10:43:18.225Z] ---> 9df4d1789594 [2022-03-31T10:43:18.225Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-31T10:43:18.485Z] Removing intermediate container 7e2f62183df2 [2022-03-31T10:43:18.485Z] ---> fc83939b064d [2022-03-31T10:43:18.485Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:43:18.485Z] ---> c3a5e8568f0b [2022-03-31T10:43:18.485Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-03-31T10:43:18.776Z] ---> Running in 4bf9ae87a559 [2022-03-31T10:43:18.776Z] ---> 625e46188458 [2022-03-31T10:43:18.776Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-31T10:43:19.036Z] Removing intermediate container e0c66153b9cd [2022-03-31T10:43:19.036Z] ---> fcfda5de495b [2022-03-31T10:43:19.036Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:43:19.609Z] ---> e8c309a14704 [2022-03-31T10:43:19.609Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-31T10:43:20.180Z] Removing intermediate container 4bf9ae87a559 [2022-03-31T10:43:20.180Z] ---> df2c8bdd98f7 [2022-03-31T10:43:20.180Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-31T10:43:20.180Z] ---> 074f76e69f30 [2022-03-31T10:43:20.180Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-31T10:43:20.180Z] ---> Running in d35781b1b5bc [2022-03-31T10:43:20.449Z] Removing intermediate container d35781b1b5bc [2022-03-31T10:43:20.449Z] ---> 31466c566a09 [2022-03-31T10:43:20.449Z] Step 23/25 : LABEL arch=x86_64 [2022-03-31T10:43:20.449Z] Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec [2022-03-31T10:43:20.449Z] Status: Downloaded newer image for docker:20.10.14 [2022-03-31T10:43:20.711Z] ---> 5f3d65aad428 [2022-03-31T10:43:20.711Z] ---> Running in ed89c753323b [2022-03-31T10:43:20.711Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-31T10:43:20.711Z] ---> be0ad941fb13 [2022-03-31T10:43:20.711Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-31T10:43:20.711Z] ---> Running in 12ae7c6b7bdc [2022-03-31T10:43:20.711Z] ---> Running in 6eb73a5dfbd5 [2022-03-31T10:43:20.711Z] ---> 264368609cb2 [2022-03-31T10:43:20.711Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-31T10:43:20.977Z] Removing intermediate container ed89c753323b [2022-03-31T10:43:20.977Z] ---> 436a3146b5db [2022-03-31T10:43:20.977Z] Step 24/25 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:43:20.977Z] Removing intermediate container 12ae7c6b7bdc [2022-03-31T10:43:20.977Z] ---> 048402c6b002 [2022-03-31T10:43:20.977Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-03-31T10:43:20.977Z] Removing intermediate container 6eb73a5dfbd5 [2022-03-31T10:43:20.977Z] ---> c5d8950998d5 [2022-03-31T10:43:20.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:43:20.977Z] ---> Running in 3f234741b8f2 [2022-03-31T10:43:20.977Z] ---> 9ffe9d84476f [2022-03-31T10:43:20.977Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-31T10:43:20.977Z] ---> Running in 80b0d1303ebe [2022-03-31T10:43:20.977Z] ---> Running in c45979ecd8c0 [2022-03-31T10:43:21.236Z] Removing intermediate container 3f234741b8f2 [2022-03-31T10:43:21.236Z] ---> abfa5d977fc3 [2022-03-31T10:43:21.236Z] Step 25/25 : LABEL version=0.0.0 [2022-03-31T10:43:21.236Z] ---> Running in 40aff81cbf76 [2022-03-31T10:43:21.236Z] Removing intermediate container c45979ecd8c0 [2022-03-31T10:43:21.236Z] ---> 6d26ace3c801 [2022-03-31T10:43:21.236Z] Step 21/23 : LABEL arch=x86_64 [2022-03-31T10:43:21.236Z] ---> 9e541b180619 [2022-03-31T10:43:21.236Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-31T10:43:21.236Z] ---> Running in 4b56aba1aca0 [2022-03-31T10:43:21.505Z] Removing intermediate container 40aff81cbf76 [2022-03-31T10:43:21.505Z] ---> 5c167667b539 [2022-03-31T10:43:21.505Z] [2022-03-31T10:43:21.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:21.505Z] Removing intermediate container 4b56aba1aca0 [2022-03-31T10:43:21.505Z] ---> 90c1033050ae [2022-03-31T10:43:21.505Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:43:21.505Z] ---> Running in b816b34290f3 [2022-03-31T10:43:21.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:21.505Z] Successfully built 5c167667b539 [2022-03-31T10:43:21.505Z] Successfully tagged security-secretstore-setup:latest [2022-03-31T10:43:21.505Z] Building security-spire-agent [2022-03-31T10:43:21.505Z]  Building security-secretstore-setup ... done  ---> 7d7622d04dd9 [2022-03-31T10:43:21.505Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-31T10:43:21.768Z] Removing intermediate container b816b34290f3 [2022-03-31T10:43:21.768Z] ---> 6389232ad274 [2022-03-31T10:43:21.768Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T10:43:21.768Z] ---> Running in c31389c1c293 [2022-03-31T10:43:21.768Z] ---> Running in 2159e5cb465c [2022-03-31T10:43:21.768Z] (1/43) Installing readline (8.1.1-r0) [2022-03-31T10:43:21.768Z] (2/43) Installing bash (5.1.16-r0) [2022-03-31T10:43:21.768Z] Executing bash-5.1.16-r0.post-install [2022-03-31T10:43:21.768Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-03-31T10:43:21.768Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-03-31T10:43:21.768Z] (5/43) Installing libcurl (7.80.0-r0) [2022-03-31T10:43:21.768Z] (6/43) Installing curl (7.80.0-r0) [2022-03-31T10:43:21.768Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-03-31T10:43:21.768Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-03-31T10:43:21.768Z] (9/43) Installing expat (2.4.7-r0) [2022-03-31T10:43:21.768Z] (10/43) Installing libffi (3.4.2-r1) [2022-03-31T10:43:21.768Z] (11/43) Installing gdbm (1.22-r0) [2022-03-31T10:43:21.768Z] (12/43) Installing xz-libs (5.2.5-r0) [2022-03-31T10:43:21.768Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-03-31T10:43:21.768Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-03-31T10:43:21.768Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-03-31T10:43:22.028Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-03-31T10:43:22.028Z] (17/43) Installing python3 (3.9.7-r4) [2022-03-31T10:43:22.288Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-03-31T10:43:22.288Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-03-31T10:43:22.288Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-03-31T10:43:22.288Z] (21/43) Installing py3-idna (3.3-r0) [2022-03-31T10:43:22.288Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-03-31T10:43:22.288Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-03-31T10:43:22.288Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-03-31T10:43:22.288Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-03-31T10:43:22.288Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-03-31T10:43:22.288Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-03-31T10:43:22.288Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-03-31T10:43:22.288Z] Removing intermediate container c31389c1c293 [2022-03-31T10:43:22.288Z] ---> 9cb2cd14811b [2022-03-31T10:43:22.288Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-31T10:43:22.288Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-03-31T10:43:22.288Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-03-31T10:43:22.288Z] (31/43) Installing py3-six (1.16.0-r0) [2022-03-31T10:43:22.288Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-03-31T10:43:22.288Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-03-31T10:43:22.341Z] Removing intermediate container 35b626a2ff45 [2022-03-31T10:43:22.341Z] ---> 7e3b5bf05a29 [2022-03-31T10:43:22.341Z] Successfully built 7e3b5bf05a29 [2022-03-31T10:43:22.341Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:43:22.596Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-03-31T10:43:22.596Z] (35/43) Installing py3-packaging (20.9-r1) [2022-03-31T10:43:22.596Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-03-31T10:43:22.596Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-03-31T10:43:22.596Z] (38/43) Installing py3-progress (1.6-r0) [2022-03-31T10:43:22.596Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-03-31T10:43:22.596Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-03-31T10:43:22.596Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-03-31T10:43:22.596Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-03-31T10:43:22.596Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-03-31T10:43:22.596Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T10:43:22.681Z] + docker inspect -f . ci-base-image-arm64 [2022-03-31T10:43:22.681Z] . [Pipeline] withDockerContainer [2022-03-31T10:43:22.898Z] prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container [2022-03-31T10:43:22.952Z] OK: 83 MiB in 65 packages [2022-03-31T10:43:22.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-03-31T10:43:23.523Z] Removing intermediate container 2159e5cb465c [2022-03-31T10:43:23.523Z] ---> 34bb59df956a [2022-03-31T10:43:23.523Z] [2022-03-31T10:43:23.523Z] Successfully built 34bb59df956a [2022-03-31T10:43:23.782Z] Collecting docker-compose==1.23.2 [2022-03-31T10:43:23.782Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-31T10:43:23.782Z] Collecting texttable<0.10,>=0.9.0 [2022-03-31T10:43:23.782Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-31T10:43:23.782Z] Successfully tagged core-data:latest [2022-03-31T10:43:23.782Z] Building support-scheduler [2022-03-31T10:43:23.782Z]  Building core-data ... done  ---> 1ebf1529ba36 [2022-03-31T10:43:23.782Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-31T10:43:24.041Z] ---> Running in 801dce4c4340 [2022-03-31T10:43:24.041Z] Collecting docopt<0.7,>=0.6.1 [2022-03-31T10:43:24.041Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-31T10:43:24.281Z] $ docker top 821845d9e1d276b482afa6de9565031f7536ad45c607f8fabd5f83f6703f5c35 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T10:43:24.613Z] Collecting docker<4.0,>=3.6.0 [2022-03-31T10:43:24.613Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-31T10:43:24.613Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-03-31T10:43:24.613Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-31T10:43:24.613Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-31T10:43:24.613Z] Collecting cached-property<2,>=1.2.0 [2022-03-31T10:43:24.613Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-31T10:43:24.872Z] Collecting PyYAML<4,>=3.10 [2022-03-31T10:43:24.872Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-31T10:43:25.178Z] + go version [2022-03-31T10:43:25.178Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-31T10:43:25.209Z] $ docker stop --time=1 821845d9e1d276b482afa6de9565031f7536ad45c607f8fabd5f83f6703f5c35 [2022-03-31T10:43:25.440Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-31T10:43:25.440Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-31T10:43:25.699Z] Collecting jsonschema<3,>=2.5.1 [2022-03-31T10:43:25.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-31T10:43:25.958Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-31T10:43:25.958Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-31T10:43:25.958Z] Collecting docker-pycreds>=0.4.0 [2022-03-31T10:43:25.958Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-31T10:43:25.958Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-03-31T10:43:26.217Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-31T10:43:26.217Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-31T10:43:26.217Z] Collecting idna<2.8,>=2.5 [2022-03-31T10:43:26.217Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-31T10:43:26.217Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-31T10:43:26.217Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-31T10:43:26.217Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-31T10:43:26.217Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-31T10:43:26.217Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-31T10:43:26.217Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-31T10:43:26.476Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-31T10:43:26.476Z] Attempting uninstall: urllib3 [2022-03-31T10:43:26.476Z] Found existing installation: urllib3 1.26.7 [2022-03-31T10:43:26.476Z] Uninstalling urllib3-1.26.7: [2022-03-31T10:43:26.476Z] Successfully uninstalled urllib3-1.26.7 [2022-03-31T10:43:26.735Z] Attempting uninstall: idna [2022-03-31T10:43:26.735Z] Found existing installation: idna 3.3 [2022-03-31T10:43:26.735Z] Uninstalling idna-3.3: [2022-03-31T10:43:26.735Z] Successfully uninstalled idna-3.3 [2022-03-31T10:43:26.816Z] $ docker rm -f 821845d9e1d276b482afa6de9565031f7536ad45c607f8fabd5f83f6703f5c35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:43:27.416Z] + docker inspect -f . ci-base-image-arm64 [2022-03-31T10:43:27.416Z] . [Pipeline] withDockerContainer [2022-03-31T10:43:27.633Z] prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container [2022-03-31T10:43:27.690Z] Removing intermediate container 801dce4c4340 [2022-03-31T10:43:27.690Z] ---> ea32be557365 [2022-03-31T10:43:27.690Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-31T10:43:27.722Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-03-31T10:43:28.260Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:43:28.260Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:43:28.260Z] ---> b3750eceeb9f [2022-03-31T10:43:28.260Z] Step 3/24 : WORKDIR /edgex-go [2022-03-31T10:43:28.260Z] ---> Using cache [2022-03-31T10:43:28.260Z] ---> ebddf4264b84 [2022-03-31T10:43:28.260Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:28.260Z] ---> Using cache [2022-03-31T10:43:28.260Z] ---> 6df409a5107a [2022-03-31T10:43:28.260Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-03-31T10:43:28.260Z] Attempting uninstall: requests [2022-03-31T10:43:28.260Z] Found existing installation: requests 2.26.0 [2022-03-31T10:43:28.260Z] ---> Running in ad9e6b8a32f3 [2022-03-31T10:43:28.260Z] Uninstalling requests-2.26.0: [2022-03-31T10:43:28.260Z] Successfully uninstalled requests-2.26.0 [2022-03-31T10:43:28.260Z] ---> Running in b537e016753d [2022-03-31T10:43:28.522Z] Running setup.py install for texttable: started [2022-03-31T10:43:28.522Z] Removing intermediate container ad9e6b8a32f3 [2022-03-31T10:43:28.522Z] ---> 4a70e6811c10 [2022-03-31T10:43:28.522Z] Step 28/31 : CMD ["gate"] [2022-03-31T10:43:28.787Z] ---> Running in dda272441d38 [2022-03-31T10:43:28.787Z] Running setup.py install for texttable: finished with status 'done' [2022-03-31T10:43:28.787Z] Running setup.py install for PyYAML: started [2022-03-31T10:43:28.787Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:28.930Z] $ docker top 69541a1fcba97419c09d1a92a802c36513355776ec03085413859359fb850e19 -eo pid,comm [2022-03-31T10:43:29.048Z] Removing intermediate container dda272441d38 [2022-03-31T10:43:29.048Z] ---> 257df04528b5 [2022-03-31T10:43:29.048Z] Step 29/31 : LABEL arch=x86_64 [Pipeline] { [Pipeline] echo [2022-03-31T10:43:29.173Z] ========================================================= [2022-03-31T10:43:29.173Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-31T10:43:29.173Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-31T10:43:29.312Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-31T10:43:29.312Z] ---> Running in 1cbc7dd59b0d [2022-03-31T10:43:29.312Z] Running setup.py install for docopt: started [2022-03-31T10:43:29.574Z] Removing intermediate container 1cbc7dd59b0d [2022-03-31T10:43:29.574Z] ---> 3d858edd2ce7 [2022-03-31T10:43:29.574Z] Step 30/31 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:43:29.574Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:29.574Z] Running setup.py install for docopt: finished with status 'done' [2022-03-31T10:43:29.574Z] Running setup.py install for dockerpty: started [2022-03-31T10:43:29.834Z] ---> Running in f96114526125 [2022-03-31T10:43:29.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:43:29.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:43:29.834Z] ---> b3750eceeb9f [2022-03-31T10:43:29.834Z] Step 3/22 : WORKDIR /edgex-go [2022-03-31T10:43:29.834Z] ---> Using cache [2022-03-31T10:43:29.834Z] ---> ebddf4264b84 [2022-03-31T10:43:29.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:29.834Z] ---> Using cache [2022-03-31T10:43:29.834Z] ---> 6df409a5107a [2022-03-31T10:43:29.834Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-31T10:43:29.834Z] OK: 221 MiB in 52 packages [2022-03-31T10:43:29.836Z] + make test [2022-03-31T10:43:29.836Z] go mod tidy -compat=1.17 [2022-03-31T10:43:30.096Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-31T10:43:30.097Z] ---> Running in b4b7e4bd001f [2022-03-31T10:43:30.097Z] Removing intermediate container f96114526125 [2022-03-31T10:43:30.097Z] ---> 455f7fe32f7a [2022-03-31T10:43:30.097Z] Step 31/31 : LABEL version=0.0.0 [2022-03-31T10:43:30.361Z] ---> Running in 0f31721df3b6 [2022-03-31T10:43:30.361Z] Removing intermediate container 0f31721df3b6 [2022-03-31T10:43:30.361Z] ---> f3d95bf75d61 [2022-03-31T10:43:30.361Z] [2022-03-31T10:43:30.361Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-03-31T10:43:30.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:30.623Z] Successfully built f3d95bf75d61 [2022-03-31T10:43:30.623Z] Removing intermediate container b537e016753d [2022-03-31T10:43:30.623Z] ---> 6d82c1d3e246 [2022-03-31T10:43:30.623Z] Step 6/24 : COPY go.mod vendor* ./ [2022-03-31T10:43:30.623Z] Successfully tagged security-bootstrapper:latest [2022-03-31T10:43:30.623Z] Building support-notifications [2022-03-31T10:43:30.623Z]  Building security-bootstrapper ... done Removing intermediate container f996990d1971 [2022-03-31T10:43:30.623Z] ---> e8ce14e59269 [2022-03-31T10:43:30.623Z] [2022-03-31T10:43:30.623Z] Step 9/20 : FROM alpine:3.15 [2022-03-31T10:43:30.623Z] ---> 76c8fb57b6fc [2022-03-31T10:43:30.623Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T10:43:30.623Z] ---> Using cache [2022-03-31T10:43:30.623Z] ---> 46029c3ba678 [2022-03-31T10:43:30.623Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:30.623Z] ---> Using cache [2022-03-31T10:43:30.623Z] ---> 1e4fd1e844b8 [2022-03-31T10:43:30.623Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-03-31T10:43:30.623Z] ---> Running in 2eee737e1781 [2022-03-31T10:43:30.829Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-31T10:43:30.885Z] ---> 5daca82b12d0 [2022-03-31T10:43:30.885Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:43:31.458Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:31.458Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:31.720Z] OK: 221 MiB in 52 packages [2022-03-31T10:43:32.291Z] ---> Running in 4814cd633f55 [2022-03-31T10:43:32.291Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:32.862Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:43:32.862Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:43:32.862Z] OK: 15854 distinct packages available [2022-03-31T10:43:32.862Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:32.862Z] Removing intermediate container b4b7e4bd001f [2022-03-31T10:43:32.862Z] ---> 72e70ebd7263 [2022-03-31T10:43:32.862Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-31T10:43:33.435Z] ---> 7c767044dc39 [2022-03-31T10:43:33.435Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:43:33.435Z] ---> Running in 613f5c13e9c5 [2022-03-31T10:43:33.695Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:33.695Z] Removing intermediate container 4814cd633f55 [2022-03-31T10:43:33.695Z] ---> b3839066b15e [2022-03-31T10:43:33.695Z] Step 8/24 : COPY . . [2022-03-31T10:43:33.955Z] (1/9) Installing ca-certificates (20211220-r0) [2022-03-31T10:43:34.216Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-03-31T10:43:34.216Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-03-31T10:43:34.216Z] (4/9) Installing libcurl (7.80.0-r0) [2022-03-31T10:43:34.476Z] (5/9) Installing curl (7.80.0-r0) [2022-03-31T10:43:34.476Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-03-31T10:43:34.476Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-03-31T10:43:34.737Z] (8/9) Installing libucontext (1.1-r0) [2022-03-31T10:43:34.738Z] (9/9) Installing gcompat (1.0.0-r4) [2022-03-31T10:43:34.738Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T10:43:34.738Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T10:43:34.999Z] OK: 8 MiB in 23 packages [2022-03-31T10:43:35.570Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:43:35.570Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:43:35.570Z] ---> b3750eceeb9f [2022-03-31T10:43:35.570Z] Step 3/22 : WORKDIR /edgex-go [2022-03-31T10:43:35.570Z] ---> Using cache [2022-03-31T10:43:35.570Z] ---> ebddf4264b84 [2022-03-31T10:43:35.570Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:35.570Z] ---> Using cache [2022-03-31T10:43:35.570Z] ---> 6df409a5107a [2022-03-31T10:43:35.570Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-31T10:43:36.510Z] Removing intermediate container 80b0d1303ebe [2022-03-31T10:43:36.510Z] ---> 6df008e327ef [2022-03-31T10:43:36.510Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-31T10:43:36.777Z] ---> Running in 940c31682124 [2022-03-31T10:43:36.777Z] ---> Running in 49709d773407 [2022-03-31T10:43:36.777Z] Removing intermediate container 613f5c13e9c5 [2022-03-31T10:43:36.777Z] ---> 7931d9954f7c [2022-03-31T10:43:36.777Z] Step 8/22 : COPY . . [2022-03-31T10:43:37.037Z] Removing intermediate container 49709d773407 [2022-03-31T10:43:37.037Z] ---> 6fd4a9d382b7 [2022-03-31T10:43:37.037Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-31T10:43:37.037Z] Removing intermediate container 2eee737e1781 [2022-03-31T10:43:37.037Z] ---> 89c7de957d10 [2022-03-31T10:43:37.037Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:43:37.037Z] ---> Running in 377522dbdf78 [2022-03-31T10:43:37.037Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:37.978Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:38.237Z] OK: 221 MiB in 52 packages [2022-03-31T10:43:39.619Z] ---> ad7da8247abc [2022-03-31T10:43:39.619Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-03-31T10:43:39.619Z] Removing intermediate container 377522dbdf78 [2022-03-31T10:43:39.619Z] ---> d1c54a353c6e [2022-03-31T10:43:39.619Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-31T10:43:40.191Z] Removing intermediate container 940c31682124 [2022-03-31T10:43:40.191Z] ---> a6acc7a4176c [2022-03-31T10:43:40.191Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-31T10:43:40.191Z] ---> 239ed8b21e23 [2022-03-31T10:43:40.191Z] ---> 5d2dde146d2c [2022-03-31T10:43:40.192Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.tomlStep 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-03-31T10:43:40.192Z] [2022-03-31T10:43:40.192Z] ---> 09e1d49e03a9 [2022-03-31T10:43:40.192Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-03-31T10:43:40.192Z] ---> Running in 9c014334533f [2022-03-31T10:43:40.192Z] ---> 78fc44ed0499 [2022-03-31T10:43:40.192Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-31T10:43:40.453Z] ---> 48546a54b178 [2022-03-31T10:43:40.453Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-03-31T10:43:40.453Z] ---> d2113d18f5d3 [2022-03-31T10:43:40.453Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:43:40.453Z] Removing intermediate container 9c014334533f [2022-03-31T10:43:40.453Z] ---> c8e26a13ceec [2022-03-31T10:43:40.453Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-03-31T10:43:40.453Z] ---> Running in 37edfef11e97 [2022-03-31T10:43:40.453Z] ---> Running in 3c675e095987 [2022-03-31T10:43:40.453Z] ---> Running in aa02dbf69b70 [2022-03-31T10:43:40.715Z] ---> 988c656f66b4 [2022-03-31T10:43:40.715Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-31T10:43:40.715Z] Removing intermediate container 3c675e095987 [2022-03-31T10:43:40.715Z] ---> 1f8e123a5271 [2022-03-31T10:43:40.715Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:43:40.715Z] ---> Running in 60ba9b3e5806 [2022-03-31T10:43:40.715Z] ---> Running in dc9960fe4cbe [2022-03-31T10:43:40.975Z] Removing intermediate container dc9960fe4cbe [2022-03-31T10:43:40.975Z] ---> 4ddf79b1ee75 [2022-03-31T10:43:40.975Z] Step 18/20 : LABEL arch=x86_64 [2022-03-31T10:43:40.975Z] Removing intermediate container 60ba9b3e5806 [2022-03-31T10:43:40.975Z] ---> a4742ca39cb1 [2022-03-31T10:43:40.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:43:40.975Z] ---> Running in e3a38d2b41e5 [2022-03-31T10:43:40.975Z] ---> Running in b472d4d5ac8c [2022-03-31T10:43:41.235Z] Removing intermediate container e3a38d2b41e5 [2022-03-31T10:43:41.235Z] ---> cc62a3e42bb6 [2022-03-31T10:43:41.235Z] Step 21/23 : LABEL arch=x86_64 [2022-03-31T10:43:41.235Z] Removing intermediate container b472d4d5ac8c [2022-03-31T10:43:41.235Z] ---> 16df102b628e [2022-03-31T10:43:41.235Z] Step 19/20 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:43:41.235Z] ---> Running in 68d0cc702d59 [2022-03-31T10:43:41.235Z] ---> Running in 5d0b9a285c62 [2022-03-31T10:43:41.496Z] spire-1.2.0/ [2022-03-31T10:43:41.496Z] Removing intermediate container 68d0cc702d59 [2022-03-31T10:43:41.496Z] ---> 1958a04c89c5 [2022-03-31T10:43:41.496Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:43:41.496Z] Removing intermediate container 5d0b9a285c62 [2022-03-31T10:43:41.496Z] ---> bfeacc489e3f [2022-03-31T10:43:41.496Z] Step 20/20 : LABEL version=0.0.0 [2022-03-31T10:43:41.757Z] ---> Running in bc91881498c5 [2022-03-31T10:43:41.757Z] ---> Running in 8e7777ba1851 [2022-03-31T10:43:41.757Z] Removing intermediate container 37edfef11e97 [2022-03-31T10:43:41.757Z] ---> 48313310dbcd [2022-03-31T10:43:41.757Z] Step 8/22 : COPY . . [2022-03-31T10:43:41.757Z] Removing intermediate container bc91881498c5 [2022-03-31T10:43:41.757Z] ---> b84afbd10b16 [2022-03-31T10:43:41.757Z] [2022-03-31T10:43:42.017Z] Removing intermediate container 8e7777ba1851 [2022-03-31T10:43:42.017Z] ---> aa0a01c0d5de [2022-03-31T10:43:42.017Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T10:43:42.017Z] Successfully built b84afbd10b16 [2022-03-31T10:43:42.278Z] Successfully tagged security-spiffe-token-provider:latest [2022-03-31T10:43:42.278Z]  Building security-spiffe-token-provider ... done Building security-spire-config [2022-03-31T10:43:42.852Z] spire-1.2.0/README.md [2022-03-31T10:43:42.852Z] spire-1.2.0/bin/ [2022-03-31T10:43:42.852Z] spire-1.2.0/bin/spire-server [2022-03-31T10:43:42.852Z] spire-1.2.0/bin/spire-agent [2022-03-31T10:43:42.852Z] spire-1.2.0/conf/ [2022-03-31T10:43:42.852Z] spire-1.2.0/conf/server/ [2022-03-31T10:43:42.852Z] spire-1.2.0/conf/server/server.conf [2022-03-31T10:43:42.852Z] spire-1.2.0/conf/agent/ [2022-03-31T10:43:42.852Z] spire-1.2.0/conf/agent/agent.conf [2022-03-31T10:43:42.852Z] spire-1.2.0/LICENSE [2022-03-31T10:43:43.113Z] ---> Running in f686303bddcb [2022-03-31T10:43:46.410Z] ---> 21621f64985b [2022-03-31T10:43:46.410Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-31T10:43:46.670Z] Removing intermediate container f686303bddcb [2022-03-31T10:43:46.670Z] ---> 92793f3bd8f4 [2022-03-31T10:43:46.670Z] [2022-03-31T10:43:46.670Z] ---> Running in b18fceb330de [2022-03-31T10:43:46.930Z] Successfully built 92793f3bd8f4 [2022-03-31T10:43:46.930Z] Successfully tagged sys-mgmt-agent:latest [2022-03-31T10:43:46.930Z] Building core-command [2022-03-31T10:43:47.194Z]  Building sys-mgmt-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:43:47.194Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:43:47.194Z] ---> b3750eceeb9f [2022-03-31T10:43:47.194Z] Step 3/24 : WORKDIR /edgex-go [2022-03-31T10:43:47.194Z] ---> Using cache [2022-03-31T10:43:47.194Z] ---> ebddf4264b84 [2022-03-31T10:43:47.194Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:47.194Z] ---> Using cache [2022-03-31T10:43:47.194Z] ---> 6df409a5107a [2022-03-31T10:43:47.194Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-03-31T10:43:47.194Z] ---> Using cache [2022-03-31T10:43:47.194Z] ---> 72e70ebd7263 [2022-03-31T10:43:47.194Z] Step 6/24 : COPY go.mod vendor* ./ [2022-03-31T10:43:47.194Z] ---> Using cache [2022-03-31T10:43:47.194Z] ---> 7c767044dc39 [2022-03-31T10:43:47.194Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:43:47.194Z] ---> Using cache [2022-03-31T10:43:47.194Z] ---> 7931d9954f7c [2022-03-31T10:43:47.194Z] Step 8/24 : COPY . . [2022-03-31T10:43:47.194Z] ---> Using cache [2022-03-31T10:43:47.194Z] ---> 21621f64985b [2022-03-31T10:43:47.194Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-03-31T10:43:47.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-31T10:43:49.740Z] ---> Running in 6e07ffa7cbee [2022-03-31T10:43:49.740Z] Removing intermediate container aa02dbf69b70 [2022-03-31T10:43:49.740Z] ---> 3ee103d2611d [2022-03-31T10:43:49.740Z] [2022-03-31T10:43:49.740Z] Step 11/24 : FROM alpine:3.15 [2022-03-31T10:43:49.740Z] ---> 76c8fb57b6fc [2022-03-31T10:43:49.740Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T10:43:49.740Z] ---> Using cache [2022-03-31T10:43:49.740Z] ---> 46029c3ba678 [2022-03-31T10:43:49.740Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:49.740Z] ---> Using cache [2022-03-31T10:43:49.740Z] ---> 1e4fd1e844b8 [2022-03-31T10:43:49.740Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-03-31T10:43:49.740Z] ---> Using cache [2022-03-31T10:43:49.740Z] ---> e9adb697b637 [2022-03-31T10:43:49.740Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin [2022-03-31T10:43:49.740Z] ---> f124d405d6f4 [2022-03-31T10:43:49.740Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-31T10:43:50.004Z] ---> Running in c134a825b174 [2022-03-31T10:43:50.004Z] Removing intermediate container 6e07ffa7cbee [2022-03-31T10:43:50.004Z] ---> 264b75c80968 [2022-03-31T10:43:50.004Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-03-31T10:43:50.004Z] ---> Running in a64f5f82d4ad [2022-03-31T10:43:50.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-31T10:43:51.144Z] spire-1.2.0/ [2022-03-31T10:43:51.404Z] ---> 7581b7ff1760 [2022-03-31T10:43:51.404Z] Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-03-31T10:43:51.665Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:43:51.665Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:43:51.665Z] ---> b3750eceeb9f [2022-03-31T10:43:51.665Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T10:43:51.665Z] ---> Using cache [2022-03-31T10:43:51.665Z] ---> ebddf4264b84 [2022-03-31T10:43:51.665Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:51.665Z] ---> Using cache [2022-03-31T10:43:51.665Z] ---> 6df409a5107a [2022-03-31T10:43:51.665Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-31T10:43:51.665Z] ---> Using cache [2022-03-31T10:43:51.665Z] ---> 72e70ebd7263 [2022-03-31T10:43:51.665Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T10:43:51.665Z] ---> Using cache [2022-03-31T10:43:51.665Z] ---> 7c767044dc39 [2022-03-31T10:43:51.665Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:43:51.665Z] ---> Using cache [2022-03-31T10:43:51.665Z] ---> 7931d9954f7c [2022-03-31T10:43:51.665Z] Step 8/23 : COPY . . [2022-03-31T10:43:51.665Z] ---> Using cache [2022-03-31T10:43:51.665Z] ---> 21621f64985b [2022-03-31T10:43:51.665Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-31T10:43:51.925Z] ---> Running in fd29c280a6e6 [2022-03-31T10:43:52.495Z] spire-1.2.0/README.md [2022-03-31T10:43:52.495Z] spire-1.2.0/bin/ [2022-03-31T10:43:52.495Z] spire-1.2.0/bin/spire-server [2022-03-31T10:43:52.495Z] spire-1.2.0/bin/spire-agent [2022-03-31T10:43:52.495Z] spire-1.2.0/conf/ [2022-03-31T10:43:52.495Z] spire-1.2.0/conf/server/ [2022-03-31T10:43:52.495Z] spire-1.2.0/conf/server/server.conf [2022-03-31T10:43:52.495Z] spire-1.2.0/conf/agent/ [2022-03-31T10:43:52.495Z] spire-1.2.0/conf/agent/agent.conf [2022-03-31T10:43:52.495Z] spire-1.2.0/LICENSE [2022-03-31T10:43:52.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-03-31T10:43:53.440Z] ---> 577dbfe77a48 [2022-03-31T10:43:53.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-03-31T10:43:53.700Z] ---> 7ead35d1a202 [2022-03-31T10:43:53.700Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-03-31T10:43:54.271Z] ---> cd10b15558c0 [2022-03-31T10:43:54.271Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-03-31T10:43:54.531Z] ---> c1b6b3870189 [2022-03-31T10:43:54.531Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-03-31T10:43:54.795Z] ---> Running in 7654db0d02ff [2022-03-31T10:43:55.055Z] Removing intermediate container 7654db0d02ff [2022-03-31T10:43:55.055Z] ---> 86c4ea678d0b [2022-03-31T10:43:55.055Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-03-31T10:43:55.055Z] ---> Running in 606c31dfed72 [2022-03-31T10:43:55.055Z] Removing intermediate container a64f5f82d4ad [2022-03-31T10:43:55.055Z] ---> b1022ab9fe38 [2022-03-31T10:43:55.055Z] [2022-03-31T10:43:55.055Z] Step 11/24 : FROM alpine:3.15 [2022-03-31T10:43:55.055Z] ---> 76c8fb57b6fc [2022-03-31T10:43:55.055Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T10:43:55.055Z] ---> Using cache [2022-03-31T10:43:55.055Z] ---> 46029c3ba678 [2022-03-31T10:43:55.055Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:43:55.055Z] ---> Using cache [2022-03-31T10:43:55.055Z] ---> 1e4fd1e844b8 [2022-03-31T10:43:55.055Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-03-31T10:43:55.316Z] ---> Running in 339d06e6d6a8 [2022-03-31T10:43:55.316Z] Removing intermediate container 606c31dfed72 [2022-03-31T10:43:55.316Z] ---> e42bc4da0bb0 [2022-03-31T10:43:55.316Z] Step 22/24 : LABEL arch=x86_64 [2022-03-31T10:43:55.316Z] ---> Running in a5a2dbdd19e1 [2022-03-31T10:43:55.575Z] Removing intermediate container a5a2dbdd19e1 [2022-03-31T10:43:55.575Z] ---> d0aae3ae3cb4 [2022-03-31T10:43:55.575Z] Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:43:55.835Z] ---> Running in 4349a0d83312 [2022-03-31T10:43:55.835Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:56.095Z] Removing intermediate container 4349a0d83312 [2022-03-31T10:43:56.095Z] ---> 441e263222ec [2022-03-31T10:43:56.095Z] Step 24/24 : LABEL version=0.0.0 [2022-03-31T10:43:56.095Z] ---> Running in 8131bca39dca [2022-03-31T10:43:56.354Z] Removing intermediate container 8131bca39dca [2022-03-31T10:43:56.354Z] ---> 91b62efebee6 [2022-03-31T10:43:56.354Z] [2022-03-31T10:43:56.354Z] Successfully built 91b62efebee6 [2022-03-31T10:43:56.354Z] Successfully tagged security-spire-agent:latest [2022-03-31T10:43:56.354Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-03-31T10:43:56.925Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:57.184Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:43:57.184Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:43:57.184Z] OK: 15854 distinct packages available [2022-03-31T10:43:57.184Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:58.120Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:43:58.380Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-03-31T10:43:58.640Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-03-31T10:43:58.640Z] (3/4) Installing libucontext (1.1-r0) [2022-03-31T10:43:58.640Z] (4/4) Installing gcompat (1.0.0-r4) [2022-03-31T10:43:58.900Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T10:43:58.900Z] OK: 6 MiB in 18 packages [2022-03-31T10:44:02.215Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:44:02.215Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:44:02.215Z] ---> b3750eceeb9f [2022-03-31T10:44:02.215Z] Step 3/22 : WORKDIR /edgex-go [2022-03-31T10:44:02.215Z] ---> Using cache [2022-03-31T10:44:02.215Z] ---> ebddf4264b84 [2022-03-31T10:44:02.215Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:44:02.215Z] ---> Using cache [2022-03-31T10:44:02.215Z] ---> 6df409a5107a [2022-03-31T10:44:02.215Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-31T10:44:02.215Z] ---> Using cache [2022-03-31T10:44:02.215Z] ---> 72e70ebd7263 [2022-03-31T10:44:02.215Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-31T10:44:02.215Z] ---> Using cache [2022-03-31T10:44:02.215Z] ---> 7c767044dc39 [2022-03-31T10:44:02.215Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:44:02.215Z] ---> Using cache [2022-03-31T10:44:02.215Z] ---> 7931d9954f7c [2022-03-31T10:44:02.215Z] Step 8/22 : COPY . . [2022-03-31T10:44:02.215Z] ---> Using cache [2022-03-31T10:44:02.215Z] ---> 21621f64985b [2022-03-31T10:44:02.215Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-31T10:44:02.215Z] ---> Running in 48a13f30d875 [2022-03-31T10:44:02.783Z] Removing intermediate container 339d06e6d6a8 [2022-03-31T10:44:02.783Z] ---> 6b7407a76fa4 [2022-03-31T10:44:02.783Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-03-31T10:44:03.209Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-31T10:44:03.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-31T10:44:04.733Z] ---> 7357df72b83f [2022-03-31T10:44:04.733Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-03-31T10:44:05.314Z] ---> 23c7fa8e9f06 [2022-03-31T10:44:05.314Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-03-31T10:44:05.314Z] ---> Running in 0a8ed12adaf1 [2022-03-31T10:44:05.883Z] Removing intermediate container 0a8ed12adaf1 [2022-03-31T10:44:05.883Z] ---> f75d868ae5c4 [2022-03-31T10:44:05.883Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-03-31T10:44:06.143Z] ---> 2672d6aa042a [2022-03-31T10:44:06.143Z] Step 19/24 : WORKDIR / [2022-03-31T10:44:06.404Z] ---> Running in 25abd7f9bfda [2022-03-31T10:44:06.663Z] Removing intermediate container 25abd7f9bfda [2022-03-31T10:44:06.663Z] ---> 01a318bb24f4 [2022-03-31T10:44:06.663Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-03-31T10:44:06.663Z] ---> Running in 3f07c0dc0d68 [2022-03-31T10:44:07.232Z] Removing intermediate container 3f07c0dc0d68 [2022-03-31T10:44:07.232Z] ---> 53fcc89da92f [2022-03-31T10:44:07.232Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-03-31T10:44:07.232Z] ---> Running in b5e5524caa0e [2022-03-31T10:44:07.492Z] Removing intermediate container b5e5524caa0e [2022-03-31T10:44:07.492Z] ---> 2400eb689b02 [2022-03-31T10:44:07.492Z] Step 22/24 : LABEL arch=x86_64 [2022-03-31T10:44:07.492Z] ---> Running in afb09084a096 [2022-03-31T10:44:07.763Z] Removing intermediate container afb09084a096 [2022-03-31T10:44:07.763Z] ---> 14fe45d0529c [2022-03-31T10:44:07.763Z] Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:44:08.023Z] ---> Running in dde9753ef043 [2022-03-31T10:44:08.282Z] Removing intermediate container dde9753ef043 [2022-03-31T10:44:08.282Z] ---> 886bddd91fe6 [2022-03-31T10:44:08.282Z] Step 24/24 : LABEL version=0.0.0 [2022-03-31T10:44:08.542Z] ---> Running in e1139076a09f [2022-03-31T10:44:08.802Z] Removing intermediate container e1139076a09f [2022-03-31T10:44:08.802Z] ---> 737a24d52494 [2022-03-31T10:44:08.802Z] [2022-03-31T10:44:08.802Z] Successfully built 737a24d52494 [2022-03-31T10:44:08.802Z] Successfully tagged security-spire-config:latest [2022-03-31T10:44:08.802Z]  Building security-spire-config ... done Building core-metadata [2022-03-31T10:44:14.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:44:14.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:44:14.081Z] ---> b3750eceeb9f [2022-03-31T10:44:14.081Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T10:44:14.081Z] ---> Using cache [2022-03-31T10:44:14.081Z] ---> ebddf4264b84 [2022-03-31T10:44:14.081Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:44:14.081Z] ---> Using cache [2022-03-31T10:44:14.081Z] ---> 6df409a5107a [2022-03-31T10:44:14.081Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-31T10:44:14.081Z] ---> Using cache [2022-03-31T10:44:14.081Z] ---> 72e70ebd7263 [2022-03-31T10:44:14.081Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T10:44:14.081Z] ---> Using cache [2022-03-31T10:44:14.081Z] ---> 7c767044dc39 [2022-03-31T10:44:14.081Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:44:14.081Z] ---> Using cache [2022-03-31T10:44:14.081Z] ---> 7931d9954f7c [2022-03-31T10:44:14.081Z] Step 8/23 : COPY . . [2022-03-31T10:44:14.081Z] ---> Using cache [2022-03-31T10:44:14.081Z] ---> 21621f64985b [2022-03-31T10:44:14.081Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-31T10:44:15.992Z] ---> Running in 08e42a6e557c [2022-03-31T10:44:16.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-31T10:44:22.238Z] Removing intermediate container b18fceb330de [2022-03-31T10:44:22.238Z] ---> 36172dd7f393 [2022-03-31T10:44:22.238Z] [2022-03-31T10:44:22.238Z] Step 10/22 : FROM alpine:3.14 [2022-03-31T10:44:22.238Z] ---> 84b07dd2d1fd [2022-03-31T10:44:22.238Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-31T10:44:22.238Z] ---> Running in 8f9634caf679 [2022-03-31T10:44:22.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:44:22.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:44:22.498Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-31T10:44:22.758Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T10:44:22.758Z] OK: 6 MiB in 15 packages [2022-03-31T10:44:23.330Z] Removing intermediate container 8f9634caf679 [2022-03-31T10:44:23.330Z] ---> 75a8c5a1d4fe [2022-03-31T10:44:23.330Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T10:44:23.596Z] ---> Running in b0a11e647f44 [2022-03-31T10:44:23.856Z] Removing intermediate container b0a11e647f44 [2022-03-31T10:44:23.856Z] ---> 1661166efa26 [2022-03-31T10:44:23.856Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-31T10:44:23.856Z] ---> Running in 8bdd0022c6d8 [2022-03-31T10:44:24.117Z] Removing intermediate container 8bdd0022c6d8 [2022-03-31T10:44:24.117Z] ---> 78d0e04e5840 [2022-03-31T10:44:24.117Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-31T10:44:24.117Z] ---> Running in 50fa1920485c [2022-03-31T10:44:24.379Z] Removing intermediate container 50fa1920485c [2022-03-31T10:44:24.379Z] ---> 5cfb54b4f4c9 [2022-03-31T10:44:24.379Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:44:25.334Z] ---> 6ef80644d02a [2022-03-31T10:44:25.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-31T10:44:27.882Z] ---> 1f111634570d [2022-03-31T10:44:27.882Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-31T10:44:27.882Z] Removing intermediate container c134a825b174 [2022-03-31T10:44:27.882Z] ---> a37a4a6e6a73 [2022-03-31T10:44:27.882Z] [2022-03-31T10:44:27.882Z] Step 10/22 : FROM alpine:3.14 [2022-03-31T10:44:27.882Z] ---> 84b07dd2d1fd [2022-03-31T10:44:27.882Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-31T10:44:27.882Z] ---> Running in a7271b74320a [2022-03-31T10:44:28.144Z] ---> 560ff18619ac [2022-03-31T10:44:28.144Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-31T10:44:28.144Z] ---> Running in 0f801074eb47 [2022-03-31T10:44:28.406Z] Removing intermediate container 0f801074eb47 [2022-03-31T10:44:28.406Z] ---> afdb8df54499 [2022-03-31T10:44:28.406Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:44:28.406Z] ---> Running in 19ce06366ce0 [2022-03-31T10:44:28.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:44:28.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:44:28.670Z] Removing intermediate container 19ce06366ce0 [2022-03-31T10:44:28.670Z] ---> c718d172b605 [2022-03-31T10:44:28.670Z] Step 20/22 : LABEL arch=x86_64 [2022-03-31T10:44:28.931Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-31T10:44:28.931Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-31T10:44:28.931Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T10:44:28.931Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T10:44:28.931Z] ---> Running in b535127c02e6 [2022-03-31T10:44:28.931Z] OK: 6 MiB in 16 packages [2022-03-31T10:44:28.931Z] Removing intermediate container fd29c280a6e6 [2022-03-31T10:44:28.931Z] ---> 45147c3cac04 [2022-03-31T10:44:28.931Z] [2022-03-31T10:44:28.931Z] Step 10/23 : FROM alpine:3.14 [2022-03-31T10:44:28.931Z] ---> 84b07dd2d1fd [2022-03-31T10:44:28.931Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-31T10:44:28.931Z] ---> Using cache [2022-03-31T10:44:28.931Z] ---> 75a8c5a1d4fe [2022-03-31T10:44:28.931Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T10:44:28.931Z] ---> Using cache [2022-03-31T10:44:28.931Z] ---> 1661166efa26 [2022-03-31T10:44:28.931Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-31T10:44:29.193Z] ---> Running in ebd7e4da5e21 [2022-03-31T10:44:29.193Z] Removing intermediate container b535127c02e6 [2022-03-31T10:44:29.193Z] ---> e88e09b072db [2022-03-31T10:44:29.193Z] Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:44:29.193Z] ---> Running in d3e8cd88eb05 [2022-03-31T10:44:29.456Z] Removing intermediate container ebd7e4da5e21 [2022-03-31T10:44:29.456Z] ---> 85cf1bc72762 [2022-03-31T10:44:29.456Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-31T10:44:29.456Z] ---> Running in 5180ae204369 [2022-03-31T10:44:29.456Z] Removing intermediate container d3e8cd88eb05 [2022-03-31T10:44:29.456Z] ---> a6a5c953154e [2022-03-31T10:44:29.456Z] Step 22/22 : LABEL version=0.0.0 [2022-03-31T10:44:29.716Z] ---> Running in 9c79c66f4998 [2022-03-31T10:44:29.716Z] Removing intermediate container 5180ae204369 [2022-03-31T10:44:29.716Z] ---> 0755a9ffa914 [2022-03-31T10:44:29.716Z] Step 15/23 : WORKDIR / [2022-03-31T10:44:29.716Z] Removing intermediate container a7271b74320a [2022-03-31T10:44:29.716Z] ---> b780ff11b9ab [2022-03-31T10:44:29.716Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T10:44:29.981Z] ---> Running in f8bc5e350d8e [2022-03-31T10:44:29.981Z] ---> Running in 0bb742e68be8 [2022-03-31T10:44:29.981Z] Removing intermediate container 9c79c66f4998 [2022-03-31T10:44:29.981Z] ---> 9002b6478077 [2022-03-31T10:44:29.981Z] [2022-03-31T10:44:29.981Z] Successfully built 9002b6478077 [2022-03-31T10:44:30.240Z] Successfully tagged support-scheduler:latest [2022-03-31T10:44:30.240Z]  Building support-scheduler ... done Removing intermediate container f8bc5e350d8e [2022-03-31T10:44:30.240Z] ---> 91e841e91012 [2022-03-31T10:44:30.240Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:44:30.240Z] Removing intermediate container 0bb742e68be8 [2022-03-31T10:44:30.240Z] ---> 5cb9564ac449 [2022-03-31T10:44:30.240Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-31T10:44:30.240Z] ---> Running in 20a91d7f53a8 [2022-03-31T10:44:30.500Z] Removing intermediate container 20a91d7f53a8 [2022-03-31T10:44:30.500Z] ---> 5e9318e19104 [2022-03-31T10:44:30.500Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-31T10:44:30.500Z] ---> Running in 3da07107458c [2022-03-31T10:44:30.759Z] ---> a3204895bdc9 [2022-03-31T10:44:30.760Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-31T10:44:30.760Z] Removing intermediate container 3da07107458c [2022-03-31T10:44:30.760Z] ---> 6627cb52bbe2 [2022-03-31T10:44:30.760Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:44:31.331Z] ---> 3980d3d4fb0c [2022-03-31T10:44:31.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-31T10:44:31.903Z] ---> 05b0bb2d5e52 [2022-03-31T10:44:31.903Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-31T10:44:32.164Z] ---> d08e846e97a2 [2022-03-31T10:44:32.164Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-31T10:44:32.164Z] ---> e4f8b4c3127c [2022-03-31T10:44:32.164Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-31T10:44:32.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-31T10:44:32.165Z] ---> Running in 24ab94e36d58 [2022-03-31T10:44:32.427Z] ---> 3f7fc6128efd [2022-03-31T10:44:32.427Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-31T10:44:32.427Z] ---> Running in 98492509893d [2022-03-31T10:44:32.427Z] Removing intermediate container 24ab94e36d58 [2022-03-31T10:44:32.427Z] ---> fc1d936cf085 [2022-03-31T10:44:32.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:44:32.427Z] ---> Running in e5c5d41fda98 [2022-03-31T10:44:32.687Z] Removing intermediate container e5c5d41fda98 [2022-03-31T10:44:32.687Z] ---> 0b1baff9c88d [2022-03-31T10:44:32.687Z] Step 21/23 : LABEL arch=x86_64 [2022-03-31T10:44:32.687Z] Removing intermediate container 98492509893d [2022-03-31T10:44:32.687Z] ---> e06c274b2b25 [2022-03-31T10:44:32.687Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:44:32.687Z] ---> Running in a120b5fc0b2c [2022-03-31T10:44:32.687Z] ---> Running in 424770adc7df [2022-03-31T10:44:32.949Z] Removing intermediate container a120b5fc0b2c [2022-03-31T10:44:32.949Z] ---> 87999225cb8a [2022-03-31T10:44:32.949Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:44:32.949Z] Removing intermediate container 424770adc7df [2022-03-31T10:44:32.949Z] ---> 4bc6bfa55be9 [2022-03-31T10:44:32.949Z] Step 20/22 : LABEL arch=x86_64 [2022-03-31T10:44:32.949Z] ---> Running in be03e5562c42 [2022-03-31T10:44:32.949Z] ---> Running in 68258d618f30 [2022-03-31T10:44:33.216Z] Removing intermediate container 68258d618f30 [2022-03-31T10:44:33.216Z] ---> de22ab5601fe [2022-03-31T10:44:33.216Z] Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:44:33.476Z] Removing intermediate container be03e5562c42 [2022-03-31T10:44:33.476Z] ---> 34b97c4abc01 [2022-03-31T10:44:33.476Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T10:44:33.476Z] ---> Running in c66e0ad3a240 [2022-03-31T10:44:33.476Z] ---> Running in eb7370d002e0 [2022-03-31T10:44:33.736Z] Removing intermediate container c66e0ad3a240 [2022-03-31T10:44:33.736Z] ---> 35e73ec0b0fa [2022-03-31T10:44:33.736Z] Step 22/22 : LABEL version=0.0.0 [2022-03-31T10:44:33.736Z] Removing intermediate container eb7370d002e0 [2022-03-31T10:44:33.736Z] ---> 6ccb2a5f004c [2022-03-31T10:44:33.736Z] [2022-03-31T10:44:33.736Z] ---> Running in 04af08d62000 [2022-03-31T10:44:33.736Z] Successfully built 6ccb2a5f004c [2022-03-31T10:44:33.736Z] Successfully tagged core-command:latest [2022-03-31T10:44:33.999Z]  Building core-command ... done Removing intermediate container 04af08d62000 [2022-03-31T10:44:33.999Z] ---> 4d81e0924bdc [2022-03-31T10:44:33.999Z] [2022-03-31T10:44:33.999Z] Successfully built 4d81e0924bdc [2022-03-31T10:44:33.999Z] Successfully tagged support-notifications:latest [2022-03-31T10:44:36.558Z]  Building support-notifications ... done Removing intermediate container 48a13f30d875 [2022-03-31T10:44:36.558Z] ---> 6553f369fbb3 [2022-03-31T10:44:36.558Z] [2022-03-31T10:44:36.558Z] Step 10/22 : FROM alpine:3.14 [2022-03-31T10:44:36.558Z] ---> 84b07dd2d1fd [2022-03-31T10:44:36.558Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-03-31T10:44:36.558Z] ---> Running in 49d82b9e1091 [2022-03-31T10:44:36.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-31T10:44:36.819Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-31T10:44:37.081Z] (1/6) Installing ca-certificates (20211220-r0) [2022-03-31T10:44:37.081Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-03-31T10:44:37.081Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-03-31T10:44:37.081Z] (4/6) Installing libcurl (7.79.1-r0) [2022-03-31T10:44:37.081Z] (5/6) Installing curl (7.79.1-r0) [2022-03-31T10:44:37.081Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-03-31T10:44:37.081Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T10:44:37.081Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T10:44:37.081Z] OK: 8 MiB in 20 packages [2022-03-31T10:44:37.652Z] Removing intermediate container 49d82b9e1091 [2022-03-31T10:44:37.652Z] ---> 37a7b4b256d6 [2022-03-31T10:44:37.652Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-31T10:44:37.652Z] ---> Running in e98e69910954 [2022-03-31T10:44:37.914Z] Removing intermediate container e98e69910954 [2022-03-31T10:44:37.914Z] ---> be5fd7801371 [2022-03-31T10:44:37.914Z] Step 13/22 : WORKDIR /edgex [2022-03-31T10:44:37.914Z] ---> Running in c45f61319a05 [2022-03-31T10:44:38.175Z] Removing intermediate container c45f61319a05 [2022-03-31T10:44:38.175Z] ---> bcc8fd41f701 [2022-03-31T10:44:38.175Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-31T10:44:38.435Z] ---> a2b0a5cbd989 [2022-03-31T10:44:38.435Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-31T10:44:39.393Z] ---> 3260806183e9 [2022-03-31T10:44:39.393Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-31T10:44:39.655Z] ---> be059e477b02 [2022-03-31T10:44:39.655Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-03-31T10:44:39.915Z] Removing intermediate container 08e42a6e557c [2022-03-31T10:44:39.915Z] ---> 06ae7815aea3 [2022-03-31T10:44:39.915Z] [2022-03-31T10:44:39.915Z] Step 10/23 : FROM alpine:3.14 [2022-03-31T10:44:39.915Z] ---> 84b07dd2d1fd [2022-03-31T10:44:39.915Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-31T10:44:39.915Z] ---> Using cache [2022-03-31T10:44:39.915Z] ---> 75a8c5a1d4fe [2022-03-31T10:44:39.915Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T10:44:39.915Z] ---> Using cache [2022-03-31T10:44:39.915Z] ---> 1661166efa26 [2022-03-31T10:44:39.915Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-31T10:44:39.915Z] ---> Running in aecbc844d662 [2022-03-31T10:44:39.915Z] ---> e49425b428b4 [2022-03-31T10:44:39.915Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-03-31T10:44:39.915Z] ---> Running in 8f5760aef7d5 [2022-03-31T10:44:39.915Z] Removing intermediate container aecbc844d662 [2022-03-31T10:44:39.915Z] ---> 1c95f62805cb [2022-03-31T10:44:39.915Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-31T10:44:39.915Z] ---> Running in 4faf56c52f6e [2022-03-31T10:44:40.175Z] Removing intermediate container 4faf56c52f6e [2022-03-31T10:44:40.175Z] ---> f900f43e2cda [2022-03-31T10:44:40.175Z] Step 15/23 : WORKDIR / [2022-03-31T10:44:40.175Z] ---> Running in 2e30b4815425 [2022-03-31T10:44:40.175Z] Removing intermediate container 2e30b4815425 [2022-03-31T10:44:40.175Z] ---> 0615abdcb244 [2022-03-31T10:44:40.175Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T10:44:40.435Z] ---> 1aef644a8ee6 [2022-03-31T10:44:40.435Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-31T10:44:40.697Z] Removing intermediate container 8f5760aef7d5 [2022-03-31T10:44:40.697Z] ---> f92cd6ef524f [2022-03-31T10:44:40.697Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-03-31T10:44:40.697Z] ---> Running in 91aae558ab47 [2022-03-31T10:44:40.697Z] Removing intermediate container 91aae558ab47 [2022-03-31T10:44:40.697Z] ---> c84e0d3c6db1 [2022-03-31T10:44:40.697Z] Step 20/22 : LABEL arch=x86_64 [2022-03-31T10:44:40.697Z] ---> Running in 79d9664ffedb [2022-03-31T10:44:40.958Z] ---> 6d22d14091ab [2022-03-31T10:44:40.958Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-31T10:44:40.958Z] Removing intermediate container 79d9664ffedb [2022-03-31T10:44:40.958Z] ---> 2c8da1455f4e [2022-03-31T10:44:40.958Z] Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:44:40.958Z] ---> Running in 28495731c8f4 [2022-03-31T10:44:41.219Z] Removing intermediate container 28495731c8f4 [2022-03-31T10:44:41.219Z] ---> 88ee6ac24f74 [2022-03-31T10:44:41.219Z] Step 22/22 : LABEL version=0.0.0 [2022-03-31T10:44:41.219Z] ---> 35f621c96640 [2022-03-31T10:44:41.219Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-31T10:44:41.219Z] ---> Running in 13bacb2dc6d6 [2022-03-31T10:44:41.219Z] ---> Running in 7291800dd3b5 [2022-03-31T10:44:41.219Z] Removing intermediate container 13bacb2dc6d6 [2022-03-31T10:44:41.219Z] ---> d703dc6129e6 [2022-03-31T10:44:41.219Z] [2022-03-31T10:44:41.219Z] Removing intermediate container 7291800dd3b5 [2022-03-31T10:44:41.219Z] ---> 5f76f7e699bd [2022-03-31T10:44:41.219Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T10:44:41.219Z] ---> Running in 591c539ceea0 [2022-03-31T10:44:41.480Z] Successfully built d703dc6129e6 [2022-03-31T10:44:41.480Z] Successfully tagged security-proxy-setup:latest [2022-03-31T10:44:41.480Z]  Building security-proxy-setup ... done Removing intermediate container 591c539ceea0 [2022-03-31T10:44:41.480Z] ---> 48d818b7332d [2022-03-31T10:44:41.480Z] Step 21/23 : LABEL arch=x86_64 [2022-03-31T10:44:41.480Z] ---> Running in 89043ee6e348 [2022-03-31T10:44:41.480Z] Removing intermediate container 89043ee6e348 [2022-03-31T10:44:41.480Z] ---> 2fbc088940c9 [2022-03-31T10:44:41.480Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:44:41.481Z] ---> Running in 2db5d3ba37f5 [2022-03-31T10:44:41.742Z] Removing intermediate container 2db5d3ba37f5 [2022-03-31T10:44:41.742Z] ---> 5cb0bfb311ed [2022-03-31T10:44:41.742Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T10:44:41.742Z] ---> Running in 8dfe024654f4 [2022-03-31T10:44:41.742Z] Removing intermediate container 8dfe024654f4 [2022-03-31T10:44:41.742Z] ---> 2745d62abb34 [2022-03-31T10:44:41.742Z] [2022-03-31T10:44:41.742Z] Successfully built 2745d62abb34 [2022-03-31T10:44:41.742Z] Successfully tagged core-metadata:latest [2022-03-31T10:44:42.012Z]  Building core-metadata ... done  [Pipeline] } [2022-03-31T10:44:42.022Z] $ docker stop --time=1 4a8a9df45c7247f84fe238704b45f0776d277766cd42214c4536bf62ab6414c0 [2022-03-31T10:44:43.336Z] $ docker rm -f 4a8a9df45c7247f84fe238704b45f0776d277766cd42214c4536bf62ab6414c0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-31T10:44:43.684Z] + docker images [2022-03-31T10:44:43.684Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-31T10:44:43.684Z] security-proxy-setup latest d703dc6129e6 2 seconds ago 43.4MB [2022-03-31T10:44:43.684Z] core-metadata latest 2745d62abb34 2 seconds ago 26.1MB [2022-03-31T10:44:43.684Z] 06ae7815aea3 4 seconds ago 1.62GB [2022-03-31T10:44:43.684Z] 6553f369fbb3 8 seconds ago 1.63GB [2022-03-31T10:44:43.684Z] core-command latest 6ccb2a5f004c 10 seconds ago 24.5MB [2022-03-31T10:44:43.684Z] support-notifications latest 4d81e0924bdc 10 seconds ago 26.6MB [2022-03-31T10:44:43.684Z] support-scheduler latest 9002b6478077 14 seconds ago 26MB [2022-03-31T10:44:43.684Z] 45147c3cac04 15 seconds ago 1.61GB [2022-03-31T10:44:43.684Z] a37a4a6e6a73 16 seconds ago 1.62GB [2022-03-31T10:44:43.684Z] 36172dd7f393 23 seconds ago 1.62GB [2022-03-31T10:44:43.684Z] security-spire-config latest 737a24d52494 35 seconds ago 82.2MB [2022-03-31T10:44:43.684Z] security-spire-agent latest 91b62efebee6 47 seconds ago 119MB [2022-03-31T10:44:43.684Z] b1022ab9fe38 49 seconds ago 1.61GB [2022-03-31T10:44:43.684Z] 3ee103d2611d 55 seconds ago 1.61GB [2022-03-31T10:44:43.684Z] sys-mgmt-agent latest 92793f3bd8f4 58 seconds ago 307MB [2022-03-31T10:44:43.684Z] security-spiffe-token-provider latest b84afbd10b16 About a minute ago 28.5MB [2022-03-31T10:44:43.684Z] e8ce14e59269 About a minute ago 1.61GB [2022-03-31T10:44:43.684Z] security-bootstrapper latest f3d95bf75d61 About a minute ago 24.3MB [2022-03-31T10:44:43.684Z] core-data latest 34bb59df956a About a minute ago 35.9MB [2022-03-31T10:44:43.684Z] security-secretstore-setup latest 5c167667b539 About a minute ago 42.1MB [2022-03-31T10:44:43.684Z] a57035e70172 About a minute ago 1.62GB [2022-03-31T10:44:43.684Z] e502c94f1f74 About a minute ago 1.65GB [2022-03-31T10:44:43.684Z] 46d58b921444 About a minute ago 1.61GB [2022-03-31T10:44:43.684Z] 4f53cb4dd79a About a minute ago 1.63GB [2022-03-31T10:44:43.684Z] security-spire-server latest 815d01235613 About a minute ago 82.9MB [2022-03-31T10:44:43.684Z] 1b099b5f7bfe 2 minutes ago 1.61GB [2022-03-31T10:44:43.684Z] ci-base-image-x86_64 latest b3750eceeb9f 4 minutes ago 896MB [2022-03-31T10:44:43.684Z] docker 20.10.14 5f3d65aad428 43 hours ago 218MB [2022-03-31T10:44:43.684Z] alpine 3.14 84b07dd2d1fd 2 days ago 5.59MB [2022-03-31T10:44:43.684Z] alpine 3.15 76c8fb57b6fc 2 days ago 5.57MB [2022-03-31T10:44:43.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 8 weeks ago 562MB [2022-03-31T10:44:43.684Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-03-31T10:44:43.684Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2022-03-31T10:44:58.867Z] Still waiting to schedule task [2022-03-31T10:44:58.867Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-03-31T10:45:25.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-31T10:45:35.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-03-31T10:45:36.301Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-31T10:45:37.287Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-31T10:45:37.889Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-31T10:45:37.889Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-31T10:45:37.889Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-31T10:45:37.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-31T10:45:43.096Z] Running on prd-ubuntu18.04-docker-8c-8g-9587 in /w/workspace/edgexfoundry_edgex-go_PR-3939 [Pipeline] { [Pipeline] ws [2022-03-31T10:45:43.114Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2022-03-31T10:45:43.218Z] The recommended git tool is: git [2022-03-31T10:45:44.950Z] using credential edgex-jenkins-ssh [2022-03-31T10:45:44.966Z] Cloning the remote Git repository [2022-03-31T10:45:44.938Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-31T10:45:44.975Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2022-03-31T10:45:45.001Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-31T10:45:45.001Z] > git --version # timeout=10 [2022-03-31T10:45:45.006Z] > git --version # 'git version 2.17.1' [2022-03-31T10:45:45.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T10:45:45.027Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-31T10:45:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.241s coverage: 28.7% of statements [2022-03-31T10:45:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-31T10:45:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-31T10:45:50.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-31T10:45:50.037Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-31T10:45:50.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-31T10:45:50.067Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-31T10:45:50.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T10:45:50.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3939/head:refs/remotes/origin/PR-3939 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-31T10:45:50.733Z] Merging remotes/origin/main commit f988924fa1a53bea613f37133d769f5216468f52 into PR head commit 12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:45:50.843Z] Merge succeeded, producing 12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:45:50.844Z] Checking out Revision 12515137db75576d90e17e0d497dcc39ca44d1bf (PR-3939) [2022-03-31T10:45:50.717Z] > git config core.sparsecheckout # timeout=10 [2022-03-31T10:45:50.722Z] > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 [2022-03-31T10:45:50.792Z] > git remote # timeout=10 [2022-03-31T10:45:50.799Z] > git config --get remote.origin.url # timeout=10 [2022-03-31T10:45:50.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T10:45:50.807Z] > git merge f988924fa1a53bea613f37133d769f5216468f52 # timeout=10 [2022-03-31T10:45:50.815Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-31T10:45:50.823Z] > git config core.sparsecheckout # timeout=10 [2022-03-31T10:45:50.827Z] > git checkout -f 12515137db75576d90e17e0d497dcc39ca44d1bf # timeout=10 [2022-03-31T10:45:52.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.388s coverage: 98.5% of statements [2022-03-31T10:45:52.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-31T10:45:53.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.554s coverage: 54.9% of statements [2022-03-31T10:45:54.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-31T10:45:54.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-31T10:45:54.361Z] Commit message: "refactor(all): Use formatted alternative log function instead of fmt.Sprintf" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T10:45:55.201Z] + echo snap-build.sh [2022-03-31T10:45:55.201Z] snap-build.sh [2022-03-31T10:45:55.201Z] + SNAP_BASE_DIR=. [2022-03-31T10:45:55.201Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2022-03-31T10:45:55.201Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2022-03-31T10:45:55.201Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2022-03-31T10:45:55.201Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2022-03-31T10:45:55.201Z] + cd /w/workspace/edgex-go/3 [2022-03-31T10:45:55.201Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-03-31T10:45:55.201Z] Reading package lists... [2022-03-31T10:45:55.201Z] Building dependency tree... [2022-03-31T10:45:55.201Z] Reading state information... [2022-03-31T10:45:55.201Z] The following packages were automatically installed and are no longer required: [2022-03-31T10:45:55.201Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-03-31T10:45:55.201Z] uidmap xdelta3 [2022-03-31T10:45:55.201Z] Use 'sudo apt autoremove' to remove them. [2022-03-31T10:45:55.201Z] The following packages will be REMOVED: [2022-03-31T10:45:55.201Z] lxd* lxd-client* [2022-03-31T10:45:55.201Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-03-31T10:45:55.463Z] After this operation, 31.7 MB disk space will be freed. [2022-03-31T10:45:56.250Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) [2022-03-31T10:45:56.250Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-31T10:45:56.821Z] Removing lxd dnsmasq configuration [2022-03-31T10:45:57.083Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-03-31T10:45:57.083Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-03-31T10:45:57.656Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-03-31T10:45:57.917Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) [2022-03-31T10:45:57.917Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-31T10:45:58.861Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-03-31T10:45:59.124Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-03-31T10:45:59.699Z] + sudo snap remove --purge lxd [2022-03-31T10:45:59.699Z] snap "lxd" is not installed [2022-03-31T10:45:59.699Z] + sudo groupadd --force --system lxd [2022-03-31T10:45:59.699Z] ++ whoami [2022-03-31T10:45:59.699Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-03-31T10:45:59.699Z] + newgrp - lxd [2022-03-31T10:45:59.699Z] + sudo snap install lxd [2022-03-31T10:46:09.709Z] 2022-03-31T10:46:06Z INFO Waiting for automatic snapd restart... [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.993s coverage: 89.2% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.588s coverage: 84.4% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.826s coverage: 94.7% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.253s coverage: 72.2% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.435s coverage: 60.0% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.492s coverage: 0.9% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.327s coverage: 58.8% of statements [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.408s coverage: 24.0% of statements [2022-03-31T10:46:16.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.303s coverage: 47.1% of statements [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.540s coverage: 79.5% of statements [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.447s coverage: 94.1% of statements [2022-03-31T10:46:16.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.297s coverage: 96.3% of statements [2022-03-31T10:46:16.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.225s coverage: 87.5% of statements [2022-03-31T10:46:24.629Z] lxd 4.24-c92c0b2 from Canonical* installed [2022-03-31T10:46:24.629Z] + sudo lxd init --auto [2022-03-31T10:46:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.280s coverage: 94.4% of statements [2022-03-31T10:46:31.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.202s coverage: 44.8% of statements [2022-03-31T10:46:34.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.638s coverage: 82.5% of statements [2022-03-31T10:46:34.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-31T10:46:34.633Z] + sudo snap install --classic snapcraft [2022-03-31T10:46:38.839Z] snapcraft 6.1 from Canonical* installed [2022-03-31T10:46:38.839Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-03-31T10:46:38.839Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-03-31T10:46:38.839Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-31T10:46:38.839Z] Dload Upload Total Spent Left Speed [2022-03-31T10:46:39.101Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4036 0 --:--:-- --:--:-- --:--:-- 4012 [2022-03-31T10:46:39.101Z] 100 3325k 100 3325k 0 0 9159k 0 --:--:-- --:--:-- --:--:-- 9159k [2022-03-31T10:46:39.101Z] ./yq_linux_amd64 [2022-03-31T10:46:39.361Z] + sudo snapcraft prime --use-lxd [2022-03-31T10:46:41.274Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-03-31T10:46:41.274Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-03-31T10:46:41.274Z] - README.md [2022-03-31T10:46:41.274Z] [2022-03-31T10:46:41.274Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-31T10:46:41.535Z] Launching a container. [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.285s coverage: 92.9% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.174s coverage: 100.0% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.282s coverage: 58.8% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.263s coverage: 80.0% of statements [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.229s coverage: 87.2% of statements [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.288s coverage: 85.4% of statements [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.755s coverage: 91.2% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.919s coverage: 64.4% of statements [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-31T10:46:42.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.224s coverage: 100.0% of statements [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements [2022-03-31T10:46:42.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements [2022-03-31T10:46:43.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2022-03-31T10:46:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2022-03-31T10:46:50.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.284s coverage: 65.4% of statements [2022-03-31T10:46:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-31T10:46:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-31T10:46:50.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-31T10:46:51.539Z] Waiting for container to be ready [2022-03-31T10:46:51.801Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-03-31T10:46:51.801Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-03-31T10:46:51.801Z] [2022-03-31T10:46:52.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.746s coverage: 43.8% of statements [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-31T10:46:52.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.240s coverage: 89.5% of statements [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-31T10:46:52.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.234s coverage: 84.8% of statements [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-03-31T10:46:52.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-31T10:46:56.008Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-03-31T10:46:56.951Z] Waiting for network to be ready... [2022-03-31T10:46:57.521Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-03-31T10:46:57.521Z] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-03-31T10:46:57.521Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1368 kB] [2022-03-31T10:46:57.781Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [237 kB] [2022-03-31T10:46:57.781Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-03-31T10:46:57.781Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-03-31T10:46:57.781Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [846 kB] [2022-03-31T10:46:57.781Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [120 kB] [2022-03-31T10:46:57.781Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [695 kB] [2022-03-31T10:46:57.781Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] [2022-03-31T10:46:58.041Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-03-31T10:46:58.302Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-03-31T10:46:58.564Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-03-31T10:46:58.564Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-03-31T10:46:58.564Z] Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-03-31T10:46:58.564Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-03-31T10:46:58.564Z] Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-03-31T10:46:58.564Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-03-31T10:46:58.824Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-03-31T10:46:59.084Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1701 kB] [2022-03-31T10:46:59.084Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [318 kB] [2022-03-31T10:46:59.084Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] [2022-03-31T10:46:59.084Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] [2022-03-31T10:46:59.084Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [907 kB] [2022-03-31T10:46:59.084Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [130 kB] [2022-03-31T10:46:59.084Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [915 kB] [2022-03-31T10:46:59.084Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.329s coverage: 17.7% of statements [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.677s coverage: 92.3% of statements [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.291s coverage: 63.2% of statements [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.454s coverage: 97.7% of statements [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.302s coverage: 28.9% of statements [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-31T10:47:00.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.279s coverage: 100.0% of statements [2022-03-31T10:47:00.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 96.9% of statements [2022-03-31T10:47:00.651Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-03-31T10:47:00.651Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-03-31T10:47:00.651Z] GO111MODULE=on go vet ./... [2022-03-31T10:47:01.002Z] Fetched 23.6 MB in 4s (6349 kB/s) [2022-03-31T10:47:01.949Z] Reading package lists... [2022-03-31T10:47:01.949Z] Reading package lists... [2022-03-31T10:47:01.949Z] Building dependency tree... [2022-03-31T10:47:01.949Z] Reading state information... [2022-03-31T10:47:02.210Z] The following additional packages will be installed: [2022-03-31T10:47:02.210Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-31T10:47:02.210Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-31T10:47:02.210Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-31T10:47:02.210Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-03-31T10:47:02.210Z] Suggested packages: [2022-03-31T10:47:02.210Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-03-31T10:47:02.210Z] Recommended packages: [2022-03-31T10:47:02.210Z] gnupg libsasl2-modules [2022-03-31T10:47:02.210Z] The following NEW packages will be installed: [2022-03-31T10:47:02.210Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-31T10:47:02.210Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-31T10:47:02.210Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-31T10:47:02.210Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-03-31T10:47:02.210Z] The following packages will be upgraded: [2022-03-31T10:47:02.210Z] gpg gpg-agent gpgconf libudev1 [2022-03-31T10:47:02.471Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-03-31T10:47:02.471Z] Need to get 3859 kB of archives. [2022-03-31T10:47:02.471Z] After this operation, 14.9 MB of additional disk space will be used. [2022-03-31T10:47:02.471Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-03-31T10:47:02.471Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-03-31T10:47:02.732Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-03-31T10:47:02.732Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-03-31T10:47:02.994Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-03-31T10:47:03.256Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-03-31T10:47:03.256Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-03-31T10:47:03.256Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-03-31T10:47:03.256Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-03-31T10:47:03.256Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-03-31T10:47:03.256Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-03-31T10:47:03.256Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-03-31T10:47:03.256Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-03-31T10:47:03.256Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-03-31T10:47:03.256Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-03-31T10:47:03.256Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-03-31T10:47:03.256Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-03-31T10:47:03.256Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-03-31T10:47:03.256Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-03-31T10:47:03.256Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-03-31T10:47:03.256Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-03-31T10:47:03.518Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-03-31T10:47:03.518Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-31T10:47:03.518Z] Fetched 3859 kB in 1s (3178 kB/s) [2022-03-31T10:47:03.518Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-31T10:47:03.518Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:03.518Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-31T10:47:03.779Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-03-31T10:47:03.779Z] Selecting previously unselected package udev. [2022-03-31T10:47:03.779Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-31T10:47:03.779Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:03.779Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-03-31T10:47:04.041Z] Selecting previously unselected package libfuse2:amd64. [2022-03-31T10:47:04.041Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-03-31T10:47:04.041Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-03-31T10:47:04.041Z] Selecting previously unselected package fuse. [2022-03-31T10:47:04.041Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-03-31T10:47:04.041Z] Unpacking fuse (2.9.9-3) ... [2022-03-31T10:47:04.041Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-31T10:47:04.041Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-31T10:47:04.041Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-31T10:47:04.041Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-31T10:47:04.303Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-31T10:47:04.303Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-31T10:47:04.303Z] Selecting previously unselected package libksba8:amd64. [2022-03-31T10:47:04.303Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-03-31T10:47:04.303Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-03-31T10:47:04.303Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-03-31T10:47:04.303Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.303Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.564Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-03-31T10:47:04.564Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.564Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.564Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-03-31T10:47:04.564Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.564Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.564Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-03-31T10:47:04.564Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.564Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.564Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-03-31T10:47:04.564Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.564Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.825Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-03-31T10:47:04.825Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.825Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.825Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-03-31T10:47:04.825Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.825Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.826Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-03-31T10:47:04.826Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.826Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.826Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-03-31T10:47:04.826Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-31T10:47:04.826Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:04.826Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-31T10:47:04.826Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-31T10:47:04.826Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-31T10:47:04.826Z] Selecting previously unselected package libsasl2-2:amd64. [2022-03-31T10:47:04.826Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-31T10:47:04.826Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-31T10:47:05.086Z] Selecting previously unselected package libldap-common. [2022-03-31T10:47:05.086Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-03-31T10:47:05.086Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-31T10:47:05.086Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-31T10:47:05.086Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-03-31T10:47:05.086Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-31T10:47:05.086Z] Selecting previously unselected package dirmngr. [2022-03-31T10:47:05.086Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-31T10:47:05.086Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-31T10:47:05.086Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-03-31T10:47:05.086Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-03-31T10:47:05.346Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-31T10:47:05.346Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-31T10:47:05.346Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-03-31T10:47:05.918Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-03-31T10:47:05.918Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-31T10:47:05.918Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:05.918Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-03-31T10:47:05.918Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-03-31T10:47:05.918Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:05.918Z] Setting up fuse (2.9.9-3) ... [2022-03-31T10:47:05.918Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-03-31T10:47:06.490Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-31T10:47:06.490Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-31T10:47:06.490Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-31T10:47:06.751Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-03-31T10:47:06.751Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-03-31T10:47:06.751Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-31T10:47:07.325Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-03-31T10:47:07.325Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-03-31T10:47:07.325Z] units). This means they are not meant to be enabled using systemctl. [2022-03-31T10:47:07.325Z] [2022-03-31T10:47:07.325Z] Possible reasons for having this kind of units are: [2022-03-31T10:47:07.325Z] • A unit may be statically enabled by being symlinked from another unit's [2022-03-31T10:47:07.325Z] .wants/ or .requires/ directory. [2022-03-31T10:47:07.325Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-03-31T10:47:07.325Z] a requirement dependency on it. [2022-03-31T10:47:07.325Z] • A unit may be started when needed via activation (socket, path, timer, [2022-03-31T10:47:07.325Z] D-Bus, udev, scripted systemctl call, ...). [2022-03-31T10:47:07.325Z] • In case of template units, the unit is meant to be enabled with some [2022-03-31T10:47:07.325Z] instance name specified. [2022-03-31T10:47:07.585Z] Reading package lists... [2022-03-31T10:47:07.585Z] Building dependency tree... [2022-03-31T10:47:07.585Z] Reading state information... [2022-03-31T10:47:07.845Z] The following additional packages will be installed: [2022-03-31T10:47:07.845Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-31T10:47:07.845Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-31T10:47:07.845Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-31T10:47:07.845Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-03-31T10:47:07.845Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-03-31T10:47:07.845Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-03-31T10:47:07.845Z] Suggested packages: [2022-03-31T10:47:07.845Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-03-31T10:47:07.845Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-03-31T10:47:07.845Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-03-31T10:47:07.845Z] systemd-container policykit-1 [2022-03-31T10:47:07.845Z] Recommended packages: [2022-03-31T10:47:07.845Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-03-31T10:47:07.845Z] The following NEW packages will be installed: [2022-03-31T10:47:07.845Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-31T10:47:07.845Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-31T10:47:07.845Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-31T10:47:07.845Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-03-31T10:47:07.845Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-03-31T10:47:07.845Z] The following packages will be upgraded: [2022-03-31T10:47:07.845Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-03-31T10:47:07.845Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-03-31T10:47:07.845Z] Need to get 46.5 MB of archives. [2022-03-31T10:47:07.845Z] After this operation, 181 MB of additional disk space will be used. [2022-03-31T10:47:07.845Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-03-31T10:47:07.845Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-03-31T10:47:07.845Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-03-31T10:47:08.109Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-03-31T10:47:08.109Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-03-31T10:47:08.109Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] [2022-03-31T10:47:08.109Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-03-31T10:47:08.109Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] [2022-03-31T10:47:08.109Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] [2022-03-31T10:47:08.109Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] [2022-03-31T10:47:08.109Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-03-31T10:47:08.109Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-03-31T10:47:08.109Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-03-31T10:47:08.109Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-03-31T10:47:08.109Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-03-31T10:47:08.109Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-03-31T10:47:08.109Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-03-31T10:47:08.109Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-03-31T10:47:08.109Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-03-31T10:47:08.109Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-03-31T10:47:08.109Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] [2022-03-31T10:47:08.109Z] Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-03-31T10:47:08.370Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-03-31T10:47:08.370Z] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-03-31T10:47:08.370Z] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-03-31T10:47:08.370Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-03-31T10:47:08.370Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-03-31T10:47:08.631Z] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-03-31T10:47:08.631Z] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-03-31T10:47:08.631Z] Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-03-31T10:47:08.631Z] Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-03-31T10:47:08.631Z] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-03-31T10:47:08.631Z] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-03-31T10:47:08.894Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-31T10:47:08.894Z] Fetched 46.5 MB in 1s (48.8 MB/s) [2022-03-31T10:47:08.894Z] (Reading database ... 13067 files and directories currently installed.) [2022-03-31T10:47:08.894Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:08.894Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-31T10:47:09.155Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:09.155Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-31T10:47:09.155Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:09.416Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-31T10:47:09.990Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:09.990Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-31T10:47:09.990Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-03-31T10:47:09.990Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-03-31T10:47:09.990Z] (Reading database ... 13068 files and directories currently installed.) [2022-03-31T10:47:09.990Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-03-31T10:47:09.990Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:10.252Z] Selecting previously unselected package libexpat1:amd64. [2022-03-31T10:47:10.252Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-03-31T10:47:10.252Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-31T10:47:10.252Z] Selecting previously unselected package python3.8-minimal. [2022-03-31T10:47:10.252Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-03-31T10:47:10.252Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:10.513Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:10.513Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-31T10:47:10.513Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:11.087Z] Selecting previously unselected package python3-minimal. [2022-03-31T10:47:11.087Z] (Reading database ... 13359 files and directories currently installed.) [2022-03-31T10:47:11.087Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-03-31T10:47:11.087Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-03-31T10:47:11.087Z] Selecting previously unselected package mime-support. [2022-03-31T10:47:11.087Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-03-31T10:47:11.087Z] Unpacking mime-support (3.64ubuntu1) ... [2022-03-31T10:47:11.087Z] Selecting previously unselected package libmpdec2:amd64. [2022-03-31T10:47:11.087Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-03-31T10:47:11.087Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-03-31T10:47:11.087Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-03-31T10:47:11.087Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-03-31T10:47:11.087Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:11.349Z] Selecting previously unselected package python3.8. [2022-03-31T10:47:11.349Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-03-31T10:47:11.349Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:11.349Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-03-31T10:47:11.349Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-03-31T10:47:11.349Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-31T10:47:11.613Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-03-31T10:47:11.613Z] Selecting previously unselected package python3. [2022-03-31T10:47:11.613Z] (Reading database ... 13761 files and directories currently installed.) [2022-03-31T10:47:11.613Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-03-31T10:47:11.613Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-03-31T10:47:11.874Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-03-31T10:47:11.874Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-31T10:47:11.874Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-31T10:47:11.874Z] Selecting previously unselected package dbus. [2022-03-31T10:47:11.874Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-31T10:47:11.874Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-03-31T10:47:11.874Z] Selecting previously unselected package libbsd0:amd64. [2022-03-31T10:47:11.874Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-03-31T10:47:11.874Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-03-31T10:47:12.137Z] Selecting previously unselected package libpam-systemd:amd64. [2022-03-31T10:47:12.137Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-31T10:47:12.137Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-31T10:47:12.137Z] Selecting previously unselected package sudo. [2022-03-31T10:47:12.137Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-03-31T10:47:12.137Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-03-31T10:47:12.137Z] Selecting previously unselected package apparmor. [2022-03-31T10:47:12.137Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-31T10:47:12.399Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-03-31T10:47:12.399Z] Selecting previously unselected package libcbor0.6:amd64. [2022-03-31T10:47:12.399Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-03-31T10:47:12.399Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-31T10:47:12.399Z] Selecting previously unselected package libedit2:amd64. [2022-03-31T10:47:12.399Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-03-31T10:47:12.399Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-03-31T10:47:12.399Z] Selecting previously unselected package libfido2-1:amd64. [2022-03-31T10:47:12.399Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-03-31T10:47:12.399Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-31T10:47:12.660Z] Selecting previously unselected package libkrb5support0:amd64. [2022-03-31T10:47:12.660Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:47:12.660Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:12.660Z] Selecting previously unselected package libk5crypto3:amd64. [2022-03-31T10:47:12.660Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:47:12.660Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:12.660Z] Selecting previously unselected package libkeyutils1:amd64. [2022-03-31T10:47:12.660Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-03-31T10:47:12.660Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-31T10:47:12.660Z] Selecting previously unselected package libkrb5-3:amd64. [2022-03-31T10:47:12.660Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:47:12.660Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:12.922Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-03-31T10:47:12.922Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:47:12.922Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:12.922Z] Selecting previously unselected package openssh-client. [2022-03-31T10:47:12.922Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-03-31T10:47:12.922Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-31T10:47:12.922Z] Selecting previously unselected package dbus-user-session. [2022-03-31T10:47:12.922Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-31T10:47:12.922Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-31T10:47:12.922Z] Selecting previously unselected package liblzo2-2:amd64. [2022-03-31T10:47:12.922Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-03-31T10:47:12.922Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-03-31T10:47:13.183Z] Selecting previously unselected package squashfs-tools. [2022-03-31T10:47:13.183Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-03-31T10:47:13.183Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-31T10:47:13.183Z] Selecting previously unselected package snapd. [2022-03-31T10:47:13.183Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... [2022-03-31T10:47:13.183Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-31T10:47:16.482Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-31T10:47:16.482Z] Setting up mime-support (3.64ubuntu1) ... [2022-03-31T10:47:16.482Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-03-31T10:47:16.482Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-31T10:47:16.482Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:16.482Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-31T10:47:16.482Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-03-31T10:47:16.482Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-03-31T10:47:16.482Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:16.482Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:16.743Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-03-31T10:47:16.743Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:16.743Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-31T10:47:16.743Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-03-31T10:47:17.314Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-03-31T10:47:17.314Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-31T10:47:17.315Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-31T10:47:17.315Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-03-31T10:47:17.315Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-03-31T10:47:17.315Z] running python rtupdate hooks for python3.8... [2022-03-31T10:47:17.315Z] running python post-rtupdate hooks for python3.8... [2022-03-31T10:47:17.315Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-03-31T10:47:18.284Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-03-31T10:47:18.575Z] Reloading AppArmor profiles [2022-03-31T10:47:18.575Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:47:18.575Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-31T10:47:18.575Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-03-31T10:47:18.890Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-03-31T10:47:18.890Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-03-31T10:47:18.890Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-03-31T10:47:18.890Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-03-31T10:47:20.856Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-03-31T10:47:20.856Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-31T10:47:20.856Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-31T10:47:20.856Z] Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-31T10:47:20.856Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-03-31T10:47:21.119Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-03-31T10:47:21.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-03-31T10:47:21.639Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-03-31T10:47:21.900Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-31T10:47:21.900Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-31T10:47:22.160Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-03-31T10:47:22.423Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-03-31T10:47:22.684Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-03-31T10:47:22.684Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-03-31T10:47:22.947Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2022-03-31T10:47:22.947Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-31T10:47:23.888Z] Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-31T10:47:23.888Z] Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-31T10:47:23.888Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-31T10:47:24.722Z] Reading package lists... [2022-03-31T10:47:24.984Z] Reading package lists... [2022-03-31T10:47:24.984Z] Building dependency tree... [2022-03-31T10:47:24.984Z] Reading state information... [2022-03-31T10:47:25.246Z] Calculating upgrade... [2022-03-31T10:47:25.246Z] The following packages will be upgraded: [2022-03-31T10:47:25.246Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-03-31T10:47:25.246Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-03-31T10:47:25.246Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-03-31T10:47:25.246Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-03-31T10:47:25.246Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-03-31T10:47:25.246Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-03-31T10:47:25.246Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-03-31T10:47:25.246Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-03-31T10:47:25.246Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-03-31T10:47:25.246Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-03-31T10:47:25.246Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-03-31T10:47:25.246Z] xz-utils zlib1g [2022-03-31T10:47:25.508Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-03-31T10:47:25.508Z] Need to get 65.7 MB of archives. [2022-03-31T10:47:25.508Z] After this operation, 27.6 MB of additional disk space will be used. [2022-03-31T10:47:25.508Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-03-31T10:47:25.508Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-03-31T10:47:25.508Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-03-31T10:47:25.508Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] [2022-03-31T10:47:25.508Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-03-31T10:47:25.508Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-03-31T10:47:25.508Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-03-31T10:47:25.508Z] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-03-31T10:47:25.508Z] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-03-31T10:47:25.508Z] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-03-31T10:47:25.508Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-03-31T10:47:25.508Z] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-03-31T10:47:25.508Z] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-03-31T10:47:25.508Z] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-03-31T10:47:25.508Z] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-03-31T10:47:25.508Z] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-03-31T10:47:25.508Z] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-03-31T10:47:25.508Z] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-03-31T10:47:25.508Z] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-03-31T10:47:26.451Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] [2022-03-31T10:47:26.451Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-107.121 [1115 kB] [2022-03-31T10:47:26.451Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-03-31T10:47:26.451Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-03-31T10:47:26.451Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-03-31T10:47:26.451Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-03-31T10:47:26.451Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-03-31T10:47:26.451Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-03-31T10:47:26.451Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-03-31T10:47:26.451Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-03-31T10:47:26.451Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-03-31T10:47:26.452Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-03-31T10:47:26.452Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-03-31T10:47:26.713Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] [2022-03-31T10:47:26.713Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-03-31T10:47:26.713Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-03-31T10:47:26.713Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-03-31T10:47:26.713Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-03-31T10:47:26.713Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-03-31T10:47:26.974Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] [2022-03-31T10:47:26.974Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-03-31T10:47:26.974Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-03-31T10:47:26.974Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-03-31T10:47:26.974Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-03-31T10:47:26.974Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-03-31T10:47:26.974Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-03-31T10:47:26.974Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-03-31T10:47:26.974Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-03-31T10:47:26.974Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] [2022-03-31T10:47:26.974Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-03-31T10:47:26.974Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-03-31T10:47:26.974Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-03-31T10:47:26.974Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-03-31T10:47:26.974Z] Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-03-31T10:47:26.974Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-03-31T10:47:27.235Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-03-31T10:47:27.235Z] Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-03-31T10:47:27.235Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-03-31T10:47:27.235Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] [2022-03-31T10:47:27.235Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] [2022-03-31T10:47:27.235Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-03-31T10:47:27.235Z] Get:61 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-03-31T10:47:27.235Z] Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-03-31T10:47:27.235Z] Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-03-31T10:47:27.235Z] Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] [2022-03-31T10:47:27.235Z] Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-03-31T10:47:27.235Z] Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-03-31T10:47:27.235Z] Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-03-31T10:47:27.496Z] Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-03-31T10:47:27.496Z] Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-03-31T10:47:27.496Z] Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-03-31T10:47:27.496Z] Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] [2022-03-31T10:47:27.496Z] Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] [2022-03-31T10:47:27.757Z] Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] [2022-03-31T10:47:28.018Z] Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] [2022-03-31T10:47:28.018Z] Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] [2022-03-31T10:47:28.278Z] Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] [2022-03-31T10:47:28.278Z] Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] [2022-03-31T10:47:28.853Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-31T10:47:28.853Z] Fetched 65.7 MB in 3s (21.5 MB/s) [2022-03-31T10:47:28.853Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-31T10:47:28.853Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... [2022-03-31T10:47:28.853Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-31T10:47:29.114Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-31T10:47:29.114Z] Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-31T10:47:29.380Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-107.121_amd64.deb ... [2022-03-31T10:47:29.380Z] Unpacking linux-libc-dev:amd64 (5.4.0-107.121) over (5.4.0-26.30) ... [2022-03-31T10:47:29.641Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:29.641Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:29.641Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:29.641Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:29.903Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:29.903Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:29.903Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:29.903Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.163Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.163Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.163Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.163Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.163Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.164Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.425Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:30.425Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-31T10:47:30.425Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.425Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.425Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:30.425Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-31T10:47:30.425Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.425Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.425Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.425Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.686Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-31T10:47:30.686Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-31T10:47:30.686Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:30.686Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-31T10:47:30.686Z] Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... [2022-03-31T10:47:31.261Z] Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-31T10:47:31.522Z] Setting up libc6:amd64 (2.31-0ubuntu9.7) ... [2022-03-31T10:47:31.522Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-31T10:47:31.522Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-03-31T10:47:31.522Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-03-31T10:47:31.522Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-03-31T10:47:31.782Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-03-31T10:47:32.042Z] Setting up base-files (11ubuntu5.5) ... [2022-03-31T10:47:32.042Z] Installing new version of config file /etc/issue ... [2022-03-31T10:47:32.042Z] Installing new version of config file /etc/issue.net ... [2022-03-31T10:47:32.042Z] Installing new version of config file /etc/lsb-release ... [2022-03-31T10:47:32.042Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-03-31T10:47:32.303Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-03-31T10:47:32.563Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-03-31T10:47:32.563Z] Removing obsolete conffile /etc/default/motd-news ... [2022-03-31T10:47:32.563Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:32.563Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-03-31T10:47:32.563Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-03-31T10:47:32.824Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-03-31T10:47:32.824Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2022-03-31T10:47:32.824Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:32.824Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:32.824Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-03-31T10:47:32.824Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:32.824Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:32.824Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-31T10:47:32.824Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-31T10:47:33.085Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-31T10:47:33.085Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:33.085Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-31T10:47:33.085Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-31T10:47:33.656Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-31T10:47:33.656Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-31T10:47:33.656Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-31T10:47:33.656Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-31T10:47:34.229Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-03-31T10:47:34.229Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:34.229Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-03-31T10:47:34.229Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-31T10:47:34.491Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... [2022-03-31T10:47:34.491Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-03-31T10:47:34.752Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... [2022-03-31T10:47:34.752Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:34.752Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-03-31T10:47:34.752Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-03-31T10:47:34.752Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-03-31T10:47:35.013Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:35.013Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.013Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:35.013Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:35.013Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:35.013Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.013Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:35.275Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:35.275Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:35.275Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.275Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:35.275Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.275Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:35.536Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:35.536Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:35.536Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.536Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:35.536Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:35.536Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:35.536Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.536Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:35.803Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:35.803Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:36.375Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:36.636Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-03-31T10:47:36.896Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-03-31T10:47:36.896Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:36.896Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-31T10:47:36.896Z] Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-31T10:47:37.155Z] Setting up libc-bin (2.31-0ubuntu9.7) ... [2022-03-31T10:47:37.155Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:37.155Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-03-31T10:47:37.155Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-03-31T10:47:37.416Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-03-31T10:47:37.416Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:37.416Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-03-31T10:47:37.416Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-03-31T10:47:37.416Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-03-31T10:47:37.416Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:37.416Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-03-31T10:47:37.416Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-31T10:47:37.677Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-03-31T10:47:37.677Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:37.677Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-03-31T10:47:37.677Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-03-31T10:47:37.677Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-03-31T10:47:37.677Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:37.677Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-03-31T10:47:37.677Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-03-31T10:47:37.937Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-03-31T10:47:37.937Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:37.937Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-31T10:47:37.937Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-31T10:47:37.937Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-03-31T10:47:38.197Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.197Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-03-31T10:47:38.197Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-03-31T10:47:38.197Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-03-31T10:47:38.197Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.197Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-31T10:47:38.197Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-31T10:47:38.197Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-31T10:47:38.197Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.197Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-31T10:47:38.458Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-31T10:47:38.458Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-31T10:47:38.458Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.458Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-03-31T10:47:38.458Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-03-31T10:47:38.458Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-03-31T10:47:38.720Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.720Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-03-31T10:47:38.720Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-03-31T10:47:38.720Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-03-31T10:47:38.720Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.720Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-03-31T10:47:38.720Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-03-31T10:47:38.981Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-03-31T10:47:38.981Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:38.981Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-03-31T10:47:38.981Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-03-31T10:47:39.552Z] Setting up apt (2.0.6) ... [2022-03-31T10:47:39.812Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-03-31T10:47:39.812Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:39.812Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-31T10:47:39.812Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-31T10:47:39.812Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-31T10:47:40.073Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-31T10:47:40.073Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-31T10:47:40.073Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-31T10:47:40.073Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-03-31T10:47:40.073Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-31T10:47:40.073Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-31T10:47:40.335Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-31T10:47:40.335Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-31T10:47:40.335Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-31T10:47:40.335Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-31T10:47:40.335Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-31T10:47:40.596Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-03-31T10:47:40.596Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-31T10:47:40.596Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-03-31T10:47:40.858Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-31T10:47:40.858Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-31T10:47:40.858Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-31T10:47:41.119Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-31T10:47:41.119Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-31T10:47:41.119Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-31T10:47:41.119Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-31T10:47:41.119Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-31T10:47:41.381Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-31T10:47:41.381Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-31T10:47:41.381Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-31T10:47:41.643Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-31T10:47:41.643Z] Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-31T10:47:41.643Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-03-31T10:47:41.643Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-03-31T10:47:41.910Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-31T10:47:41.910Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-03-31T10:47:41.910Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-03-31T10:47:41.910Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-03-31T10:47:41.910Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-03-31T10:47:41.910Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-03-31T10:47:41.910Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-03-31T10:47:41.910Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-03-31T10:47:42.172Z] Preparing to unpack .../09-tzdata_2022a-0ubuntu0.20.04_all.deb ... [2022-03-31T10:47:42.172Z] Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-03-31T10:47:42.432Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-03-31T10:47:42.432Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-31T10:47:42.692Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-31T10:47:42.693Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-31T10:47:42.693Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-03-31T10:47:42.693Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-31T10:47:42.954Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-31T10:47:42.954Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-31T10:47:42.954Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-31T10:47:42.954Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-31T10:47:42.954Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-03-31T10:47:42.954Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-31T10:47:43.213Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-31T10:47:43.213Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-31T10:47:43.213Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-03-31T10:47:43.213Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-03-31T10:47:43.213Z] Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:43.213Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:43.474Z] Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:43.474Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:44.415Z] Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:44.415Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:44.985Z] Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:44.985Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:45.246Z] Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:45.246Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:45.505Z] Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:45.505Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:46.450Z] Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-31T10:47:46.450Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-31T10:47:46.450Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-03-31T10:47:46.450Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-03-31T10:47:46.450Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... [2022-03-31T10:47:46.450Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-03-31T10:47:46.450Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-03-31T10:47:46.450Z] Setting up linux-libc-dev:amd64 (5.4.0-107.121) ... [2022-03-31T10:47:46.450Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-03-31T10:47:46.710Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.710Z] Setting up tzdata (2022a-0ubuntu0.20.04) ... [2022-03-31T10:47:46.710Z] [2022-03-31T10:47:46.710Z] Current default time zone: 'Etc/UTC' [2022-03-31T10:47:46.710Z] Local time is now: Thu Mar 31 10:47:46 UTC 2022. [2022-03-31T10:47:46.710Z] Universal Time is now: Thu Mar 31 10:47:46 UTC 2022. [2022-03-31T10:47:46.710Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-03-31T10:47:46.710Z] [2022-03-31T10:47:46.710Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-03-31T10:47:46.710Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.710Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.710Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:46.710Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.710Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:46.710Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-03-31T10:47:46.710Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-03-31T10:47:46.710Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-03-31T10:47:46.710Z] Setting up libc-dev-bin (2.31-0ubuntu9.7) ... [2022-03-31T10:47:46.972Z] Setting up openssl (1.1.1f-1ubuntu2.12) ... [2022-03-31T10:47:46.972Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.972Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.972Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-03-31T10:47:46.972Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.972Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:46.972Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-31T10:47:46.972Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-03-31T10:47:46.972Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-03-31T10:47:46.972Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-03-31T10:47:48.886Z] Updating certificates in /etc/ssl/certs... [2022-03-31T10:47:49.460Z] 21 added, 21 removed; done. [2022-03-31T10:47:49.460Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:49.460Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-03-31T10:47:49.460Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-03-31T10:47:49.721Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:49.721Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... [2022-03-31T10:47:49.721Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-03-31T10:47:49.721Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-03-31T10:47:49.721Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-03-31T10:47:49.721Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:49.721Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-03-31T10:47:49.721Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:49.721Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:49.721Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-31T10:47:49.721Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-31T10:47:49.721Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-03-31T10:47:49.982Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-03-31T10:47:49.982Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-03-31T10:47:49.982Z] Updating certificates in /etc/ssl/certs... [2022-03-31T10:47:50.554Z] 0 added, 0 removed; done. [2022-03-31T10:47:50.554Z] Running hooks in /etc/ca-certificates/update.d... [2022-03-31T10:47:50.554Z] done. [2022-03-31T10:47:52.069Z] Reading package lists... [2022-03-31T10:47:52.069Z] Building dependency tree... [2022-03-31T10:47:52.069Z] Reading state information... [2022-03-31T10:47:52.069Z] The following NEW packages will be installed: [2022-03-31T10:47:52.069Z] apt-transport-https [2022-03-31T10:47:52.069Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-03-31T10:47:52.332Z] Need to get 4680 B of archives. [2022-03-31T10:47:52.332Z] After this operation, 162 kB of additional disk space will be used. [2022-03-31T10:47:52.332Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-03-31T10:47:52.593Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-31T10:47:52.593Z] Fetched 4680 B in 0s (24.8 kB/s) [2022-03-31T10:47:52.593Z] Selecting previously unselected package apt-transport-https. [2022-03-31T10:47:52.593Z] (Reading database ... 14320 files and directories currently installed.) [2022-03-31T10:47:52.593Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-03-31T10:47:52.593Z] Unpacking apt-transport-https (2.0.6) ... [2022-03-31T10:47:52.593Z] Setting up apt-transport-https (2.0.6) ... [2022-03-31T10:47:52.854Z] Waiting for network to be ready... [2022-03-31T10:47:59.463Z] 2022-03-31T10:47:56Z INFO Waiting for automatic snapd restart... [2022-03-31T10:47:59.723Z] snapd 2.54.4 from Canonical* installed [2022-03-31T10:48:00.664Z] "snapd" switched to the "latest/stable" channel [2022-03-31T10:48:00.664Z] [2022-03-31T10:48:03.212Z] core20 20220318 from Canonical* installed [2022-03-31T10:48:03.472Z] "core20" switched to the "latest/stable" channel [2022-03-31T10:48:03.472Z] [2022-03-31T10:48:06.373Z] snapcraft 6.1 from Canonical* installed [2022-03-31T10:48:06.373Z] "snapcraft" switched to the "latest/stable" channel [2022-03-31T10:48:06.373Z] [2022-03-31T10:48:11.658Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-03-31T10:48:11.658Z] - README.md [2022-03-31T10:48:11.658Z] [2022-03-31T10:48:11.658Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-31T10:48:11.658Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-31T10:48:11.658Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-31T10:48:11.658Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-31T10:48:12.599Z] Reading package lists... [2022-03-31T10:48:12.599Z] Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 [2022-03-31T10:48:12.859Z] Reading package lists... [2022-03-31T10:48:12.859Z] Building dependency tree... [2022-03-31T10:48:12.859Z] Reading state information... [2022-03-31T10:48:13.121Z] Suggested packages: [2022-03-31T10:48:13.121Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-03-31T10:48:13.121Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-03-31T10:48:13.121Z] krb5-user libnorm-doc [2022-03-31T10:48:13.121Z] Recommended packages: [2022-03-31T10:48:13.121Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-03-31T10:48:13.121Z] The following NEW packages will be installed: [2022-03-31T10:48:13.121Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-03-31T10:48:13.121Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-03-31T10:48:13.121Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-03-31T10:48:13.121Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-03-31T10:48:13.121Z] libzmq5 pkg-config zip [2022-03-31T10:48:13.121Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-03-31T10:48:13.382Z] Need to get 10.3 MB of archives. [2022-03-31T10:48:13.382Z] After this operation, 56.5 MB of additional disk space will be used. [2022-03-31T10:48:13.382Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-03-31T10:48:13.382Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-03-31T10:48:13.952Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-03-31T10:48:13.952Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-03-31T10:48:13.952Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-03-31T10:48:14.213Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-03-31T10:48:14.213Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-03-31T10:48:14.213Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-03-31T10:48:14.213Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-03-31T10:48:14.213Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-03-31T10:48:14.213Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-03-31T10:48:14.213Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-03-31T10:48:14.213Z] Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-03-31T10:48:14.213Z] Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-03-31T10:48:14.213Z] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-03-31T10:48:14.213Z] Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-03-31T10:48:14.213Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-03-31T10:48:14.213Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-03-31T10:48:14.213Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-03-31T10:48:14.213Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-03-31T10:48:14.213Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-03-31T10:48:14.213Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-03-31T10:48:14.474Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-03-31T10:48:14.474Z] Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-03-31T10:48:14.474Z] Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-03-31T10:48:14.474Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-03-31T10:48:14.474Z] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-03-31T10:48:14.474Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-31T10:48:14.474Z] Fetched 10.3 MB in 1s (8532 kB/s) [2022-03-31T10:48:14.474Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-03-31T10:48:14.474Z] (Reading database ... 14324 files and directories currently installed.) [2022-03-31T10:48:14.474Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-03-31T10:48:14.474Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-31T10:48:14.735Z] Selecting previously unselected package libsodium23:amd64. [2022-03-31T10:48:14.735Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-03-31T10:48:14.735Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-03-31T10:48:14.735Z] Selecting previously unselected package libpsl5:amd64. [2022-03-31T10:48:14.735Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-03-31T10:48:14.735Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-31T10:48:14.735Z] Selecting previously unselected package libbrotli1:amd64. [2022-03-31T10:48:14.735Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-03-31T10:48:14.735Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-31T10:48:14.996Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-03-31T10:48:14.996Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-03-31T10:48:14.996Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-31T10:48:14.996Z] Selecting previously unselected package librtmp1:amd64. [2022-03-31T10:48:14.996Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-03-31T10:48:14.996Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-31T10:48:14.996Z] Selecting previously unselected package libssh-4:amd64. [2022-03-31T10:48:14.996Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-03-31T10:48:14.996Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-31T10:48:14.996Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-03-31T10:48:14.996Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-03-31T10:48:14.996Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-31T10:48:15.257Z] Selecting previously unselected package liberror-perl. [2022-03-31T10:48:15.257Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-03-31T10:48:15.257Z] Unpacking liberror-perl (0.17029-1) ... [2022-03-31T10:48:15.257Z] Selecting previously unselected package git-man. [2022-03-31T10:48:15.257Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-03-31T10:48:15.257Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-31T10:48:15.257Z] Selecting previously unselected package git. [2022-03-31T10:48:15.257Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-03-31T10:48:15.257Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-03-31T10:48:15.829Z] Selecting previously unselected package libgssrpc4:amd64. [2022-03-31T10:48:15.829Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:48:15.829Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:16.089Z] Selecting previously unselected package libkdb5-9:amd64. [2022-03-31T10:48:16.089Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:48:16.089Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:16.089Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-03-31T10:48:16.089Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:48:16.089Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:16.089Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-03-31T10:48:16.089Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:48:16.089Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:16.089Z] Selecting previously unselected package comerr-dev:amd64. [2022-03-31T10:48:16.089Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-03-31T10:48:16.089Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-31T10:48:16.089Z] Selecting previously unselected package krb5-multidev:amd64. [2022-03-31T10:48:16.089Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:48:16.089Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:16.359Z] Selecting previously unselected package libnorm1:amd64. [2022-03-31T10:48:16.359Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-31T10:48:16.359Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-31T10:48:16.359Z] Selecting previously unselected package libnorm-dev:amd64. [2022-03-31T10:48:16.359Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-31T10:48:16.359Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-31T10:48:16.619Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-03-31T10:48:16.619Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-31T10:48:16.619Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-31T10:48:16.619Z] Selecting previously unselected package libpgm-dev:amd64. [2022-03-31T10:48:16.619Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-31T10:48:16.619Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-31T10:48:16.619Z] Selecting previously unselected package libsodium-dev:amd64. [2022-03-31T10:48:16.619Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-03-31T10:48:16.619Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-03-31T10:48:16.880Z] Selecting previously unselected package libzmq5:amd64. [2022-03-31T10:48:16.880Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-03-31T10:48:16.880Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-31T10:48:16.880Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-03-31T10:48:16.880Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-31T10:48:16.880Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:16.880Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-03-31T10:48:16.880Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-03-31T10:48:16.880Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-31T10:48:17.140Z] Selecting previously unselected package pkg-config. [2022-03-31T10:48:17.140Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-03-31T10:48:17.140Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-03-31T10:48:17.140Z] Selecting previously unselected package zip. [2022-03-31T10:48:17.140Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-03-31T10:48:17.140Z] Unpacking zip (3.0-11build1) ... [2022-03-31T10:48:17.140Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-31T10:48:17.140Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-03-31T10:48:17.140Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-31T10:48:17.140Z] No schema files found: doing nothing. [2022-03-31T10:48:17.140Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-31T10:48:17.140Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-31T10:48:17.140Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-31T10:48:17.401Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-31T10:48:17.401Z] Setting up liberror-perl (0.17029-1) ... [2022-03-31T10:48:17.401Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:17.401Z] Setting up zip (3.0-11build1) ... [2022-03-31T10:48:17.401Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-31T10:48:17.401Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-31T10:48:17.401Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-03-31T10:48:17.401Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-03-31T10:48:17.401Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-31T10:48:17.401Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:17.401Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-31T10:48:17.401Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:17.401Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-31T10:48:17.401Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:17.401Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-31T10:48:17.401Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-31T10:48:17.401Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-31T10:48:17.401Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-03-31T10:48:17.669Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:17.669Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-31T10:48:17.669Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-31T10:48:17.669Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-31T10:48:18.241Z] comerr-dev set to automatically installed. [2022-03-31T10:48:18.241Z] git set to automatically installed. [2022-03-31T10:48:18.241Z] git-man set to automatically installed. [2022-03-31T10:48:18.241Z] krb5-multidev set to automatically installed. [2022-03-31T10:48:18.241Z] libbrotli1 set to automatically installed. [2022-03-31T10:48:18.241Z] libcurl3-gnutls set to automatically installed. [2022-03-31T10:48:18.241Z] liberror-perl set to automatically installed. [2022-03-31T10:48:18.241Z] libglib2.0-0 set to automatically installed. [2022-03-31T10:48:18.241Z] libgssrpc4 set to automatically installed. [2022-03-31T10:48:18.241Z] libkadm5clnt-mit11 set to automatically installed. [2022-03-31T10:48:18.241Z] libkadm5srv-mit11 set to automatically installed. [2022-03-31T10:48:18.241Z] libkdb5-9 set to automatically installed. [2022-03-31T10:48:18.241Z] libkrb5-dev set to automatically installed. [2022-03-31T10:48:18.241Z] libnghttp2-14 set to automatically installed. [2022-03-31T10:48:18.241Z] libnorm-dev set to automatically installed. [2022-03-31T10:48:18.241Z] libnorm1 set to automatically installed. [2022-03-31T10:48:18.241Z] libpgm-5.2-0 set to automatically installed. [2022-03-31T10:48:18.241Z] libpgm-dev set to automatically installed. [2022-03-31T10:48:18.241Z] libpsl5 set to automatically installed. [2022-03-31T10:48:18.241Z] librtmp1 set to automatically installed. [2022-03-31T10:48:18.241Z] libsodium-dev set to automatically installed. [2022-03-31T10:48:18.241Z] libsodium23 set to automatically installed. [2022-03-31T10:48:18.241Z] libssh-4 set to automatically installed. [2022-03-31T10:48:18.241Z] libzmq3-dev set to automatically installed. [2022-03-31T10:48:18.241Z] libzmq5 set to automatically installed. [2022-03-31T10:48:18.241Z] pkg-config set to automatically installed. [2022-03-31T10:48:18.241Z] zip set to automatically installed. [2022-03-31T10:48:18.811Z] snapd is not logged in, snap install commands will use sudo [2022-03-31T10:48:28.814Z] go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed [2022-03-31T10:48:29.386Z] Downloading snap 'edgex-app-service-configurable' [2022-03-31T10:48:31.938Z] Pulling app-service-configurable [2022-03-31T10:48:31.938Z] + snapcraftctl pull [2022-03-31T10:48:33.320Z] Pulling config-common [2022-03-31T10:48:33.320Z] + snapcraftctl pull [2022-03-31T10:48:34.704Z] Pulling go-build-helper [2022-03-31T10:48:34.704Z] + snapcraftctl pull [2022-03-31T10:48:36.087Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-03-31T10:48:36.087Z] Skipping pull go-build-helper (already ran) [2022-03-31T10:48:36.087Z] Building go-build-helper [2022-03-31T10:48:36.087Z] + snapcraftctl build [2022-03-31T10:48:37.472Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-03-31T10:48:37.508Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-31T10:48:37.508Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-31T10:48:38.043Z] Staging go-build-helper [2022-03-31T10:48:38.043Z] + snapcraftctl stage [2022-03-31T10:48:38.975Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-31T10:48:42.398Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-31T10:48:43.070Z] + ls -al . [2022-03-31T10:48:43.070Z] total 660 [2022-03-31T10:48:43.070Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 10:48 . [2022-03-31T10:48:43.070Z] drwxr-xr-x 4 root root 4096 Mar 31 10:43 .. [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 10:41 .dockerignore [2022-03-31T10:48:43.070Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 10:41 .git [2022-03-31T10:48:43.070Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 10:41 .github [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 870 Mar 31 10:41 .gitignore [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 42 Mar 31 10:41 .golangci.yml [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 87 Mar 31 10:41 .hadolint.yml [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 10:41 .sonarcloud.properties [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 1171 Mar 31 10:41 ADOPTERS.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 9953 Mar 31 10:41 Attribution.txt [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 51732 Mar 31 10:41 CHANGELOG.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 10:41 CONTRIBUTING.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 677 Mar 31 10:41 GOVERNANCE.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 849 Mar 31 10:41 Jenkinsfile [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 10:41 LICENSE [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 8478 Mar 31 10:41 Makefile [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 582 Mar 31 10:41 OWNERS.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 8207 Mar 31 10:41 README.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 6912 Mar 31 10:41 SECURITY.md [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 10:39 VERSION [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 10:41 ZMQWindows.md [2022-03-31T10:48:43.070Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 10:41 bin [2022-03-31T10:48:43.070Z] drwxrwxr-x 18 1001 1001 4096 Mar 31 10:41 cmd [2022-03-31T10:48:43.070Z] -rw-r--r-- 1 root root 429121 Mar 31 10:46 coverage.out [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 3175 Mar 31 10:41 go.mod [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 34990 Mar 31 10:41 go.sum [2022-03-31T10:48:43.070Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 10:41 internal [2022-03-31T10:48:43.070Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 10:41 openapi [2022-03-31T10:48:43.070Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 10:41 snap [2022-03-31T10:48:43.070Z] -rw-rw-r-- 1 1001 1001 204 Mar 31 10:41 version.go [Pipeline] sh [2022-03-31T10:48:43.328Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-03-31T10:48:43.328Z] Fetched 290 kB in 0s (0 B/s) [2022-03-31T10:48:43.328Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-03-31T10:48:43.328Z] Fetched 158 kB in 0s (0 B/s) [2022-03-31T10:48:43.328Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-03-31T10:48:43.328Z] Fetched 242 kB in 0s (0 B/s) [2022-03-31T10:48:43.328Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-03-31T10:48:43.328Z] Fetched 150 kB in 0s (0 B/s) [2022-03-31T10:48:43.328Z] Pulling edgex-go [2022-03-31T10:48:43.328Z] + snapcraftctl pull [2022-03-31T10:48:43.736Z] + '[' -e coverage.out ] [2022-03-31T10:48:43.737Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-31T10:48:43.766Z] Warning: overwriting stash ‘coverage-report’ [2022-03-31T10:48:44.274Z] Pulling hooks [2022-03-31T10:48:44.274Z] + snapcraftctl pull [2022-03-31T10:48:44.542Z] Stashed 1 file(s) [Pipeline] sh [2022-03-31T10:48:45.204Z] + make build [2022-03-31T10:48:45.204Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-03-31T10:48:56.504Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-31T10:48:56.505Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-03-31T10:48:56.505Z] Fetched 96.1 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-03-31T10:48:56.505Z] Fetched 78.7 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-03-31T10:48:56.505Z] Fetched 48.0 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-03-31T10:48:56.505Z] Fetched 50.2 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] [2022-03-31T10:48:56.505Z] Fetched 14.7 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-03-31T10:48:56.505Z] Fetched 234 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-03-31T10:48:56.505Z] Fetched 155 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-03-31T10:48:56.505Z] Fetched 170 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-03-31T10:48:56.505Z] Fetched 267 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-03-31T10:48:56.505Z] Fetched 50.6 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-03-31T10:48:56.505Z] Fetched 15.1 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-03-31T10:48:56.505Z] Fetched 51.5 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-03-31T10:48:56.505Z] Fetched 121 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-03-31T10:48:56.505Z] Fetched 29.7 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-03-31T10:48:56.505Z] Fetched 1021 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] [2022-03-31T10:48:56.505Z] Fetched 49.3 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-03-31T10:48:56.505Z] Fetched 54.9 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-03-31T10:48:56.505Z] Fetched 16.6 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-03-31T10:48:56.505Z] Fetched 87.9 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-03-31T10:48:56.505Z] Fetched 142 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-03-31T10:48:56.505Z] Fetched 41.8 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-03-31T10:48:56.505Z] Fetched 181 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-03-31T10:48:56.505Z] Fetched 208 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-03-31T10:48:56.505Z] Fetched 161 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-03-31T10:48:56.505Z] Fetched 107 kB in 0s (0 B/s) [2022-03-31T10:48:56.505Z] Pulling static-packages [2022-03-31T10:48:56.505Z] + snapcraftctl pull [2022-03-31T10:48:56.505Z] Pulling version [2022-03-31T10:48:56.505Z] + cd /root/project [2022-03-31T10:48:56.505Z] ++ git describe --tags --abbrev=0 [2022-03-31T10:48:56.505Z] ++ sed s/v// [2022-03-31T10:48:56.505Z] + GIT_VERSION=2.2.0-dev.51 [2022-03-31T10:48:56.505Z] + '[' -z 2.2.0-dev.51 ']' [2022-03-31T10:48:56.505Z] + snapcraftctl set-version 2.2.0-dev.51 [2022-03-31T10:48:57.444Z] Building app-service-configurable [2022-03-31T10:48:57.444Z] + snapcraftctl build [2022-03-31T10:48:59.360Z] Building config-common [2022-03-31T10:48:59.360Z] + snapcraftctl build [2022-03-31T10:49:00.743Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-03-31T10:49:01.312Z] Skipping build go-build-helper (already ran) [2022-03-31T10:49:01.573Z] Building edgex-go [2022-03-31T10:49:01.573Z] + cd /root/parts/edgex-go/src [2022-03-31T10:49:01.573Z] ++ git describe --tags --abbrev=0 [2022-03-31T10:49:01.573Z] ++ sed s/v// [2022-03-31T10:49:01.573Z] + GIT_VERSION=2.2.0-dev.51 [2022-03-31T10:49:01.573Z] + '[' -z 2.2.0-dev.51 ']' [2022-03-31T10:49:01.573Z] + echo 2.2.0-dev.51 [2022-03-31T10:49:01.573Z] + '[' '!' -d vendor ']' [2022-03-31T10:49:01.573Z] + go mod download all [2022-03-31T10:49:06.869Z] + make build [2022-03-31T10:49:06.869Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-03-31T10:49:28.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-31T10:49:36.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-03-31T10:49:37.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-31T10:49:39.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-31T10:49:40.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-31T10:49:41.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-31T10:49:43.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-31T10:49:44.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-31T10:49:46.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-31T10:49:47.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-31T10:49:48.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-31T10:49:50.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.51" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-03-31T10:49:51.732Z] + case "$service" in [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2022-03-31T10:49:51.732Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.732Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-03-31T10:49:51.994Z] + case "$service" in [2022-03-31T10:49:51.994Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-03-31T10:49:51.994Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-03-31T10:49:51.994Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-03-31T10:49:51.994Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-03-31T10:49:51.994Z] + case "$service" in [2022-03-31T10:49:51.994Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-03-31T10:49:51.994Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2022-03-31T10:49:51.994Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-03-31T10:49:51.994Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-03-31T10:49:51.994Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2022-03-31T10:49:52.566Z] Building hooks [2022-03-31T10:49:52.566Z] + cd /root/parts/hooks/src [2022-03-31T10:49:52.566Z] + make build [2022-03-31T10:49:52.566Z] go mod tidy [2022-03-31T10:49:52.827Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-03-31T10:49:53.086Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-03-31T10:49:53.086Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-03-31T10:49:53.086Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-03-31T10:49:53.346Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-03-31T10:49:53.925Z] # github.com/canonical/edgex-go/hooks/cmd/configure [2022-03-31T10:49:53.925Z] cmd/configure/configure.go:318:3: undefined: hooks.Debugf [2022-03-31T10:49:53.925Z] cmd/configure/configure.go:429:3: undefined: hooks.Debugf [2022-03-31T10:49:53.925Z] make: *** [Makefile:10: cmd/configure/configure] Error 2 [2022-03-31T10:49:53.925Z] Failed to run 'override-build': Exit code was 2. [2022-03-31T10:49:54.186Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-31T10:49:58.574Z] Failed in branch amd64 [2022-03-31T10:50:37.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-31T10:51:58.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-03-31T10:51:58.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-31T10:52:02.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-31T10:52:03.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-31T10:52:09.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-31T10:52:14.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-31T10:52:20.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-31T10:52:26.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-31T10:52:31.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-31T10:52:36.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-31T10:52:46.860Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-03-31T10:52:50.278Z] $ docker stop --time=1 69541a1fcba97419c09d1a92a802c36513355776ec03085413859359fb850e19 [2022-03-31T10:52:52.325Z] $ docker rm -f 69541a1fcba97419c09d1a92a802c36513355776ec03085413859359fb850e19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:52:54.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-31T10:52:54.481Z] [2022-03-31T10:52:54.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:52:54.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-31T10:52:55.111Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-03-31T10:52:55.111Z] 29e5d40040c1: Pulling fs layer [2022-03-31T10:52:55.111Z] 1ce36da41761: Pulling fs layer [2022-03-31T10:52:55.111Z] 25b303627fd3: Pulling fs layer [2022-03-31T10:52:55.111Z] 29e5d40040c1: Verifying Checksum [2022-03-31T10:52:55.111Z] 29e5d40040c1: Download complete [2022-03-31T10:52:55.390Z] 1ce36da41761: Verifying Checksum [2022-03-31T10:52:55.390Z] 1ce36da41761: Download complete [2022-03-31T10:52:55.667Z] 29e5d40040c1: Pull complete [2022-03-31T10:52:57.115Z] 25b303627fd3: Verifying Checksum [2022-03-31T10:52:57.115Z] 25b303627fd3: Download complete [2022-03-31T10:52:57.115Z] 1ce36da41761: Pull complete [2022-03-31T10:53:09.511Z] 25b303627fd3: Pull complete [2022-03-31T10:53:09.511Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-03-31T10:53:09.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-31T10:53:09.511Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-03-31T10:53:09.733Z] prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container [2022-03-31T10:53:09.821Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-31T10:53:12.171Z] $ docker top ab48970bbf01ed35b5fd83ab2735733511cc45539ba1f22ef226d3bff9e6654f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T10:53:13.088Z] + grep parallel+ [2022-03-31T10:53:13.088Z] docker-compose build --help [2022-03-31T10:53:16.465Z] --parallel Build images in parallel. [Pipeline] } [2022-03-31T10:53:16.766Z] $ docker stop --time=1 ab48970bbf01ed35b5fd83ab2735733511cc45539ba1f22ef226d3bff9e6654f [2022-03-31T10:53:18.399Z] $ docker rm -f ab48970bbf01ed35b5fd83ab2735733511cc45539ba1f22ef226d3bff9e6654f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T10:53:18.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-31T10:53:18.999Z] . [Pipeline] withDockerContainer [2022-03-31T10:53:19.225Z] prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container [2022-03-31T10:53:19.308Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-03-31T10:53:20.568Z] $ docker top 38826b228946e714812244c5803a154a9a3b23b9bfd78a24517c679028cad862 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T10:53:21.461Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-31T10:53:25.753Z] Building core-command ... [2022-03-31T10:53:25.753Z] Building core-data ... [2022-03-31T10:53:25.753Z] Building core-metadata ... [2022-03-31T10:53:25.753Z] Building security-bootstrapper ... [2022-03-31T10:53:25.753Z] Building security-proxy-setup ... [2022-03-31T10:53:25.753Z] Building security-secretstore-setup ... [2022-03-31T10:53:25.753Z] Building security-spiffe-token-provider ... [2022-03-31T10:53:25.753Z] Building security-spire-agent ... [2022-03-31T10:53:25.753Z] Building security-spire-config ... [2022-03-31T10:53:25.753Z] Building security-spire-server ... [2022-03-31T10:53:25.753Z] Building support-notifications ... [2022-03-31T10:53:25.753Z] Building support-scheduler ... [2022-03-31T10:53:25.753Z] Building sys-mgmt-agent ... [2022-03-31T10:53:25.753Z] Building security-spiffe-token-provider [2022-03-31T10:53:25.753Z] Building support-scheduler [2022-03-31T10:53:25.753Z] Building core-command [2022-03-31T10:53:25.753Z] Building security-spire-config [2022-03-31T10:53:25.753Z] Building support-notifications [2022-03-31T10:55:17.564Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:55:17.564Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:55:17.564Z] ---> 7e3b5bf05a29 [2022-03-31T10:55:17.564Z] Step 3/24 : WORKDIR /edgex-go [2022-03-31T10:55:17.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:55:17.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:55:17.564Z] ---> 7e3b5bf05a29 [2022-03-31T10:55:17.564Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T10:55:17.564Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:55:17.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:55:17.564Z] ---> 7e3b5bf05a29 [2022-03-31T10:55:17.564Z] Step 3/22 : WORKDIR /edgex-go [2022-03-31T10:55:17.564Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:55:17.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:55:17.564Z] ---> 7e3b5bf05a29 [2022-03-31T10:55:17.564Z] Step 3/22 : WORKDIR /edgex-go [2022-03-31T10:55:17.564Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:55:17.564Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:55:17.564Z] ---> 7e3b5bf05a29 [2022-03-31T10:55:17.564Z] Step 3/20 : WORKDIR /edgex-go [2022-03-31T10:55:17.564Z] ---> Running in 42f1cbc33304 [2022-03-31T10:55:17.564Z] ---> Running in 9c089f9504ba [2022-03-31T10:55:17.564Z] ---> Running in c673c7137006 [2022-03-31T10:55:17.564Z] ---> Running in d65115fce80f [2022-03-31T10:55:17.564Z] ---> Running in affa80c98d8b [2022-03-31T10:55:17.564Z] Removing intermediate container d65115fce80f [2022-03-31T10:55:17.564Z] ---> 1816a1258b11 [2022-03-31T10:55:17.564Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-03-31T10:55:17.564Z] Removing intermediate container c673c7137006 [2022-03-31T10:55:17.564Z] ---> 4b8837d18f61 [2022-03-31T10:55:17.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:55:17.564Z] Removing intermediate container 42f1cbc33304 [2022-03-31T10:55:17.564Z] ---> 8d5d38777b41 [2022-03-31T10:55:17.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:55:17.564Z] Removing intermediate container affa80c98d8b [2022-03-31T10:55:17.564Z] ---> cc4bf159c248 [2022-03-31T10:55:17.564Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:55:17.564Z] ---> Running in 1cdf92eb27b7 [2022-03-31T10:55:17.564Z] Removing intermediate container 9c089f9504ba [2022-03-31T10:55:17.564Z] ---> c5faab191233 [2022-03-31T10:55:17.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:55:17.564Z] ---> Running in 569ee2bac8f4 [2022-03-31T10:55:17.564Z] ---> Running in 1b12518c5264 [2022-03-31T10:55:17.564Z] ---> Running in 46d5202a166f [2022-03-31T10:55:17.564Z] ---> Running in 30910f1749a5 [2022-03-31T10:55:17.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.564Z] Removing intermediate container 30910f1749a5 [2022-03-31T10:55:17.564Z] ---> 7505a5adfb08 [2022-03-31T10:55:17.564Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-31T10:55:17.564Z] Removing intermediate container 1b12518c5264 [2022-03-31T10:55:17.564Z] ---> dc69ded3e46b [2022-03-31T10:55:17.564Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-31T10:55:17.564Z] ---> Running in 40887cda5cc5 [2022-03-31T10:55:17.565Z] ---> Running in 08c4d7f872ee [2022-03-31T10:55:17.565Z] Removing intermediate container 569ee2bac8f4 [2022-03-31T10:55:17.565Z] ---> 2c38c47f693c [2022-03-31T10:55:17.565Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-31T10:55:17.565Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:55:17.565Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:55:17.565Z] OK: 15739 distinct packages available [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] Removing intermediate container 46d5202a166f [2022-03-31T10:55:17.565Z] ---> bcd421852000 [2022-03-31T10:55:17.565Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-03-31T10:55:17.565Z] ---> Running in 5f837475eb4e [2022-03-31T10:55:17.565Z] ---> Running in dd75bee9d847 [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] OK: 220 MiB in 52 packages [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:55:17.565Z] Removing intermediate container 1cdf92eb27b7 [2022-03-31T10:55:17.565Z] ---> 1c87edf26c15 [2022-03-31T10:55:17.565Z] Step 5/20 : COPY go.mod vendor* ./ [2022-03-31T10:55:17.565Z] OK: 220 MiB in 52 packages [2022-03-31T10:55:17.565Z] OK: 220 MiB in 52 packages [2022-03-31T10:55:17.565Z] OK: 220 MiB in 52 packages [2022-03-31T10:55:17.565Z] OK: 220 MiB in 52 packages [2022-03-31T10:55:17.565Z] ---> 6082e53a8bcf [2022-03-31T10:55:17.565Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:55:17.565Z] ---> Running in 3a1632083d53 [2022-03-31T10:55:18.557Z] Removing intermediate container 40887cda5cc5 [2022-03-31T10:55:18.557Z] ---> b820401a0e26 [2022-03-31T10:55:18.557Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-31T10:55:18.836Z] Removing intermediate container 08c4d7f872ee [2022-03-31T10:55:18.836Z] ---> 77de188fa0b6 [2022-03-31T10:55:18.836Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T10:55:18.836Z] Removing intermediate container 5f837475eb4e [2022-03-31T10:55:18.836Z] ---> 9405df3742ae [2022-03-31T10:55:18.836Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-31T10:55:18.836Z] Removing intermediate container dd75bee9d847 [2022-03-31T10:55:18.836Z] ---> 93ecaa9b7ed7 [2022-03-31T10:55:18.836Z] Step 6/24 : COPY go.mod vendor* ./ [2022-03-31T10:55:19.831Z] ---> 7e4c4dd4825b [2022-03-31T10:55:19.831Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:55:19.831Z] ---> Running in a65735b4376c [2022-03-31T10:55:20.443Z] ---> 7e790e9fc418 [2022-03-31T10:55:20.443Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:55:20.443Z] ---> 3bf412f0cb8a [2022-03-31T10:55:20.443Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:55:20.726Z] ---> 5b78447117ab [2022-03-31T10:55:20.727Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:55:20.727Z] ---> Running in 079b0590932e [2022-03-31T10:55:20.727Z] ---> Running in 5d0da1a0d0f0 [2022-03-31T10:55:20.727Z] ---> Running in 705532f935e1 [2022-03-31T10:55:22.180Z] Removing intermediate container 3a1632083d53 [2022-03-31T10:55:22.180Z] ---> c382ef1228eb [2022-03-31T10:55:22.180Z] Step 7/20 : COPY . . [2022-03-31T10:55:24.824Z] Removing intermediate container a65735b4376c [2022-03-31T10:55:24.824Z] ---> b09a717010b1 [2022-03-31T10:55:24.824Z] Step 8/22 : COPY . . [2022-03-31T10:55:26.286Z] Removing intermediate container 079b0590932e [2022-03-31T10:55:26.286Z] ---> 354e5f474a00 [2022-03-31T10:55:26.286Z] Step 8/22 : COPY . . [2022-03-31T10:55:26.559Z] Removing intermediate container 705532f935e1 [2022-03-31T10:55:26.559Z] ---> 217cae51c0a2 [2022-03-31T10:55:26.559Z] Step 8/24 : COPY . . [2022-03-31T10:55:26.559Z] Removing intermediate container 5d0da1a0d0f0 [2022-03-31T10:55:26.559Z] ---> fa802cdbe6af [2022-03-31T10:55:26.559Z] Step 8/23 : COPY . . [2022-03-31T10:55:58.924Z] ---> 72ef183064d6 [2022-03-31T10:55:58.924Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-03-31T10:55:58.924Z] ---> Running in c81dae014280 [2022-03-31T10:55:58.924Z] ---> 4866b1eaa032 [2022-03-31T10:55:58.924Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-31T10:55:58.924Z] ---> Running in c66973ca7363 [2022-03-31T10:55:58.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-03-31T10:55:58.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-31T10:55:59.529Z] ---> 3c75a1b44afc [2022-03-31T10:55:59.529Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-03-31T10:55:59.529Z] ---> Running in 181d6b818efe [2022-03-31T10:55:59.529Z] ---> 6429d1b401f0 [2022-03-31T10:55:59.529Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-31T10:55:59.529Z] ---> Running in e0027d975c00 [2022-03-31T10:55:59.529Z] ---> b7685b0c8efc [2022-03-31T10:55:59.529Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-31T10:55:59.813Z] ---> Running in 89a41132cc54 [2022-03-31T10:56:00.818Z] Removing intermediate container 181d6b818efe [2022-03-31T10:56:00.818Z] ---> 0c6ba2cd891e [2022-03-31T10:56:00.818Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-03-31T10:56:00.818Z] ---> Running in 38be502b79ca [2022-03-31T10:56:02.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-03-31T10:56:02.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-31T10:56:05.189Z] spire-1.2.0/ [2022-03-31T10:56:09.517Z] spire-1.2.0/README.md [2022-03-31T10:56:09.517Z] spire-1.2.0/bin/ [2022-03-31T10:56:09.517Z] spire-1.2.0/bin/spire-server [2022-03-31T10:56:09.517Z] spire-1.2.0/bin/spire-agent [2022-03-31T10:56:09.517Z] spire-1.2.0/conf/ [2022-03-31T10:56:09.517Z] spire-1.2.0/conf/server/ [2022-03-31T10:56:09.517Z] spire-1.2.0/conf/server/server.conf [2022-03-31T10:56:09.517Z] spire-1.2.0/conf/agent/ [2022-03-31T10:56:09.517Z] spire-1.2.0/conf/agent/agent.conf [2022-03-31T10:56:09.517Z] spire-1.2.0/LICENSE [2022-03-31T10:56:16.260Z] Removing intermediate container 38be502b79ca [2022-03-31T10:56:16.260Z] ---> 3e964447060e [2022-03-31T10:56:16.260Z] [2022-03-31T10:56:16.260Z] Step 11/24 : FROM alpine:3.15 [2022-03-31T10:56:16.260Z] 3.15: Pulling from library/alpine [2022-03-31T10:56:16.897Z] Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 [2022-03-31T10:56:16.897Z] Status: Downloaded newer image for alpine:3.15 [2022-03-31T10:56:16.897Z] ---> 03078ca19a05 [2022-03-31T10:56:16.897Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T10:56:16.897Z] ---> Running in 0da0d1862c85 [2022-03-31T10:56:17.496Z] Removing intermediate container 0da0d1862c85 [2022-03-31T10:56:17.496Z] ---> a7623ea65b84 [2022-03-31T10:56:17.496Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:56:17.496Z] ---> Running in 72e94a5905bb [2022-03-31T10:56:20.900Z] Removing intermediate container 72e94a5905bb [2022-03-31T10:56:20.900Z] ---> c877174d9815 [2022-03-31T10:56:20.900Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-03-31T10:56:20.900Z] ---> Running in ae57f91a9dce [2022-03-31T10:56:22.343Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:56:23.326Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:56:24.316Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:56:24.316Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:56:24.316Z] OK: 15729 distinct packages available [2022-03-31T10:56:24.593Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:56:25.585Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:56:26.575Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-03-31T10:56:26.852Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-03-31T10:56:26.852Z] (3/4) Installing libucontext (1.1-r0) [2022-03-31T10:56:26.852Z] (4/4) Installing gcompat (1.0.0-r4) [2022-03-31T10:56:27.131Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T10:56:27.131Z] OK: 6 MiB in 18 packages [2022-03-31T10:56:28.576Z] Removing intermediate container ae57f91a9dce [2022-03-31T10:56:28.576Z] ---> 7e6183485533 [2022-03-31T10:56:28.576Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-03-31T10:56:34.026Z] ---> 02703d37b3f8 [2022-03-31T10:56:34.026Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-03-31T10:56:35.013Z] ---> 8b126be084ee [2022-03-31T10:56:35.013Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-03-31T10:56:35.013Z] ---> Running in b339ebc2d58b [2022-03-31T10:56:35.615Z] Removing intermediate container b339ebc2d58b [2022-03-31T10:56:35.615Z] ---> 7e2c9c32053f [2022-03-31T10:56:35.615Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-03-31T10:56:36.614Z] ---> 8b9c5b71b83e [2022-03-31T10:56:36.614Z] Step 19/24 : WORKDIR / [2022-03-31T10:56:36.614Z] ---> Running in 1a152145185b [2022-03-31T10:56:37.212Z] Removing intermediate container 1a152145185b [2022-03-31T10:56:37.212Z] ---> daa2d8dc4863 [2022-03-31T10:56:37.212Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-03-31T10:56:37.212Z] ---> Running in 2d67ea6f884a [2022-03-31T10:56:37.813Z] Removing intermediate container 2d67ea6f884a [2022-03-31T10:56:37.813Z] ---> 150b22f41a37 [2022-03-31T10:56:37.813Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-03-31T10:56:37.813Z] ---> Running in 0c2fa80e099e [2022-03-31T10:56:38.421Z] Removing intermediate container 0c2fa80e099e [2022-03-31T10:56:38.421Z] ---> 8e4c00b875ba [2022-03-31T10:56:38.421Z] Step 22/24 : LABEL arch=arm64 [2022-03-31T10:56:38.697Z] ---> Running in d89656597d92 [2022-03-31T10:56:38.980Z] Removing intermediate container d89656597d92 [2022-03-31T10:56:38.980Z] ---> 08c52042c5a2 [2022-03-31T10:56:38.980Z] Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:56:39.257Z] ---> Running in 760a3ff51921 [2022-03-31T10:56:39.862Z] Removing intermediate container 760a3ff51921 [2022-03-31T10:56:39.862Z] ---> 3ef5818c8300 [2022-03-31T10:56:39.862Z] Step 24/24 : LABEL version=0.0.0 [2022-03-31T10:56:39.862Z] ---> Running in 67a2d9c4e978 [2022-03-31T10:56:40.481Z] Removing intermediate container 67a2d9c4e978 [2022-03-31T10:56:40.481Z] ---> b42c75d1c45c [2022-03-31T10:56:40.481Z] [2022-03-31T10:56:41.082Z] Successfully built b42c75d1c45c [2022-03-31T10:56:41.082Z] Successfully tagged security-spire-config-arm64:latest [2022-03-31T10:56:41.082Z]  Building security-spire-config ... done Building security-spire-agent [2022-03-31T10:57:20.103Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:57:20.103Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:57:20.103Z] ---> 7e3b5bf05a29 [2022-03-31T10:57:20.103Z] Step 3/24 : WORKDIR /edgex-go [2022-03-31T10:57:20.103Z] ---> Using cache [2022-03-31T10:57:20.103Z] ---> c5faab191233 [2022-03-31T10:57:20.103Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:57:20.103Z] ---> Using cache [2022-03-31T10:57:20.103Z] ---> 7505a5adfb08 [2022-03-31T10:57:20.103Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-03-31T10:57:20.103Z] ---> Running in af8748e9d226 [2022-03-31T10:57:20.378Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:57:21.363Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:57:22.349Z] OK: 220 MiB in 52 packages [2022-03-31T10:57:23.796Z] Removing intermediate container af8748e9d226 [2022-03-31T10:57:23.796Z] ---> 757fe99c03d2 [2022-03-31T10:57:23.796Z] Step 6/24 : COPY go.mod vendor* ./ [2022-03-31T10:57:24.788Z] ---> 3b6faf9ac943 [2022-03-31T10:57:24.788Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:57:25.065Z] ---> Running in cfe0823cdd5a [2022-03-31T10:57:30.503Z] Removing intermediate container cfe0823cdd5a [2022-03-31T10:57:30.503Z] ---> c37b8c2cd867 [2022-03-31T10:57:30.503Z] Step 8/24 : COPY . . [2022-03-31T10:57:57.418Z] ---> 80ac41588fe7 [2022-03-31T10:57:57.418Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-03-31T10:57:57.418Z] ---> Running in ae462961ff89 [2022-03-31T10:57:57.418Z] Removing intermediate container ae462961ff89 [2022-03-31T10:57:57.418Z] ---> 1863fddb4971 [2022-03-31T10:57:57.418Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-03-31T10:57:57.418Z] ---> Running in 15f6886e2e10 [2022-03-31T10:57:58.966Z] spire-1.2.0/ [2022-03-31T10:58:03.285Z] spire-1.2.0/README.md [2022-03-31T10:58:03.285Z] spire-1.2.0/bin/ [2022-03-31T10:58:03.285Z] spire-1.2.0/bin/spire-server [2022-03-31T10:58:03.285Z] spire-1.2.0/bin/spire-agent [2022-03-31T10:58:03.285Z] spire-1.2.0/conf/ [2022-03-31T10:58:03.285Z] spire-1.2.0/conf/server/ [2022-03-31T10:58:03.285Z] spire-1.2.0/conf/server/server.conf [2022-03-31T10:58:03.285Z] spire-1.2.0/conf/agent/ [2022-03-31T10:58:03.285Z] spire-1.2.0/conf/agent/agent.conf [2022-03-31T10:58:03.285Z] spire-1.2.0/LICENSE [2022-03-31T10:58:08.733Z] Removing intermediate container 15f6886e2e10 [2022-03-31T10:58:08.733Z] ---> 85a074b1fd7c [2022-03-31T10:58:08.733Z] [2022-03-31T10:58:08.733Z] Step 11/24 : FROM alpine:3.15 [2022-03-31T10:58:08.733Z] ---> 03078ca19a05 [2022-03-31T10:58:08.733Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T10:58:08.733Z] ---> Using cache [2022-03-31T10:58:08.733Z] ---> a7623ea65b84 [2022-03-31T10:58:08.733Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:58:08.734Z] ---> Using cache [2022-03-31T10:58:08.734Z] ---> c877174d9815 [2022-03-31T10:58:08.734Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-03-31T10:58:08.734Z] ---> Running in 2ee56e1ac739 [2022-03-31T10:58:10.739Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:58:11.731Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:58:13.179Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T10:58:13.179Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T10:58:13.179Z] OK: 15729 distinct packages available [2022-03-31T10:58:13.179Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T10:58:14.167Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T10:58:15.608Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-03-31T10:58:15.608Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-03-31T10:58:15.608Z] (3/5) Installing libucontext (1.1-r0) [2022-03-31T10:58:15.608Z] (4/5) Installing gcompat (1.0.0-r4) [2022-03-31T10:58:15.608Z] (5/5) Installing openssl (1.1.1n-r0) [2022-03-31T10:58:15.884Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T10:58:15.884Z] OK: 6 MiB in 19 packages [2022-03-31T10:58:17.877Z] Removing intermediate container 2ee56e1ac739 [2022-03-31T10:58:17.877Z] ---> bbda60912e6f [2022-03-31T10:58:17.877Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin [2022-03-31T10:58:20.519Z] ---> d20c00abafbc [2022-03-31T10:58:20.519Z] Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-03-31T10:58:25.939Z] ---> 4b87840dc5d1 [2022-03-31T10:58:25.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-03-31T10:58:26.931Z] ---> 0fc6484810ad [2022-03-31T10:58:26.931Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-03-31T10:58:27.916Z] ---> 7842387663ff [2022-03-31T10:58:27.916Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-03-31T10:58:28.911Z] ---> 41c21b8dbf87 [2022-03-31T10:58:28.911Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-03-31T10:58:28.911Z] ---> Running in f907e5109160 [2022-03-31T10:58:29.510Z] Removing intermediate container f907e5109160 [2022-03-31T10:58:29.510Z] ---> 4a942448d262 [2022-03-31T10:58:29.510Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-03-31T10:58:29.510Z] ---> Running in 65f57036a67b [2022-03-31T10:58:30.115Z] Removing intermediate container 65f57036a67b [2022-03-31T10:58:30.115Z] ---> dfb380e09479 [2022-03-31T10:58:30.115Z] Step 22/24 : LABEL arch=arm64 [2022-03-31T10:58:30.115Z] ---> Running in ef0bbb990ad2 [2022-03-31T10:58:30.713Z] Removing intermediate container ef0bbb990ad2 [2022-03-31T10:58:30.713Z] ---> 32e18094293f [2022-03-31T10:58:30.713Z] Step 23/24 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T10:58:30.988Z] ---> Running in b126823d72f5 [2022-03-31T10:58:31.263Z] Removing intermediate container b126823d72f5 [2022-03-31T10:58:31.263Z] ---> e2aa95884c45 [2022-03-31T10:58:31.263Z] Step 24/24 : LABEL version=0.0.0 [2022-03-31T10:58:31.541Z] ---> Running in c2701152edcd [2022-03-31T10:58:32.143Z] Removing intermediate container c2701152edcd [2022-03-31T10:58:32.143Z] ---> 5951ba8d1aae [2022-03-31T10:58:32.143Z] [2022-03-31T10:58:32.419Z] Successfully built 5951ba8d1aae [2022-03-31T10:58:32.419Z] Successfully tagged security-spire-agent-arm64:latest [2022-03-31T10:58:32.419Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-03-31T10:59:04.777Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T10:59:04.777Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-31T10:59:04.777Z] ---> 7e3b5bf05a29 [2022-03-31T10:59:04.777Z] Step 3/22 : WORKDIR /edgex-go [2022-03-31T10:59:04.777Z] ---> Using cache [2022-03-31T10:59:04.777Z] ---> c5faab191233 [2022-03-31T10:59:04.777Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T10:59:04.777Z] ---> Using cache [2022-03-31T10:59:04.777Z] ---> 7505a5adfb08 [2022-03-31T10:59:04.777Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-31T10:59:04.777Z] ---> Using cache [2022-03-31T10:59:04.777Z] ---> 757fe99c03d2 [2022-03-31T10:59:04.777Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-31T10:59:04.777Z] ---> Using cache [2022-03-31T10:59:04.777Z] ---> 3b6faf9ac943 [2022-03-31T10:59:04.777Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T10:59:04.777Z] ---> Using cache [2022-03-31T10:59:04.777Z] ---> c37b8c2cd867 [2022-03-31T10:59:04.777Z] Step 8/22 : COPY . . [2022-03-31T10:59:04.777Z] ---> Using cache [2022-03-31T10:59:04.777Z] ---> 80ac41588fe7 [2022-03-31T10:59:04.777Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-31T10:59:04.777Z] ---> Running in 77532614999c [2022-03-31T10:59:05.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-31T11:02:42.823Z] Removing intermediate container c81dae014280 [2022-03-31T11:02:42.823Z] ---> f22c5c88c7ca [2022-03-31T11:02:42.823Z] [2022-03-31T11:02:42.823Z] Step 9/20 : FROM alpine:3.15 [2022-03-31T11:02:42.823Z] ---> 03078ca19a05 [2022-03-31T11:02:42.823Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T11:02:42.823Z] ---> Using cache [2022-03-31T11:02:42.823Z] ---> a7623ea65b84 [2022-03-31T11:02:42.823Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:02:42.823Z] ---> Using cache [2022-03-31T11:02:42.823Z] ---> c877174d9815 [2022-03-31T11:02:42.823Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-03-31T11:02:42.823Z] ---> Running in e2a81f62b94e [2022-03-31T11:02:42.823Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:02:42.823Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:02:42.823Z] v3.15.3-2-g9717d71770 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-03-31T11:02:42.823Z] v3.15.3-9-g5eb6d69174 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-03-31T11:02:42.823Z] OK: 15729 distinct packages available [2022-03-31T11:02:42.823Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:02:42.823Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:02:42.823Z] (1/9) Installing ca-certificates (20211220-r0) [2022-03-31T11:02:42.823Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-03-31T11:02:42.823Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-03-31T11:02:42.823Z] (4/9) Installing libcurl (7.80.0-r0) [2022-03-31T11:02:42.823Z] (5/9) Installing curl (7.80.0-r0) [2022-03-31T11:02:42.823Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-03-31T11:02:42.823Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-03-31T11:02:42.823Z] (8/9) Installing libucontext (1.1-r0) [2022-03-31T11:02:42.823Z] (9/9) Installing gcompat (1.0.0-r4) [2022-03-31T11:02:42.823Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T11:02:42.823Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T11:02:42.823Z] OK: 8 MiB in 23 packages [2022-03-31T11:02:42.823Z] Removing intermediate container e2a81f62b94e [2022-03-31T11:02:42.823Z] ---> 5c038c74e88b [2022-03-31T11:02:42.823Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:02:42.823Z] Removing intermediate container e0027d975c00 [2022-03-31T11:02:42.823Z] ---> 880f1987888d [2022-03-31T11:02:42.823Z] [2022-03-31T11:02:42.823Z] Step 10/23 : FROM alpine:3.14 [2022-03-31T11:02:42.823Z] 3.14: Pulling from library/alpine [2022-03-31T11:02:42.823Z] ---> a728f45854a8 [2022-03-31T11:02:42.823Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-03-31T11:02:43.814Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-03-31T11:02:43.814Z] Status: Downloaded newer image for alpine:3.14 [2022-03-31T11:02:43.814Z] ---> cc3d11fa2d52 [2022-03-31T11:02:43.814Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-31T11:02:44.095Z] ---> Running in 88e82da95015 [2022-03-31T11:02:46.087Z] ---> adb0a7385341 [2022-03-31T11:02:46.087Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-03-31T11:02:46.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:02:46.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:02:47.250Z] ---> c5dc35c66f34 [2022-03-31T11:02:47.250Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-03-31T11:02:47.250Z] ---> Running in f739f4045925 [2022-03-31T11:02:47.857Z] Removing intermediate container f739f4045925 [2022-03-31T11:02:47.857Z] ---> 70082d8b43ac [2022-03-31T11:02:47.857Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:02:47.857Z] ---> Running in 5d4332d33d37 [2022-03-31T11:02:47.857Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-31T11:02:47.857Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T11:02:47.857Z] OK: 5 MiB in 15 packages [2022-03-31T11:02:48.469Z] Removing intermediate container 5d4332d33d37 [2022-03-31T11:02:48.469Z] ---> 1217cf9207e3 [2022-03-31T11:02:48.469Z] Step 18/20 : LABEL arch=arm64 [2022-03-31T11:02:48.747Z] ---> Running in 91d7fdb41000 [2022-03-31T11:02:49.743Z] Removing intermediate container 91d7fdb41000 [2022-03-31T11:02:49.743Z] ---> 9b9a129fe93d [2022-03-31T11:02:49.743Z] Step 19/20 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:02:49.743Z] Removing intermediate container 88e82da95015 [2022-03-31T11:02:49.743Z] ---> 564db51bccc5 [2022-03-31T11:02:49.743Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T11:02:49.743Z] ---> Running in df390154725b [2022-03-31T11:02:49.743Z] ---> Running in ebd2cd489575 [2022-03-31T11:02:50.345Z] Removing intermediate container ebd2cd489575 [2022-03-31T11:02:50.345Z] Removing intermediate container df390154725b [2022-03-31T11:02:50.345Z] ---> 97199a7a9d06 [2022-03-31T11:02:50.345Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-31T11:02:50.345Z] ---> 79106e0a7a0a [2022-03-31T11:02:50.345Z] Step 20/20 : LABEL version=0.0.0 [2022-03-31T11:02:50.625Z] ---> Running in eaa273985277 [2022-03-31T11:02:50.625Z] ---> Running in 7a1dbc16aa47 [2022-03-31T11:02:51.232Z] Removing intermediate container 7a1dbc16aa47 [2022-03-31T11:02:51.232Z] Removing intermediate container eaa273985277 [2022-03-31T11:02:51.232Z] ---> 69885d08aae7 [2022-03-31T11:02:51.232Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-31T11:02:51.232Z] ---> 16bd4e478acb [2022-03-31T11:02:51.232Z] [2022-03-31T11:02:51.508Z] ---> Running in 006462c6bbfe [2022-03-31T11:02:52.113Z] Removing intermediate container 006462c6bbfe [2022-03-31T11:02:52.113Z] ---> dffab4f76373 [2022-03-31T11:02:52.113Z] Step 15/23 : WORKDIR / [2022-03-31T11:02:52.397Z] ---> Running in 3a58c7ca4ab8 [2022-03-31T11:02:52.397Z] Successfully built 16bd4e478acb [2022-03-31T11:02:52.397Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-03-31T11:02:52.397Z] Building core-metadata [2022-03-31T11:02:53.009Z]  Building security-spiffe-token-provider ... done Removing intermediate container 3a58c7ca4ab8 [2022-03-31T11:02:53.009Z] ---> 4dfc54878c18 [2022-03-31T11:02:53.009Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:02:55.020Z] ---> adf4925d85a2 [2022-03-31T11:02:55.020Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-31T11:03:00.446Z] ---> fc45af0af90b [2022-03-31T11:03:00.446Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-31T11:03:02.423Z] ---> 5f3a6a72d6e8 [2022-03-31T11:03:02.423Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-31T11:03:02.701Z] ---> Running in cd86ad47d0bc [2022-03-31T11:03:04.137Z] Removing intermediate container cd86ad47d0bc [2022-03-31T11:03:04.137Z] ---> 59065d2d84fb [2022-03-31T11:03:04.137Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:03:04.137Z] ---> Running in f157bc1dc0d2 [2022-03-31T11:03:05.582Z] Removing intermediate container f157bc1dc0d2 [2022-03-31T11:03:05.582Z] ---> fe4eb55f2a35 [2022-03-31T11:03:05.582Z] Step 21/23 : LABEL arch=arm64 [2022-03-31T11:03:05.860Z] ---> Running in ba6a8d71e346 [2022-03-31T11:03:07.308Z] Removing intermediate container ba6a8d71e346 [2022-03-31T11:03:07.308Z] ---> a4123073abe5 [2022-03-31T11:03:07.308Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:03:07.308Z] ---> Running in 69487f8f3ebb [2022-03-31T11:03:08.754Z] Removing intermediate container 69487f8f3ebb [2022-03-31T11:03:08.754Z] ---> 72dd99833797 [2022-03-31T11:03:08.754Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T11:03:09.031Z] ---> Running in ad6975ab6e49 [2022-03-31T11:03:10.471Z] Removing intermediate container ad6975ab6e49 [2022-03-31T11:03:10.471Z] ---> 8489fbfc8d33 [2022-03-31T11:03:10.471Z] [2022-03-31T11:03:11.916Z] Successfully built 8489fbfc8d33 [2022-03-31T11:03:11.916Z] Successfully tagged core-command-arm64:latest [2022-03-31T11:03:11.916Z] Building security-bootstrapper [2022-03-31T11:03:12.202Z]  Building core-command ... done Removing intermediate container c66973ca7363 [2022-03-31T11:03:12.202Z] ---> 6e8c0f66fba2 [2022-03-31T11:03:12.202Z] [2022-03-31T11:03:12.202Z] Step 10/22 : FROM alpine:3.14 [2022-03-31T11:03:12.202Z] ---> cc3d11fa2d52 [2022-03-31T11:03:12.202Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-31T11:03:12.491Z] ---> Running in 5d53b4e645bd [2022-03-31T11:03:12.768Z] Removing intermediate container 89a41132cc54 [2022-03-31T11:03:12.768Z] ---> 59f33a66b7d7 [2022-03-31T11:03:12.768Z] [2022-03-31T11:03:12.768Z] Step 10/22 : FROM alpine:3.14 [2022-03-31T11:03:12.768Z] ---> cc3d11fa2d52 [2022-03-31T11:03:12.768Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-31T11:03:12.768Z] ---> Using cache [2022-03-31T11:03:12.768Z] ---> 564db51bccc5 [2022-03-31T11:03:12.768Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T11:03:12.768Z] ---> Using cache [2022-03-31T11:03:12.768Z] ---> 97199a7a9d06 [2022-03-31T11:03:12.768Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-31T11:03:13.043Z] ---> Running in 2e3f3466d6de [2022-03-31T11:03:14.503Z] Removing intermediate container 2e3f3466d6de [2022-03-31T11:03:14.503Z] ---> 772323a3a1d1 [2022-03-31T11:03:14.503Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-31T11:03:14.503Z] ---> Running in 7c09c4a5523e [2022-03-31T11:03:15.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:03:15.110Z] Removing intermediate container 7c09c4a5523e [2022-03-31T11:03:15.110Z] ---> 613a288dc479 [2022-03-31T11:03:15.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:03:15.719Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:03:16.724Z] ---> 7ad729008b40 [2022-03-31T11:03:16.724Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-31T11:03:16.999Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-31T11:03:16.999Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-31T11:03:16.999Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T11:03:17.278Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T11:03:17.550Z] OK: 6 MiB in 16 packages [2022-03-31T11:03:20.974Z] ---> 511426aca80c [2022-03-31T11:03:20.974Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-31T11:03:20.974Z] Removing intermediate container 5d53b4e645bd [2022-03-31T11:03:20.974Z] ---> 0da2563993cb [2022-03-31T11:03:20.974Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T11:03:20.974Z] ---> Running in 9f3709ed635f [2022-03-31T11:03:21.589Z] Removing intermediate container 9f3709ed635f [2022-03-31T11:03:21.589Z] ---> effd0453754c [2022-03-31T11:03:21.589Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-31T11:03:21.897Z] ---> Running in e7a91f9427e3 [2022-03-31T11:03:22.177Z] ---> be00a382f0c7 [2022-03-31T11:03:22.177Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-31T11:03:22.177Z] ---> Running in 0e17c49b2463 [2022-03-31T11:03:22.782Z] Removing intermediate container e7a91f9427e3 [2022-03-31T11:03:22.782Z] ---> 641527fc47a6 [2022-03-31T11:03:22.782Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-31T11:03:23.063Z] ---> Running in d0ae25c77977 [2022-03-31T11:03:23.063Z] Removing intermediate container 0e17c49b2463 [2022-03-31T11:03:23.063Z] ---> a5010b583219 [2022-03-31T11:03:23.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:03:23.344Z] ---> Running in 52233999d316 [2022-03-31T11:03:23.946Z] Removing intermediate container d0ae25c77977 [2022-03-31T11:03:23.946Z] ---> 91c9f62ede44 [2022-03-31T11:03:23.946Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:03:24.224Z] Removing intermediate container 52233999d316 [2022-03-31T11:03:24.224Z] ---> da49d87a8b0a [2022-03-31T11:03:24.224Z] Step 20/22 : LABEL arch=arm64 [2022-03-31T11:03:24.224Z] ---> Running in a9d64365cbc4 [2022-03-31T11:03:25.208Z] Removing intermediate container a9d64365cbc4 [2022-03-31T11:03:25.488Z] ---> 9818165ad941 [2022-03-31T11:03:25.488Z] Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:03:25.488Z] ---> 33e824614553 [2022-03-31T11:03:25.488Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-31T11:03:25.488Z] ---> Running in 08083971107c [2022-03-31T11:03:26.480Z] Removing intermediate container 08083971107c [2022-03-31T11:03:26.480Z] ---> f9b0d0c463d5 [2022-03-31T11:03:26.480Z] Step 22/22 : LABEL version=0.0.0 [2022-03-31T11:03:26.480Z] ---> Running in 48a6cf5f6e2c [2022-03-31T11:03:27.927Z] Removing intermediate container 48a6cf5f6e2c [2022-03-31T11:03:27.927Z] ---> 3e1dad923a15 [2022-03-31T11:03:27.927Z] [2022-03-31T11:03:28.531Z] Successfully built 3e1dad923a15 [2022-03-31T11:03:28.812Z] Successfully tagged support-scheduler-arm64:latest [2022-03-31T11:03:28.812Z] Building security-spire-server [2022-03-31T11:03:29.090Z]  Building support-scheduler ... done  ---> d879d5813494 [2022-03-31T11:03:29.090Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-31T11:03:30.540Z] ---> 247452dc1019 [2022-03-31T11:03:30.540Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-31T11:03:30.540Z] ---> Running in eb0793c376a9 [2022-03-31T11:03:31.138Z] Removing intermediate container eb0793c376a9 [2022-03-31T11:03:31.138Z] ---> a3e2e2d22afd [2022-03-31T11:03:31.138Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:03:31.138Z] ---> Running in 3e2528e872af [2022-03-31T11:03:32.115Z] Removing intermediate container 3e2528e872af [2022-03-31T11:03:32.115Z] ---> f5e88537f076 [2022-03-31T11:03:32.115Z] Step 20/22 : LABEL arch=arm64 [2022-03-31T11:03:32.115Z] ---> Running in 67360d7464d6 [2022-03-31T11:03:33.106Z] Removing intermediate container 67360d7464d6 [2022-03-31T11:03:33.106Z] ---> fe86c13e6615 [2022-03-31T11:03:33.106Z] Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:03:33.383Z] ---> Running in 74f1eb29bf0b [2022-03-31T11:03:34.395Z] Removing intermediate container 74f1eb29bf0b [2022-03-31T11:03:34.395Z] ---> 3519770d6703 [2022-03-31T11:03:34.395Z] Step 22/22 : LABEL version=0.0.0 [2022-03-31T11:03:34.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T11:03:34.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T11:03:34.676Z] ---> 7e3b5bf05a29 [2022-03-31T11:03:34.676Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T11:03:34.676Z] ---> Using cache [2022-03-31T11:03:34.676Z] ---> c5faab191233 [2022-03-31T11:03:34.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:03:34.676Z] ---> Using cache [2022-03-31T11:03:34.676Z] ---> 7505a5adfb08 [2022-03-31T11:03:34.676Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-31T11:03:34.676Z] ---> Using cache [2022-03-31T11:03:34.676Z] ---> Running in 83d5c0a58940 [2022-03-31T11:03:34.676Z] ---> 757fe99c03d2 [2022-03-31T11:03:34.676Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T11:03:34.676Z] ---> Using cache [2022-03-31T11:03:34.676Z] ---> 3b6faf9ac943 [2022-03-31T11:03:34.676Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T11:03:34.676Z] ---> Using cache [2022-03-31T11:03:34.676Z] ---> c37b8c2cd867 [2022-03-31T11:03:34.676Z] Step 8/23 : COPY . . [2022-03-31T11:03:34.676Z] ---> Using cache [2022-03-31T11:03:34.676Z] ---> 80ac41588fe7 [2022-03-31T11:03:34.676Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-31T11:03:34.948Z] ---> Running in d7839cbfb344 [2022-03-31T11:03:35.942Z] Removing intermediate container 83d5c0a58940 [2022-03-31T11:03:35.942Z] ---> 990b8de2a32a [2022-03-31T11:03:35.942Z] [2022-03-31T11:03:36.929Z] Successfully built 990b8de2a32a [2022-03-31T11:03:36.929Z] Successfully tagged support-notifications-arm64:latest [2022-03-31T11:03:36.929Z]  Building support-notifications ... done Building core-data [2022-03-31T11:03:36.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-31T11:04:15.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-31T11:04:15.982Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T11:04:15.982Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-31T11:04:15.982Z] ---> 7e3b5bf05a29 [2022-03-31T11:04:15.982Z] Step 3/31 : WORKDIR /edgex-go [2022-03-31T11:04:15.982Z] ---> Using cache [2022-03-31T11:04:15.982Z] ---> c5faab191233 [2022-03-31T11:04:15.982Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:04:15.982Z] ---> Using cache [2022-03-31T11:04:15.982Z] ---> 7505a5adfb08 [2022-03-31T11:04:15.983Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-31T11:04:15.983Z] ---> Using cache [2022-03-31T11:04:15.983Z] ---> 757fe99c03d2 [2022-03-31T11:04:15.983Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-31T11:04:15.983Z] ---> Using cache [2022-03-31T11:04:15.983Z] ---> 3b6faf9ac943 [2022-03-31T11:04:15.983Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T11:04:15.983Z] ---> Using cache [2022-03-31T11:04:15.983Z] ---> c37b8c2cd867 [2022-03-31T11:04:15.983Z] Step 8/31 : COPY . . [2022-03-31T11:04:15.983Z] ---> Using cache [2022-03-31T11:04:15.983Z] ---> 80ac41588fe7 [2022-03-31T11:04:15.983Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-31T11:04:15.983Z] ---> Running in 5a682178eb90 [2022-03-31T11:04:17.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-31T11:04:35.827Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T11:04:35.827Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T11:04:35.827Z] ---> 7e3b5bf05a29 [2022-03-31T11:04:35.827Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> c5faab191233 [2022-03-31T11:04:35.827Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> 7505a5adfb08 [2022-03-31T11:04:35.827Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> 757fe99c03d2 [2022-03-31T11:04:35.827Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> 3b6faf9ac943 [2022-03-31T11:04:35.827Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> c37b8c2cd867 [2022-03-31T11:04:35.827Z] Step 8/23 : COPY . . [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> 80ac41588fe7 [2022-03-31T11:04:35.827Z] Step 9/23 : ARG SPIRE_RELEASE=1.2.0 [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> 1863fddb4971 [2022-03-31T11:04:35.827Z] Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> 85a074b1fd7c [2022-03-31T11:04:35.827Z] [2022-03-31T11:04:35.827Z] Step 11/23 : FROM alpine:3.15 [2022-03-31T11:04:35.827Z] ---> 03078ca19a05 [2022-03-31T11:04:35.827Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> a7623ea65b84 [2022-03-31T11:04:35.827Z] Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> c877174d9815 [2022-03-31T11:04:35.827Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-03-31T11:04:35.827Z] ---> Using cache [2022-03-31T11:04:35.827Z] ---> bbda60912e6f [2022-03-31T11:04:35.827Z] Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-03-31T11:04:42.589Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T11:04:42.589Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T11:04:42.589Z] ---> 7e3b5bf05a29 [2022-03-31T11:04:42.589Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T11:04:42.589Z] ---> Using cache [2022-03-31T11:04:42.589Z] ---> c5faab191233 [2022-03-31T11:04:42.589Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:04:42.589Z] ---> Using cache [2022-03-31T11:04:42.589Z] ---> 7505a5adfb08 [2022-03-31T11:04:42.589Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-31T11:04:43.606Z] ---> Running in eea887dbe8b8 [2022-03-31T11:04:45.077Z] Removing intermediate container 77532614999c [2022-03-31T11:04:45.077Z] ---> 12bb4b501d3d [2022-03-31T11:04:45.077Z] [2022-03-31T11:04:45.077Z] Step 10/22 : FROM alpine:3.14 [2022-03-31T11:04:45.077Z] ---> cc3d11fa2d52 [2022-03-31T11:04:45.077Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-03-31T11:04:45.378Z] ---> Running in 738aa11c8e74 [2022-03-31T11:04:46.011Z] ---> e671b3219d83 [2022-03-31T11:04:46.011Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-03-31T11:04:46.619Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:04:47.249Z] ---> e97e33b4b9ca [2022-03-31T11:04:47.249Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-03-31T11:04:47.546Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:04:48.158Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:04:48.443Z] ---> 247e557c9360 [2022-03-31T11:04:48.443Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-03-31T11:04:48.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:04:49.008Z] OK: 220 MiB in 52 packages [2022-03-31T11:04:50.030Z] ---> 47fdd1cc4b05 [2022-03-31T11:04:50.030Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-03-31T11:04:50.030Z] ---> Running in 7dbd47b175bb [2022-03-31T11:04:50.314Z] (1/6) Installing ca-certificates (20211220-r0) [2022-03-31T11:04:50.314Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-03-31T11:04:50.314Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-03-31T11:04:50.314Z] (4/6) Installing libcurl (7.79.1-r0) [2022-03-31T11:04:50.594Z] (5/6) Installing curl (7.79.1-r0) [2022-03-31T11:04:50.594Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-03-31T11:04:50.594Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T11:04:50.594Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T11:04:50.874Z] Removing intermediate container eea887dbe8b8 [2022-03-31T11:04:50.874Z] ---> b43b6e605490 [2022-03-31T11:04:50.874Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T11:04:50.874Z] OK: 8 MiB in 20 packages [2022-03-31T11:04:50.874Z] Removing intermediate container 7dbd47b175bb [2022-03-31T11:04:50.874Z] ---> a40915d38ba6 [2022-03-31T11:04:50.874Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-03-31T11:04:51.154Z] ---> Running in a724873e6690 [2022-03-31T11:04:52.165Z] Removing intermediate container a724873e6690 [2022-03-31T11:04:52.165Z] ---> a11cd5a25810 [2022-03-31T11:04:52.165Z] Step 21/23 : LABEL arch=arm64 [2022-03-31T11:04:52.441Z] ---> Running in 51be48ae2b5f [2022-03-31T11:04:53.045Z] ---> 4224cd24ff17 [2022-03-31T11:04:53.045Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T11:04:53.328Z] ---> Running in 2055931a7b9a [2022-03-31T11:04:53.328Z] Removing intermediate container 51be48ae2b5f [2022-03-31T11:04:53.328Z] ---> 52cb8019b43f [2022-03-31T11:04:53.328Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:04:53.603Z] ---> Running in 74fe5485f8e6 [2022-03-31T11:04:53.881Z] Removing intermediate container 738aa11c8e74 [2022-03-31T11:04:53.881Z] ---> af369f9f9782 [2022-03-31T11:04:53.881Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-31T11:04:54.156Z] ---> Running in 20e4598c8ff0 [2022-03-31T11:04:54.760Z] Removing intermediate container 74fe5485f8e6 [2022-03-31T11:04:54.760Z] ---> 2f1a7be676f4 [2022-03-31T11:04:54.760Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T11:04:54.760Z] ---> Running in bf6abdbc60fd [2022-03-31T11:04:55.043Z] Removing intermediate container 20e4598c8ff0 [2022-03-31T11:04:55.043Z] ---> 889fd4d01b21 [2022-03-31T11:04:55.043Z] Step 13/22 : WORKDIR /edgex [2022-03-31T11:04:55.324Z] ---> Running in dabbeef8951c [2022-03-31T11:04:55.606Z] Removing intermediate container bf6abdbc60fd [2022-03-31T11:04:55.606Z] ---> b3a38c5257df [2022-03-31T11:04:55.606Z] [2022-03-31T11:04:56.208Z] Removing intermediate container dabbeef8951c [2022-03-31T11:04:56.208Z] ---> b3014fbae8fd [2022-03-31T11:04:56.208Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-31T11:04:56.809Z] Successfully built b3a38c5257df [2022-03-31T11:04:56.809Z] Successfully tagged security-spire-server-arm64:latest [2022-03-31T11:04:56.809Z] Building security-secretstore-setup [2022-03-31T11:04:57.421Z]  Building security-spire-server ... done  ---> ea5ebf846a33 [2022-03-31T11:04:57.421Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-31T11:05:00.066Z] Removing intermediate container 2055931a7b9a [2022-03-31T11:05:00.066Z] ---> 450841abbb20 [2022-03-31T11:05:00.066Z] Step 8/23 : COPY . . [2022-03-31T11:05:00.340Z] ---> 7d56d47c6b9e [2022-03-31T11:05:00.340Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-31T11:05:04.662Z] ---> 8be907032f20 [2022-03-31T11:05:04.662Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-03-31T11:05:05.536Z] ---> 515bbfa99d31 [2022-03-31T11:05:05.536Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-03-31T11:05:05.536Z] ---> Running in c13f4f118a52 [2022-03-31T11:05:11.293Z] Removing intermediate container c13f4f118a52 [2022-03-31T11:05:11.293Z] ---> e73de5fda220 [2022-03-31T11:05:11.293Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-03-31T11:05:11.293Z] ---> Running in eed5ce9f5f24 [2022-03-31T11:05:11.954Z] Removing intermediate container eed5ce9f5f24 [2022-03-31T11:05:11.954Z] ---> 9fc4ae06577b [2022-03-31T11:05:11.954Z] Step 20/22 : LABEL arch=arm64 [2022-03-31T11:05:11.954Z] ---> Running in 7f9b055d79bd [2022-03-31T11:05:13.406Z] Removing intermediate container 7f9b055d79bd [2022-03-31T11:05:13.406Z] ---> 3d4e6f2a559f [2022-03-31T11:05:13.406Z] Step 21/22 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:05:13.406Z] ---> Running in 5ffde7f6940b [2022-03-31T11:05:14.403Z] Removing intermediate container 5ffde7f6940b [2022-03-31T11:05:14.403Z] ---> 4a3c10974d74 [2022-03-31T11:05:14.403Z] Step 22/22 : LABEL version=0.0.0 [2022-03-31T11:05:14.403Z] ---> Running in d5f94465b2a5 [2022-03-31T11:05:15.011Z] Removing intermediate container d5f94465b2a5 [2022-03-31T11:05:15.011Z] ---> 0048882d5003 [2022-03-31T11:05:15.011Z] [2022-03-31T11:05:16.019Z] Successfully built 0048882d5003 [2022-03-31T11:05:16.019Z] Successfully tagged security-proxy-setup-arm64:latest [2022-03-31T11:05:16.019Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2022-03-31T11:05:42.893Z] ---> 8443e6b51107 [2022-03-31T11:05:42.893Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-31T11:05:42.893Z] ---> Running in b3b5efddea99 [2022-03-31T11:05:42.893Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T11:05:42.893Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-31T11:05:42.893Z] ---> 7e3b5bf05a29 [2022-03-31T11:05:42.893Z] Step 3/25 : WORKDIR /edgex-go [2022-03-31T11:05:42.893Z] ---> Using cache [2022-03-31T11:05:42.893Z] ---> c5faab191233 [2022-03-31T11:05:42.893Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:05:42.893Z] ---> Using cache [2022-03-31T11:05:42.893Z] ---> 7505a5adfb08 [2022-03-31T11:05:42.893Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-31T11:05:42.893Z] ---> Using cache [2022-03-31T11:05:42.893Z] ---> 757fe99c03d2 [2022-03-31T11:05:42.893Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-31T11:05:42.893Z] ---> Using cache [2022-03-31T11:05:42.893Z] ---> 3b6faf9ac943 [2022-03-31T11:05:42.893Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T11:05:42.893Z] ---> Using cache [2022-03-31T11:05:42.893Z] ---> c37b8c2cd867 [2022-03-31T11:05:42.893Z] Step 8/25 : COPY . . [2022-03-31T11:05:42.893Z] ---> Using cache [2022-03-31T11:05:42.893Z] ---> 80ac41588fe7 [2022-03-31T11:05:42.893Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-31T11:05:42.893Z] ---> Running in fcc8f7d6cee6 [2022-03-31T11:05:43.493Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-03-31T11:05:44.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-31T11:05:59.277Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-31T11:05:59.277Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-31T11:05:59.277Z] ---> 7e3b5bf05a29 [2022-03-31T11:05:59.277Z] Step 3/23 : WORKDIR /edgex-go [2022-03-31T11:05:59.277Z] ---> Using cache [2022-03-31T11:05:59.277Z] ---> c5faab191233 [2022-03-31T11:05:59.277Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:05:59.277Z] ---> Using cache [2022-03-31T11:05:59.277Z] ---> 7505a5adfb08 [2022-03-31T11:05:59.277Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-31T11:05:59.877Z] ---> Running in 2c08dfd169f1 [2022-03-31T11:06:01.858Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:06:02.845Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:06:03.827Z] OK: 220 MiB in 52 packages [2022-03-31T11:06:05.268Z] Removing intermediate container 2c08dfd169f1 [2022-03-31T11:06:05.268Z] ---> 1802b0c436f5 [2022-03-31T11:06:05.268Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-31T11:06:06.252Z] ---> 562d69092597 [2022-03-31T11:06:06.252Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T11:06:06.252Z] ---> Running in a3ee372fa085 [2022-03-31T11:06:11.676Z] Removing intermediate container a3ee372fa085 [2022-03-31T11:06:11.676Z] ---> 7118d094065a [2022-03-31T11:06:11.676Z] Step 8/23 : COPY . . [2022-03-31T11:06:38.511Z] ---> ba9aa44bdbbe [2022-03-31T11:06:38.511Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-31T11:06:38.511Z] ---> Running in d7c0a2d2f1ea [2022-03-31T11:06:38.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-31T11:10:30.567Z] Removing intermediate container d7839cbfb344 [2022-03-31T11:10:30.567Z] ---> ce2763cd7b19 [2022-03-31T11:10:30.567Z] [2022-03-31T11:10:30.567Z] Step 10/23 : FROM alpine:3.14 [2022-03-31T11:10:30.567Z] ---> cc3d11fa2d52 [2022-03-31T11:10:30.567Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-31T11:10:30.567Z] ---> Using cache [2022-03-31T11:10:30.567Z] ---> 564db51bccc5 [2022-03-31T11:10:30.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-31T11:10:30.567Z] ---> Using cache [2022-03-31T11:10:30.567Z] ---> 97199a7a9d06 [2022-03-31T11:10:30.567Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-31T11:10:30.567Z] ---> Running in ff49ae56216e [2022-03-31T11:10:30.567Z] Removing intermediate container ff49ae56216e [2022-03-31T11:10:30.567Z] ---> 6aa25518512f [2022-03-31T11:10:30.567Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-31T11:10:30.567Z] ---> Running in cd315950fe65 [2022-03-31T11:10:30.567Z] Removing intermediate container cd315950fe65 [2022-03-31T11:10:30.567Z] ---> 5df26fd5ac57 [2022-03-31T11:10:30.567Z] Step 15/23 : WORKDIR / [2022-03-31T11:10:30.567Z] ---> Running in e3fe7205d52e [2022-03-31T11:10:30.567Z] Removing intermediate container e3fe7205d52e [2022-03-31T11:10:30.567Z] ---> d053d8180e66 [2022-03-31T11:10:30.567Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:10:30.567Z] ---> 735966a5991d [2022-03-31T11:10:30.567Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-31T11:10:30.567Z] ---> fff5ee06a6bf [2022-03-31T11:10:30.567Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-31T11:10:30.567Z] ---> 8c4b9dd7a5a0 [2022-03-31T11:10:30.567Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-31T11:10:30.567Z] ---> Running in 6c1c6988b870 [2022-03-31T11:10:30.567Z] Removing intermediate container 6c1c6988b870 [2022-03-31T11:10:30.567Z] ---> e02de241b26c [2022-03-31T11:10:30.567Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:10:30.567Z] ---> Running in 22ddac1973af [2022-03-31T11:10:30.838Z] Removing intermediate container 22ddac1973af [2022-03-31T11:10:30.838Z] ---> 6516efe78d98 [2022-03-31T11:10:30.838Z] Step 21/23 : LABEL arch=arm64 [2022-03-31T11:10:30.838Z] ---> Running in 86da6bcd2a43 [2022-03-31T11:10:31.452Z] Removing intermediate container 86da6bcd2a43 [2022-03-31T11:10:31.452Z] ---> 5ae29feb876b [2022-03-31T11:10:31.452Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:10:31.452Z] ---> Running in 86dc1162f43d [2022-03-31T11:10:32.096Z] Removing intermediate container 86dc1162f43d [2022-03-31T11:10:32.096Z] ---> dee662b053c4 [2022-03-31T11:10:32.096Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T11:10:32.096Z] ---> Running in f4ce604139bd [2022-03-31T11:10:32.701Z] Removing intermediate container f4ce604139bd [2022-03-31T11:10:32.701Z] ---> 4da53343e7c2 [2022-03-31T11:10:32.701Z] [2022-03-31T11:10:33.311Z] Successfully built 4da53343e7c2 [2022-03-31T11:10:33.311Z] Successfully tagged core-metadata-arm64:latest [2022-03-31T11:11:20.340Z]  Building core-metadata ... done Removing intermediate container 5a682178eb90 [2022-03-31T11:11:20.340Z] ---> 90b519455350 [2022-03-31T11:11:20.340Z] [2022-03-31T11:11:20.340Z] Step 10/31 : FROM alpine:3.14 [2022-03-31T11:11:20.340Z] ---> cc3d11fa2d52 [2022-03-31T11:11:20.340Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-31T11:11:20.340Z] ---> Running in 05d0df2c9039 [2022-03-31T11:11:20.340Z] Removing intermediate container 05d0df2c9039 [2022-03-31T11:11:20.340Z] ---> 18df5dca2003 [2022-03-31T11:11:20.340Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-31T11:11:20.624Z] ---> Running in f37503a007cf [2022-03-31T11:11:22.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:11:22.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:11:23.895Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-31T11:11:23.896Z] (2/2) Installing su-exec (0.2-r1) [2022-03-31T11:11:23.896Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T11:11:23.896Z] OK: 6 MiB in 16 packages [2022-03-31T11:11:25.360Z] Removing intermediate container f37503a007cf [2022-03-31T11:11:25.360Z] ---> e97bc2c7743b [2022-03-31T11:11:25.360Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-31T11:11:25.647Z] ---> Running in 58ccad9b4ceb [2022-03-31T11:11:25.932Z] Removing intermediate container 58ccad9b4ceb [2022-03-31T11:11:25.932Z] ---> 50aa8d057406 [2022-03-31T11:11:25.932Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-31T11:11:26.213Z] ---> Running in 12cdfd56172c [2022-03-31T11:11:26.818Z] Removing intermediate container 12cdfd56172c [2022-03-31T11:11:26.818Z] ---> 10d83b7ca1e6 [2022-03-31T11:11:26.818Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-31T11:11:26.818Z] ---> Running in 5304ce1cc661 [2022-03-31T11:11:30.231Z] Removing intermediate container 5304ce1cc661 [2022-03-31T11:11:30.231Z] ---> dac8a5376fab [2022-03-31T11:11:30.231Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-31T11:11:30.231Z] ---> Running in 645df7847f01 [2022-03-31T11:11:30.835Z] Removing intermediate container 645df7847f01 [2022-03-31T11:11:30.835Z] ---> 9a852414e028 [2022-03-31T11:11:30.835Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-31T11:11:31.842Z] ---> 2008eb5686e5 [2022-03-31T11:11:31.842Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-31T11:11:31.842Z] ---> Running in 07596545229c [2022-03-31T11:11:35.269Z] Removing intermediate container 07596545229c [2022-03-31T11:11:35.269Z] ---> 631982adec89 [2022-03-31T11:11:35.269Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:11:36.276Z] ---> b7b08362363c [2022-03-31T11:11:36.276Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-31T11:11:38.279Z] ---> 1457c7e17a65 [2022-03-31T11:11:38.279Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-31T11:11:39.743Z] ---> aa992655b223 [2022-03-31T11:11:39.743Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-31T11:11:40.743Z] ---> 0a9189550cd3 [2022-03-31T11:11:40.743Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-31T11:11:41.738Z] ---> 35dc4db30dc2 [2022-03-31T11:11:41.738Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-31T11:11:42.011Z] ---> Running in 1fa2f99ad412 [2022-03-31T11:11:42.621Z] Removing intermediate container 1fa2f99ad412 [2022-03-31T11:11:42.621Z] ---> e6ffb9373a6c [2022-03-31T11:11:42.621Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-31T11:11:43.606Z] ---> 6bbb4e071504 [2022-03-31T11:11:43.606Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-31T11:11:43.882Z] ---> Running in f758dba28e9e [2022-03-31T11:11:47.295Z] Removing intermediate container f758dba28e9e [2022-03-31T11:11:47.295Z] ---> 273c96b1a71b [2022-03-31T11:11:47.295Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-31T11:11:47.592Z] ---> Running in bbdc1191328d [2022-03-31T11:11:48.191Z] Removing intermediate container bbdc1191328d [2022-03-31T11:11:48.191Z] ---> 806e16f8b295 [2022-03-31T11:11:48.191Z] Step 28/31 : CMD ["gate"] [2022-03-31T11:11:48.466Z] ---> Running in b83e92dde40a [2022-03-31T11:11:49.075Z] Removing intermediate container b83e92dde40a [2022-03-31T11:11:49.075Z] ---> 8d624a8b0750 [2022-03-31T11:11:49.075Z] Step 29/31 : LABEL arch=arm64 [2022-03-31T11:11:49.359Z] ---> Running in 95721f2398e4 [2022-03-31T11:11:49.970Z] Removing intermediate container 95721f2398e4 [2022-03-31T11:11:49.970Z] ---> b2af0c84d048 [2022-03-31T11:11:49.970Z] Step 30/31 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:11:50.253Z] ---> Running in df3eb1735915 [2022-03-31T11:11:50.852Z] Removing intermediate container df3eb1735915 [2022-03-31T11:11:50.852Z] ---> 6debcdaade57 [2022-03-31T11:11:50.852Z] Step 31/31 : LABEL version=0.0.0 [2022-03-31T11:11:51.457Z] ---> Running in 701fdffb9c44 [2022-03-31T11:11:52.058Z] Removing intermediate container 701fdffb9c44 [2022-03-31T11:11:52.058Z] ---> a184f2428c42 [2022-03-31T11:11:52.058Z] [2022-03-31T11:11:52.659Z] Successfully built a184f2428c42 [2022-03-31T11:11:52.659Z] Successfully tagged security-bootstrapper-arm64:latest [2022-03-31T11:12:25.009Z]  Building security-bootstrapper ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-31T11:12:37.430Z] Removing intermediate container fcc8f7d6cee6 [2022-03-31T11:12:37.430Z] ---> 09bde607fad3 [2022-03-31T11:12:37.430Z] [2022-03-31T11:12:37.430Z] Step 10/25 : FROM alpine:3.14 [2022-03-31T11:12:37.430Z] ---> cc3d11fa2d52 [2022-03-31T11:12:37.430Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-31T11:12:37.430Z] ---> Running in 560df22701c3 [2022-03-31T11:12:37.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:12:37.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:12:38.420Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-31T11:12:38.420Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-31T11:12:38.420Z] (3/3) Installing su-exec (0.2-r1) [2022-03-31T11:12:38.420Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T11:12:38.420Z] Executing ca-certificates-20211220-r0.trigger [2022-03-31T11:12:38.699Z] OK: 6 MiB in 17 packages [2022-03-31T11:12:40.699Z] Removing intermediate container 560df22701c3 [2022-03-31T11:12:40.699Z] ---> 8e879efef87e [2022-03-31T11:12:40.699Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-31T11:12:40.699Z] ---> Running in f01d24ff48f9 [2022-03-31T11:12:41.292Z] Removing intermediate container f01d24ff48f9 [2022-03-31T11:12:41.292Z] ---> 56bd5c09605a [2022-03-31T11:12:41.292Z] Step 13/25 : WORKDIR / [2022-03-31T11:12:41.568Z] ---> Running in 8573907a2061 [2022-03-31T11:12:41.843Z] Removing intermediate container 8573907a2061 [2022-03-31T11:12:41.843Z] ---> 68ef771223ee [2022-03-31T11:12:41.843Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-31T11:12:42.830Z] ---> 9736575a55e3 [2022-03-31T11:12:42.830Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-31T11:12:43.822Z] ---> c10174cba3f3 [2022-03-31T11:12:43.822Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-31T11:12:44.805Z] ---> 9e64cce664b9 [2022-03-31T11:12:44.805Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-31T11:12:46.253Z] ---> 51d9ebb17942 [2022-03-31T11:12:46.253Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-31T11:12:47.703Z] Removing intermediate container d7c0a2d2f1ea [2022-03-31T11:12:47.703Z] ---> 4d38410fd18b [2022-03-31T11:12:47.703Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-31T11:12:47.703Z] ---> Running in 4279834b91ad [2022-03-31T11:12:47.979Z] ---> 3d82c8741c15 [2022-03-31T11:12:47.979Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-31T11:12:49.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-31T11:12:50.020Z] ---> 4d9e7f4abbbd [2022-03-31T11:12:50.020Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-31T11:12:51.005Z] ---> e43d061ac3f8 [2022-03-31T11:12:51.005Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-03-31T11:12:51.005Z] ---> Running in 4fd97e285e7d [2022-03-31T11:12:51.609Z] Removing intermediate container 4279834b91ad [2022-03-31T11:12:51.609Z] ---> 02a0e89a63fa [2022-03-31T11:12:51.609Z] [2022-03-31T11:12:51.609Z] Step 11/23 : FROM docker:20.10.14 [2022-03-31T11:12:51.609Z] 20.10.14: Pulling from library/docker [2022-03-31T11:12:53.610Z] Removing intermediate container 4fd97e285e7d [2022-03-31T11:12:53.610Z] ---> 0bad6a2c5746 [2022-03-31T11:12:53.610Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-31T11:12:53.887Z] ---> Running in eb7632c3922f [2022-03-31T11:12:54.495Z] Removing intermediate container eb7632c3922f [2022-03-31T11:12:54.495Z] ---> 855d6f10f4e8 [2022-03-31T11:12:54.495Z] Step 23/25 : LABEL arch=arm64 [2022-03-31T11:12:54.495Z] ---> Running in b96b5b7956bf [2022-03-31T11:12:55.098Z] Removing intermediate container b96b5b7956bf [2022-03-31T11:12:55.098Z] ---> be5fe8ecd024 [2022-03-31T11:12:55.098Z] Step 24/25 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:12:55.372Z] ---> Running in 91eaa7fe15fc [2022-03-31T11:12:55.972Z] Removing intermediate container 91eaa7fe15fc [2022-03-31T11:12:55.972Z] ---> bd30f55de82c [2022-03-31T11:12:55.972Z] Step 25/25 : LABEL version=0.0.0 [2022-03-31T11:12:55.972Z] ---> Running in 19b57f4fe1b7 [2022-03-31T11:12:56.567Z] Removing intermediate container 19b57f4fe1b7 [2022-03-31T11:12:56.567Z] ---> a8e24c4d8575 [2022-03-31T11:12:56.567Z] [2022-03-31T11:12:57.163Z] Successfully built a8e24c4d8575 [2022-03-31T11:12:57.163Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-03-31T11:12:58.143Z]  Building security-secretstore-setup ... done Removing intermediate container b3b5efddea99 [2022-03-31T11:12:58.143Z] ---> ffb4878f3a0f [2022-03-31T11:12:58.143Z] [2022-03-31T11:12:58.143Z] Step 10/23 : FROM alpine:3.14 [2022-03-31T11:12:58.143Z] ---> cc3d11fa2d52 [2022-03-31T11:12:58.143Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-31T11:12:58.415Z] ---> Running in ed6e3fb77a3e [2022-03-31T11:12:58.689Z] Removing intermediate container ed6e3fb77a3e [2022-03-31T11:12:58.689Z] ---> 9fd108b665a4 [2022-03-31T11:12:58.689Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-31T11:12:58.969Z] ---> Running in d6e2b78053a5 [2022-03-31T11:12:59.243Z] Removing intermediate container d6e2b78053a5 [2022-03-31T11:12:59.243Z] ---> 4285f3c2e510 [2022-03-31T11:12:59.243Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-31T11:12:59.516Z] ---> Running in 7113e2e52ccd [2022-03-31T11:12:59.792Z] Removing intermediate container 7113e2e52ccd [2022-03-31T11:12:59.792Z] ---> d98a9e91fd15 [2022-03-31T11:12:59.792Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T11:13:00.067Z] ---> Running in 3474e90425c2 [2022-03-31T11:13:02.045Z] Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec [2022-03-31T11:13:02.045Z] Removing intermediate container 3474e90425c2 [2022-03-31T11:13:02.045Z] ---> 539610ef0090 [2022-03-31T11:13:02.045Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-31T11:13:02.045Z] Status: Downloaded newer image for docker:20.10.14 [2022-03-31T11:13:02.045Z] ---> c52727829a8a [2022-03-31T11:13:02.045Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-31T11:13:02.318Z] ---> Running in e19dee006ff8 [2022-03-31T11:13:02.318Z] ---> Running in ec3122391771 [2022-03-31T11:13:02.915Z] Removing intermediate container e19dee006ff8 [2022-03-31T11:13:02.915Z] ---> 31c1721b89a2 [2022-03-31T11:13:02.915Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-03-31T11:13:02.915Z] ---> Running in 770abe9ae532 [2022-03-31T11:13:03.510Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:13:04.119Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T11:13:04.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:13:04.395Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-31T11:13:05.373Z] (1/43) Installing readline (8.1.1-r0) [2022-03-31T11:13:05.373Z] (2/43) Installing bash (5.1.16-r0) [2022-03-31T11:13:05.373Z] Executing bash-5.1.16-r0.post-install [2022-03-31T11:13:05.373Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-03-31T11:13:05.373Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-03-31T11:13:05.373Z] (5/43) Installing libcurl (7.80.0-r0) [2022-03-31T11:13:05.373Z] (6/43) Installing curl (7.80.0-r0) [2022-03-31T11:13:05.373Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-03-31T11:13:05.373Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-31T11:13:05.373Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-03-31T11:13:05.373Z] (9/43) Installing expat (2.4.7-r0) [2022-03-31T11:13:05.373Z] (10/43) Installing libffi (3.4.2-r1) [2022-03-31T11:13:05.373Z] (11/43) Installing gdbm (1.22-r0) [2022-03-31T11:13:05.373Z] (12/43) Installing xz-libs (5.2.5-r0) [2022-03-31T11:13:05.373Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-03-31T11:13:05.373Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-03-31T11:13:05.645Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-03-31T11:13:05.645Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-31T11:13:05.645Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-03-31T11:13:05.645Z] (17/43) Installing python3 (3.9.7-r4) [2022-03-31T11:13:05.645Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-31T11:13:05.645Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-31T11:13:05.916Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-31T11:13:05.916Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-31T11:13:05.916Z] Executing busybox-1.33.1-r6.trigger [2022-03-31T11:13:06.190Z] OK: 8 MiB in 20 packages [2022-03-31T11:13:07.641Z] Removing intermediate container ec3122391771 [2022-03-31T11:13:07.641Z] ---> 427d79d722e4 [2022-03-31T11:13:07.641Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-31T11:13:07.641Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-03-31T11:13:07.641Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-03-31T11:13:07.641Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-03-31T11:13:07.641Z] (21/43) Installing py3-idna (3.3-r0) [2022-03-31T11:13:07.641Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-03-31T11:13:07.924Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-03-31T11:13:07.924Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-03-31T11:13:07.924Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-03-31T11:13:07.924Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-03-31T11:13:07.924Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-03-31T11:13:07.924Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-03-31T11:13:07.924Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-03-31T11:13:07.924Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-03-31T11:13:07.924Z] (31/43) Installing py3-six (1.16.0-r0) [2022-03-31T11:13:07.924Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-03-31T11:13:07.924Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-03-31T11:13:08.197Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-03-31T11:13:08.197Z] (35/43) Installing py3-packaging (20.9-r1) [2022-03-31T11:13:08.197Z] ---> 7e39e3cab888 [2022-03-31T11:13:08.197Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-31T11:13:08.197Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-03-31T11:13:08.197Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-03-31T11:13:08.197Z] (38/43) Installing py3-progress (1.6-r0) [2022-03-31T11:13:08.197Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-03-31T11:13:08.197Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-03-31T11:13:08.197Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-03-31T11:13:08.470Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-03-31T11:13:08.470Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-03-31T11:13:09.069Z] Executing busybox-1.34.1-r4.trigger [2022-03-31T11:13:09.069Z] OK: 82 MiB in 65 packages [2022-03-31T11:13:10.050Z] ---> aeb900e718e7 [2022-03-31T11:13:10.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-31T11:13:10.660Z] ---> b0b2279a22e2 [2022-03-31T11:13:10.660Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-31T11:13:10.660Z] ---> Running in c994a3177c55 [2022-03-31T11:13:10.946Z] Removing intermediate container c994a3177c55 [2022-03-31T11:13:10.947Z] ---> a2a0a22a511e [2022-03-31T11:13:10.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:13:11.219Z] ---> Running in f40a7c9ecb21 [2022-03-31T11:13:11.494Z] Removing intermediate container f40a7c9ecb21 [2022-03-31T11:13:11.494Z] ---> 1007df4b4670 [2022-03-31T11:13:11.494Z] Step 21/23 : LABEL arch=arm64 [2022-03-31T11:13:11.494Z] ---> Running in 4f551adf62d1 [2022-03-31T11:13:11.771Z] Removing intermediate container 4f551adf62d1 [2022-03-31T11:13:11.771Z] ---> cffd6014cffc [2022-03-31T11:13:11.771Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:13:12.046Z] ---> Running in a8a74b34ff74 [2022-03-31T11:13:12.321Z] Removing intermediate container a8a74b34ff74 [2022-03-31T11:13:12.321Z] ---> 306e5e2eea30 [2022-03-31T11:13:12.321Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T11:13:12.321Z] ---> Running in aed2d5f490cd [2022-03-31T11:13:12.929Z] Removing intermediate container aed2d5f490cd [2022-03-31T11:13:12.929Z] ---> 0e2704c0ca3d [2022-03-31T11:13:12.929Z] [2022-03-31T11:13:13.203Z] Successfully built 0e2704c0ca3d [2022-03-31T11:13:13.203Z] Successfully tagged core-data-arm64:latest [2022-03-31T11:13:13.475Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2022-03-31T11:13:13.747Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-31T11:13:14.021Z] Collecting texttable<0.10,>=0.9.0 [2022-03-31T11:13:14.021Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-31T11:13:16.635Z] Collecting PyYAML<4,>=3.10 [2022-03-31T11:13:16.635Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-31T11:13:20.925Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-31T11:13:20.925Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-31T11:13:21.199Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-31T11:13:21.199Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-31T11:13:23.166Z] Collecting jsonschema<3,>=2.5.1 [2022-03-31T11:13:23.166Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-31T11:13:23.166Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-03-31T11:13:23.438Z] Collecting docopt<0.7,>=0.6.1 [2022-03-31T11:13:23.438Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-31T11:13:26.035Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-31T11:13:26.035Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-31T11:13:26.035Z] Collecting cached-property<2,>=1.2.0 [2022-03-31T11:13:26.035Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-31T11:13:26.306Z] Collecting docker<4.0,>=3.6.0 [2022-03-31T11:13:26.306Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-31T11:13:26.896Z] Collecting docker-pycreds>=0.4.0 [2022-03-31T11:13:26.896Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-31T11:13:27.487Z] Collecting idna<2.8,>=2.5 [2022-03-31T11:13:27.759Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-31T11:13:28.348Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-31T11:13:28.348Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-31T11:13:28.348Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-31T11:13:28.348Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-31T11:13:28.618Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-03-31T11:13:28.888Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-31T11:13:28.888Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-31T11:13:28.888Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-31T11:13:28.888Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-31T11:13:29.860Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-31T11:13:29.860Z] Attempting uninstall: urllib3 [2022-03-31T11:13:29.860Z] Found existing installation: urllib3 1.26.7 [2022-03-31T11:13:29.860Z] Uninstalling urllib3-1.26.7: [2022-03-31T11:13:29.860Z] Successfully uninstalled urllib3-1.26.7 [2022-03-31T11:13:30.449Z] Attempting uninstall: idna [2022-03-31T11:13:30.449Z] Found existing installation: idna 3.3 [2022-03-31T11:13:30.449Z] Uninstalling idna-3.3: [2022-03-31T11:13:30.449Z] Successfully uninstalled idna-3.3 [2022-03-31T11:13:33.057Z] Attempting uninstall: requests [2022-03-31T11:13:33.057Z] Found existing installation: requests 2.26.0 [2022-03-31T11:13:33.057Z] Uninstalling requests-2.26.0: [2022-03-31T11:13:33.057Z] Successfully uninstalled requests-2.26.0 [2022-03-31T11:13:33.328Z] Running setup.py install for texttable: started [2022-03-31T11:13:35.326Z] Running setup.py install for texttable: finished with status 'done' [2022-03-31T11:13:35.326Z] Running setup.py install for PyYAML: started [2022-03-31T11:13:37.961Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-31T11:13:38.237Z] Running setup.py install for docopt: started [2022-03-31T11:13:40.229Z] Running setup.py install for docopt: finished with status 'done' [2022-03-31T11:13:40.229Z] Running setup.py install for dockerpty: started [2022-03-31T11:13:42.188Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-31T11:13:44.147Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-03-31T11:13:52.392Z] Removing intermediate container 770abe9ae532 [2022-03-31T11:13:52.392Z] ---> 614a8c4490b5 [2022-03-31T11:13:52.392Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-31T11:13:52.392Z] ---> Running in 8e3eb96c89ff [2022-03-31T11:13:52.392Z] Removing intermediate container 8e3eb96c89ff [2022-03-31T11:13:52.392Z] ---> aedb6aab5661 [2022-03-31T11:13:52.392Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-31T11:13:52.392Z] ---> Running in a43a17ec19b7 [2022-03-31T11:13:52.662Z] Removing intermediate container a43a17ec19b7 [2022-03-31T11:13:52.662Z] ---> d8fbffc224d0 [2022-03-31T11:13:52.662Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-31T11:13:54.081Z] ---> f3dad0ecb1f6 [2022-03-31T11:13:54.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-31T11:13:54.351Z] ---> 00eb7dc00a6e [2022-03-31T11:13:54.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-31T11:13:54.947Z] ---> dff146c817b5 [2022-03-31T11:13:54.947Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-31T11:13:55.222Z] ---> Running in c0f66d29abc8 [2022-03-31T11:13:55.493Z] Removing intermediate container c0f66d29abc8 [2022-03-31T11:13:55.493Z] ---> 222a2201c01d [2022-03-31T11:13:55.493Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-31T11:13:55.493Z] ---> Running in 7b73c802c06a [2022-03-31T11:13:55.764Z] Removing intermediate container 7b73c802c06a [2022-03-31T11:13:55.764Z] ---> 0aef02d1fda7 [2022-03-31T11:13:55.764Z] Step 21/23 : LABEL arch=arm64 [2022-03-31T11:13:55.764Z] ---> Running in 8d7fd51d2237 [2022-03-31T11:13:56.034Z] Removing intermediate container 8d7fd51d2237 [2022-03-31T11:13:56.034Z] ---> cc7a144a04ac [2022-03-31T11:13:56.034Z] Step 22/23 : LABEL git_sha=12515137db75576d90e17e0d497dcc39ca44d1bf [2022-03-31T11:13:56.306Z] ---> Running in 5619c1759549 [2022-03-31T11:13:56.577Z] Removing intermediate container 5619c1759549 [2022-03-31T11:13:56.577Z] ---> af63a1060e53 [2022-03-31T11:13:56.577Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T11:13:56.577Z] ---> Running in 83e3cb9c0318 [2022-03-31T11:13:56.848Z] Removing intermediate container 83e3cb9c0318 [2022-03-31T11:13:56.848Z] ---> 9b780a1be032 [2022-03-31T11:13:56.848Z] [2022-03-31T11:13:57.438Z] Successfully built 9b780a1be032 [2022-03-31T11:13:57.438Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-03-31T11:13:57.722Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-03-31T11:13:57.737Z] $ docker stop --time=1 38826b228946e714812244c5803a154a9a3b23b9bfd78a24517c679028cad862 [2022-03-31T11:13:59.355Z] $ docker rm -f 38826b228946e714812244c5803a154a9a3b23b9bfd78a24517c679028cad862 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-31T11:13:59.872Z] + docker images [2022-03-31T11:14:00.142Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-31T11:14:00.142Z] sys-mgmt-agent-arm64 latest 9b780a1be032 3 seconds ago 290MB [2022-03-31T11:14:00.142Z] core-data-arm64 latest 0e2704c0ca3d 47 seconds ago 34.4MB [2022-03-31T11:14:00.142Z] ffb4878f3a0f About a minute ago 1.46GB [2022-03-31T11:14:00.142Z] security-secretstore-setup-arm64 latest a8e24c4d8575 About a minute ago 40.8MB [2022-03-31T11:14:00.142Z] 02a0e89a63fa About a minute ago 1.43GB [2022-03-31T11:14:00.142Z] 09bde607fad3 About a minute ago 1.44GB [2022-03-31T11:14:00.142Z] security-bootstrapper-arm64 latest a184f2428c42 2 minutes ago 23.6MB [2022-03-31T11:14:00.142Z] 90b519455350 2 minutes ago 1.43GB [2022-03-31T11:14:00.142Z] core-metadata-arm64 latest 4da53343e7c2 3 minutes ago 25.1MB [2022-03-31T11:14:00.142Z] ce2763cd7b19 3 minutes ago 1.43GB [2022-03-31T11:14:00.142Z] security-proxy-setup-arm64 latest 0048882d5003 8 minutes ago 42.1MB [2022-03-31T11:14:00.142Z] security-spire-server-arm64 latest b3a38c5257df 9 minutes ago 82.6MB [2022-03-31T11:14:00.142Z] 12bb4b501d3d 9 minutes ago 1.44GB [2022-03-31T11:14:00.142Z] support-notifications-arm64 latest 990b8de2a32a 10 minutes ago 25.5MB [2022-03-31T11:14:00.142Z] support-scheduler-arm64 latest 3e1dad923a15 10 minutes ago 24.9MB [2022-03-31T11:14:00.142Z] 59f33a66b7d7 10 minutes ago 1.43GB [2022-03-31T11:14:00.142Z] 6e8c0f66fba2 10 minutes ago 1.43GB [2022-03-31T11:14:00.142Z] core-command-arm64 latest 8489fbfc8d33 10 minutes ago 23.7MB [2022-03-31T11:14:00.142Z] security-spiffe-token-provider-arm64 latest 16bd4e478acb 11 minutes ago 27.7MB [2022-03-31T11:14:00.142Z] 880f1987888d 11 minutes ago 1.43GB [2022-03-31T11:14:00.142Z] f22c5c88c7ca 11 minutes ago 1.42GB [2022-03-31T11:14:00.142Z] security-spire-agent-arm64 latest 5951ba8d1aae 15 minutes ago 118MB [2022-03-31T11:14:00.142Z] 85a074b1fd7c 15 minutes ago 1.42GB [2022-03-31T11:14:00.142Z] security-spire-config-arm64 latest b42c75d1c45c 17 minutes ago 81.9MB [2022-03-31T11:14:00.142Z] 3e964447060e 17 minutes ago 1.42GB [2022-03-31T11:14:00.142Z] ci-base-image-arm64 latest 7e3b5bf05a29 30 minutes ago 886MB [2022-03-31T11:14:00.142Z] docker 20.10.14 c52727829a8a 2 days ago 202MB [2022-03-31T11:14:00.142Z] alpine 3.14 cc3d11fa2d52 2 days ago 5.34MB [2022-03-31T11:14:00.142Z] alpine 3.15 03078ca19a05 2 days ago 5.32MB [2022-03-31T11:14:00.142Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 8 weeks ago 551MB [2022-03-31T11:14:00.142Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T11:14:00.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-31T11:14:00.592Z] [2022-03-31T11:14:00.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-31T11:14:00.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-31T11:14:01.205Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-31T11:14:01.205Z] 8998bd30e6a1: Pulling fs layer [2022-03-31T11:14:01.205Z] 04944245beec: Pulling fs layer [2022-03-31T11:14:01.205Z] 699f458cf7ca: Pulling fs layer [2022-03-31T11:14:01.205Z] 765212b225bb: Pulling fs layer [2022-03-31T11:14:01.205Z] f23df028b6ca: Pulling fs layer [2022-03-31T11:14:01.205Z] d65c8cfc05b1: Pulling fs layer [2022-03-31T11:14:01.205Z] 2437ff75d9bd: Pulling fs layer [2022-03-31T11:14:01.205Z] f23df028b6ca: Waiting [2022-03-31T11:14:01.205Z] d65c8cfc05b1: Waiting [2022-03-31T11:14:01.205Z] 2437ff75d9bd: Waiting [2022-03-31T11:14:01.205Z] 765212b225bb: Waiting [2022-03-31T11:14:01.205Z] 04944245beec: Verifying Checksum [2022-03-31T11:14:01.205Z] 04944245beec: Download complete [2022-03-31T11:14:01.205Z] 765212b225bb: Download complete [2022-03-31T11:14:01.205Z] f23df028b6ca: Verifying Checksum [2022-03-31T11:14:01.205Z] f23df028b6ca: Download complete [2022-03-31T11:14:01.205Z] d65c8cfc05b1: Verifying Checksum [2022-03-31T11:14:01.205Z] d65c8cfc05b1: Download complete [2022-03-31T11:14:01.477Z] 699f458cf7ca: Verifying Checksum [2022-03-31T11:14:01.477Z] 699f458cf7ca: Download complete [2022-03-31T11:14:01.750Z] 8998bd30e6a1: Verifying Checksum [2022-03-31T11:14:01.750Z] 8998bd30e6a1: Download complete [2022-03-31T11:14:03.715Z] 2437ff75d9bd: Verifying Checksum [2022-03-31T11:14:03.715Z] 2437ff75d9bd: Download complete [2022-03-31T11:14:05.683Z] 8998bd30e6a1: Pull complete [2022-03-31T11:14:06.277Z] 04944245beec: Pull complete [2022-03-31T11:14:07.700Z] 699f458cf7ca: Pull complete [2022-03-31T11:14:07.972Z] 765212b225bb: Pull complete [2022-03-31T11:14:08.947Z] f23df028b6ca: Pull complete [2022-03-31T11:14:08.947Z] d65c8cfc05b1: Pull complete [2022-03-31T11:14:24.021Z] 2437ff75d9bd: Pull complete [2022-03-31T11:14:24.021Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-31T11:14:24.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-31T11:14:24.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-31T11:14:24.248Z] prd-ubuntu20.04-docker-arm64-4c-16g-9586 does not seem to be running inside a container [2022-03-31T11:14:24.334Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-03-31T11:14:27.082Z] $ docker top f275b22cd0074afdffd1d68d0a270332770fc076b81d3bdeab48757a8638639b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:28.107Z] ---> job-cost.sh [2022-03-31T11:14:28.107Z] lf-activate-venv: SKIPPING [2022-03-31T11:14:28.107Z] INFO: No Stack... [2022-03-31T11:14:28.701Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-31T11:14:29.674Z] INFO: Archiving Costs [Pipeline] sh [2022-03-31T11:14:30.341Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2022-03-31T11:14:30.341Z] + cut -d, -f6 [Pipeline] lock [2022-03-31T11:14:30.375Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] [2022-03-31T11:14:30.381Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] did not exist. Created. [2022-03-31T11:14:30.381Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-31T11:14:31.048Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-31T11:14:31.211Z] Stashed 1 file(s) [Pipeline] } [2022-03-31T11:14:31.218Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3939-3-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-31T11:14:31.243Z] $ docker stop --time=1 f275b22cd0074afdffd1d68d0a270332770fc076b81d3bdeab48757a8638639b [2022-03-31T11:14:32.737Z] $ docker rm -f f275b22cd0074afdffd1d68d0a270332770fc076b81d3bdeab48757a8638639b [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-03-31T11:14:33.708Z] + [ -d /w/workspace/edgex-go/3/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:34.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:34.871Z] ---> package-listing.sh [2022-03-31T11:14:34.871Z] ++ facter osfamily [2022-03-31T11:14:34.871Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-31T11:14:35.132Z] + OS_FAMILY=debian [2022-03-31T11:14:35.132Z] + workspace=/w/workspace/edgex-go/3 [2022-03-31T11:14:35.132Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-31T11:14:35.132Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-31T11:14:35.132Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-31T11:14:35.132Z] + PACKAGES=/tmp/packages_start.txt [2022-03-31T11:14:35.132Z] + '[' /w/workspace/edgex-go/3 ']' [2022-03-31T11:14:35.132Z] + PACKAGES=/tmp/packages_end.txt [2022-03-31T11:14:35.132Z] + case "${OS_FAMILY}" in [2022-03-31T11:14:35.132Z] + dpkg -l [2022-03-31T11:14:35.132Z] + grep '^ii' [2022-03-31T11:14:35.132Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-31T11:14:35.132Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-31T11:14:35.132Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-31T11:14:35.132Z] + '[' /w/workspace/edgex-go/3 ']' [2022-03-31T11:14:35.132Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2022-03-31T11:14:35.132Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2022-03-31T11:14:35.144Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-31T11:14:35.426Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-31T11:14:35.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T11:14:35.987Z] [2022-03-31T11:14:35.987Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T11:14:36.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T11:14:36.291Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-31T11:14:36.291Z] 5eb5b503b376: Pulling fs layer [2022-03-31T11:14:36.291Z] 5c69ac0246d0: Pulling fs layer [2022-03-31T11:14:36.291Z] ec43610c2a17: Pulling fs layer [2022-03-31T11:14:36.291Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-31T11:14:36.291Z] 33b1e0a273af: Pulling fs layer [2022-03-31T11:14:36.291Z] 5d3b04190fa2: Pulling fs layer [2022-03-31T11:14:36.291Z] 2f39f015ded8: Pulling fs layer [2022-03-31T11:14:36.291Z] 3a2ae6a8a46f: Waiting [2022-03-31T11:14:36.291Z] 5d3b04190fa2: Waiting [2022-03-31T11:14:36.291Z] 33b1e0a273af: Waiting [2022-03-31T11:14:36.291Z] 2f39f015ded8: Waiting [2022-03-31T11:14:36.291Z] 5c69ac0246d0: Download complete [2022-03-31T11:14:36.291Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-31T11:14:36.291Z] 3a2ae6a8a46f: Download complete [2022-03-31T11:14:36.291Z] ec43610c2a17: Verifying Checksum [2022-03-31T11:14:36.291Z] ec43610c2a17: Download complete [2022-03-31T11:14:36.291Z] 33b1e0a273af: Verifying Checksum [2022-03-31T11:14:36.291Z] 33b1e0a273af: Download complete [2022-03-31T11:14:36.291Z] 5d3b04190fa2: Verifying Checksum [2022-03-31T11:14:36.291Z] 5d3b04190fa2: Download complete [2022-03-31T11:14:36.549Z] 5eb5b503b376: Download complete [2022-03-31T11:14:37.117Z] 2f39f015ded8: Download complete [2022-03-31T11:14:37.686Z] 5eb5b503b376: Pull complete [2022-03-31T11:14:37.947Z] 5c69ac0246d0: Pull complete [2022-03-31T11:14:38.516Z] ec43610c2a17: Pull complete [2022-03-31T11:14:38.516Z] 3a2ae6a8a46f: Pull complete [2022-03-31T11:14:38.776Z] 33b1e0a273af: Pull complete [2022-03-31T11:14:38.776Z] 5d3b04190fa2: Pull complete [2022-03-31T11:14:44.059Z] 2f39f015ded8: Pull complete [2022-03-31T11:14:44.059Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-31T11:14:44.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T11:14:44.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-31T11:14:44.130Z] prd-ubuntu20.04-docker-8c-8g-9585 does not seem to be running inside a container [2022-03-31T11:14:44.169Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-31T11:14:45.805Z] $ docker top c1d629ac541b7fc8131dd7a30fd2ef59e99bc60d3944a5b2033032b3761cf5bb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T11:14:46.170Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-31T11:14:46.463Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-31T11:14:46.755Z] + ls /var/log/sa-host [2022-03-31T11:14:46.755Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-31T11:14:46.962Z] provisioning config files... [2022-03-31T11:14:46.972Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2086025338687052501tmp [Pipeline] { [Pipeline] echo [2022-03-31T11:14:46.988Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:47.274Z] ---> create-netrc.sh [Pipeline] } [2022-03-31T11:14:47.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:47.623Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-31T11:14:47.633Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:47.925Z] ---> sudo-logs.sh [2022-03-31T11:14:47.925Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-31T11:14:47.973Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:48.261Z] ---> job-cost.sh [2022-03-31T11:14:48.261Z] lf-activate-venv: SKIPPING [2022-03-31T11:14:48.261Z] DEBUG: total: 0.10999999940395355 [2022-03-31T11:14:48.261Z] INFO: Retrieving Stack Cost... [2022-03-31T11:14:48.833Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-31T11:14:49.403Z] INFO: Archiving Costs [Pipeline] echo [2022-03-31T11:14:49.418Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T11:14:49.706Z] ---> logs-deploy.sh [2022-03-31T11:14:49.706Z] lf-activate-venv: SKIPPING [2022-03-31T11:14:49.706Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3939/3 [2022-03-31T11:14:49.706Z] INFO: archiving workspace using pattern(s): [2022-03-31T11:14:50.646Z] Archives upload complete. [2022-03-31T11:14:50.904Z] INFO: archiving logs to Nexus