Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4cd714d9d5ccda3fa4188006ba35f40055f4264a+6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d (248a7d3f4555806325569666735d34227eeba405) 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-ssh12021362250327046070.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-ssh16482496072215605401.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-3920/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-3920/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10691989319057496647.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-ssh1893591645059913080.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-3920/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-3920/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9405789358970782991.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-8690 in /w/workspace/edgexfoundry_edgex-go_PR-3920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3920/head:refs/remotes/origin/PR-3920 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d into PR head commit 4cd714d9d5ccda3fa4188006ba35f40055f4264a Merge succeeded, producing b0bc550a03c616ad7e462cc52311f7b4a54c6e15 Checking out Revision b0bc550a03c616ad7e462cc52311f7b4a54c6e15 (PR-3920) > git config core.sparsecheckout # timeout=10 > git checkout -f 4cd714d9d5ccda3fa4188006ba35f40055f4264a # 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 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0bc550a03c616ad7e462cc52311f7b4a54c6e15 # timeout=10 Commit message: "Merge commit '6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d' into HEAD" > git rev-list --no-walk 4cd714d9d5ccda3fa4188006ba35f40055f4264a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-23T20:29:49.421Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-23T20:29:49.462Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-23T20:29:49.475Z] ========================================================= [2022-03-23T20:29:49.475Z] EdgeX Global Pipelines Version Info [2022-03-23T20:29:49.475Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:29:50.258Z] ------------------- [2022-03-23T20:29:50.258Z] stable info: [2022-03-23T20:29:50.258Z] ------------------- [2022-03-23T20:29:50.258Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-23T20:29:50.258Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T20:29:50.258Z] Message: update stable to v1.0.221 [2022-03-23T20:29:50.834Z] ------------------- [2022-03-23T20:29:50.834Z] experimental info: [2022-03-23T20:29:50.834Z] ------------------- [2022-03-23T20:29:50.834Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-23T20:29:50.834Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T20:29:50.834Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-23T20:29:50.961Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-23T20:29:50.969Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-23T20:29:50.979Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-23T20:29:50.987Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-23T20:29:50.995Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-23T20:29:51.002Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-23T20:29:51.011Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-23T20:29:51.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-23T20:29:51.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-23T20:29:51.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-23T20:29:51.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-23T20:29:51.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-23T20:29:51.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-23T20:29:51.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-23T20:29:51.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-23T20:29:51.134Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T20:29:51.148Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T20:29:51.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-23T20:29:51.181Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-23T20:29:51.194Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-23T20:29:51.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-23T20:29:51.217Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-23T20:29:51.227Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3920 [Pipeline] echo [2022-03-23T20:29:51.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3920 [Pipeline] echo [2022-03-23T20:29:51.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3920 [Pipeline] echo [2022-03-23T20:29:51.258Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [Pipeline] echo [2022-03-23T20:29:51.272Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0bc550 [Pipeline] echo [2022-03-23T20:29:51.284Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T20:29:51.324Z] provisioning config files... [2022-03-23T20:29:51.337Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6347298440388091758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:29:51.650Z] ---> docker-login.sh [2022-03-23T20:29:51.650Z] nexus3.edgexfoundry.org:10001 [2022-03-23T20:29:51.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:29:51.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:29:51.913Z] Configure a credential helper to remove this warning. See [2022-03-23T20:29:51.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:29:51.913Z] [2022-03-23T20:29:51.913Z] Login Succeeded [2022-03-23T20:29:51.913Z] nexus3.edgexfoundry.org:10002 [2022-03-23T20:29:52.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:29:52.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:29:52.175Z] Configure a credential helper to remove this warning. See [2022-03-23T20:29:52.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:29:52.175Z] [2022-03-23T20:29:52.175Z] Login Succeeded [2022-03-23T20:29:52.175Z] nexus3.edgexfoundry.org:10003 [2022-03-23T20:29:52.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:29:52.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:29:52.176Z] Configure a credential helper to remove this warning. See [2022-03-23T20:29:52.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:29:52.176Z] [2022-03-23T20:29:52.176Z] Login Succeeded [2022-03-23T20:29:52.176Z] nexus3.edgexfoundry.org:10004 [2022-03-23T20:29:52.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:29:52.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:29:52.437Z] Configure a credential helper to remove this warning. See [2022-03-23T20:29:52.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:29:52.437Z] [2022-03-23T20:29:52.437Z] Login Succeeded [2022-03-23T20:29:52.437Z] docker.io [2022-03-23T20:29:52.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:29:53.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:29:53.009Z] Configure a credential helper to remove this warning. See [2022-03-23T20:29:53.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:29:53.009Z] [2022-03-23T20:29:53.009Z] Login Succeeded [2022-03-23T20:29:53.009Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T20:29:53.017Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T20:29:53.330Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-03-23T20:29:53.330Z] + + dirnamecut cmd/core-command/Dockerfile -d/ [2022-03-23T20:29:53.330Z] -f2 [2022-03-23T20:29:53.330Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-23T20:29:53.330Z] + dirname cmd/core-data/Dockerfile [2022-03-23T20:29:53.330Z] + cut -d/ -f2 [2022-03-23T20:29:53.330Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-23T20:29:53.330Z] + + cut -d/ -f2 [2022-03-23T20:29:53.330Z] dirname cmd/core-metadata/Dockerfile [2022-03-23T20:29:53.330Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-23T20:29:53.330Z] + + cut -d/ -f2 [2022-03-23T20:29:53.330Z] dirname cmd/security-bootstrapper/Dockerfile [2022-03-23T20:29:53.330Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-23T20:29:53.330Z] + cut -d/ -f2 [2022-03-23T20:29:53.330Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-23T20:29:53.330Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-23T20:29:53.330Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-23T20:29:53.330Z] + cut -d/ -f2 [2022-03-23T20:29:53.330Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-23T20:29:53.330Z] + dirname cmd/support-notifications/Dockerfile [2022-03-23T20:29:53.330Z] + cut -d/ -f2 [2022-03-23T20:29:53.330Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-23T20:29:53.330Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-23T20:29:53.330Z] + cut -d/ -f2 [2022-03-23T20:29:53.330Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-23T20:29:53.330Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-03-23T20:29:53.330Z] + cut -d/ -f2 [2022-03-23T20:29:53.330Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-23T20:29:53.448Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-23T20:29:53.811Z] + git rev-list -1 --merges b0bc550a03c616ad7e462cc52311f7b4a54c6e15~1..b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [Pipeline] echo [2022-03-23T20:29:53.825Z] -----------> git rev-list -1 --merges b0bc550a03c616ad7e462cc52311f7b4a54c6e15~1..b0bc550a03c616ad7e462cc52311f7b4a54c6e15 b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:29:53.825Z] b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [false] [Pipeline] sh [2022-03-23T20:29:54.119Z] + git log --format=format:%s -1 b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [Pipeline] echo [2022-03-23T20:29:54.136Z] ========================================================= [2022-03-23T20:29:54.136Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-23T20:29:54.136Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-23T20:29:54.553Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T20:29:54.553Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-23T20:29:54.553Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-23T20:29:54.553Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-23T20:29:54.553Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2022-03-23T20:29:54.553Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-23T20:29:54.553Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:29:54.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T20:29:54.897Z] [2022-03-23T20:29:54.897Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:29:55.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T20:29:55.206Z] latest: Pulling from edgex-devops/git-semver [2022-03-23T20:29:55.206Z] a0d0a0d46f8b: Pulling fs layer [2022-03-23T20:29:55.206Z] 3e5f54012d9b: Pulling fs layer [2022-03-23T20:29:55.206Z] 4c7163046ea9: Pulling fs layer [2022-03-23T20:29:55.206Z] 0c2d73faf560: Pulling fs layer [2022-03-23T20:29:55.206Z] 0c2d73faf560: Waiting [2022-03-23T20:29:55.206Z] 3e5f54012d9b: Verifying Checksum [2022-03-23T20:29:55.206Z] 3e5f54012d9b: Download complete [2022-03-23T20:29:55.206Z] a0d0a0d46f8b: Download complete [2022-03-23T20:29:55.206Z] 0c2d73faf560: Verifying Checksum [2022-03-23T20:29:55.206Z] 0c2d73faf560: Download complete [2022-03-23T20:29:55.206Z] 4c7163046ea9: Verifying Checksum [2022-03-23T20:29:55.206Z] 4c7163046ea9: Download complete [2022-03-23T20:29:55.472Z] a0d0a0d46f8b: Pull complete [2022-03-23T20:29:55.472Z] 3e5f54012d9b: Pull complete [2022-03-23T20:29:56.052Z] 4c7163046ea9: Pull complete [2022-03-23T20:29:56.053Z] 0c2d73faf560: Pull complete [2022-03-23T20:29:56.053Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-23T20:29:56.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T20:29:56.053Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-23T20:29:56.133Z] prd-ubuntu20.04-docker-8c-8g-8690 does not seem to be running inside a container [2022-03-23T20:29:56.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-23T20:29:56.934Z] $ docker top ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T20:29:57.047Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T20:29:57.047Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T20:29:57.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T20:29:57.193Z] $ docker exec ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 ssh-agent [2022-03-23T20:29:57.320Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFmeMHG/agent.15 [2022-03-23T20:29:57.320Z] SSH_AGENT_PID=21 [2022-03-23T20:29:57.328Z] Running ssh-add (command line suppressed) [2022-03-23T20:29:57.458Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2908991790718012601.key (/w/workspace/edgex-go/2@tmp/private_key_2908991790718012601.key) [2022-03-23T20:29:57.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T20:29:57.765Z] + git tag --points-at HEAD [Pipeline] } [2022-03-23T20:29:57.787Z] $ docker exec --env ******** --env ******** ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 ssh-agent -k [2022-03-23T20:29:57.910Z] unset SSH_AUTH_SOCK; [2022-03-23T20:29:57.910Z] unset SSH_AGENT_PID; [2022-03-23T20:29:57.910Z] echo Agent pid 21 killed; [2022-03-23T20:29:57.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-23T20:29:57.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T20:29:57.943Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T20:29:58.082Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T20:29:58.086Z] $ docker exec ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 ssh-agent [2022-03-23T20:29:58.214Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXpcbmme/agent.55 [2022-03-23T20:29:58.214Z] SSH_AGENT_PID=61 [2022-03-23T20:29:58.219Z] Running ssh-add (command line suppressed) [2022-03-23T20:29:58.341Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2821232949805251645.key (/w/workspace/edgex-go/2@tmp/private_key_2821232949805251645.key) [2022-03-23T20:29:58.356Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T20:29:58.640Z] + git semver init [2022-03-23T20:29:58.640Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T20:29:58.640Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2022-03-23T20:29:58.640Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2022-03-23T20:29:58.640Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T20:29:58.640Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T20:29:58.640Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T20:29:58.640Z] # $SEMVER_BRANCH = PR-3920 [2022-03-23T20:29:58.640Z] # $SEMVER_TEMP = /tmp/semver-929814457 [2022-03-23T20:29:58.640Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-23T20:30:10.892Z] # '/tmp/semver-929814457' -> '/w/workspace/edgex-go/2/.semver' [2022-03-23T20:30:11.153Z] # -> Force: false [2022-03-23T20:30:11.153Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2022-03-23T20:30:11.165Z] $ docker exec --env ******** --env ******** ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 ssh-agent -k [2022-03-23T20:30:11.281Z] unset SSH_AUTH_SOCK; [2022-03-23T20:30:11.282Z] unset SSH_AGENT_PID; [2022-03-23T20:30:11.282Z] echo Agent pid 61 killed; [2022-03-23T20:30:11.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T20:30:11.596Z] + git semver [Pipeline] } [2022-03-23T20:30:11.613Z] $ docker stop --time=1 ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 [2022-03-23T20:30:13.436Z] $ docker rm -f ea886f768fd0805ca5a0c4808958873e15c865a0b8ed4aab6f9f527315f6ac19 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T20:30:13.816Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-23T20:30:14.088Z] Stashed 1 file(s) [Pipeline] echo [2022-03-23T20:30:14.092Z] [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-23T20:30:14.238Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T20:30:14.251Z] ========================================================= [2022-03-23T20:30:14.251Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-23T20:30:14.251Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T20:30:14.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T20:30:14.544Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-23T20:30:14.544Z] 59bf1c3509f3: Pulling fs layer [2022-03-23T20:30:14.544Z] 666ba61612fd: Pulling fs layer [2022-03-23T20:30:14.544Z] 8ed8ca486205: Pulling fs layer [2022-03-23T20:30:14.544Z] 4fe6c5a15a65: Pulling fs layer [2022-03-23T20:30:14.544Z] 22a0e8bec74d: Pulling fs layer [2022-03-23T20:30:14.544Z] 640e595b4fbd: Pulling fs layer [2022-03-23T20:30:14.544Z] 763cafe07f6e: Pulling fs layer [2022-03-23T20:30:14.544Z] 0c0b528cf693: Pulling fs layer [2022-03-23T20:30:14.544Z] 10935f4eaf8b: Pulling fs layer [2022-03-23T20:30:14.544Z] 640e595b4fbd: Waiting [2022-03-23T20:30:14.544Z] 763cafe07f6e: Waiting [2022-03-23T20:30:14.544Z] 0c0b528cf693: Waiting [2022-03-23T20:30:14.544Z] 10935f4eaf8b: Waiting [2022-03-23T20:30:14.544Z] 4fe6c5a15a65: Waiting [2022-03-23T20:30:14.544Z] 22a0e8bec74d: Waiting [2022-03-23T20:30:14.544Z] 8ed8ca486205: Verifying Checksum [2022-03-23T20:30:14.544Z] 8ed8ca486205: Download complete [2022-03-23T20:30:14.544Z] 666ba61612fd: Download complete [2022-03-23T20:30:14.544Z] 22a0e8bec74d: Verifying Checksum [2022-03-23T20:30:14.544Z] 22a0e8bec74d: Download complete [2022-03-23T20:30:14.544Z] 59bf1c3509f3: Verifying Checksum [2022-03-23T20:30:14.544Z] 59bf1c3509f3: Download complete [2022-03-23T20:30:14.544Z] 640e595b4fbd: Verifying Checksum [2022-03-23T20:30:14.544Z] 640e595b4fbd: Download complete [2022-03-23T20:30:14.544Z] 763cafe07f6e: Verifying Checksum [2022-03-23T20:30:14.544Z] 763cafe07f6e: Download complete [2022-03-23T20:30:14.804Z] 0c0b528cf693: Verifying Checksum [2022-03-23T20:30:14.805Z] 0c0b528cf693: Download complete [2022-03-23T20:30:14.805Z] 59bf1c3509f3: Pull complete [2022-03-23T20:30:14.805Z] 666ba61612fd: Pull complete [2022-03-23T20:30:15.066Z] 8ed8ca486205: Pull complete [2022-03-23T20:30:15.324Z] 10935f4eaf8b: Verifying Checksum [2022-03-23T20:30:15.324Z] 10935f4eaf8b: Download complete [2022-03-23T20:30:15.324Z] 4fe6c5a15a65: Verifying Checksum [2022-03-23T20:30:15.324Z] 4fe6c5a15a65: Download complete [2022-03-23T20:30:19.514Z] 4fe6c5a15a65: Pull complete [2022-03-23T20:30:19.514Z] 22a0e8bec74d: Pull complete [2022-03-23T20:30:19.514Z] 640e595b4fbd: Pull complete [2022-03-23T20:30:19.514Z] 763cafe07f6e: Pull complete [2022-03-23T20:30:19.514Z] 0c0b528cf693: Pull complete [2022-03-23T20:30:22.065Z] 10935f4eaf8b: Pull complete [2022-03-23T20:30:22.065Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-23T20:30:22.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T20:30:22.065Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-23T20:30:22.367Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T20:30:22.367Z] WORKDIR /edgex [2022-03-23T20:30:22.367Z] COPY go.mod . [2022-03-23T20:30:22.367Z] RUN go mod download [2022-03-23T20:30:22.367Z] + docker build -t ci-base-image-x86_64 -f - . [2022-03-23T20:30:23.750Z] Sending build context to Docker daemon 334.2MB [2022-03-23T20:30:23.750Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T20:30:23.750Z] ---> 99d49a6021b9 [2022-03-23T20:30:23.750Z] Step 2/4 : WORKDIR /edgex [2022-03-23T20:30:25.682Z] ---> Running in 8c8cd7f9850b [2022-03-23T20:30:25.682Z] Removing intermediate container 8c8cd7f9850b [2022-03-23T20:30:25.682Z] ---> a564f05578a4 [2022-03-23T20:30:25.682Z] Step 3/4 : COPY go.mod . [2022-03-23T20:30:25.945Z] ---> 0e22bee48dda [2022-03-23T20:30:25.945Z] Step 4/4 : RUN go mod download [2022-03-23T20:30:25.945Z] ---> Running in ff4aa3b67031 [2022-03-23T20:30:29.173Z] Still waiting to schedule task [2022-03-23T20:30:29.174Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-23T20:30:52.538Z] Removing intermediate container ff4aa3b67031 [2022-03-23T20:30:52.538Z] ---> 4632683c9cda [2022-03-23T20:30:52.538Z] Successfully built 4632683c9cda [2022-03-23T20:30:52.538Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:30:52.842Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T20:30:52.842Z] . [Pipeline] withDockerContainer [2022-03-23T20:30:52.914Z] prd-ubuntu20.04-docker-8c-8g-8690 does not seem to be running inside a container [2022-03-23T20:30:52.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-23T20:30:53.438Z] $ docker top 7d24a3619ca90eb8d1364f1ad3ca3e0822bded3ac1e838207b0661d6aa580aed -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:30:53.859Z] + go version [2022-03-23T20:30:53.859Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-23T20:30:53.875Z] $ docker stop --time=1 7d24a3619ca90eb8d1364f1ad3ca3e0822bded3ac1e838207b0661d6aa580aed [2022-03-23T20:30:55.165Z] $ docker rm -f 7d24a3619ca90eb8d1364f1ad3ca3e0822bded3ac1e838207b0661d6aa580aed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:30:55.577Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T20:30:55.577Z] . [Pipeline] withDockerContainer [2022-03-23T20:30:55.674Z] prd-ubuntu20.04-docker-8c-8g-8690 does not seem to be running inside a container [2022-03-23T20:30:55.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-23T20:30:56.226Z] $ docker top fb58ea417ec63044ac17dc7dd832d5f384dc7fb5e933f2da93124666b7e3fbbd -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-23T20:30:56.313Z] ========================================================= [2022-03-23T20:30:56.313Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-23T20:30:56.313Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T20:30:56.599Z] + make test [2022-03-23T20:30:56.599Z] go mod tidy [2022-03-23T20:30:56.860Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-23T20:31:03.438Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-23T20:31:13.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-23T20:31:13.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.065s coverage: 28.7% of statements [2022-03-23T20:31:13.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-23T20:31:13.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-23T20:31:14.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.092s coverage: 98.5% of statements [2022-03-23T20:31:14.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-23T20:31:14.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.112s coverage: 54.9% of statements [2022-03-23T20:31:14.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-23T20:31:14.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.886s coverage: 89.2% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.069s coverage: 84.4% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.362s coverage: 94.2% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.062s coverage: 72.2% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.082s coverage: 0.9% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 24.0% of statements [2022-03-23T20:31:18.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.101s coverage: 47.1% of statements [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.054s coverage: 79.5% of statements [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2022-03-23T20:31:18.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2022-03-23T20:31:26.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2022-03-23T20:31:26.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2022-03-23T20:31:29.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.171s coverage: 82.5% of statements [2022-03-23T20:31:29.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 58.8% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 85.4% of statements [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.2% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-23T20:31:39.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 64.4% of statements [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-23T20:31:39.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 65.4% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.163s coverage: 43.8% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 17.7% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.075s coverage: 63.2% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.100s coverage: 97.7% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-23T20:31:39.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-03-23T20:31:39.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-03-23T20:31:39.148Z] 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-23T20:31:54.058Z] GO111MODULE=on go vet ./... [2022-03-23T20:31:57.353Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-23T20:31:57.353Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-23T20:31:57.615Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-23T20:31:58.204Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-23T20:31:58.497Z] + ls -al . [2022-03-23T20:31:58.497Z] total 676 [2022-03-23T20:31:58.497Z] drwxrwxr-x 10 1001 1001 4096 Mar 23 20:31 . [2022-03-23T20:31:58.497Z] drwxr-xr-x 4 root root 4096 Mar 23 20:30 .. [2022-03-23T20:31:58.497Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 20:29 .dockerignore [2022-03-23T20:31:58.497Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 20:29 .git [2022-03-23T20:31:58.497Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 20:29 .github [2022-03-23T20:31:58.497Z] -rw-rw-r-- 1 1001 1001 804 Mar 23 20:29 .gitignore [2022-03-23T20:31:58.497Z] -rw-rw-r-- 1 1001 1001 42 Mar 23 20:29 .golangci.yml [2022-03-23T20:31:58.497Z] -rw-rw-r-- 1 1001 1001 76 Mar 23 20:29 .hadolint.yml [2022-03-23T20:31:58.498Z] drwx------ 3 1001 1001 4096 Mar 23 20:30 .semver [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 20:29 .sonarcloud.properties [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 1171 Mar 23 20:29 ADOPTERS.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 9019 Mar 23 20:29 Attribution.txt [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 51732 Mar 23 20:29 CHANGELOG.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 20:29 CONTRIBUTING.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 677 Mar 23 20:29 GOVERNANCE.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 849 Mar 23 20:29 Jenkinsfile [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 20:29 LICENSE [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 6508 Mar 23 20:29 Makefile [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 582 Mar 23 20:29 OWNERS.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 8207 Mar 23 20:29 README.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 6912 Mar 23 20:29 SECURITY.md [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 20:30 VERSION [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 20:29 ZMQWindows.md [2022-03-23T20:31:58.498Z] drwxrwxr-x 2 1001 1001 4096 Mar 23 20:29 bin [2022-03-23T20:31:58.498Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 20:29 cmd [2022-03-23T20:31:58.498Z] -rw-r--r-- 1 root root 426503 Mar 23 20:31 coverage.out [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 2827 Mar 23 20:29 go.mod [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 50579 Mar 23 20:29 go.sum [2022-03-23T20:31:58.498Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 20:29 internal [2022-03-23T20:31:58.498Z] drwxrwxr-x 3 1001 1001 4096 Mar 23 20:29 openapi [2022-03-23T20:31:58.498Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 20:29 snap [2022-03-23T20:31:58.498Z] -rw-rw-r-- 1 1001 1001 204 Mar 23 20:29 version.go [Pipeline] sh [2022-03-23T20:31:58.798Z] + '[' -e coverage.out ] [2022-03-23T20:31:58.798Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-23T20:31:58.895Z] Stashed 1 file(s) [Pipeline] sh [2022-03-23T20:31:59.176Z] + make build [2022-03-23T20:31:59.176Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T20:32:00.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T20:32:05.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T20:32:06.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T20:32:07.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T20:32:07.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T20:32:08.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T20:32:09.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T20:32:10.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T20:32:11.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T20:32:11.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T20:32:12.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2022-03-23T20:32:13.636Z] $ docker stop --time=1 fb58ea417ec63044ac17dc7dd832d5f384dc7fb5e933f2da93124666b7e3fbbd [2022-03-23T20:32:15.911Z] $ docker rm -f fb58ea417ec63044ac17dc7dd832d5f384dc7fb5e933f2da93124666b7e3fbbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:32:16.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T20:32:16.778Z] [2022-03-23T20:32:16.778Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:32:17.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T20:32:17.085Z] latest: Pulling from edgex-devops/edgex-compose [2022-03-23T20:32:17.085Z] cbdbe7a5bc2a: Pulling fs layer [2022-03-23T20:32:17.085Z] ca9280d653b3: Pulling fs layer [2022-03-23T20:32:17.085Z] 7e9c9ca2126c: Pulling fs layer [2022-03-23T20:32:17.085Z] cbdbe7a5bc2a: Verifying Checksum [2022-03-23T20:32:17.085Z] cbdbe7a5bc2a: Download complete [2022-03-23T20:32:17.343Z] cbdbe7a5bc2a: Pull complete [2022-03-23T20:32:17.343Z] ca9280d653b3: Verifying Checksum [2022-03-23T20:32:17.343Z] ca9280d653b3: Download complete [2022-03-23T20:32:17.604Z] 7e9c9ca2126c: Download complete [2022-03-23T20:32:17.604Z] ca9280d653b3: Pull complete [2022-03-23T20:32:20.897Z] 7e9c9ca2126c: Pull complete [2022-03-23T20:32:20.897Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-03-23T20:32:20.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T20:32:20.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-03-23T20:32:20.964Z] prd-ubuntu20.04-docker-8c-8g-8690 does not seem to be running inside a container [2022-03-23T20:32:21.002Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-23T20:32:22.510Z] $ docker top 04935297ae835e3e8f547aba1af9a4e783affccb88f7646c734fc4ddc204e025 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:32:22.863Z] + docker-compose build --help [2022-03-23T20:32:22.863Z] + grep parallel [2022-03-23T20:32:23.432Z] --parallel Build images in parallel. [Pipeline] } [2022-03-23T20:32:23.448Z] $ docker stop --time=1 04935297ae835e3e8f547aba1af9a4e783affccb88f7646c734fc4ddc204e025 [2022-03-23T20:32:24.762Z] $ docker rm -f 04935297ae835e3e8f547aba1af9a4e783affccb88f7646c734fc4ddc204e025 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:32:25.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T20:32:25.151Z] . [Pipeline] withDockerContainer [2022-03-23T20:32:25.263Z] prd-ubuntu20.04-docker-8c-8g-8690 does not seem to be running inside a container [2022-03-23T20:32:25.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-23T20:32:25.713Z] $ docker top 841dde770846421d76438b90987fe3f9fcaa2ad1dfb005255a9729eabaefcc04 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:32:26.079Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-23T20:32:26.647Z] Building core-command ... [2022-03-23T20:32:26.648Z] Building core-data ... [2022-03-23T20:32:26.648Z] Building core-metadata ... [2022-03-23T20:32:26.648Z] Building security-bootstrapper ... [2022-03-23T20:32:26.648Z] Building security-proxy-setup ... [2022-03-23T20:32:26.648Z] Building security-secretstore-setup ... [2022-03-23T20:32:26.648Z] Building support-notifications ... [2022-03-23T20:32:26.648Z] Building support-scheduler ... [2022-03-23T20:32:26.648Z] Building sys-mgmt-agent ... [2022-03-23T20:32:26.648Z] Building sys-mgmt-agent [2022-03-23T20:32:26.648Z] Building core-command [2022-03-23T20:32:26.648Z] Building core-data [2022-03-23T20:32:26.648Z] Building security-secretstore-setup [2022-03-23T20:32:26.648Z] Building security-proxy-setup [2022-03-23T20:32:41.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:32:41.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:32:41.537Z] ---> 4632683c9cda [2022-03-23T20:32:41.537Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:32:41.537Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:32:41.537Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:32:41.537Z] ---> 4632683c9cda [2022-03-23T20:32:41.537Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T20:32:41.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:32:41.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:32:41.537Z] ---> 4632683c9cda [2022-03-23T20:32:41.537Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:32:41.537Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:32:41.537Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:32:41.537Z] ---> 4632683c9cda [2022-03-23T20:32:41.537Z] Step 3/25 : WORKDIR /edgex-go [2022-03-23T20:32:41.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:32:41.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:32:41.537Z] ---> 4632683c9cda [2022-03-23T20:32:41.537Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:32:43.457Z] ---> Running in 2e88a41378ab [2022-03-23T20:32:43.457Z] ---> Running in 4c996d9ce6a0 [2022-03-23T20:32:43.457Z] ---> Running in b418a1eb65bf [2022-03-23T20:32:43.457Z] ---> Running in 8a9d6d12ad01 [2022-03-23T20:32:43.457Z] ---> Running in 086c8f72e3fb [2022-03-23T20:32:43.457Z] Removing intermediate container 086c8f72e3fb [2022-03-23T20:32:43.457Z] ---> 05e2abcb7606 [2022-03-23T20:32:43.457Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:32:43.457Z] Removing intermediate container 2e88a41378ab [2022-03-23T20:32:43.457Z] ---> cbc0481b3a21 [2022-03-23T20:32:43.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:32:43.457Z] Removing intermediate container 8a9d6d12ad01 [2022-03-23T20:32:43.457Z] ---> 71d0ebc4d71c [2022-03-23T20:32:43.457Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:32:43.457Z] Removing intermediate container b418a1eb65bf [2022-03-23T20:32:43.457Z] ---> 151b0041d8ee [2022-03-23T20:32:43.457Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:32:43.457Z] Removing intermediate container 4c996d9ce6a0 [2022-03-23T20:32:43.457Z] ---> 165a1d32083d [2022-03-23T20:32:43.458Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:32:43.743Z] ---> Running in 28c59e9b3725 [2022-03-23T20:32:43.743Z] ---> Running in f96dacd5d305 [2022-03-23T20:32:43.743Z] ---> Running in efdcfd06a28c [2022-03-23T20:32:43.743Z] ---> Running in 21f99f622265 [2022-03-23T20:32:43.743Z] ---> Running in 6dbd6e08312b [2022-03-23T20:32:44.678Z] Removing intermediate container 28c59e9b3725 [2022-03-23T20:32:44.678Z] ---> 7e0bc7d28c41 [2022-03-23T20:32:44.678Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T20:32:44.936Z] Removing intermediate container f96dacd5d305 [2022-03-23T20:32:44.936Z] ---> 75b1955fff87 [2022-03-23T20:32:44.936Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T20:32:44.936Z] Removing intermediate container 21f99f622265 [2022-03-23T20:32:44.936Z] ---> 8d1a9fc5a8a6 [2022-03-23T20:32:44.936Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-23T20:32:44.936Z] ---> Running in 594d654b87ad [2022-03-23T20:32:44.936Z] ---> Running in de9ce2bf7f96 [2022-03-23T20:32:44.936Z] ---> Running in b8d020557149 [2022-03-23T20:32:45.195Z] Removing intermediate container efdcfd06a28c [2022-03-23T20:32:45.195Z] ---> 0297e6e2d632 [2022-03-23T20:32:45.195Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-23T20:32:45.455Z] ---> Running in ed3e5dc84c4f [2022-03-23T20:32:45.455Z] Removing intermediate container 6dbd6e08312b [2022-03-23T20:32:45.455Z] ---> 80c23f186b66 [2022-03-23T20:32:45.455Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-23T20:32:45.455Z] ---> Running in 3cb98a4baf00 [2022-03-23T20:32:45.455Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:45.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:45.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:45.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:45.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:46.284Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:46.547Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:46.547Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:46.547Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:46.547Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:32:46.547Z] OK: 221 MiB in 52 packages [2022-03-23T20:32:46.809Z] OK: 221 MiB in 52 packages [2022-03-23T20:32:46.809Z] OK: 221 MiB in 52 packages [2022-03-23T20:32:46.809Z] OK: 221 MiB in 52 packages [2022-03-23T20:32:47.069Z] OK: 221 MiB in 52 packages [2022-03-23T20:32:47.455Z] Removing intermediate container 594d654b87ad [2022-03-23T20:32:47.455Z] ---> 968f94482b0e [2022-03-23T20:32:47.455Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:32:48.028Z] ---> 566303ed0a2e [2022-03-23T20:32:48.028Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:32:48.363Z] Removing intermediate container b8d020557149 [2022-03-23T20:32:48.363Z] ---> cff4adf73e2a [2022-03-23T20:32:48.363Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:32:48.363Z] Removing intermediate container de9ce2bf7f96 [2022-03-23T20:32:48.363Z] ---> 70d71f2b56e4 [2022-03-23T20:32:48.363Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T20:32:48.363Z] ---> Running in 0b8b94a7a34b [2022-03-23T20:32:48.623Z] Removing intermediate container 3cb98a4baf00 [2022-03-23T20:32:48.623Z] ---> 815e32f573a4 [2022-03-23T20:32:48.623Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:32:48.623Z] Removing intermediate container ed3e5dc84c4f [2022-03-23T20:32:48.623Z] ---> 58cd3993a4e5 [2022-03-23T20:32:48.623Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-23T20:32:48.885Z] ---> 5bbb7d14e5bd [2022-03-23T20:32:48.885Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:32:48.885Z] ---> f60f3b0f6e75 [2022-03-23T20:32:48.885Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:32:49.145Z] ---> Running in 20e6162984d7 [2022-03-23T20:32:49.145Z] ---> Running in b585a472c6e3 [2022-03-23T20:32:49.405Z] ---> d0b38dc957f8 [2022-03-23T20:32:49.405Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:32:49.405Z] ---> 7b93d38c6c57 [2022-03-23T20:32:49.405Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:32:49.677Z] ---> Running in e87b5e92619e [2022-03-23T20:32:49.677Z] ---> Running in c58751abcd3b [2022-03-23T20:32:49.939Z] Removing intermediate container 0b8b94a7a34b [2022-03-23T20:32:49.939Z] ---> 550af6e04571 [2022-03-23T20:32:49.939Z] Step 8/23 : COPY . . [2022-03-23T20:32:51.909Z] Removing intermediate container 20e6162984d7 [2022-03-23T20:32:51.909Z] ---> e006e2b6e4cf [2022-03-23T20:32:51.909Z] Step 8/22 : COPY . . [2022-03-23T20:32:51.909Z] Removing intermediate container b585a472c6e3 [2022-03-23T20:32:51.909Z] ---> 483cffca4d7d [2022-03-23T20:32:51.909Z] Step 8/23 : COPY . . [2022-03-23T20:32:51.909Z] Removing intermediate container e87b5e92619e [2022-03-23T20:32:51.909Z] ---> b366ae4f2ef4 [2022-03-23T20:32:51.909Z] Step 8/23 : COPY . . [2022-03-23T20:32:52.168Z] Removing intermediate container c58751abcd3b [2022-03-23T20:32:52.168Z] ---> a45488559f29 [2022-03-23T20:32:52.168Z] Step 8/25 : COPY . . [2022-03-23T20:32:58.988Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8696 in /w/workspace/edgexfoundry_edgex-go_PR-3920 [Pipeline] { [Pipeline] ws [2022-03-23T20:32:59.001Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2022-03-23T20:32:59.237Z] The recommended git tool is: git [2022-03-23T20:33:02.176Z] ---> fafe5359b341 [2022-03-23T20:33:02.176Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-23T20:33:02.176Z] ---> d9c30e79597a [2022-03-23T20:33:02.176Z] ---> 8ff15eaa6c71 [2022-03-23T20:33:02.176Z] Step 9/23 : RUN make cmd/core-data/core-dataStep 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-23T20:33:02.176Z] [2022-03-23T20:33:02.176Z] ---> 4c758ef097ab [2022-03-23T20:33:02.176Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-23T20:33:02.176Z] ---> 35bb6f5bcc71 [2022-03-23T20:33:02.176Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-23T20:33:02.176Z] ---> Running in c5510694623c [2022-03-23T20:33:02.176Z] ---> Running in b19d1ee8cffd [2022-03-23T20:33:02.176Z] ---> Running in 35c33ac1e6df [2022-03-23T20:33:02.176Z] ---> Running in b4031f957e9f [2022-03-23T20:33:02.176Z] ---> Running in e99fc9f1cf4e [2022-03-23T20:33:02.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T20:33:02.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T20:33:02.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T20:33:02.176Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T20:33:02.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T20:33:07.524Z] using credential edgex-jenkins-ssh [2022-03-23T20:33:07.547Z] Cloning the remote Git repository [2022-03-23T20:33:07.628Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-23T20:33:07.767Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-03-23T20:33:07.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T20:33:07.954Z] > git --version # timeout=10 [2022-03-23T20:33:07.984Z] > git --version # 'git version 2.25.1' [2022-03-23T20:33:07.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T20:33:08.105Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T20:33:14.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T20:33:14.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T20:33:17.191Z] Removing intermediate container c5510694623c [2022-03-23T20:33:17.191Z] ---> dd4cc94cb092 [2022-03-23T20:33:17.191Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-23T20:33:17.191Z] Removing intermediate container e99fc9f1cf4e [2022-03-23T20:33:17.191Z] ---> e00705808908 [2022-03-23T20:33:17.191Z] [2022-03-23T20:33:17.191Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T20:33:17.191Z] ---> Running in 24f9cc2b16a0 [2022-03-23T20:33:17.191Z] Removing intermediate container 35c33ac1e6df [2022-03-23T20:33:17.191Z] ---> 8699ceea7409 [2022-03-23T20:33:17.191Z] [2022-03-23T20:33:17.191Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T20:33:17.450Z] 3.14: Pulling from library/alpine [2022-03-23T20:33:17.450Z] 3.14: Pulling from library/alpine [2022-03-23T20:33:17.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T20:33:18.389Z] Removing intermediate container b4031f957e9f [2022-03-23T20:33:18.389Z] ---> b4e4dda5f613 [2022-03-23T20:33:18.389Z] [2022-03-23T20:33:18.389Z] Step 10/22 : FROM alpine:3.14Removing intermediate container b19d1ee8cffd [2022-03-23T20:33:18.389Z] [2022-03-23T20:33:18.389Z] ---> dbedf568b9c6 [2022-03-23T20:33:18.389Z] [2022-03-23T20:33:18.389Z] Step 10/25 : FROM alpine:3.14 [2022-03-23T20:33:18.389Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T20:33:18.389Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T20:33:18.389Z] Status: Downloaded newer image for alpine:3.14 [2022-03-23T20:33:18.389Z] Status: Image is up to date for alpine:3.14 [2022-03-23T20:33:18.389Z] ---> a33ac4f1069a [2022-03-23T20:33:18.389Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T20:33:18.389Z] ---> a33ac4f1069a [2022-03-23T20:33:18.389Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-23T20:33:18.651Z] 3.14: Pulling from library/alpine [2022-03-23T20:33:18.651Z] 3.14: Pulling from library/alpine [2022-03-23T20:33:18.651Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T20:33:18.651Z] Status: Image is up to date for alpine:3.14 [2022-03-23T20:33:18.651Z] ---> Running in 1fb8e2960a3b [2022-03-23T20:33:18.651Z] ---> Running in 4b4d8bccd410 [2022-03-23T20:33:18.651Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T20:33:18.651Z] Status: Image is up to date for alpine:3.14 [2022-03-23T20:33:18.651Z] ---> a33ac4f1069a [2022-03-23T20:33:18.651Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-03-23T20:33:18.651Z] ---> a33ac4f1069a [2022-03-23T20:33:18.651Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-23T20:33:18.651Z] Removing intermediate container 24f9cc2b16a0 [2022-03-23T20:33:18.651Z] ---> 4f29d786b85b [2022-03-23T20:33:18.651Z] [2022-03-23T20:33:18.651Z] Step 11/23 : FROM docker:20.10.10 [2022-03-23T20:33:18.651Z] ---> Running in eb1694399ed8 [2022-03-23T20:33:18.651Z] ---> Running in 45fc0e945765 [2022-03-23T20:33:18.651Z] Removing intermediate container 1fb8e2960a3b [2022-03-23T20:33:18.651Z] ---> 5780da435960 [2022-03-23T20:33:18.651Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-23T20:33:18.651Z] 20.10.10: Pulling from library/docker [2022-03-23T20:33:18.910Z] ---> Running in 0869cbce1468 [2022-03-23T20:33:18.910Z] Removing intermediate container 0869cbce1468 [2022-03-23T20:33:18.910Z] ---> 29b596f26900 [2022-03-23T20:33:18.910Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-23T20:33:19.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:19.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:19.427Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-23T20:33:19.427Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:33:19.427Z] OK: 6 MiB in 15 packages [2022-03-23T20:33:19.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:19.427Z] ---> Running in f7d6681d7d62 [2022-03-23T20:33:19.427Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:19.695Z] (1/6) Installing ca-certificates (20211220-r0) [2022-03-23T20:33:19.695Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-03-23T20:33:19.695Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T20:33:19.695Z] (4/6) Installing libcurl (7.79.1-r0) [2022-03-23T20:33:19.695Z] (5/6) Installing curl (7.79.1-r0) [2022-03-23T20:33:19.695Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-03-23T20:33:19.695Z] Removing intermediate container f7d6681d7d62 [2022-03-23T20:33:19.695Z] ---> bd61843f108f [2022-03-23T20:33:19.695Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:33:19.695Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:33:19.695Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T20:33:19.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:19.695Z] ---> Running in 797c6a8b25ae [2022-03-23T20:33:19.957Z] OK: 8 MiB in 20 packages [2022-03-23T20:33:19.957Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:19.957Z] Removing intermediate container 4b4d8bccd410 [2022-03-23T20:33:19.957Z] ---> 980407efa981 [2022-03-23T20:33:19.957Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:33:19.957Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-23T20:33:20.224Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-23T20:33:20.224Z] (3/3) Installing su-exec (0.2-r1) [2022-03-23T20:33:20.224Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:33:20.224Z] ---> Running in f67a86187733 [2022-03-23T20:33:20.224Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T20:33:20.224Z] OK: 6 MiB in 17 packages [2022-03-23T20:33:20.484Z] Removing intermediate container f67a86187733 [2022-03-23T20:33:20.484Z] ---> 1c8797abedb1 [2022-03-23T20:33:20.484Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-23T20:33:20.484Z] ---> Running in 7f84d97236c6 [2022-03-23T20:33:20.484Z] Removing intermediate container eb1694399ed8 [2022-03-23T20:33:20.484Z] ---> d262ef50d7ba [2022-03-23T20:33:20.484Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T20:33:20.743Z] ---> Running in 536be97a8007 [2022-03-23T20:33:20.743Z] Removing intermediate container 7f84d97236c6 [2022-03-23T20:33:20.743Z] ---> c990ae38256f [2022-03-23T20:33:20.743Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T20:33:21.001Z] Removing intermediate container 797c6a8b25ae [2022-03-23T20:33:21.001Z] ---> 52c3968370ff [2022-03-23T20:33:21.001Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-23T20:33:21.001Z] ---> Running in e4ddd2d72fd0 [2022-03-23T20:33:21.001Z] ---> Running in a728077bc2e5 [2022-03-23T20:33:21.001Z] Removing intermediate container 536be97a8007 [2022-03-23T20:33:21.001Z] ---> 8da3cfd6c7ab [2022-03-23T20:33:21.001Z] Step 13/22 : WORKDIR /edgex [2022-03-23T20:33:21.001Z] Removing intermediate container 45fc0e945765 [2022-03-23T20:33:21.001Z] ---> 05fd385e5828 [2022-03-23T20:33:21.001Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T20:33:21.261Z] Removing intermediate container e4ddd2d72fd0 [2022-03-23T20:33:21.261Z] ---> db9f66131023 [2022-03-23T20:33:21.261Z] Step 15/23 : WORKDIR / [2022-03-23T20:33:21.261Z] ---> Running in 634bbeef3cee [2022-03-23T20:33:21.261Z] ---> Running in 6b8b7aa53a2d [2022-03-23T20:33:21.261Z] ---> Running in 022ab8059f86 [2022-03-23T20:33:21.520Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:21.520Z] Removing intermediate container 6b8b7aa53a2d [2022-03-23T20:33:21.520Z] ---> b6773c7556b0 [2022-03-23T20:33:21.520Z] Step 13/25 : WORKDIR / [2022-03-23T20:33:21.520Z] Removing intermediate container 634bbeef3cee [2022-03-23T20:33:21.520Z] ---> 87ccc6f3170e [2022-03-23T20:33:21.520Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-23T20:33:21.520Z] ---> Running in bf63b3df5473 [2022-03-23T20:33:21.520Z] Removing intermediate container 022ab8059f86 [2022-03-23T20:33:21.520Z] ---> a47f25675b93 [2022-03-23T20:33:21.520Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:33:21.777Z] ---> f026cf10d4d8 [2022-03-23T20:33:21.777Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-23T20:33:21.777Z] ---> 7a221869c213 [2022-03-23T20:33:21.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-23T20:33:21.777Z] Removing intermediate container bf63b3df5473 [2022-03-23T20:33:21.777Z] ---> abcfe53cea66 [2022-03-23T20:33:21.777Z] 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-23T20:33:22.345Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:22.345Z] ---> 7cab64868962 [2022-03-23T20:33:22.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-23T20:33:22.345Z] ---> b1c5b0bcd147 [2022-03-23T20:33:22.345Z] 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-23T20:33:22.345Z] ---> c0f3e22d4cfa [2022-03-23T20:33:22.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-23T20:33:22.605Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-23T20:33:22.605Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T20:33:22.605Z] ---> b92b4db6aecb [2022-03-23T20:33:22.605Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T20:33:22.605Z] ---> 443c89d14b83 [2022-03-23T20:33:22.605Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-23T20:33:22.605Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-23T20:33:22.605Z] ---> 71a0767a35cb [2022-03-23T20:33:22.605Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-23T20:33:22.865Z] ---> Running in 4af914c02bfe [2022-03-23T20:33:22.865Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-23T20:33:22.865Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-23T20:33:22.865Z] ---> b706a049f56e [2022-03-23T20:33:22.865Z] 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-23T20:33:22.865Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T20:33:22.865Z] ---> 7836cfb5a443 [2022-03-23T20:33:22.865Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-03-23T20:33:22.865Z] ---> Running in 54241c4e40d8 [2022-03-23T20:33:22.866Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-23T20:33:22.866Z] ---> Running in 0a3beb526fa2 [2022-03-23T20:33:22.866Z] ---> b88dec0becbd [2022-03-23T20:33:22.866Z] 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-23T20:33:22.866Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-23T20:33:22.866Z] Removing intermediate container 4af914c02bfe [2022-03-23T20:33:22.866Z] ---> c358acbfb66a [2022-03-23T20:33:22.866Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:33:23.125Z] Removing intermediate container 54241c4e40d8 [2022-03-23T20:33:23.125Z] ---> ce2698eac223 [2022-03-23T20:33:23.125Z] 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-23T20:33:23.125Z] ---> Running in 77a80a820923 [2022-03-23T20:33:23.125Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:33:23.125Z] OK: 8 MiB in 20 packages [2022-03-23T20:33:23.125Z] ---> Running in 530c6dc5d926 [2022-03-23T20:33:23.125Z] ---> bd3cbc856ddb [2022-03-23T20:33:23.125Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-23T20:33:23.125Z] Removing intermediate container 77a80a820923 [2022-03-23T20:33:23.125Z] ---> 0436d33470f4 [2022-03-23T20:33:23.125Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T20:33:23.385Z] ---> Running in 5695922a0e68 [2022-03-23T20:33:23.385Z] Removing intermediate container 5695922a0e68 [2022-03-23T20:33:23.385Z] ---> 3052e195d7a8 [2022-03-23T20:33:23.385Z] Step 22/23 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:33:23.385Z] ---> 4735d81b0284 [2022-03-23T20:33:23.385Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-23T20:33:23.644Z] ---> Running in e8aab0403d57 [2022-03-23T20:33:23.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:23.644Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:23.644Z] Removing intermediate container e8aab0403d57 [2022-03-23T20:33:23.644Z] ---> 7e0bd6420693 [2022-03-23T20:33:23.644Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:33:23.905Z] Removing intermediate container a728077bc2e5 [2022-03-23T20:33:23.905Z] ---> 1e7d71e364eb [2022-03-23T20:33:23.905Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:33:23.905Z] ---> Running in b6d6f43373f6 [2022-03-23T20:33:23.905Z] (1/42) Installing readline (8.1.0-r0) [2022-03-23T20:33:23.905Z] (2/42) Installing bash (5.1.16-r0) [2022-03-23T20:33:23.905Z] Executing bash-5.1.16-r0.post-install [2022-03-23T20:33:23.905Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-23T20:33:23.905Z] Removing intermediate container 0a3beb526fa2 [2022-03-23T20:33:23.905Z] ---> 8c345aa3a042 [2022-03-23T20:33:23.905Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T20:33:23.905Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T20:33:23.905Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-23T20:33:23.905Z] (6/42) Installing curl (7.79.1-r0) [2022-03-23T20:33:23.905Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-23T20:33:23.905Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-23T20:33:23.905Z] (9/42) Installing expat (2.4.7-r0) [2022-03-23T20:33:23.905Z] (10/42) Installing libffi (3.3-r2) [2022-03-23T20:33:23.905Z] (11/42) Installing gdbm (1.19-r0) [2022-03-23T20:33:24.166Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-23T20:33:24.166Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T20:33:24.166Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T20:33:24.166Z] ---> 50540bd1da6e [2022-03-23T20:33:24.166Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T20:33:24.166Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-23T20:33:24.166Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-23T20:33:24.166Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-23T20:33:24.166Z] ---> Running in 20ee7de662ca [2022-03-23T20:33:24.166Z] Removing intermediate container b6d6f43373f6 [2022-03-23T20:33:24.166Z] ---> dd320fe3539f [2022-03-23T20:33:24.166Z] [2022-03-23T20:33:24.166Z] ---> d1efe12ce2eb [2022-03-23T20:33:24.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-23T20:33:24.426Z] Removing intermediate container 20ee7de662ca [2022-03-23T20:33:24.426Z] ---> 9388f86faf4d [2022-03-23T20:33:24.426Z] Step 20/22 : LABEL arch=x86_64 [2022-03-23T20:33:24.426Z] Successfully built dd320fe3539f [2022-03-23T20:33:24.685Z] Successfully tagged core-command:latest [2022-03-23T20:33:24.685Z]  Building core-command ... done Building core-metadata [2022-03-23T20:33:24.685Z] ---> 49fcd7fd48e1 [2022-03-23T20:33:24.685Z] 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-23T20:33:24.685Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-23T20:33:24.685Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-23T20:33:24.685Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-23T20:33:24.685Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-23T20:33:24.944Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-23T20:33:24.944Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-23T20:33:24.944Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-23T20:33:24.944Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-23T20:33:24.944Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-23T20:33:24.944Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-23T20:33:24.944Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-23T20:33:24.944Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-23T20:33:24.944Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-23T20:33:24.944Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-23T20:33:24.944Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-23T20:33:24.944Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-23T20:33:24.944Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-23T20:33:24.944Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-23T20:33:24.944Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-23T20:33:24.944Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-23T20:33:24.944Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-23T20:33:24.944Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-23T20:33:24.944Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-23T20:33:24.944Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-23T20:33:24.944Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-23T20:33:25.202Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:33:25.202Z] OK: 84 MiB in 64 packages [2022-03-23T20:33:25.791Z] ---> Running in e5ca276c9122 [2022-03-23T20:33:25.791Z] Collecting docker-compose==1.23.2 [2022-03-23T20:33:25.791Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-23T20:33:26.049Z] ---> Running in 6e2c6510e5c5 [2022-03-23T20:33:26.049Z] ---> 14a6d70ec7e4 [2022-03-23T20:33:26.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-23T20:33:26.049Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-23T20:33:26.049Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-23T20:33:26.049Z] Removing intermediate container e5ca276c9122 [2022-03-23T20:33:26.049Z] ---> b0830d379fb8 [2022-03-23T20:33:26.049Z] Step 21/22 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:33:26.049Z] Collecting docker<4.0,>=3.6.0 [2022-03-23T20:33:26.049Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-23T20:33:26.049Z] ---> Running in e7fd461565fd [2022-03-23T20:33:26.309Z] Collecting jsonschema<3,>=2.5.1 [2022-03-23T20:33:26.309Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-23T20:33:26.309Z] Collecting docopt<0.7,>=0.6.1 [2022-03-23T20:33:26.309Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-23T20:33:26.309Z] ---> 6ead91685e8b [2022-03-23T20:33:26.309Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-23T20:33:26.309Z] Removing intermediate container e7fd461565fd [2022-03-23T20:33:26.309Z] ---> 70b2f9d01af1 [2022-03-23T20:33:26.309Z] Step 22/22 : LABEL version=0.0.0 [2022-03-23T20:33:26.309Z] ---> Running in fd31cb6bbbc3 [2022-03-23T20:33:26.566Z] ---> Running in e398555a921d [2022-03-23T20:33:26.566Z] Removing intermediate container fd31cb6bbbc3 [2022-03-23T20:33:26.566Z] ---> 45b63479a404 [2022-03-23T20:33:26.566Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:33:26.566Z] Removing intermediate container e398555a921d [2022-03-23T20:33:26.566Z] ---> fcb09bc508b6 [2022-03-23T20:33:26.566Z] [2022-03-23T20:33:26.566Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-23T20:33:26.566Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-23T20:33:26.826Z] ---> Running in 518bbc109ce9 [2022-03-23T20:33:26.826Z] Collecting texttable<0.10,>=0.9.0 [2022-03-23T20:33:26.826Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-23T20:33:26.826Z] Successfully built fcb09bc508b6 [2022-03-23T20:33:26.826Z] Successfully tagged security-proxy-setup:latest [2022-03-23T20:33:26.826Z]  Building security-proxy-setup ... done Building support-notifications [2022-03-23T20:33:26.826Z] Removing intermediate container 518bbc109ce9 [2022-03-23T20:33:26.826Z] ---> c3dd9a22d993 [2022-03-23T20:33:26.826Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T20:33:26.826Z] Removing intermediate container 6e2c6510e5c5 [2022-03-23T20:33:26.826Z] ---> c2b56639cc90 [2022-03-23T20:33:26.826Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T20:33:27.084Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-23T20:33:27.085Z] Collecting cached-property<2,>=1.2.0 [2022-03-23T20:33:27.085Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-23T20:33:27.343Z] Collecting PyYAML<4,>=3.10 [2022-03-23T20:33:27.343Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-23T20:33:27.911Z] ---> Running in e12b7d8aeb98 [2022-03-23T20:33:27.911Z] ---> Running in 8a615c52b698 [2022-03-23T20:33:27.911Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-23T20:33:27.911Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-23T20:33:28.170Z] Collecting docker-pycreds>=0.4.0 [2022-03-23T20:33:28.170Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-23T20:33:28.431Z] Collecting idna<2.8,>=2.5 [2022-03-23T20:33:28.431Z] Removing intermediate container e12b7d8aeb98 [2022-03-23T20:33:28.431Z] ---> b15d038d2c72 [2022-03-23T20:33:28.431Z] Step 23/25 : LABEL arch=x86_64 [2022-03-23T20:33:28.431Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-23T20:33:28.431Z] Removing intermediate container 8a615c52b698 [2022-03-23T20:33:28.431Z] ---> 04709bd13d7b [2022-03-23T20:33:28.431Z] Step 22/23 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:33:28.431Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-23T20:33:28.431Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-23T20:33:28.431Z] ---> Running in 127a05e9b833 [2022-03-23T20:33:28.431Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-23T20:33:28.431Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-23T20:33:28.431Z] 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-23T20:33:28.431Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-23T20:33:28.431Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-23T20:33:28.431Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-23T20:33:28.431Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-23T20:33:28.431Z] ---> Running in 7cad3b990f93 [2022-03-23T20:33:28.691Z] Removing intermediate container 127a05e9b833 [2022-03-23T20:33:28.691Z] ---> 0e58888b63ad [2022-03-23T20:33:28.691Z] Step 24/25 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:33:28.691Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-23T20:33:28.691Z] Attempting uninstall: urllib3 [2022-03-23T20:33:28.691Z] Found existing installation: urllib3 1.26.5 [2022-03-23T20:33:28.691Z] Uninstalling urllib3-1.26.5: [2022-03-23T20:33:28.691Z] Successfully uninstalled urllib3-1.26.5 [2022-03-23T20:33:28.691Z] Removing intermediate container 7cad3b990f93 [2022-03-23T20:33:28.691Z] ---> ec4ba6d74bf9 [2022-03-23T20:33:28.691Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:33:28.131Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T20:33:28.158Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T20:33:28.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T20:33:28.244Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T20:33:28.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T20:33:28.268Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3920/head:refs/remotes/origin/PR-3920 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-23T20:33:28.951Z] ---> Running in a4432667f188 [2022-03-23T20:33:28.951Z] ---> Running in 867db1d8faf9 [2022-03-23T20:33:28.951Z] Removing intermediate container a4432667f188 [2022-03-23T20:33:28.951Z] ---> bacf58afae40 [2022-03-23T20:33:28.951Z] Step 25/25 : LABEL version=0.0.0 [2022-03-23T20:33:28.951Z] Attempting uninstall: idna [2022-03-23T20:33:28.951Z] Found existing installation: idna 3.2 [2022-03-23T20:33:28.951Z] Uninstalling idna-3.2: [2022-03-23T20:33:28.951Z] Successfully uninstalled idna-3.2 [2022-03-23T20:33:29.025Z] Merging remotes/origin/main commit 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d into PR head commit 4cd714d9d5ccda3fa4188006ba35f40055f4264a [2022-03-23T20:33:29.213Z] ---> Running in 2399411897c0 [2022-03-23T20:33:29.214Z] Removing intermediate container 867db1d8faf9 [2022-03-23T20:33:29.214Z] ---> 09899edd654d [2022-03-23T20:33:29.214Z] [2022-03-23T20:33:29.214Z] Attempting uninstall: chardet [2022-03-23T20:33:29.214Z] Found existing installation: chardet 4.0.0 [2022-03-23T20:33:29.214Z] Uninstalling chardet-4.0.0: [2022-03-23T20:33:29.214Z] Successfully uninstalled chardet-4.0.0 [2022-03-23T20:33:29.214Z] Successfully built 09899edd654d [2022-03-23T20:33:29.214Z] Successfully tagged core-data:latest [2022-03-23T20:33:29.214Z] Building security-bootstrapper [2022-03-23T20:33:29.214Z]  Building core-data ... done Removing intermediate container 2399411897c0 [2022-03-23T20:33:29.214Z] ---> c87e773f507c [2022-03-23T20:33:29.214Z] [2022-03-23T20:33:29.485Z] Successfully built c87e773f507c [2022-03-23T20:33:29.485Z] Successfully tagged security-secretstore-setup:latest [2022-03-23T20:33:29.485Z]  Building security-secretstore-setup ... done Building support-scheduler [2022-03-23T20:33:29.485Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:33:29.485Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:33:29.485Z] ---> 4632683c9cda [2022-03-23T20:33:29.485Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:33:29.485Z] ---> Using cache [2022-03-23T20:33:29.485Z] ---> 165a1d32083d [2022-03-23T20:33:29.485Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:33:29.485Z] ---> Using cache [2022-03-23T20:33:29.485Z] ---> 80c23f186b66 [2022-03-23T20:33:29.485Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T20:33:29.779Z] Merge succeeded, producing 7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:33:29.779Z] Checking out Revision 7c5c4112328c635f920b675bc0cdfcdf77b54dde (PR-3920) [2022-03-23T20:33:30.060Z] Attempting uninstall: requests [2022-03-23T20:33:30.060Z] Found existing installation: requests 2.25.1 [2022-03-23T20:33:30.060Z] Uninstalling requests-2.25.1: [2022-03-23T20:33:30.060Z] ---> Running in 8ad4377c7240 [2022-03-23T20:33:30.060Z] Successfully uninstalled requests-2.25.1 [2022-03-23T20:33:30.060Z] Running setup.py install for texttable: started [2022-03-23T20:33:30.334Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:30.334Z] Running setup.py install for texttable: finished with status 'done' [2022-03-23T20:33:30.334Z] Running setup.py install for PyYAML: started [2022-03-23T20:33:30.900Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-23T20:33:30.900Z] Running setup.py install for docopt: started [2022-03-23T20:33:29.049Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T20:33:29.068Z] > git checkout -f 4cd714d9d5ccda3fa4188006ba35f40055f4264a # timeout=10 [2022-03-23T20:33:29.349Z] > git remote # timeout=10 [2022-03-23T20:33:29.373Z] > git config --get remote.origin.url # timeout=10 [2022-03-23T20:33:29.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T20:33:29.412Z] > git merge 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 [2022-03-23T20:33:29.759Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-23T20:33:29.788Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T20:33:29.812Z] > git checkout -f 7c5c4112328c635f920b675bc0cdfcdf77b54dde # timeout=10 [2022-03-23T20:33:31.159Z] Running setup.py install for docopt: finished with status 'done' [2022-03-23T20:33:31.159Z] Running setup.py install for dockerpty: started [2022-03-23T20:33:31.159Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:31.420Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-23T20:33:31.420Z] OK: 221 MiB in 52 packages [2022-03-23T20:33:31.679Z] 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-23T20:33:33.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:33:33.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:33:33.053Z] ---> 4632683c9cda [2022-03-23T20:33:33.053Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T20:33:33.053Z] ---> Using cache [2022-03-23T20:33:33.054Z] ---> 165a1d32083d [2022-03-23T20:33:33.054Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:33:33.054Z] ---> Using cache [2022-03-23T20:33:33.054Z] ---> 80c23f186b66 [2022-03-23T20:33:33.054Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-23T20:33:34.640Z] Commit message: "Merge commit '6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d' into HEAD" [2022-03-23T20:33:34.650Z] > git rev-list --no-walk 4cd714d9d5ccda3fa4188006ba35f40055f4264a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-23T20:33:35.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:33:35.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:33:35.590Z] ---> 4632683c9cda [2022-03-23T20:33:35.590Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T20:33:35.590Z] ---> Using cache [2022-03-23T20:33:35.590Z] ---> 165a1d32083d [2022-03-23T20:33:35.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:33:35.590Z] ---> Using cache [2022-03-23T20:33:35.590Z] ---> 80c23f186b66 [2022-03-23T20:33:35.590Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T20:33:35.590Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:33:35.590Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:33:35.590Z] ---> 4632683c9cda [2022-03-23T20:33:35.590Z] Step 3/31 : WORKDIR /edgex-go [2022-03-23T20:33:35.590Z] ---> Using cache [2022-03-23T20:33:35.590Z] ---> 165a1d32083d [2022-03-23T20:33:35.590Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:33:35.590Z] ---> Using cache [2022-03-23T20:33:35.590Z] ---> 80c23f186b66 [2022-03-23T20:33:35.590Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-23T20:33:35.590Z] ---> Running in b7225a9d568a [2022-03-23T20:33:35.590Z] ---> Running in 573ae8da45c5 [2022-03-23T20:33:35.590Z] ---> Running in 2d2e80d8b96b [2022-03-23T20:33:35.590Z] Removing intermediate container 8ad4377c7240 [2022-03-23T20:33:35.590Z] ---> 7612f3020079 [2022-03-23T20:33:35.590Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:33:35.696Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-23T20:33:35.696Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T20:33:35.696Z] Dload Upload Total Spent Left Speed [2022-03-23T20:33:35.696Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 180k 0 --:--:-- --:--:-- --:--:-- 180k [Pipeline] sh [2022-03-23T20:33:36.156Z] ---> e50114162de0 [2022-03-23T20:33:36.156Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:33:36.156Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:36.156Z] ---> Running in 8ab9b64e96ef [2022-03-23T20:33:36.238Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-23T20:33:36.415Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:36.415Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:36.586Z] + sudo tee /etc/docker/daemon.new [2022-03-23T20:33:36.586Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-23T20:33:36.586Z] { [2022-03-23T20:33:36.586Z] "registry-mirrors": [ [2022-03-23T20:33:36.586Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-23T20:33:36.586Z] ], [2022-03-23T20:33:36.586Z] "bip": "10.250.0.254/24", [2022-03-23T20:33:36.586Z] "hosts": [ [2022-03-23T20:33:36.586Z] "tcp://0.0.0.0:5555", [2022-03-23T20:33:36.586Z] "unix:///var/run/docker.sock" [2022-03-23T20:33:36.586Z] ], [2022-03-23T20:33:36.586Z] "mtu": 1458, [2022-03-23T20:33:36.586Z] "selinux-enabled": true, [2022-03-23T20:33:36.586Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-23T20:33:36.586Z] } [Pipeline] sh [2022-03-23T20:33:36.951Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-23T20:33:36.989Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:37.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:37.249Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:33:37.249Z] OK: 221 MiB in 52 packages [2022-03-23T20:33:37.249Z] Removing intermediate container 8ab9b64e96ef [2022-03-23T20:33:37.249Z] ---> 5174ecdf7ab6 [2022-03-23T20:33:37.249Z] Step 8/23 : COPY . . [2022-03-23T20:33:37.305Z] + sudo service docker restart [2022-03-23T20:33:37.508Z] Removing intermediate container 530c6dc5d926 [2022-03-23T20:33:37.508Z] ---> 0d06f33b29d3 [2022-03-23T20:33:37.508Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-23T20:33:37.508Z] OK: 221 MiB in 52 packages [2022-03-23T20:33:37.766Z] OK: 221 MiB in 52 packages [2022-03-23T20:33:37.766Z] ---> Running in 4ae661ea4f83 [2022-03-23T20:33:38.701Z] Removing intermediate container 4ae661ea4f83 [2022-03-23T20:33:38.701Z] ---> b35e36f512f8 [2022-03-23T20:33:38.701Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-23T20:33:38.701Z] Removing intermediate container b7225a9d568a [2022-03-23T20:33:38.701Z] ---> 81096e43ce03 [2022-03-23T20:33:38.701Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-23T20:33:38.701Z] ---> Running in 91bb8e9e36a0 [2022-03-23T20:33:38.958Z] Removing intermediate container 573ae8da45c5 [2022-03-23T20:33:38.958Z] ---> fd6fadd81b5f [2022-03-23T20:33:38.958Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T20:33:38.958Z] ---> a26fb664b79c [2022-03-23T20:33:38.958Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:33:38.958Z] Removing intermediate container 91bb8e9e36a0 [2022-03-23T20:33:38.958Z] ---> 6db4d6cc515d [2022-03-23T20:33:38.958Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-23T20:33:39.216Z] Removing intermediate container 2d2e80d8b96b [2022-03-23T20:33:39.216Z] ---> 0799623506d1 [2022-03-23T20:33:39.216Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T20:33:39.216Z] ---> Running in c48ad76b248d [2022-03-23T20:33:39.216Z] ---> a8c83946f502 [2022-03-23T20:33:39.216Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:33:39.475Z] ---> Running in 2767d375979b [2022-03-23T20:33:39.475Z] ---> 574813d6ca10 [2022-03-23T20:33:39.475Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:33:39.475Z] ---> Running in de0fe101f83e [2022-03-23T20:33:39.475Z] ---> 4fcc70d5afc8 [2022-03-23T20:33:39.475Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-23T20:33:40.041Z] ---> 50f4012c034b [2022-03-23T20:33:40.041Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-23T20:33:40.298Z] ---> 3268b6ef935b [2022-03-23T20:33:40.298Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-23T20:33:40.557Z] ---> Running in 803704d50878 [2022-03-23T20:33:40.557Z] Removing intermediate container c48ad76b248d [2022-03-23T20:33:40.557Z] ---> 3632e1ae8d30 [2022-03-23T20:33:40.557Z] Step 8/31 : COPY . . [2022-03-23T20:33:40.557Z] Removing intermediate container 803704d50878 [2022-03-23T20:33:40.557Z] ---> bb864f47559f [2022-03-23T20:33:40.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:33:41.500Z] Removing intermediate container 2767d375979b [2022-03-23T20:33:41.500Z] ---> 38fe47945f50 [2022-03-23T20:33:41.500Z] Step 8/22 : COPY . . [2022-03-23T20:33:42.876Z] ---> Running in 85c82a415c05 [2022-03-23T20:33:42.876Z] Removing intermediate container de0fe101f83e [2022-03-23T20:33:42.876Z] ---> 9617dbee9ea8 [2022-03-23T20:33:42.876Z] Step 8/22 : COPY . . [2022-03-23T20:33:44.251Z] ---> 7d3634dea74e [2022-03-23T20:33:44.251Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-23T20:33:46.153Z] Removing intermediate container 85c82a415c05 [2022-03-23T20:33:46.153Z] ---> 6ddcbc06146d [2022-03-23T20:33:46.153Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T20:33:46.153Z] ---> Running in 6833035d89cf [2022-03-23T20:33:46.153Z] ---> Running in cd658ad5c33e [2022-03-23T20:33:46.153Z] ---> a8cf59ee97c7 [2022-03-23T20:33:46.153Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-23T20:33:46.153Z] ---> 2cf5232ce811 [2022-03-23T20:33:46.153Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-23T20:33:46.153Z] ---> Running in 853262a33283 [2022-03-23T20:33:46.153Z] ---> Running in 6d4d571f96f6 [2022-03-23T20:33:46.153Z] Removing intermediate container cd658ad5c33e [2022-03-23T20:33:46.153Z] ---> 6431947185c6 [2022-03-23T20:33:46.153Z] Step 22/23 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:33:46.448Z] ---> Running in c492cbb4d698 [2022-03-23T20:33:46.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T20:33:46.448Z] Removing intermediate container c492cbb4d698 [2022-03-23T20:33:46.448Z] ---> c98440ee48f3 [2022-03-23T20:33:46.448Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:33:46.751Z] ---> Running in a832ef0153c3 [2022-03-23T20:33:46.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T20:33:46.751Z] Removing intermediate container a832ef0153c3 [2022-03-23T20:33:46.751Z] ---> b784f5e41174 [2022-03-23T20:33:46.751Z] [2022-03-23T20:33:47.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-23T20:33:47.034Z] Successfully built b784f5e41174 [2022-03-23T20:33:47.034Z] Successfully tagged sys-mgmt-agent:latest [2022-03-23T20:33:47.667Z]  Building sys-mgmt-agent ... done  ---> c2c626e135c3 [2022-03-23T20:33:47.667Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-23T20:33:47.667Z] ---> Running in 98b0e8ba0f74 [2022-03-23T20:33:48.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T20:33:55.654Z] provisioning config files... [2022-03-23T20:33:55.685Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6018394501601055372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:33:56.186Z] ---> docker-login.sh [2022-03-23T20:33:56.186Z] nexus3.edgexfoundry.org:10001 [2022-03-23T20:33:56.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:33:57.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:33:57.060Z] Configure a credential helper to remove this warning. See [2022-03-23T20:33:57.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:33:57.060Z] [2022-03-23T20:33:57.060Z] Login Succeeded [2022-03-23T20:33:57.060Z] nexus3.edgexfoundry.org:10002 [2022-03-23T20:33:57.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:33:57.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:33:57.662Z] Configure a credential helper to remove this warning. See [2022-03-23T20:33:57.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:33:57.662Z] [2022-03-23T20:33:57.662Z] Login Succeeded [2022-03-23T20:33:57.662Z] nexus3.edgexfoundry.org:10003 [2022-03-23T20:33:57.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:33:58.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:33:58.214Z] Configure a credential helper to remove this warning. See [2022-03-23T20:33:58.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:33:58.214Z] [2022-03-23T20:33:58.214Z] Login Succeeded [2022-03-23T20:33:58.214Z] nexus3.edgexfoundry.org:10004 [2022-03-23T20:33:58.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:33:58.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:33:58.761Z] Configure a credential helper to remove this warning. See [2022-03-23T20:33:58.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:33:58.761Z] [2022-03-23T20:33:58.761Z] Login Succeeded [2022-03-23T20:33:58.761Z] docker.io [2022-03-23T20:33:59.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T20:33:59.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T20:33:59.641Z] Configure a credential helper to remove this warning. See [2022-03-23T20:33:59.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T20:33:59.641Z] [2022-03-23T20:33:59.641Z] Login Succeeded [2022-03-23T20:33:59.641Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T20:33:59.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-23T20:34:00.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T20:34:00.029Z] ========================================================= [2022-03-23T20:34:00.029Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-23T20:34:00.029Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T20:34:00.372Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T20:34:00.655Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-23T20:34:00.655Z] 9b3977197b4f: Pulling fs layer [2022-03-23T20:34:00.655Z] 1a89e8eeedd5: Pulling fs layer [2022-03-23T20:34:00.655Z] 94645a83ff95: Pulling fs layer [2022-03-23T20:34:00.655Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-23T20:34:00.655Z] 0c92f367c5e7: Pulling fs layer [2022-03-23T20:34:00.655Z] f7c0051592d6: Pulling fs layer [2022-03-23T20:34:00.655Z] a227ed2f7395: Pulling fs layer [2022-03-23T20:34:00.655Z] 7b1c46037f91: Pulling fs layer [2022-03-23T20:34:00.655Z] 3f3a8bcf1eab: Waiting [2022-03-23T20:34:00.655Z] 0c92f367c5e7: Waiting [2022-03-23T20:34:00.655Z] f7c0051592d6: Waiting [2022-03-23T20:34:00.655Z] a227ed2f7395: Waiting [2022-03-23T20:34:00.655Z] 7b1c46037f91: Waiting [2022-03-23T20:34:00.655Z] 94645a83ff95: Verifying Checksum [2022-03-23T20:34:00.655Z] 94645a83ff95: Download complete [2022-03-23T20:34:00.655Z] 1a89e8eeedd5: Verifying Checksum [2022-03-23T20:34:00.655Z] 1a89e8eeedd5: Download complete [2022-03-23T20:34:00.655Z] 0c92f367c5e7: Verifying Checksum [2022-03-23T20:34:00.655Z] 0c92f367c5e7: Download complete [2022-03-23T20:34:00.655Z] f7c0051592d6: Verifying Checksum [2022-03-23T20:34:00.655Z] f7c0051592d6: Download complete [2022-03-23T20:34:00.655Z] 9b3977197b4f: Download complete [2022-03-23T20:34:00.655Z] a227ed2f7395: Download complete [2022-03-23T20:34:00.833Z] Removing intermediate container 6d4d571f96f6 [2022-03-23T20:34:00.833Z] ---> 1eef3301432f [2022-03-23T20:34:00.833Z] [2022-03-23T20:34:00.833Z] Step 10/31 : FROM alpine:3.14 [2022-03-23T20:34:00.833Z] ---> a33ac4f1069a [2022-03-23T20:34:00.833Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-23T20:34:00.833Z] ---> Running in 113673f742b4 [2022-03-23T20:34:00.833Z] Removing intermediate container 853262a33283 [2022-03-23T20:34:00.833Z] ---> 6892ddd9fea0 [2022-03-23T20:34:00.833Z] [2022-03-23T20:34:00.833Z] Removing intermediate container 6833035d89cf [2022-03-23T20:34:00.833Z] ---> 252547362c8c [2022-03-23T20:34:00.833Z] [2022-03-23T20:34:00.833Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T20:34:00.833Z] ---> a33ac4f1069a [2022-03-23T20:34:00.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T20:34:00.833Z] ---> Using cache [2022-03-23T20:34:00.833Z] ---> 980407efa981 [2022-03-23T20:34:00.833Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:34:00.833Z] ---> Using cache [2022-03-23T20:34:00.833Z] ---> 1c8797abedb1 [2022-03-23T20:34:00.833Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-23T20:34:00.833Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T20:34:00.833Z] ---> a33ac4f1069a [2022-03-23T20:34:00.833Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-23T20:34:00.833Z] ---> Running in 1e1eecb5e0d7 [2022-03-23T20:34:00.833Z] ---> Running in bb902a46f6c8 [2022-03-23T20:34:00.833Z] Removing intermediate container 113673f742b4 [2022-03-23T20:34:00.833Z] ---> 05947207a436 [2022-03-23T20:34:00.833Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-23T20:34:00.833Z] ---> Running in ab895e8bb16e [2022-03-23T20:34:00.833Z] Removing intermediate container 1e1eecb5e0d7 [2022-03-23T20:34:00.833Z] ---> 09abc6fe2886 [2022-03-23T20:34:00.833Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T20:34:00.833Z] ---> Running in 8bdbbac90716 [2022-03-23T20:34:00.833Z] Removing intermediate container 98b0e8ba0f74 [2022-03-23T20:34:00.833Z] ---> a019243e953c [2022-03-23T20:34:00.833Z] [2022-03-23T20:34:00.833Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T20:34:00.833Z] ---> a33ac4f1069a [2022-03-23T20:34:00.833Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-23T20:34:00.833Z] ---> Using cache [2022-03-23T20:34:00.833Z] ---> 980407efa981 [2022-03-23T20:34:00.833Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:34:00.833Z] ---> Using cache [2022-03-23T20:34:00.833Z] ---> 1c8797abedb1 [2022-03-23T20:34:00.833Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-23T20:34:00.833Z] ---> Running in 2b46f56b2cc8 [2022-03-23T20:34:00.833Z] Removing intermediate container 8bdbbac90716 [2022-03-23T20:34:00.833Z] ---> 2a9a7f45d82c [2022-03-23T20:34:00.833Z] Step 15/23 : WORKDIR / [2022-03-23T20:34:00.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:34:00.833Z] ---> Running in a8daa3afa1c7 [2022-03-23T20:34:00.833Z] Removing intermediate container 2b46f56b2cc8 [2022-03-23T20:34:00.833Z] ---> 954c31361ec7 [2022-03-23T20:34:00.833Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T20:34:00.833Z] ---> Running in 05877e1b0aad [2022-03-23T20:34:00.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:34:00.833Z] Removing intermediate container a8daa3afa1c7 [2022-03-23T20:34:00.833Z] ---> 3c1fd7a8ed97 [2022-03-23T20:34:00.833Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:34:00.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T20:34:00.833Z] Removing intermediate container 05877e1b0aad [2022-03-23T20:34:00.833Z] ---> b999929c5909 [2022-03-23T20:34:00.833Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:34:00.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T20:34:00.833Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-23T20:34:00.833Z] ---> 11f4b1ce316e [2022-03-23T20:34:00.833Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-23T20:34:00.833Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-23T20:34:00.833Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:34:00.833Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T20:34:00.833Z] ---> e4992c6823b7 [2022-03-23T20:34:00.833Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-23T20:34:00.833Z] OK: 6 MiB in 16 packages [2022-03-23T20:34:00.833Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-23T20:34:00.833Z] (2/2) Installing su-exec (0.2-r1) [2022-03-23T20:34:00.833Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:34:00.833Z] OK: 6 MiB in 16 packages [2022-03-23T20:34:00.833Z] ---> 2e933bc6b040 [2022-03-23T20:34:00.833Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-23T20:34:00.833Z] ---> 4c18df2f73ae [2022-03-23T20:34:00.833Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-23T20:34:00.833Z] Removing intermediate container ab895e8bb16e [2022-03-23T20:34:00.833Z] ---> dd50d86cb5fb [2022-03-23T20:34:00.833Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-23T20:34:00.833Z] ---> 71095a729b2e [2022-03-23T20:34:00.833Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-23T20:34:00.833Z] ---> 4a04c6f7d06a [2022-03-23T20:34:00.833Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-23T20:34:00.833Z] Removing intermediate container bb902a46f6c8 [2022-03-23T20:34:00.833Z] ---> d1f6e71d2535 [2022-03-23T20:34:00.833Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:34:00.833Z] ---> Running in cf44bde5675f [2022-03-23T20:34:00.833Z] ---> Running in 7fbfac4c9251 [2022-03-23T20:34:00.833Z] ---> Running in f4f94a4d2a9e [2022-03-23T20:34:00.833Z] ---> Running in 403a700007db [2022-03-23T20:34:00.833Z] Removing intermediate container 7fbfac4c9251 [2022-03-23T20:34:00.833Z] ---> 67650da2bfc3 [2022-03-23T20:34:00.833Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:34:00.833Z] Removing intermediate container f4f94a4d2a9e [2022-03-23T20:34:00.833Z] ---> 0ab2192a5ab2 [2022-03-23T20:34:00.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:34:00.833Z] ---> Running in bfcc96c3a956 [2022-03-23T20:34:00.833Z] Removing intermediate container cf44bde5675f [2022-03-23T20:34:00.833Z] ---> ae86deea6026 [2022-03-23T20:34:00.833Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-23T20:34:01.091Z] Removing intermediate container 403a700007db [2022-03-23T20:34:01.091Z] ---> 538609ad8b72 [2022-03-23T20:34:01.091Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-23T20:34:01.091Z] ---> Running in e543b56d80c2 [2022-03-23T20:34:01.091Z] ---> Running in 0490ec358950 [2022-03-23T20:34:01.091Z] ---> Running in eddf7363e22f [2022-03-23T20:34:01.091Z] Removing intermediate container bfcc96c3a956 [2022-03-23T20:34:01.091Z] ---> e6ac147c40a7 [2022-03-23T20:34:01.091Z] Step 20/22 : LABEL arch=x86_64 [2022-03-23T20:34:01.091Z] Removing intermediate container e543b56d80c2 [2022-03-23T20:34:01.091Z] ---> f00cdda3c262 [2022-03-23T20:34:01.091Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T20:34:01.091Z] ---> Running in 2e7d1809c9cf [2022-03-23T20:34:01.091Z] Removing intermediate container 0490ec358950 [2022-03-23T20:34:01.091Z] ---> a8b4b8705a41 [2022-03-23T20:34:01.091Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-23T20:34:01.091Z] ---> Running in fc0f881fb291 [2022-03-23T20:34:01.091Z] Removing intermediate container eddf7363e22f [2022-03-23T20:34:01.091Z] ---> e68c3fe3fba5 [2022-03-23T20:34:01.091Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T20:34:01.349Z] ---> Running in 1ec86c0f8e9a [2022-03-23T20:34:01.349Z] Removing intermediate container 2e7d1809c9cf [2022-03-23T20:34:01.349Z] ---> 742930968c8d [2022-03-23T20:34:01.349Z] Step 21/22 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:34:01.349Z] ---> Running in caac9caeb1e5 [2022-03-23T20:34:01.349Z] ---> Running in 7447dfa77e10 [2022-03-23T20:34:01.349Z] Removing intermediate container fc0f881fb291 [2022-03-23T20:34:01.349Z] ---> ea827574511c [2022-03-23T20:34:01.349Z] Step 22/23 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:34:01.349Z] ---> Running in fa82ef5843b4 [2022-03-23T20:34:01.349Z] Removing intermediate container caac9caeb1e5 [2022-03-23T20:34:01.349Z] ---> 83b3270017da [2022-03-23T20:34:01.349Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:34:01.349Z] Removing intermediate container 7447dfa77e10 [2022-03-23T20:34:01.349Z] ---> bf1473a07327 [2022-03-23T20:34:01.349Z] Step 22/22 : LABEL version=0.0.0 [2022-03-23T20:34:01.612Z] ---> Running in 1bade60638b8 [2022-03-23T20:34:01.612Z] Removing intermediate container fa82ef5843b4 [2022-03-23T20:34:01.612Z] ---> c50103dc81c8 [2022-03-23T20:34:01.612Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:34:01.612Z] ---> Running in 0e8de092640b [2022-03-23T20:34:01.612Z] ---> 901c74a76b27 [2022-03-23T20:34:01.612Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-23T20:34:01.612Z] Removing intermediate container 1bade60638b8 [2022-03-23T20:34:01.612Z] ---> 2aec2156f499 [2022-03-23T20:34:01.612Z] [2022-03-23T20:34:01.612Z] Removing intermediate container 0e8de092640b [2022-03-23T20:34:01.612Z] ---> c4bdb8f666f5 [2022-03-23T20:34:01.612Z] [2022-03-23T20:34:01.612Z] Successfully built 2aec2156f499 [2022-03-23T20:34:01.612Z] Successfully tagged support-scheduler:latest [2022-03-23T20:34:01.645Z] 9b3977197b4f: Pull complete [2022-03-23T20:34:01.870Z]  Building support-scheduler ... done Successfully built c4bdb8f666f5 [2022-03-23T20:34:01.870Z] Successfully tagged core-metadata:latest [2022-03-23T20:34:02.129Z]  Building core-metadata ... done  ---> bd911fd56e70 [2022-03-23T20:34:02.129Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-23T20:34:02.129Z] Removing intermediate container 1ec86c0f8e9a [2022-03-23T20:34:02.129Z] ---> 51d36fb73f1b [2022-03-23T20:34:02.129Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-23T20:34:02.129Z] ---> Running in 8a6a17db450d [2022-03-23T20:34:02.205Z] 1a89e8eeedd5: Pull complete [2022-03-23T20:34:02.389Z] ---> c000c427f5d4 [2022-03-23T20:34:02.389Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-23T20:34:02.389Z] ---> Running in 5452a22cb4c3 [2022-03-23T20:34:02.389Z] Removing intermediate container 8a6a17db450d [2022-03-23T20:34:02.389Z] ---> c8ccf84135e8 [2022-03-23T20:34:02.389Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-23T20:34:02.389Z] Removing intermediate container 5452a22cb4c3 [2022-03-23T20:34:02.389Z] ---> 83ddb8a199ad [2022-03-23T20:34:02.389Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:34:02.389Z] ---> Running in 21f0c5f0e796 [2022-03-23T20:34:02.486Z] 94645a83ff95: Pull complete [2022-03-23T20:34:02.647Z] ---> 100e9ea9d157 [2022-03-23T20:34:02.647Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-23T20:34:02.647Z] Removing intermediate container 21f0c5f0e796 [2022-03-23T20:34:02.647Z] ---> c9ef9e34b3c4 [2022-03-23T20:34:02.647Z] Step 20/22 : LABEL arch=x86_64 [2022-03-23T20:34:02.647Z] ---> Running in a2254c38c3be [2022-03-23T20:34:02.647Z] ---> Running in 4420d6a111e5 [2022-03-23T20:34:02.647Z] Removing intermediate container 4420d6a111e5 [2022-03-23T20:34:02.647Z] ---> 37ae040da0ff [2022-03-23T20:34:02.647Z] Step 21/22 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:34:02.647Z] ---> Running in 1b6acbae5cc1 [2022-03-23T20:34:02.771Z] 7b1c46037f91: Verifying Checksum [2022-03-23T20:34:02.771Z] 7b1c46037f91: Download complete [2022-03-23T20:34:02.906Z] Removing intermediate container 1b6acbae5cc1 [2022-03-23T20:34:02.906Z] ---> fa894c7c6b68 [2022-03-23T20:34:02.906Z] Step 22/22 : LABEL version=0.0.0 [2022-03-23T20:34:02.906Z] ---> Running in acacf4dbe59b [2022-03-23T20:34:02.906Z] Removing intermediate container acacf4dbe59b [2022-03-23T20:34:02.906Z] ---> 4f6d315b913c [2022-03-23T20:34:02.906Z] [2022-03-23T20:34:02.906Z] Successfully built 4f6d315b913c [2022-03-23T20:34:02.906Z] Successfully tagged support-notifications:latest [2022-03-23T20:34:03.165Z]  Building support-notifications ... done Removing intermediate container a2254c38c3be [2022-03-23T20:34:03.165Z] ---> ba201af9e085 [2022-03-23T20:34:03.165Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:34:03.367Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-23T20:34:03.368Z] 3f3a8bcf1eab: Download complete [2022-03-23T20:34:03.425Z] ---> 968fc69d8c71 [2022-03-23T20:34:03.425Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-23T20:34:03.683Z] ---> c57e69872106 [2022-03-23T20:34:03.683Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-23T20:34:03.683Z] ---> 67261e2c8d10 [2022-03-23T20:34:03.683Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-23T20:34:03.944Z] ---> 1e73f2d4a3b3 [2022-03-23T20:34:03.944Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-23T20:34:03.944Z] ---> fb545763f09f [2022-03-23T20:34:03.944Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-23T20:34:04.202Z] ---> Running in 803e7c4de4a0 [2022-03-23T20:34:04.202Z] Removing intermediate container 803e7c4de4a0 [2022-03-23T20:34:04.202Z] ---> 9214fc607b23 [2022-03-23T20:34:04.202Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-23T20:34:04.464Z] ---> ea18e701bbed [2022-03-23T20:34:04.464Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-23T20:34:04.464Z] ---> Running in 899d37382ba7 [2022-03-23T20:34:05.032Z] Removing intermediate container 899d37382ba7 [2022-03-23T20:34:05.032Z] ---> d28ed42a3621 [2022-03-23T20:34:05.032Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-23T20:34:05.032Z] ---> Running in f3e4efa6cdc8 [2022-03-23T20:34:05.295Z] Removing intermediate container f3e4efa6cdc8 [2022-03-23T20:34:05.295Z] ---> 110e12d95821 [2022-03-23T20:34:05.295Z] Step 28/31 : CMD ["gate"] [2022-03-23T20:34:05.295Z] ---> Running in d0d102dbd6e8 [2022-03-23T20:34:05.295Z] Removing intermediate container d0d102dbd6e8 [2022-03-23T20:34:05.295Z] ---> 1478adfe892e [2022-03-23T20:34:05.295Z] Step 29/31 : LABEL arch=x86_64 [2022-03-23T20:34:05.554Z] ---> Running in 440c2be46c38 [2022-03-23T20:34:05.554Z] Removing intermediate container 440c2be46c38 [2022-03-23T20:34:05.554Z] ---> f1a22dab9540 [2022-03-23T20:34:05.554Z] Step 30/31 : LABEL git_sha=b0bc550a03c616ad7e462cc52311f7b4a54c6e15 [2022-03-23T20:34:05.554Z] ---> Running in 30093dcc01fd [2022-03-23T20:34:05.814Z] Removing intermediate container 30093dcc01fd [2022-03-23T20:34:05.814Z] ---> c1b227c2bfce [2022-03-23T20:34:05.814Z] Step 31/31 : LABEL version=0.0.0 [2022-03-23T20:34:05.814Z] ---> Running in 9ff06d1bb9b5 [2022-03-23T20:34:05.814Z] Removing intermediate container 9ff06d1bb9b5 [2022-03-23T20:34:05.814Z] ---> 1a678825323b [2022-03-23T20:34:05.814Z] [2022-03-23T20:34:06.075Z] Successfully built 1a678825323b [2022-03-23T20:34:06.075Z] Successfully tagged security-bootstrapper:latest [2022-03-23T20:34:06.082Z]  Building security-bootstrapper ... done  [Pipeline] } [2022-03-23T20:34:06.091Z] $ docker stop --time=1 841dde770846421d76438b90987fe3f9fcaa2ad1dfb005255a9729eabaefcc04 [2022-03-23T20:34:07.416Z] $ docker rm -f 841dde770846421d76438b90987fe3f9fcaa2ad1dfb005255a9729eabaefcc04 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T20:34:07.760Z] + docker images [2022-03-23T20:34:07.760Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-23T20:34:07.760Z] security-bootstrapper latest 1a678825323b 2 seconds ago 18.7MB [2022-03-23T20:34:07.760Z] support-notifications latest 4f6d315b913c 5 seconds ago 16.7MB [2022-03-23T20:34:07.760Z] core-metadata latest c4bdb8f666f5 6 seconds ago 16.6MB [2022-03-23T20:34:07.760Z] support-scheduler latest 2aec2156f499 6 seconds ago 15.9MB [2022-03-23T20:34:07.760Z] a019243e953c 8 seconds ago 1.78GB [2022-03-23T20:34:07.760Z] 6892ddd9fea0 9 seconds ago 1.78GB [2022-03-23T20:34:07.760Z] 252547362c8c 9 seconds ago 1.78GB [2022-03-23T20:34:07.760Z] 1eef3301432f 9 seconds ago 1.77GB [2022-03-23T20:34:07.760Z] sys-mgmt-agent latest b784f5e41174 21 seconds ago 296MB [2022-03-23T20:34:07.760Z] security-secretstore-setup latest c87e773f507c 38 seconds ago 27.9MB [2022-03-23T20:34:07.760Z] core-data latest 09899edd654d 39 seconds ago 20MB [2022-03-23T20:34:07.760Z] security-proxy-setup latest fcb09bc508b6 41 seconds ago 26.3MB [2022-03-23T20:34:07.760Z] core-command latest dd320fe3539f 44 seconds ago 15.8MB [2022-03-23T20:34:07.760Z] 4f29d786b85b 49 seconds ago 1.77GB [2022-03-23T20:34:07.760Z] b4e4dda5f613 49 seconds ago 1.78GB [2022-03-23T20:34:07.760Z] dbedf568b9c6 50 seconds ago 1.78GB [2022-03-23T20:34:07.760Z] 8699ceea7409 51 seconds ago 1.79GB [2022-03-23T20:34:07.760Z] e00705808908 51 seconds ago 1.77GB [2022-03-23T20:34:07.760Z] ci-base-image-x86_64 latest 4632683c9cda 3 minutes ago 1.27GB [2022-03-23T20:34:07.760Z] alpine 3.14 a33ac4f1069a 6 days ago 5.59MB [2022-03-23T20:34:07.760Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 7 weeks ago 562MB [2022-03-23T20:34:07.760Z] docker 20.10.10 b706a049f56e 4 months ago 216MB [2022-03-23T20:34:07.760Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-03-23T20:34:07.760Z] 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-23T20:34:15.764Z] 3f3a8bcf1eab: Pull complete [2022-03-23T20:34:15.764Z] 0c92f367c5e7: Pull complete [2022-03-23T20:34:15.764Z] f7c0051592d6: Pull complete [2022-03-23T20:34:15.764Z] a227ed2f7395: Pull complete [2022-03-23T20:34:22.503Z] 7b1c46037f91: Pull complete [2022-03-23T20:34:22.503Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-23T20:34:22.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T20:34:22.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-23T20:34:22.928Z] Still waiting to schedule task [2022-03-23T20:34:22.929Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-03-23T20:34:23.124Z] + docker build -t ci-base-image-arm64 -f - . [2022-03-23T20:34:23.124Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T20:34:23.124Z] WORKDIR /edgex [2022-03-23T20:34:23.124Z] COPY go.mod . [2022-03-23T20:34:23.124Z] RUN go mod download [2022-03-23T20:34:25.786Z] Sending build context to Docker daemon 168.8MB [2022-03-23T20:34:25.787Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T20:34:25.787Z] ---> f79e39bc4007 [2022-03-23T20:34:25.787Z] Step 2/4 : WORKDIR /edgex [2022-03-23T20:34:27.764Z] ---> Running in b77c99fb0dcc [2022-03-23T20:34:27.764Z] Removing intermediate container b77c99fb0dcc [2022-03-23T20:34:27.764Z] ---> 07c3440a1de5 [2022-03-23T20:34:27.764Z] Step 3/4 : COPY go.mod . [2022-03-23T20:34:28.357Z] ---> ad50d1185103 [2022-03-23T20:34:28.357Z] Step 4/4 : RUN go mod download [2022-03-23T20:34:28.357Z] ---> Running in 59e60a560275 [2022-03-23T20:35:50.197Z] Removing intermediate container 59e60a560275 [2022-03-23T20:35:50.197Z] ---> d2cec961914a [2022-03-23T20:35:50.197Z] Successfully built d2cec961914a [2022-03-23T20:35:50.197Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:35:50.552Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T20:35:50.552Z] . [Pipeline] withDockerContainer [2022-03-23T20:35:50.830Z] prd-ubuntu20.04-docker-arm64-4c-16g-8696 does not seem to be running inside a container [2022-03-23T20:35:50.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-23T20:35:52.437Z] $ docker top a577713ff3f14aade8fe87c524bede0c67c1c009e2b6f3cdceff9245c6d4a878 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:35:53.430Z] + go version [2022-03-23T20:35:53.430Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-23T20:35:53.458Z] $ docker stop --time=1 a577713ff3f14aade8fe87c524bede0c67c1c009e2b6f3cdceff9245c6d4a878 [2022-03-23T20:35:55.230Z] $ docker rm -f a577713ff3f14aade8fe87c524bede0c67c1c009e2b6f3cdceff9245c6d4a878 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:35:55.875Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T20:35:55.875Z] . [Pipeline] withDockerContainer [2022-03-23T20:35:56.148Z] prd-ubuntu20.04-docker-arm64-4c-16g-8696 does not seem to be running inside a container [2022-03-23T20:35:56.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-23T20:35:57.767Z] $ docker top ae418c931f44ea5b636e998fdef14372adaead7d2a0de29722226a2eecdd80ab -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-23T20:35:58.062Z] ========================================================= [2022-03-23T20:35:58.062Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-23T20:35:58.062Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T20:35:58.722Z] + make test [2022-03-23T20:35:58.722Z] go mod tidy [2022-03-23T20:35:59.710Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-23T20:36:38.735Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-23T20:37:46.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-23T20:37:51.244Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-23T20:37:51.867Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-23T20:37:52.146Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-23T20:38:04.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-23T20:38:04.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-23T20:38:04.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-23T20:38:04.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-23T20:38:04.594Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-23T20:38:04.594Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-23T20:38:05.596Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-23T20:38:05.596Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-23T20:38:05.596Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-23T20:38:05.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-23T20:38:15.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.248s coverage: 28.7% of statements [2022-03-23T20:38:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-23T20:38:15.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-23T20:38:21.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.444s coverage: 98.5% of statements [2022-03-23T20:38:21.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-23T20:38:21.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.449s coverage: 54.9% of statements [2022-03-23T20:38:21.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-23T20:38:21.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.027s coverage: 89.2% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.320s coverage: 84.4% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.349s coverage: 94.2% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.588s coverage: 72.2% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.293s coverage: 60.0% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.860s coverage: 0.9% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.228s coverage: 58.8% of statements [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.378s coverage: 24.0% of statements [2022-03-23T20:38:43.911Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.607s coverage: 47.1% of statements [2022-03-23T20:38:43.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.338s coverage: 79.5% of statements [2022-03-23T20:38:44.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.271s coverage: 94.1% of statements [2022-03-23T20:38:46.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.275s coverage: 96.3% of statements [2022-03-23T20:38:46.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.252s coverage: 87.5% of statements [2022-03-23T20:38:58.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.394s coverage: 94.4% of statements [2022-03-23T20:38:58.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.244s coverage: 44.8% of statements [2022-03-23T20:39:05.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.721s coverage: 82.5% of statements [2022-03-23T20:39:05.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.347s coverage: 92.9% of statements [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.228s coverage: 87.2% of statements [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.218s coverage: 100.0% of statements [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.315s coverage: 58.8% of statements [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.328s coverage: 80.0% of statements [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.274s coverage: 87.2% of statements [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.355s coverage: 85.4% of statements [2022-03-23T20:39:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.910s coverage: 91.2% of statements [2022-03-23T20:39:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-23T20:39:13.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.984s coverage: 64.4% of statements [2022-03-23T20:39:13.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-23T20:39:13.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-23T20:39:13.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.248s coverage: 100.0% of statements [2022-03-23T20:39:14.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.139s coverage: 89.4% of statements [2022-03-23T20:39:14.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2022-03-23T20:39:14.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.132s coverage: 73.7% of statements [2022-03-23T20:39:16.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2022-03-23T20:39:21.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.594s coverage: 65.4% of statements [2022-03-23T20:39:21.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-23T20:39:21.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-23T20:39:21.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-23T20:39:23.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.998s coverage: 43.8% of statements [2022-03-23T20:39:23.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-23T20:39:23.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-23T20:39:23.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.348s coverage: 89.5% of statements [2022-03-23T20:39:23.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-23T20:39:23.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.309s coverage: 84.8% of statements [2022-03-23T20:39:23.743Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-23T20:39:32.089Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.326s coverage: 17.7% of statements [2022-03-23T20:39:32.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-23T20:39:32.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-23T20:39:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.867s coverage: 92.3% of statements [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-23T20:39:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.290s coverage: 63.2% of statements [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-23T20:39:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.491s coverage: 97.7% of statements [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-23T20:39:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.255s coverage: 28.9% of statements [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-23T20:39:32.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-23T20:39:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.255s coverage: 100.0% of statements [2022-03-23T20:39:32.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.106s coverage: 96.9% of statements [2022-03-23T20:39:33.078Z] 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-23T20:39:33.078Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-03-23T20:39:33.078Z] GO111MODULE=on go vet ./... [2022-03-23T20:41:10.006Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-23T20:41:10.006Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-23T20:41:10.006Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-23T20:41:10.034Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-23T20:41:10.703Z] + ls -al . [2022-03-23T20:41:10.703Z] total 672 [2022-03-23T20:41:10.703Z] drwxrwxr-x 9 1001 1001 4096 Mar 23 20:41 . [2022-03-23T20:41:10.703Z] drwxr-xr-x 4 root root 4096 Mar 23 20:35 .. [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 20:33 .dockerignore [2022-03-23T20:41:10.703Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 20:33 .git [2022-03-23T20:41:10.703Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 20:33 .github [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 804 Mar 23 20:33 .gitignore [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 42 Mar 23 20:33 .golangci.yml [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 76 Mar 23 20:33 .hadolint.yml [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 20:33 .sonarcloud.properties [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 1171 Mar 23 20:33 ADOPTERS.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 9019 Mar 23 20:33 Attribution.txt [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 51732 Mar 23 20:33 CHANGELOG.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 20:33 CONTRIBUTING.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 677 Mar 23 20:33 GOVERNANCE.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 849 Mar 23 20:33 Jenkinsfile [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 20:33 LICENSE [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 6508 Mar 23 20:33 Makefile [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 582 Mar 23 20:33 OWNERS.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 8207 Mar 23 20:33 README.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 6912 Mar 23 20:33 SECURITY.md [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 20:30 VERSION [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 20:33 ZMQWindows.md [2022-03-23T20:41:10.703Z] drwxrwxr-x 2 1001 1001 4096 Mar 23 20:33 bin [2022-03-23T20:41:10.703Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 20:33 cmd [2022-03-23T20:41:10.703Z] -rw-r--r-- 1 root root 426503 Mar 23 20:39 coverage.out [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 2827 Mar 23 20:33 go.mod [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 50579 Mar 23 20:33 go.sum [2022-03-23T20:41:10.703Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 20:33 internal [2022-03-23T20:41:10.703Z] drwxrwxr-x 3 1001 1001 4096 Mar 23 20:33 openapi [2022-03-23T20:41:10.703Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 20:33 snap [2022-03-23T20:41:10.703Z] -rw-rw-r-- 1 1001 1001 204 Mar 23 20:33 version.go [Pipeline] sh [2022-03-23T20:41:11.381Z] + '[' -e coverage.out ] [2022-03-23T20:41:11.381Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-23T20:41:11.404Z] Warning: overwriting stash ‘coverage-report’ [2022-03-23T20:41:12.499Z] Stashed 1 file(s) [Pipeline] sh [2022-03-23T20:41:13.163Z] + make build [2022-03-23T20:41:13.163Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T20:41:23.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T20:41:55.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T20:42:00.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T20:42:05.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T20:42:07.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T20:42:11.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T20:42:16.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T20:42:20.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T20:42:25.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T20:42:29.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T20:42:34.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2022-03-23T20:42:42.633Z] $ docker stop --time=1 ae418c931f44ea5b636e998fdef14372adaead7d2a0de29722226a2eecdd80ab [2022-03-23T20:42:44.704Z] $ docker rm -f ae418c931f44ea5b636e998fdef14372adaead7d2a0de29722226a2eecdd80ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:42:46.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T20:42:46.469Z] [2022-03-23T20:42:46.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:42:47.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T20:42:47.377Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-03-23T20:42:47.377Z] 29e5d40040c1: Pulling fs layer [2022-03-23T20:42:47.377Z] 1ce36da41761: Pulling fs layer [2022-03-23T20:42:47.377Z] 25b303627fd3: Pulling fs layer [2022-03-23T20:42:47.377Z] 29e5d40040c1: Verifying Checksum [2022-03-23T20:42:47.377Z] 29e5d40040c1: Download complete [2022-03-23T20:42:47.977Z] 1ce36da41761: Verifying Checksum [2022-03-23T20:42:47.977Z] 1ce36da41761: Download complete [2022-03-23T20:42:48.254Z] 29e5d40040c1: Pull complete [2022-03-23T20:42:49.696Z] 25b303627fd3: Verifying Checksum [2022-03-23T20:42:49.696Z] 25b303627fd3: Download complete [2022-03-23T20:42:49.696Z] 1ce36da41761: Pull complete [2022-03-23T20:43:02.110Z] 25b303627fd3: Pull complete [2022-03-23T20:43:02.110Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-03-23T20:43:02.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T20:43:02.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-03-23T20:43:02.374Z] prd-ubuntu20.04-docker-arm64-4c-16g-8696 does not seem to be running inside a container [2022-03-23T20:43:02.466Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-23T20:43:05.161Z] $ docker top 74e15504435aa7a76875040d46fff569ae0bbecfa6c520f11a658cba7ccd6e11 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:43:06.122Z] + docker-compose build --help [2022-03-23T20:43:06.122Z] + grep parallel [2022-03-23T20:43:12.828Z] --parallel Build images in parallel. [Pipeline] } [2022-03-23T20:43:12.852Z] $ docker stop --time=1 74e15504435aa7a76875040d46fff569ae0bbecfa6c520f11a658cba7ccd6e11 [2022-03-23T20:43:14.610Z] $ docker rm -f 74e15504435aa7a76875040d46fff569ae0bbecfa6c520f11a658cba7ccd6e11 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:43:15.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T20:43:15.261Z] . [Pipeline] withDockerContainer [2022-03-23T20:43:15.530Z] prd-ubuntu20.04-docker-arm64-4c-16g-8696 does not seem to be running inside a container [2022-03-23T20:43:15.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-23T20:43:17.152Z] $ docker top 0d1359fef0c4e023f75647172e0eaf4a9bf8c8678296442b6907c00ef2dafa85 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:43:18.182Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-23T20:43:26.504Z] Building core-command ... [2022-03-23T20:43:26.504Z] Building core-data ... [2022-03-23T20:43:26.504Z] Building core-metadata ... [2022-03-23T20:43:26.504Z] Building security-bootstrapper ... [2022-03-23T20:43:26.504Z] Building security-proxy-setup ... [2022-03-23T20:43:26.504Z] Building security-secretstore-setup ... [2022-03-23T20:43:26.504Z] Building support-notifications ... [2022-03-23T20:43:26.504Z] Building support-scheduler ... [2022-03-23T20:43:26.504Z] Building sys-mgmt-agent ... [2022-03-23T20:43:26.504Z] Building sys-mgmt-agent [2022-03-23T20:43:26.504Z] Building security-secretstore-setup [2022-03-23T20:43:26.504Z] Building support-scheduler [2022-03-23T20:43:26.504Z] Building security-proxy-setup [2022-03-23T20:43:26.504Z] Building security-bootstrapper [2022-03-23T20:44:21.060Z] Running on prd-ubuntu18.04-docker-8c-8g-8817 in /w/workspace/edgexfoundry_edgex-go_PR-3920 [Pipeline] { [Pipeline] ws [2022-03-23T20:44:21.074Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2022-03-23T20:44:21.182Z] The recommended git tool is: git [2022-03-23T20:44:22.864Z] using credential edgex-jenkins-ssh [2022-03-23T20:44:22.878Z] Cloning the remote Git repository [2022-03-23T20:44:22.889Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-23T20:44:22.922Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-03-23T20:44:22.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T20:44:22.956Z] > git --version # timeout=10 [2022-03-23T20:44:22.966Z] > git --version # 'git version 2.17.1' [2022-03-23T20:44:22.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T20:44:22.989Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T20:44:27.690Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T20:44:27.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T20:44:27.718Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T20:44:27.731Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T20:44:27.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T20:44:27.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3920/head:refs/remotes/origin/PR-3920 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-23T20:44:28.283Z] Merging remotes/origin/main commit 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d into PR head commit 4cd714d9d5ccda3fa4188006ba35f40055f4264a [2022-03-23T20:44:28.449Z] Merge succeeded, producing 13ed77ee681ca4054a01da7eaeb60429fdca0203 [2022-03-23T20:44:28.449Z] Checking out Revision 13ed77ee681ca4054a01da7eaeb60429fdca0203 (PR-3920) [2022-03-23T20:44:28.284Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T20:44:28.290Z] > git checkout -f 4cd714d9d5ccda3fa4188006ba35f40055f4264a # timeout=10 [2022-03-23T20:44:28.356Z] > git remote # timeout=10 [2022-03-23T20:44:28.363Z] > git config --get remote.origin.url # timeout=10 [2022-03-23T20:44:28.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T20:44:28.381Z] > git merge 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 [2022-03-23T20:44:28.435Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-23T20:44:28.445Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T20:44:28.450Z] > git checkout -f 13ed77ee681ca4054a01da7eaeb60429fdca0203 # timeout=10 [2022-03-23T20:44:32.010Z] Commit message: "Merge commit '6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d' into HEAD" [2022-03-23T20:44:32.007Z] > git rev-list --no-walk 4cd714d9d5ccda3fa4188006ba35f40055f4264a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:44:32.816Z] + echo snap-build.sh [2022-03-23T20:44:32.816Z] snap-build.sh [2022-03-23T20:44:32.816Z] + SNAP_BASE_DIR=. [2022-03-23T20:44:32.816Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2022-03-23T20:44:32.816Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2022-03-23T20:44:32.816Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2022-03-23T20:44:32.816Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2022-03-23T20:44:32.816Z] + cd /w/workspace/edgex-go/2 [2022-03-23T20:44:32.816Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-03-23T20:44:32.816Z] Reading package lists... [2022-03-23T20:44:32.816Z] Building dependency tree... [2022-03-23T20:44:32.816Z] Reading state information... [2022-03-23T20:44:32.816Z] The following packages were automatically installed and are no longer required: [2022-03-23T20:44:32.816Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-03-23T20:44:32.816Z] uidmap xdelta3 [2022-03-23T20:44:32.816Z] Use 'sudo apt autoremove' to remove them. [2022-03-23T20:44:32.816Z] The following packages will be REMOVED: [2022-03-23T20:44:32.816Z] lxd* lxd-client* [2022-03-23T20:44:32.816Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-03-23T20:44:33.079Z] After this operation, 31.7 MB disk space will be freed. [2022-03-23T20:44:33.603Z] (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-23T20:44:33.864Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-23T20:44:34.437Z] Removing lxd dnsmasq configuration [2022-03-23T20:44:34.437Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-03-23T20:44:34.546Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:44:34.546Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:44:34.546Z] ---> d2cec961914a [2022-03-23T20:44:34.546Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T20:44:34.699Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-03-23T20:44:34.825Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:44:34.825Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:44:34.825Z] ---> d2cec961914a [2022-03-23T20:44:34.825Z] Step 3/31 : WORKDIR /edgex-go [2022-03-23T20:44:34.825Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:44:34.825Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:44:34.825Z] ---> d2cec961914a [2022-03-23T20:44:34.825Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:44:35.274Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-03-23T20:44:35.459Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:44:35.459Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:44:35.459Z] ---> d2cec961914a [2022-03-23T20:44:35.459Z] Step 3/25 : WORKDIR /edgex-go [2022-03-23T20:44:35.459Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:44:35.459Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:44:35.459Z] ---> d2cec961914a [2022-03-23T20:44:35.459Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T20:44:35.535Z] (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-23T20:44:35.536Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-23T20:44:35.739Z] ---> Running in 3010fd3cd920 [2022-03-23T20:44:35.739Z] ---> Running in 20dd85420708 [2022-03-23T20:44:35.739Z] ---> Running in bf186e4d39ee [2022-03-23T20:44:35.739Z] ---> Running in 5783bd88d84a [2022-03-23T20:44:35.739Z] ---> Running in 190ab90f8547 [2022-03-23T20:44:36.747Z] Removing intermediate container 3010fd3cd920 [2022-03-23T20:44:36.747Z] ---> 03d4cd085782 [2022-03-23T20:44:36.747Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:44:36.747Z] Removing intermediate container 5783bd88d84a [2022-03-23T20:44:36.747Z] ---> 9d7f01ee5305 [2022-03-23T20:44:36.747Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:44:36.747Z] Removing intermediate container 20dd85420708 [2022-03-23T20:44:36.747Z] ---> df52627c4500 [2022-03-23T20:44:36.747Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:44:36.747Z] Removing intermediate container bf186e4d39ee [2022-03-23T20:44:36.747Z] ---> 3c5cb7d4c3f8 [2022-03-23T20:44:36.747Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:44:36.747Z] Removing intermediate container 190ab90f8547 [2022-03-23T20:44:36.747Z] ---> 29fa7529aea5 [2022-03-23T20:44:36.747Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:44:36.747Z] ---> Running in b4d757a6b0b6 [2022-03-23T20:44:36.747Z] ---> Running in edb0c68bc2a2 [2022-03-23T20:44:36.747Z] ---> Running in ea852f3269a9 [2022-03-23T20:44:36.747Z] ---> Running in eeac5a0b46c6 [2022-03-23T20:44:36.747Z] ---> Running in 2ad6bc46ed82 [2022-03-23T20:44:36.924Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-03-23T20:44:36.925Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-03-23T20:44:37.498Z] + sudo snap remove --purge lxd [2022-03-23T20:44:37.760Z] snap "lxd" is not installed [2022-03-23T20:44:37.760Z] + sudo groupadd --force --system lxd [2022-03-23T20:44:37.760Z] ++ whoami [2022-03-23T20:44:37.760Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-03-23T20:44:37.760Z] + newgrp - lxd [2022-03-23T20:44:37.760Z] + sudo snap install lxd [2022-03-23T20:44:41.081Z] Removing intermediate container b4d757a6b0b6 [2022-03-23T20:44:41.081Z] ---> eed9e9f3be42 [2022-03-23T20:44:41.081Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-23T20:44:41.081Z] ---> Running in 913cb1922f45 [2022-03-23T20:44:41.081Z] Removing intermediate container edb0c68bc2a2 [2022-03-23T20:44:41.081Z] ---> 43bced0974c4 [2022-03-23T20:44:41.081Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-23T20:44:41.081Z] Removing intermediate container ea852f3269a9 [2022-03-23T20:44:41.081Z] ---> 5df0426c3482 [2022-03-23T20:44:41.081Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T20:44:41.371Z] ---> Running in 715b040f06db [2022-03-23T20:44:41.371Z] ---> Running in aded96ac6bd6 [2022-03-23T20:44:41.371Z] Removing intermediate container eeac5a0b46c6 [2022-03-23T20:44:41.371Z] ---> 086603454d59 [2022-03-23T20:44:41.371Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T20:44:41.677Z] ---> Running in 43ec30d9bfd2 [2022-03-23T20:44:41.677Z] Removing intermediate container 2ad6bc46ed82 [2022-03-23T20:44:41.677Z] ---> 7114ba1d5b31 [2022-03-23T20:44:41.677Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-23T20:44:41.962Z] ---> Running in 46660ad0b91d [2022-03-23T20:44:43.407Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.014Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.014Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.014Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.014Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.296Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.923Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:44.924Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:45.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:45.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:44:45.488Z] OK: 220 MiB in 52 packages [2022-03-23T20:44:46.493Z] OK: 220 MiB in 52 packages [2022-03-23T20:44:46.493Z] OK: 220 MiB in 52 packages [2022-03-23T20:44:47.118Z] OK: 220 MiB in 52 packages [2022-03-23T20:44:47.118Z] Removing intermediate container 913cb1922f45 [2022-03-23T20:44:47.118Z] ---> 50330c126616 [2022-03-23T20:44:47.118Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-23T20:44:47.118Z] OK: 220 MiB in 52 packages [2022-03-23T20:44:47.801Z] 2022-03-23T20:44:44Z INFO Waiting for automatic snapd restart... [2022-03-23T20:44:48.573Z] Removing intermediate container aded96ac6bd6 [2022-03-23T20:44:48.573Z] ---> 784a9cd0527f [2022-03-23T20:44:48.573Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T20:44:48.573Z] Removing intermediate container 715b040f06db [2022-03-23T20:44:48.573Z] ---> e4d09aca994d [2022-03-23T20:44:48.573Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:44:48.573Z] Removing intermediate container 43ec30d9bfd2 [2022-03-23T20:44:48.573Z] ---> 12502758e4c3 [2022-03-23T20:44:48.573Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T20:44:48.848Z] ---> 0181730f9fe1 [2022-03-23T20:44:48.848Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:44:48.848Z] Removing intermediate container 46660ad0b91d [2022-03-23T20:44:48.848Z] ---> 69a660236b6d [2022-03-23T20:44:48.848Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-23T20:44:49.128Z] ---> Running in 78b5397f0ff9 [2022-03-23T20:44:50.133Z] ---> 07d750693af7 [2022-03-23T20:44:50.133Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:44:50.133Z] ---> 2205cc5bb670 [2022-03-23T20:44:50.133Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:44:50.133Z] ---> Running in d63eec151a88 [2022-03-23T20:44:50.133Z] ---> a4251628a5a2 [2022-03-23T20:44:50.133Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:44:50.410Z] ---> Running in 65edea7d9568 [2022-03-23T20:44:50.410Z] ---> Running in 5e1cd09bfcac [2022-03-23T20:44:51.025Z] ---> 4f9bff2aca75 [2022-03-23T20:44:51.025Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:44:51.025Z] ---> Running in f60332179955 [2022-03-23T20:44:55.394Z] Removing intermediate container 78b5397f0ff9 [2022-03-23T20:44:55.394Z] ---> 42bb59665342 [2022-03-23T20:44:55.394Z] Step 8/31 : COPY . . [2022-03-23T20:44:57.391Z] Removing intermediate container d63eec151a88 [2022-03-23T20:44:57.391Z] ---> 85c1c44a48b1 [2022-03-23T20:44:57.391Z] Step 8/22 : COPY . . [2022-03-23T20:44:58.836Z] Removing intermediate container f60332179955 [2022-03-23T20:44:58.836Z] ---> 5f525cc78394 [2022-03-23T20:44:58.836Z] Step 8/25 : COPY . . [2022-03-23T20:44:58.836Z] Removing intermediate container 5e1cd09bfcac [2022-03-23T20:44:58.836Z] ---> 937b5433c0ad [2022-03-23T20:44:58.836Z] Step 8/23 : COPY . . [2022-03-23T20:44:58.836Z] Removing intermediate container 65edea7d9568 [2022-03-23T20:44:58.836Z] ---> 4017379a59ae [2022-03-23T20:44:58.836Z] Step 8/22 : COPY . . [2022-03-23T20:45:00.045Z] lxd 4.24 from Canonical* installed [2022-03-23T20:45:00.045Z] + sudo lxd init --auto [2022-03-23T20:45:10.059Z] + sudo snap install --classic snapcraft [2022-03-23T20:45:15.350Z] snapcraft 6.0.2 from Canonical* installed [2022-03-23T20:45:15.350Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-03-23T20:45:15.350Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-03-23T20:45:15.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T20:45:15.350Z] Dload Upload Total Spent Left Speed [2022-03-23T20:45:15.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 3963 0 --:--:-- --:--:-- --:--:-- 3963 [2022-03-23T20:45:15.350Z] 79 3325k 79 2655k 0 0 7376k 0 --:--:-- --:--:-- --:--:-- 7376k 100 3325k 100 3325k 0 0 8890k 0 --:--:-- --:--:-- --:--:-- 46.7M [2022-03-23T20:45:15.350Z] ./yq_linux_amd64 [2022-03-23T20:45:15.350Z] + sudo snapcraft prime --use-lxd [2022-03-23T20:45:16.745Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-03-23T20:45:17.008Z] 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-23T20:45:17.008Z] - README.md [2022-03-23T20:45:17.008Z] [2022-03-23T20:45:17.008Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-23T20:45:17.270Z] Launching a container. [2022-03-23T20:45:21.056Z] ---> f994639babe8 [2022-03-23T20:45:21.056Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-23T20:45:21.056Z] ---> Running in 038ceee6d227 [2022-03-23T20:45:21.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-23T20:45:24.327Z] ---> 069aee95f2fd [2022-03-23T20:45:24.327Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-23T20:45:24.624Z] ---> acd916d6c585 [2022-03-23T20:45:24.624Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-23T20:45:24.624Z] ---> f0f8dab26669 [2022-03-23T20:45:24.624Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-23T20:45:24.624Z] ---> Running in 41e1466f24a7 [2022-03-23T20:45:24.902Z] ---> Running in 5a6b1f22c615 [2022-03-23T20:45:24.902Z] ---> Running in 22e9118f3d2d [2022-03-23T20:45:25.894Z] ---> 8b04c64cd6b1 [2022-03-23T20:45:25.894Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-23T20:45:26.171Z] ---> Running in 361c0a9e612a [2022-03-23T20:45:28.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T20:45:29.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T20:45:29.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T20:45:29.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T20:45:29.517Z] Waiting for container to be ready [2022-03-23T20:45:29.518Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-03-23T20:45:29.518Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-03-23T20:45:29.518Z] [2022-03-23T20:45:33.738Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-03-23T20:45:34.310Z] Waiting for network to be ready... [2022-03-23T20:45:34.571Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-03-23T20:45:34.832Z] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-03-23T20:45:34.832Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1347 kB] [2022-03-23T20:45:35.092Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [234 kB] [2022-03-23T20:45:35.092Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-03-23T20:45:35.092Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-03-23T20:45:35.092Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [831 kB] [2022-03-23T20:45:35.092Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [118 kB] [2022-03-23T20:45:35.092Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [695 kB] [2022-03-23T20:45:35.092Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] [2022-03-23T20:45:35.354Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-03-23T20:45:35.354Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-03-23T20:45:35.615Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-03-23T20:45:35.615Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-03-23T20:45:35.615Z] Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-03-23T20:45:35.615Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-03-23T20:45:35.615Z] Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-03-23T20:45:35.615Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-03-23T20:45:36.187Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-03-23T20:45:36.187Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1674 kB] [2022-03-23T20:45:36.187Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [316 kB] [2022-03-23T20:45:36.187Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.5 kB] [2022-03-23T20:45:36.187Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] [2022-03-23T20:45:36.187Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [887 kB] [2022-03-23T20:45:36.187Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [127 kB] [2022-03-23T20:45:36.187Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [913 kB] [2022-03-23T20:45:36.449Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [203 kB] [2022-03-23T20:45:38.362Z] Fetched 23.5 MB in 4s (6596 kB/s) [2022-03-23T20:45:38.934Z] Reading package lists... [2022-03-23T20:45:39.196Z] Reading package lists... [2022-03-23T20:45:39.196Z] Building dependency tree... [2022-03-23T20:45:39.196Z] Reading state information... [2022-03-23T20:45:39.457Z] The following additional packages will be installed: [2022-03-23T20:45:39.457Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-23T20:45:39.457Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-23T20:45:39.457Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-23T20:45:39.457Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-03-23T20:45:39.457Z] Suggested packages: [2022-03-23T20:45:39.457Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-03-23T20:45:39.457Z] Recommended packages: [2022-03-23T20:45:39.457Z] gnupg libsasl2-modules [2022-03-23T20:45:39.457Z] The following NEW packages will be installed: [2022-03-23T20:45:39.457Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-23T20:45:39.457Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-23T20:45:39.457Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-23T20:45:39.457Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-03-23T20:45:39.457Z] The following packages will be upgraded: [2022-03-23T20:45:39.457Z] gpg gpg-agent gpgconf libudev1 [2022-03-23T20:45:39.457Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-03-23T20:45:39.457Z] Need to get 3859 kB of archives. [2022-03-23T20:45:39.457Z] After this operation, 14.9 MB of additional disk space will be used. [2022-03-23T20:45:39.457Z] Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-03-23T20:45:39.457Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-03-23T20:45:39.457Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-03-23T20:45:39.717Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-03-23T20:45:39.717Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-03-23T20:45:39.717Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-03-23T20:45:39.717Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-03-23T20:45:39.717Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-03-23T20:45:39.717Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-03-23T20:45:39.717Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-03-23T20:45:39.717Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-03-23T20:45:39.717Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-03-23T20:45:39.717Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-03-23T20:45:39.717Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-03-23T20:45:39.717Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-03-23T20:45:39.717Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-03-23T20:45:39.717Z] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-03-23T20:45:39.717Z] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-03-23T20:45:39.717Z] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-03-23T20:45:39.980Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-03-23T20:45:40.242Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-03-23T20:45:40.242Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-03-23T20:45:40.504Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-23T20:45:40.504Z] Fetched 3859 kB in 1s (4203 kB/s) [2022-03-23T20:45:40.504Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-23T20:45:40.504Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:40.504Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-23T20:45:40.504Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-03-23T20:45:40.766Z] Selecting previously unselected package udev. [2022-03-23T20:45:40.766Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-23T20:45:40.766Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:40.766Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-03-23T20:45:41.031Z] Selecting previously unselected package libfuse2:amd64. [2022-03-23T20:45:41.031Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-03-23T20:45:41.031Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-03-23T20:45:41.031Z] Selecting previously unselected package fuse. [2022-03-23T20:45:41.031Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-03-23T20:45:41.031Z] Unpacking fuse (2.9.9-3) ... [2022-03-23T20:45:41.031Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-23T20:45:41.031Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-23T20:45:41.031Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-23T20:45:41.031Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-23T20:45:41.292Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-23T20:45:41.292Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-23T20:45:41.292Z] Selecting previously unselected package libksba8:amd64. [2022-03-23T20:45:41.292Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-03-23T20:45:41.292Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-03-23T20:45:41.292Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-03-23T20:45:41.292Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.292Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.292Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-03-23T20:45:41.292Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.292Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.552Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-03-23T20:45:41.552Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.552Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.552Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-03-23T20:45:41.552Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.552Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.552Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-03-23T20:45:41.552Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.552Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.552Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-03-23T20:45:41.552Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.552Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.813Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-03-23T20:45:41.813Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.813Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.813Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-03-23T20:45:41.813Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.813Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.813Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-03-23T20:45:41.813Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-23T20:45:41.813Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:41.813Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-23T20:45:41.813Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-23T20:45:41.813Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-23T20:45:41.813Z] Selecting previously unselected package libsasl2-2:amd64. [2022-03-23T20:45:41.813Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-23T20:45:41.813Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-23T20:45:42.074Z] Selecting previously unselected package libldap-common. [2022-03-23T20:45:42.074Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-03-23T20:45:42.074Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-23T20:45:42.074Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-23T20:45:42.074Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-03-23T20:45:42.074Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-23T20:45:42.074Z] Selecting previously unselected package dirmngr. [2022-03-23T20:45:42.074Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-23T20:45:42.074Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-23T20:45:42.074Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-03-23T20:45:42.074Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-03-23T20:45:42.074Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-23T20:45:42.334Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-23T20:45:42.334Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-03-23T20:45:42.907Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-03-23T20:45:42.907Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-23T20:45:42.907Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:42.907Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-03-23T20:45:42.907Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-03-23T20:45:42.907Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:42.907Z] Setting up fuse (2.9.9-3) ... [2022-03-23T20:45:42.907Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-03-23T20:45:43.476Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-23T20:45:43.476Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-23T20:45:43.476Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-23T20:45:43.737Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-03-23T20:45:43.737Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-03-23T20:45:43.737Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-23T20:45:44.307Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-03-23T20:45:44.307Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-03-23T20:45:44.307Z] units). This means they are not meant to be enabled using systemctl. [2022-03-23T20:45:44.307Z] [2022-03-23T20:45:44.307Z] Possible reasons for having this kind of units are: [2022-03-23T20:45:44.307Z] • A unit may be statically enabled by being symlinked from another unit's [2022-03-23T20:45:44.307Z] .wants/ or .requires/ directory. [2022-03-23T20:45:44.307Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-03-23T20:45:44.307Z] a requirement dependency on it. [2022-03-23T20:45:44.307Z] • A unit may be started when needed via activation (socket, path, timer, [2022-03-23T20:45:44.307Z] D-Bus, udev, scripted systemctl call, ...). [2022-03-23T20:45:44.307Z] • In case of template units, the unit is meant to be enabled with some [2022-03-23T20:45:44.307Z] instance name specified. [2022-03-23T20:45:44.575Z] Reading package lists... [2022-03-23T20:45:44.837Z] Building dependency tree... [2022-03-23T20:45:44.837Z] Reading state information... [2022-03-23T20:45:44.837Z] The following additional packages will be installed: [2022-03-23T20:45:44.837Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-23T20:45:44.837Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-23T20:45:44.837Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-23T20:45:44.837Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-03-23T20:45:44.837Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-03-23T20:45:44.837Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-03-23T20:45:44.837Z] Suggested packages: [2022-03-23T20:45:44.837Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-03-23T20:45:44.837Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-03-23T20:45:44.837Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-03-23T20:45:44.837Z] systemd-container policykit-1 [2022-03-23T20:45:44.837Z] Recommended packages: [2022-03-23T20:45:44.837Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-03-23T20:45:44.837Z] The following NEW packages will be installed: [2022-03-23T20:45:44.837Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-23T20:45:44.837Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-23T20:45:44.837Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-23T20:45:44.837Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-03-23T20:45:44.837Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-03-23T20:45:44.837Z] The following packages will be upgraded: [2022-03-23T20:45:44.837Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-03-23T20:45:44.837Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-03-23T20:45:44.837Z] Need to get 46.5 MB of archives. [2022-03-23T20:45:44.837Z] After this operation, 181 MB of additional disk space will be used. [2022-03-23T20:45:44.837Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-03-23T20:45:45.097Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-03-23T20:45:45.097Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-03-23T20:45:45.097Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-03-23T20:45:45.097Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-03-23T20:45:45.097Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] [2022-03-23T20:45:45.097Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-03-23T20:45:45.097Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] [2022-03-23T20:45:45.097Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] [2022-03-23T20:45:45.097Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] [2022-03-23T20:45:45.097Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-03-23T20:45:45.097Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-03-23T20:45:45.097Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-03-23T20:45:45.097Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-03-23T20:45:45.097Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-03-23T20:45:45.097Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-03-23T20:45:45.097Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-03-23T20:45:45.097Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-03-23T20:45:45.097Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-03-23T20:45:45.097Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-03-23T20:45:45.097Z] 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-23T20:45:45.357Z] Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-03-23T20:45:45.357Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-03-23T20:45:45.357Z] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-03-23T20:45:45.357Z] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-03-23T20:45:45.357Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-03-23T20:45:45.618Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-03-23T20:45:45.618Z] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-03-23T20:45:45.618Z] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-03-23T20:45:45.618Z] Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-03-23T20:45:45.618Z] Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-03-23T20:45:45.618Z] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-03-23T20:45:45.878Z] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-03-23T20:45:45.878Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-23T20:45:45.878Z] Fetched 46.5 MB in 1s (52.2 MB/s) [2022-03-23T20:45:45.878Z] (Reading database ... 13067 files and directories currently installed.) [2022-03-23T20:45:45.878Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:45.878Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-23T20:45:46.138Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:46.138Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-23T20:45:46.138Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:46.399Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-23T20:45:46.977Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:46.977Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-23T20:45:46.977Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-03-23T20:45:46.977Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-03-23T20:45:46.977Z] (Reading database ... 13068 files and directories currently installed.) [2022-03-23T20:45:46.977Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-23T20:45:46.977Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:47.237Z] Selecting previously unselected package libexpat1:amd64. [2022-03-23T20:45:47.237Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-03-23T20:45:47.237Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-23T20:45:47.237Z] Selecting previously unselected package python3.8-minimal. [2022-03-23T20:45:47.237Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-23T20:45:47.237Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:47.498Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:47.498Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-23T20:45:47.498Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:48.070Z] Selecting previously unselected package python3-minimal. [2022-03-23T20:45:48.070Z] (Reading database ... 13359 files and directories currently installed.) [2022-03-23T20:45:48.070Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-03-23T20:45:48.070Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-03-23T20:45:48.070Z] Selecting previously unselected package mime-support. [2022-03-23T20:45:48.070Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-03-23T20:45:48.070Z] Unpacking mime-support (3.64ubuntu1) ... [2022-03-23T20:45:48.070Z] Selecting previously unselected package libmpdec2:amd64. [2022-03-23T20:45:48.070Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-03-23T20:45:48.070Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-03-23T20:45:48.070Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-03-23T20:45:48.070Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-23T20:45:48.070Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:48.330Z] Selecting previously unselected package python3.8. [2022-03-23T20:45:48.330Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-23T20:45:48.330Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:48.330Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-03-23T20:45:48.330Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-03-23T20:45:48.330Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-23T20:45:48.592Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-03-23T20:45:48.592Z] Selecting previously unselected package python3. [2022-03-23T20:45:48.592Z] (Reading database ... 13761 files and directories currently installed.) [2022-03-23T20:45:48.592Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-03-23T20:45:48.592Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-03-23T20:45:48.854Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-03-23T20:45:48.854Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-23T20:45:48.854Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-23T20:45:48.854Z] Selecting previously unselected package dbus. [2022-03-23T20:45:48.854Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-23T20:45:48.854Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-03-23T20:45:48.854Z] Selecting previously unselected package libbsd0:amd64. [2022-03-23T20:45:48.854Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-03-23T20:45:48.854Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-03-23T20:45:49.115Z] Selecting previously unselected package libpam-systemd:amd64. [2022-03-23T20:45:49.115Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-23T20:45:49.115Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-23T20:45:49.115Z] Selecting previously unselected package sudo. [2022-03-23T20:45:49.115Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-03-23T20:45:49.115Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-03-23T20:45:49.115Z] Selecting previously unselected package apparmor. [2022-03-23T20:45:49.115Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-23T20:45:49.115Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-03-23T20:45:49.375Z] Selecting previously unselected package libcbor0.6:amd64. [2022-03-23T20:45:49.375Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-03-23T20:45:49.376Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-23T20:45:49.376Z] Selecting previously unselected package libedit2:amd64. [2022-03-23T20:45:49.376Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-03-23T20:45:49.376Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-03-23T20:45:49.376Z] Selecting previously unselected package libfido2-1:amd64. [2022-03-23T20:45:49.376Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-03-23T20:45:49.376Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-23T20:45:49.376Z] Selecting previously unselected package libkrb5support0:amd64. [2022-03-23T20:45:49.376Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:45:49.376Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:49.636Z] Selecting previously unselected package libk5crypto3:amd64. [2022-03-23T20:45:49.636Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:45:49.636Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:49.636Z] Selecting previously unselected package libkeyutils1:amd64. [2022-03-23T20:45:49.636Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-03-23T20:45:49.636Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-23T20:45:49.636Z] Selecting previously unselected package libkrb5-3:amd64. [2022-03-23T20:45:49.636Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:45:49.636Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:49.636Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-03-23T20:45:49.636Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:45:49.636Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:49.895Z] Selecting previously unselected package openssh-client. [2022-03-23T20:45:49.895Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-03-23T20:45:49.895Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-23T20:45:49.895Z] Selecting previously unselected package dbus-user-session. [2022-03-23T20:45:49.895Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-23T20:45:49.895Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-23T20:45:49.895Z] Selecting previously unselected package liblzo2-2:amd64. [2022-03-23T20:45:49.895Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-03-23T20:45:49.895Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-03-23T20:45:50.156Z] Selecting previously unselected package squashfs-tools. [2022-03-23T20:45:50.156Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-03-23T20:45:50.156Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-23T20:45:50.156Z] Selecting previously unselected package snapd. [2022-03-23T20:45:50.156Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... [2022-03-23T20:45:50.156Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-23T20:45:53.453Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-23T20:45:53.453Z] Setting up mime-support (3.64ubuntu1) ... [2022-03-23T20:45:53.453Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-03-23T20:45:53.453Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-23T20:45:53.453Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:53.453Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-23T20:45:53.453Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-03-23T20:45:53.453Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-03-23T20:45:53.453Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:53.453Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:53.453Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-03-23T20:45:53.453Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:53.453Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-23T20:45:53.453Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-23T20:45:54.026Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-03-23T20:45:54.026Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-23T20:45:54.026Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-23T20:45:54.026Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-03-23T20:45:54.026Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-03-23T20:45:54.026Z] running python rtupdate hooks for python3.8... [2022-03-23T20:45:54.026Z] running python post-rtupdate hooks for python3.8... [2022-03-23T20:45:54.026Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-03-23T20:45:55.413Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-03-23T20:45:55.413Z] Reloading AppArmor profiles [2022-03-23T20:45:55.413Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:45:55.413Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-23T20:45:55.413Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-03-23T20:45:55.984Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-03-23T20:45:55.984Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-03-23T20:45:55.984Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-03-23T20:45:55.984Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-03-23T20:45:57.435Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-03-23T20:45:57.435Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-23T20:45:57.734Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-23T20:45:57.734Z] Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-23T20:45:57.996Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-03-23T20:45:58.256Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-03-23T20:45:58.519Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-03-23T20:45:58.780Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-03-23T20:45:59.041Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-23T20:45:59.041Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-23T20:45:59.301Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-03-23T20:45:59.562Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-03-23T20:45:59.825Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-03-23T20:45:59.825Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-03-23T20:46:00.087Z] /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-23T20:46:00.087Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-23T20:46:01.032Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-23T20:46:01.032Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-23T20:46:01.293Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-23T20:46:02.236Z] Reading package lists... [2022-03-23T20:46:02.496Z] Reading package lists... [2022-03-23T20:46:02.496Z] Building dependency tree... [2022-03-23T20:46:02.496Z] Reading state information... [2022-03-23T20:46:02.757Z] Calculating upgrade... [2022-03-23T20:46:02.757Z] The following packages will be upgraded: [2022-03-23T20:46:02.757Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-03-23T20:46:02.757Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-03-23T20:46:02.757Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-03-23T20:46:02.757Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-03-23T20:46:02.757Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-03-23T20:46:02.757Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-03-23T20:46:02.757Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-03-23T20:46:02.757Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-03-23T20:46:02.757Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-03-23T20:46:02.757Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-03-23T20:46:02.757Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-03-23T20:46:02.757Z] xz-utils zlib1g [2022-03-23T20:46:03.017Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-03-23T20:46:03.017Z] Need to get 65.7 MB of archives. [2022-03-23T20:46:03.017Z] After this operation, 27.6 MB of additional disk space will be used. [2022-03-23T20:46:03.017Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-03-23T20:46:03.017Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-03-23T20:46:03.017Z] 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-23T20:46:03.017Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] [2022-03-23T20:46:03.017Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] [2022-03-23T20:46:03.017Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-03-23T20:46:03.017Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-03-23T20:46:03.017Z] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-03-23T20:46:03.017Z] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-03-23T20:46:03.017Z] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-03-23T20:46:03.017Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-03-23T20:46:03.017Z] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-03-23T20:46:03.017Z] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-03-23T20:46:03.017Z] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-03-23T20:46:03.017Z] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-03-23T20:46:03.017Z] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-03-23T20:46:03.017Z] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-03-23T20:46:03.017Z] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-03-23T20:46:03.017Z] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-03-23T20:46:03.017Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-03-23T20:46:03.957Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] [2022-03-23T20:46:03.957Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-105.119 [1119 kB] [2022-03-23T20:46:03.957Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-03-23T20:46:03.957Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-03-23T20:46:03.957Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-03-23T20:46:03.957Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-03-23T20:46:03.957Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-03-23T20:46:03.957Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-03-23T20:46:03.957Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-03-23T20:46:03.957Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-03-23T20:46:03.957Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-03-23T20:46:03.957Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-03-23T20:46:03.957Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-03-23T20:46:04.217Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] [2022-03-23T20:46:04.217Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-03-23T20:46:04.217Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-03-23T20:46:04.217Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-03-23T20:46:04.217Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-03-23T20:46:04.217Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-03-23T20:46:04.478Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-03-23T20:46:04.478Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-03-23T20:46:04.478Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-03-23T20:46:04.478Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-03-23T20:46:04.478Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-03-23T20:46:04.478Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-03-23T20:46:04.478Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-03-23T20:46:04.478Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-03-23T20:46:04.478Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] [2022-03-23T20:46:04.478Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-03-23T20:46:04.478Z] 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-23T20:46:04.478Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-03-23T20:46:04.478Z] 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-23T20:46:04.478Z] 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-23T20:46:04.478Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-03-23T20:46:04.478Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-03-23T20:46:04.741Z] 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-23T20:46:04.741Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-03-23T20:46:04.741Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] [2022-03-23T20:46:04.741Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] [2022-03-23T20:46:04.741Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-03-23T20:46:04.741Z] 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-23T20:46:04.741Z] Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-03-23T20:46:04.741Z] Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-03-23T20:46:04.741Z] Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] [2022-03-23T20:46:04.741Z] Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-03-23T20:46:04.741Z] 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-23T20:46:04.741Z] Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-03-23T20:46:04.741Z] Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-03-23T20:46:05.002Z] Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-03-23T20:46:05.002Z] Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-03-23T20:46:05.002Z] Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] [2022-03-23T20:46:05.002Z] 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-23T20:46:05.264Z] 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-23T20:46:05.525Z] 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-23T20:46:05.525Z] 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-23T20:46:05.525Z] 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-23T20:46:05.787Z] 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-23T20:46:06.360Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-23T20:46:06.360Z] Fetched 65.7 MB in 3s (22.1 MB/s) [2022-03-23T20:46:06.360Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-23T20:46:06.360Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... [2022-03-23T20:46:06.360Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-23T20:46:06.620Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-23T20:46:06.620Z] Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-23T20:46:06.889Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-105.119_amd64.deb ... [2022-03-23T20:46:06.889Z] Unpacking linux-libc-dev:amd64 (5.4.0-105.119) over (5.4.0-26.30) ... [2022-03-23T20:46:07.149Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:07.149Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:07.149Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:07.149Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:07.411Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:07.412Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:07.674Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:07.674Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:07.674Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:07.674Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:07.935Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:07.936Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:08.196Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:08.196Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:08.196Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:08.457Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-23T20:46:08.457Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:08.457Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:08.457Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:08.457Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-23T20:46:08.457Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:08.457Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:08.717Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:08.717Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:08.717Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-23T20:46:08.717Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-23T20:46:08.717Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:08.978Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-23T20:46:08.978Z] Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... [2022-03-23T20:46:08.978Z] Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-23T20:46:09.552Z] Setting up libc6:amd64 (2.31-0ubuntu9.7) ... [2022-03-23T20:46:09.552Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-23T20:46:09.552Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-03-23T20:46:09.552Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-03-23T20:46:09.552Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-03-23T20:46:09.552Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-03-23T20:46:10.122Z] Setting up base-files (11ubuntu5.5) ... [2022-03-23T20:46:10.122Z] Installing new version of config file /etc/issue ... [2022-03-23T20:46:10.122Z] Installing new version of config file /etc/issue.net ... [2022-03-23T20:46:10.122Z] Installing new version of config file /etc/lsb-release ... [2022-03-23T20:46:10.122Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-03-23T20:46:10.382Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-03-23T20:46:10.382Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-03-23T20:46:10.382Z] Removing obsolete conffile /etc/default/motd-news ... [2022-03-23T20:46:10.643Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:10.643Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-03-23T20:46:10.643Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-03-23T20:46:10.643Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-03-23T20:46:10.643Z] 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-23T20:46:10.643Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:10.643Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:10.643Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-03-23T20:46:10.903Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:10.903Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:10.903Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-23T20:46:10.903Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-23T20:46:11.165Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-23T20:46:11.165Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:11.165Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-23T20:46:11.165Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-23T20:46:11.736Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-23T20:46:11.736Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-23T20:46:11.736Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-23T20:46:11.736Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-23T20:46:11.996Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-03-23T20:46:12.255Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:12.255Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-03-23T20:46:12.255Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-23T20:46:12.515Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... [2022-03-23T20:46:12.515Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-03-23T20:46:12.775Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... [2022-03-23T20:46:12.775Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:12.775Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-03-23T20:46:12.775Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-03-23T20:46:12.775Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-03-23T20:46:13.035Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:13.035Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.035Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:13.035Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:13.035Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:13.035Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.035Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:13.295Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:13.295Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:13.295Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.295Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:13.295Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.295Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:13.295Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:13.559Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:13.559Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.559Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:13.559Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:13.559Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:13.559Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.559Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:13.818Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:13.818Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:14.388Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:14.647Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-03-23T20:46:14.906Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-03-23T20:46:14.906Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:14.906Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-23T20:46:14.906Z] Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-23T20:46:15.166Z] Setting up libc-bin (2.31-0ubuntu9.7) ... [2022-03-23T20:46:15.166Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:15.166Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-03-23T20:46:15.166Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-03-23T20:46:15.427Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-03-23T20:46:15.427Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:15.427Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-03-23T20:46:15.427Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-03-23T20:46:15.427Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-03-23T20:46:15.427Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:15.427Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-03-23T20:46:15.688Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-23T20:46:15.688Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-03-23T20:46:15.688Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:15.688Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-03-23T20:46:15.688Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-03-23T20:46:15.688Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-03-23T20:46:15.948Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:15.948Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-03-23T20:46:15.948Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-03-23T20:46:15.948Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-03-23T20:46:16.208Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.208Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-23T20:46:16.208Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-23T20:46:16.208Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-03-23T20:46:16.208Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.208Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-03-23T20:46:16.208Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-03-23T20:46:16.208Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-03-23T20:46:16.468Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.468Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-23T20:46:16.468Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-23T20:46:16.468Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-23T20:46:16.468Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.468Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-23T20:46:16.468Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-23T20:46:16.468Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-23T20:46:16.727Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.727Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-03-23T20:46:16.727Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-03-23T20:46:16.727Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-03-23T20:46:16.728Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.728Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-03-23T20:46:16.728Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-03-23T20:46:16.988Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-03-23T20:46:16.988Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:16.988Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-03-23T20:46:16.988Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-03-23T20:46:16.988Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-03-23T20:46:17.248Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:17.248Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-03-23T20:46:17.248Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-03-23T20:46:17.819Z] Setting up apt (2.0.6) ... [2022-03-23T20:46:18.080Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-03-23T20:46:18.080Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:18.080Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-23T20:46:18.080Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-23T20:46:18.341Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-23T20:46:18.341Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-23T20:46:18.341Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-23T20:46:18.341Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-23T20:46:18.341Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-03-23T20:46:18.602Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-23T20:46:18.602Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-23T20:46:18.602Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-23T20:46:18.863Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-23T20:46:18.863Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-23T20:46:18.863Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-23T20:46:18.863Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-23T20:46:19.124Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-03-23T20:46:19.124Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-23T20:46:19.124Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-03-23T20:46:19.394Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-23T20:46:19.395Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-23T20:46:19.395Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-23T20:46:19.655Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-23T20:46:19.917Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-23T20:46:19.917Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-23T20:46:19.917Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-23T20:46:19.917Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-23T20:46:19.917Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-23T20:46:20.178Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-23T20:46:20.178Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-23T20:46:20.178Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-23T20:46:20.178Z] Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-23T20:46:20.438Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-03-23T20:46:20.438Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-03-23T20:46:20.438Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-23T20:46:20.438Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-03-23T20:46:20.699Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-03-23T20:46:20.699Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-03-23T20:46:20.699Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-03-23T20:46:20.699Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-03-23T20:46:20.699Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-03-23T20:46:20.699Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-03-23T20:46:20.961Z] Preparing to unpack .../09-tzdata_2021e-0ubuntu0.20.04_all.deb ... [2022-03-23T20:46:20.961Z] Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-03-23T20:46:21.221Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-03-23T20:46:21.221Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-23T20:46:21.487Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-23T20:46:21.487Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-23T20:46:21.487Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-03-23T20:46:21.487Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-23T20:46:21.747Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-23T20:46:21.747Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-23T20:46:21.747Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-23T20:46:21.747Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-23T20:46:21.747Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-03-23T20:46:21.747Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-23T20:46:22.007Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-23T20:46:22.007Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-23T20:46:22.007Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-03-23T20:46:22.007Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-03-23T20:46:22.007Z] Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:22.007Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:22.576Z] Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:22.576Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:23.148Z] Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:23.148Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:24.090Z] Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:24.090Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:24.349Z] Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:24.349Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:24.609Z] Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:24.609Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:25.181Z] Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-03-23T20:46:25.181Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-03-23T20:46:25.439Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-03-23T20:46:25.439Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-03-23T20:46:25.439Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... [2022-03-23T20:46:25.439Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-03-23T20:46:25.439Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-03-23T20:46:25.439Z] Setting up linux-libc-dev:amd64 (5.4.0-105.119) ... [2022-03-23T20:46:25.439Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-03-23T20:46:25.439Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.439Z] Setting up tzdata (2021e-0ubuntu0.20.04) ... [2022-03-23T20:46:25.701Z] [2022-03-23T20:46:25.701Z] Current default time zone: 'Etc/UTC' [2022-03-23T20:46:25.701Z] Local time is now: Wed Mar 23 20:46:25 UTC 2022. [2022-03-23T20:46:25.701Z] Universal Time is now: Wed Mar 23 20:46:25 UTC 2022. [2022-03-23T20:46:25.701Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-03-23T20:46:25.701Z] [2022-03-23T20:46:25.701Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-03-23T20:46:25.701Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.701Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.701Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:25.701Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.701Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:25.701Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-03-23T20:46:25.701Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-03-23T20:46:25.701Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-03-23T20:46:25.701Z] Setting up libc-dev-bin (2.31-0ubuntu9.7) ... [2022-03-23T20:46:25.701Z] Setting up openssl (1.1.1f-1ubuntu2.12) ... [2022-03-23T20:46:25.701Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.961Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.961Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-03-23T20:46:25.961Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.961Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:25.961Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-23T20:46:25.961Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-03-23T20:46:25.961Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-03-23T20:46:25.961Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-03-23T20:46:27.877Z] Updating certificates in /etc/ssl/certs... [2022-03-23T20:46:28.819Z] 21 added, 21 removed; done. [2022-03-23T20:46:28.819Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:28.819Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-03-23T20:46:28.819Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-03-23T20:46:29.080Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:29.080Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... [2022-03-23T20:46:29.080Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-03-23T20:46:29.080Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-03-23T20:46:29.080Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-03-23T20:46:29.080Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:29.080Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-03-23T20:46:29.080Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:29.080Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:29.080Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-03-23T20:46:29.080Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-23T20:46:29.080Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-03-23T20:46:29.340Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-03-23T20:46:29.340Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-03-23T20:46:29.340Z] Updating certificates in /etc/ssl/certs... [2022-03-23T20:46:29.910Z] 0 added, 0 removed; done. [2022-03-23T20:46:29.910Z] Running hooks in /etc/ca-certificates/update.d... [2022-03-23T20:46:29.910Z] done. [2022-03-23T20:46:31.111Z] Reading package lists... [2022-03-23T20:46:31.372Z] Building dependency tree... [2022-03-23T20:46:31.372Z] Reading state information... [2022-03-23T20:46:31.372Z] The following NEW packages will be installed: [2022-03-23T20:46:31.372Z] apt-transport-https [2022-03-23T20:46:31.634Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-03-23T20:46:31.894Z] Need to get 4680 B of archives. [2022-03-23T20:46:31.894Z] After this operation, 162 kB of additional disk space will be used. [2022-03-23T20:46:31.894Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-03-23T20:46:31.894Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-23T20:46:31.894Z] Fetched 4680 B in 0s (15.8 kB/s) [2022-03-23T20:46:32.155Z] Selecting previously unselected package apt-transport-https. [2022-03-23T20:46:32.155Z] (Reading database ... 14320 files and directories currently installed.) [2022-03-23T20:46:32.155Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-03-23T20:46:32.155Z] Unpacking apt-transport-https (2.0.6) ... [2022-03-23T20:46:32.155Z] Setting up apt-transport-https (2.0.6) ... [2022-03-23T20:46:32.416Z] Waiting for network to be ready... [2022-03-23T20:46:38.997Z] 2022-03-23T20:46:36Z INFO Waiting for automatic snapd restart... [2022-03-23T20:46:39.939Z] snapd 2.54.4 from Canonical* installed [2022-03-23T20:46:40.877Z] "snapd" switched to the "latest/stable" channel [2022-03-23T20:46:40.877Z] [2022-03-23T20:46:44.169Z] core20 20220304 from Canonical* installed [2022-03-23T20:46:44.169Z] "core20" switched to the "latest/stable" channel [2022-03-23T20:46:44.169Z] [2022-03-23T20:46:46.711Z] snapcraft 6.0.2 from Canonical* installed [2022-03-23T20:46:46.972Z] "snapcraft" switched to the "latest/stable" channel [2022-03-23T20:46:46.972Z] [2022-03-23T20:46:52.281Z] 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-23T20:46:52.281Z] - README.md [2022-03-23T20:46:52.281Z] [2022-03-23T20:46:52.281Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-23T20:46:52.281Z] Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-23T20:46:52.281Z] Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-23T20:46:52.281Z] Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-23T20:46:53.219Z] Reading package lists... [2022-03-23T20:46:53.481Z] 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-23T20:46:53.481Z] Reading package lists... [2022-03-23T20:46:53.742Z] Building dependency tree... [2022-03-23T20:46:53.742Z] Reading state information... [2022-03-23T20:46:54.001Z] Suggested packages: [2022-03-23T20:46:54.001Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-03-23T20:46:54.001Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-03-23T20:46:54.001Z] krb5-user libnorm-doc [2022-03-23T20:46:54.001Z] Recommended packages: [2022-03-23T20:46:54.001Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-03-23T20:46:54.001Z] The following NEW packages will be installed: [2022-03-23T20:46:54.001Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-03-23T20:46:54.001Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-03-23T20:46:54.001Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-03-23T20:46:54.001Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-03-23T20:46:54.001Z] libzmq5 pkg-config zip [2022-03-23T20:46:54.261Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-03-23T20:46:54.261Z] Need to get 10.3 MB of archives. [2022-03-23T20:46:54.261Z] After this operation, 56.5 MB of additional disk space will be used. [2022-03-23T20:46:54.261Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-03-23T20:46:54.261Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-03-23T20:46:54.261Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-03-23T20:46:54.261Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-03-23T20:46:54.521Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-03-23T20:46:54.521Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-03-23T20:46:54.521Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-03-23T20:46:54.521Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-03-23T20:46:54.521Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-03-23T20:46:54.521Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-03-23T20:46:54.521Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-03-23T20:46:54.521Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-03-23T20:46:55.091Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-03-23T20:46:55.091Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-03-23T20:46:55.091Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-03-23T20:46:55.091Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-03-23T20:46:55.091Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-03-23T20:46:55.091Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-03-23T20:46:55.091Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-03-23T20:46:55.091Z] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-03-23T20:46:55.091Z] Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-03-23T20:46:55.091Z] Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-03-23T20:46:55.350Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-03-23T20:46:55.350Z] Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-03-23T20:46:55.350Z] Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-03-23T20:46:55.350Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-03-23T20:46:55.350Z] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-03-23T20:46:55.350Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-23T20:46:55.350Z] Fetched 10.3 MB in 1s (9228 kB/s) [2022-03-23T20:46:55.350Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-03-23T20:46:55.350Z] (Reading database ... 14324 files and directories currently installed.) [2022-03-23T20:46:55.350Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-03-23T20:46:55.611Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-23T20:46:55.611Z] Selecting previously unselected package libsodium23:amd64. [2022-03-23T20:46:55.611Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-03-23T20:46:55.611Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-03-23T20:46:55.611Z] Selecting previously unselected package libpsl5:amd64. [2022-03-23T20:46:55.611Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-03-23T20:46:55.611Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-23T20:46:55.871Z] Selecting previously unselected package libbrotli1:amd64. [2022-03-23T20:46:55.871Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-03-23T20:46:55.871Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-23T20:46:55.871Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-03-23T20:46:55.871Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-03-23T20:46:55.871Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-23T20:46:55.871Z] Selecting previously unselected package librtmp1:amd64. [2022-03-23T20:46:55.871Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-03-23T20:46:55.871Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-23T20:46:56.130Z] Selecting previously unselected package libssh-4:amd64. [2022-03-23T20:46:56.130Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-03-23T20:46:56.130Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-23T20:46:56.130Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-03-23T20:46:56.130Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-03-23T20:46:56.130Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-23T20:46:56.130Z] Selecting previously unselected package liberror-perl. [2022-03-23T20:46:56.130Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-03-23T20:46:56.130Z] Unpacking liberror-perl (0.17029-1) ... [2022-03-23T20:46:56.130Z] Selecting previously unselected package git-man. [2022-03-23T20:46:56.130Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-03-23T20:46:56.130Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-23T20:46:56.389Z] Selecting previously unselected package git. [2022-03-23T20:46:56.389Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-03-23T20:46:56.389Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-03-23T20:46:56.956Z] Selecting previously unselected package libgssrpc4:amd64. [2022-03-23T20:46:56.956Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:46:56.956Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:56.956Z] Selecting previously unselected package libkdb5-9:amd64. [2022-03-23T20:46:56.956Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:46:56.956Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:56.956Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-03-23T20:46:56.956Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:46:56.956Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:57.215Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-03-23T20:46:57.215Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:46:57.215Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:57.215Z] Selecting previously unselected package comerr-dev:amd64. [2022-03-23T20:46:57.215Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-03-23T20:46:57.215Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-23T20:46:57.215Z] Selecting previously unselected package krb5-multidev:amd64. [2022-03-23T20:46:57.215Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:46:57.215Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:57.215Z] Selecting previously unselected package libnorm1:amd64. [2022-03-23T20:46:57.215Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-23T20:46:57.215Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-23T20:46:57.475Z] Selecting previously unselected package libnorm-dev:amd64. [2022-03-23T20:46:57.475Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-23T20:46:57.475Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-23T20:46:57.475Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-03-23T20:46:57.475Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-23T20:46:57.475Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-23T20:46:57.475Z] Selecting previously unselected package libpgm-dev:amd64. [2022-03-23T20:46:57.475Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-23T20:46:57.475Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-23T20:46:57.734Z] Selecting previously unselected package libsodium-dev:amd64. [2022-03-23T20:46:57.734Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-03-23T20:46:57.734Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-03-23T20:46:57.734Z] Selecting previously unselected package libzmq5:amd64. [2022-03-23T20:46:57.734Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-03-23T20:46:57.734Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-23T20:46:57.734Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-03-23T20:46:57.734Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-23T20:46:57.734Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:57.995Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-03-23T20:46:57.995Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-03-23T20:46:57.995Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-23T20:46:57.995Z] Selecting previously unselected package pkg-config. [2022-03-23T20:46:57.995Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-03-23T20:46:57.995Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-03-23T20:46:57.995Z] Selecting previously unselected package zip. [2022-03-23T20:46:57.995Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-03-23T20:46:57.995Z] Unpacking zip (3.0-11build1) ... [2022-03-23T20:46:57.995Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-23T20:46:57.995Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-03-23T20:46:57.995Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-23T20:46:58.255Z] No schema files found: doing nothing. [2022-03-23T20:46:58.255Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-23T20:46:58.255Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-23T20:46:58.255Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-23T20:46:58.255Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-23T20:46:58.255Z] Setting up liberror-perl (0.17029-1) ... [2022-03-23T20:46:58.255Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:58.255Z] Setting up zip (3.0-11build1) ... [2022-03-23T20:46:58.255Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-23T20:46:58.255Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-23T20:46:58.255Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-03-23T20:46:58.255Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-03-23T20:46:58.255Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-23T20:46:58.255Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:58.519Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-23T20:46:58.519Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:58.519Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-23T20:46:58.519Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:58.519Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-23T20:46:58.519Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-23T20:46:58.519Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-23T20:46:58.519Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-03-23T20:46:58.519Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:58.519Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-23T20:46:58.519Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-23T20:46:58.519Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-23T20:46:59.091Z] comerr-dev set to automatically installed. [2022-03-23T20:46:59.091Z] git set to automatically installed. [2022-03-23T20:46:59.091Z] git-man set to automatically installed. [2022-03-23T20:46:59.091Z] krb5-multidev set to automatically installed. [2022-03-23T20:46:59.091Z] libbrotli1 set to automatically installed. [2022-03-23T20:46:59.091Z] libcurl3-gnutls set to automatically installed. [2022-03-23T20:46:59.091Z] liberror-perl set to automatically installed. [2022-03-23T20:46:59.091Z] libglib2.0-0 set to automatically installed. [2022-03-23T20:46:59.091Z] libgssrpc4 set to automatically installed. [2022-03-23T20:46:59.091Z] libkadm5clnt-mit11 set to automatically installed. [2022-03-23T20:46:59.091Z] libkadm5srv-mit11 set to automatically installed. [2022-03-23T20:46:59.091Z] libkdb5-9 set to automatically installed. [2022-03-23T20:46:59.091Z] libkrb5-dev set to automatically installed. [2022-03-23T20:46:59.092Z] libnghttp2-14 set to automatically installed. [2022-03-23T20:46:59.092Z] libnorm-dev set to automatically installed. [2022-03-23T20:46:59.092Z] libnorm1 set to automatically installed. [2022-03-23T20:46:59.092Z] libpgm-5.2-0 set to automatically installed. [2022-03-23T20:46:59.092Z] libpgm-dev set to automatically installed. [2022-03-23T20:46:59.092Z] libpsl5 set to automatically installed. [2022-03-23T20:46:59.092Z] librtmp1 set to automatically installed. [2022-03-23T20:46:59.092Z] libsodium-dev set to automatically installed. [2022-03-23T20:46:59.092Z] libsodium23 set to automatically installed. [2022-03-23T20:46:59.092Z] libssh-4 set to automatically installed. [2022-03-23T20:46:59.092Z] libzmq3-dev set to automatically installed. [2022-03-23T20:46:59.092Z] libzmq5 set to automatically installed. [2022-03-23T20:46:59.092Z] pkg-config set to automatically installed. [2022-03-23T20:46:59.092Z] zip set to automatically installed. [2022-03-23T20:47:00.036Z] snapd is not logged in, snap install commands will use sudo [2022-03-23T20:47:12.283Z] go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed [2022-03-23T20:47:12.852Z] Downloading snap 'edgex-app-service-configurable' [2022-03-23T20:47:15.402Z] Pulling app-service-configurable [2022-03-23T20:47:15.402Z] + snapcraftctl pull [2022-03-23T20:47:16.786Z] Pulling config-common [2022-03-23T20:47:16.786Z] + snapcraftctl pull [2022-03-23T20:47:18.165Z] Pulling go-build-helper [2022-03-23T20:47:18.165Z] + snapcraftctl pull [2022-03-23T20:47:19.546Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-03-23T20:47:19.546Z] Skipping pull go-build-helper (already ran) [2022-03-23T20:47:19.546Z] Building go-build-helper [2022-03-23T20:47:19.546Z] + snapcraftctl build [2022-03-23T20:47:20.929Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-03-23T20:47:21.499Z] Staging go-build-helper [2022-03-23T20:47:21.499Z] + snapcraftctl stage [2022-03-23T20:47:25.876Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-03-23T20:47:25.876Z] Fetched 290 kB in 0s (0 B/s) [2022-03-23T20:47:25.876Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-03-23T20:47:25.876Z] Fetched 158 kB in 0s (0 B/s) [2022-03-23T20:47:25.876Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-03-23T20:47:25.876Z] Fetched 242 kB in 0s (0 B/s) [2022-03-23T20:47:25.876Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-03-23T20:47:25.876Z] Fetched 150 kB in 0s (0 B/s) [2022-03-23T20:47:25.876Z] Pulling edgex-go [2022-03-23T20:47:25.876Z] + snapcraftctl pull [2022-03-23T20:47:27.789Z] Pulling hooks [2022-03-23T20:47:27.789Z] + snapcraftctl pull [2022-03-23T20:47:40.020Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-23T20:47:40.020Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-03-23T20:47:40.020Z] Fetched 96.1 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-03-23T20:47:40.020Z] Fetched 78.7 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-03-23T20:47:40.020Z] Fetched 48.0 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-03-23T20:47:40.020Z] Fetched 50.2 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] [2022-03-23T20:47:40.020Z] Fetched 14.7 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-03-23T20:47:40.020Z] Fetched 234 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-03-23T20:47:40.020Z] Fetched 155 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-03-23T20:47:40.020Z] Fetched 170 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-03-23T20:47:40.020Z] Fetched 267 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-03-23T20:47:40.020Z] Fetched 50.6 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-03-23T20:47:40.020Z] Fetched 15.1 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-03-23T20:47:40.020Z] Fetched 51.5 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-03-23T20:47:40.020Z] Fetched 121 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-03-23T20:47:40.020Z] Fetched 29.7 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-03-23T20:47:40.020Z] Fetched 1021 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] [2022-03-23T20:47:40.020Z] Fetched 49.3 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-03-23T20:47:40.020Z] Fetched 54.9 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-03-23T20:47:40.020Z] Fetched 16.6 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-03-23T20:47:40.020Z] Fetched 87.9 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-03-23T20:47:40.020Z] Fetched 142 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-03-23T20:47:40.020Z] Fetched 41.8 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-03-23T20:47:40.020Z] Fetched 181 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-03-23T20:47:40.020Z] Fetched 208 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-03-23T20:47:40.020Z] Fetched 161 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-03-23T20:47:40.020Z] Fetched 107 kB in 0s (0 B/s) [2022-03-23T20:47:40.020Z] Pulling static-packages [2022-03-23T20:47:40.020Z] + snapcraftctl pull [2022-03-23T20:47:40.020Z] Pulling version [2022-03-23T20:47:40.020Z] + cd /root/project [2022-03-23T20:47:40.020Z] ++ git describe --tags --abbrev=0 [2022-03-23T20:47:40.020Z] ++ sed s/v// [2022-03-23T20:47:40.020Z] + GIT_VERSION=2.2.0-dev.44 [2022-03-23T20:47:40.020Z] + '[' -z 2.2.0-dev.44 ']' [2022-03-23T20:47:40.020Z] + snapcraftctl set-version 2.2.0-dev.44 [2022-03-23T20:47:40.959Z] Building app-service-configurable [2022-03-23T20:47:40.959Z] + snapcraftctl build [2022-03-23T20:47:42.873Z] Building config-common [2022-03-23T20:47:42.873Z] + snapcraftctl build [2022-03-23T20:47:44.260Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-03-23T20:47:44.829Z] Skipping build go-build-helper (already ran) [2022-03-23T20:47:44.829Z] Building edgex-go [2022-03-23T20:47:45.088Z] + cd /root/parts/edgex-go/src [2022-03-23T20:47:45.088Z] ++ git describe --tags --abbrev=0 [2022-03-23T20:47:45.088Z] ++ sed s/v// [2022-03-23T20:47:45.088Z] + GIT_VERSION=2.2.0-dev.44 [2022-03-23T20:47:45.088Z] + '[' -z 2.2.0-dev.44 ']' [2022-03-23T20:47:45.088Z] + echo 2.2.0-dev.44 [2022-03-23T20:47:45.088Z] + '[' '!' -d vendor ']' [2022-03-23T20:47:45.088Z] + go mod download all [2022-03-23T20:47:51.690Z] + make build [2022-03-23T20:47:51.690Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T20:48:01.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T20:48:06.101Z] Removing intermediate container 038ceee6d227 [2022-03-23T20:48:06.101Z] ---> aadb62a8762d [2022-03-23T20:48:06.101Z] [2022-03-23T20:48:06.101Z] Step 10/31 : FROM alpine:3.14 [2022-03-23T20:48:06.101Z] 3.14: Pulling from library/alpine [2022-03-23T20:48:06.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T20:48:06.101Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T20:48:06.101Z] Status: Downloaded newer image for alpine:3.14 [2022-03-23T20:48:06.101Z] ---> 71a2028e5025 [2022-03-23T20:48:06.101Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-23T20:48:06.101Z] ---> Running in 403e91aeb9fe [2022-03-23T20:48:06.101Z] Removing intermediate container 403e91aeb9fe [2022-03-23T20:48:06.101Z] ---> 711ef2a0ea12 [2022-03-23T20:48:06.101Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-23T20:48:06.101Z] ---> Running in 9640e7bc2483 [2022-03-23T20:48:06.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T20:48:07.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T20:48:08.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:08.381Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:08.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T20:48:09.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T20:48:09.838Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-23T20:48:09.838Z] (2/2) Installing su-exec (0.2-r1) [2022-03-23T20:48:09.838Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:48:09.838Z] OK: 6 MiB in 16 packages [2022-03-23T20:48:10.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T20:48:10.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T20:48:11.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T20:48:11.055Z] Removing intermediate container 9640e7bc2483 [2022-03-23T20:48:11.055Z] ---> 63fdb3573b07 [2022-03-23T20:48:11.055Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-23T20:48:11.345Z] ---> Running in c69f461bbd13 [2022-03-23T20:48:11.951Z] Removing intermediate container c69f461bbd13 [2022-03-23T20:48:11.951Z] ---> 14233e1d4a7f [2022-03-23T20:48:11.951Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-23T20:48:12.224Z] ---> Running in 152365f75835 [2022-03-23T20:48:12.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T20:48:12.828Z] Removing intermediate container 152365f75835 [2022-03-23T20:48:12.829Z] ---> b82b3a634f11 [2022-03-23T20:48:12.829Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-23T20:48:12.829Z] ---> Running in b9e8de960b66 [2022-03-23T20:48:13.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T20:48:14.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T20:48:15.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-03-23T20:48:17.132Z] + case "$service" in [2022-03-23T20:48:17.132Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.132Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-03-23T20:48:17.132Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-03-23T20:48:17.132Z] + 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-23T20:48:17.190Z] Removing intermediate container b9e8de960b66 [2022-03-23T20:48:17.190Z] ---> 33d14a880b14 [2022-03-23T20:48:17.190Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-23T20:48:17.190Z] ---> Running in 5979affe187b [2022-03-23T20:48:17.701Z] Building hooks [2022-03-23T20:48:17.701Z] + cd /root/parts/hooks/src [2022-03-23T20:48:17.701Z] + make build [2022-03-23T20:48:17.701Z] go mod tidy [2022-03-23T20:48:17.701Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-03-23T20:48:17.837Z] Removing intermediate container 5979affe187b [2022-03-23T20:48:17.837Z] ---> 4bd388f69158 [2022-03-23T20:48:17.837Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-23T20:48:17.959Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-03-23T20:48:18.217Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-03-23T20:48:18.217Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-03-23T20:48:18.217Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-03-23T20:48:18.784Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-03-23T20:48:19.351Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-03-23T20:48:19.351Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-03-23T20:48:19.694Z] ---> 74c7f399bc05 [2022-03-23T20:48:19.694Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-23T20:48:19.694Z] ---> Running in 13e8400fdef1 [2022-03-23T20:48:19.973Z] Removing intermediate container 5a6b1f22c615 [2022-03-23T20:48:19.973Z] ---> effc42d30e8a [2022-03-23T20:48:20.252Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-23T20:48:20.252Z] ---> Running in b1da55a85cd9 [2022-03-23T20:48:21.258Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-23T20:48:21.258Z] Building static-packages [2022-03-23T20:48:21.258Z] + snapcraftctl build [2022-03-23T20:48:23.168Z] Building version [2022-03-23T20:48:23.168Z] + snapcraftctl build [2022-03-23T20:48:23.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T20:48:24.792Z] Removing intermediate container 13e8400fdef1 [2022-03-23T20:48:24.792Z] ---> f5fefa75ce00 [2022-03-23T20:48:24.792Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:48:25.088Z] Staging app-service-configurable [2022-03-23T20:48:25.088Z] + snapcraftctl stage [2022-03-23T20:48:26.470Z] Staging config-common [2022-03-23T20:48:26.470Z] + snapcraftctl stage [2022-03-23T20:48:26.799Z] ---> 1cc2c99a6073 [2022-03-23T20:48:26.799Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-23T20:48:27.853Z] Skipping stage go-build-helper (already ran) [2022-03-23T20:48:27.853Z] Staging edgex-go [2022-03-23T20:48:27.853Z] + snapcraftctl stage [2022-03-23T20:48:28.241Z] Removing intermediate container b1da55a85cd9 [2022-03-23T20:48:28.241Z] ---> e00daad48e72 [2022-03-23T20:48:28.241Z] [2022-03-23T20:48:28.241Z] Step 11/23 : FROM docker:20.10.10 [2022-03-23T20:48:28.519Z] 20.10.10: Pulling from library/docker [2022-03-23T20:48:29.236Z] Staging hooks [2022-03-23T20:48:29.236Z] + snapcraftctl stage [2022-03-23T20:48:29.982Z] ---> 81556962300d [2022-03-23T20:48:29.982Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-23T20:48:30.257Z] Removing intermediate container 361c0a9e612a [2022-03-23T20:48:30.257Z] ---> f8f4a1913340 [2022-03-23T20:48:30.257Z] [2022-03-23T20:48:30.257Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T20:48:30.257Z] ---> 71a2028e5025 [2022-03-23T20:48:30.257Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-03-23T20:48:30.257Z] Removing intermediate container 41e1466f24a7 [2022-03-23T20:48:30.257Z] ---> 37e193d32fd9 [2022-03-23T20:48:30.257Z] [2022-03-23T20:48:30.257Z] Step 10/25 : FROM alpine:3.14 [2022-03-23T20:48:30.257Z] ---> 71a2028e5025 [2022-03-23T20:48:30.257Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-23T20:48:30.540Z] ---> Running in aadcdfb8110f [2022-03-23T20:48:30.541Z] ---> Running in 77b77d354856 [2022-03-23T20:48:30.618Z] Staging static-packages [2022-03-23T20:48:30.618Z] + snapcraftctl stage [2022-03-23T20:48:31.531Z] ---> f0681d7ffec7 [2022-03-23T20:48:31.531Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-23T20:48:32.002Z] Staging version [2022-03-23T20:48:32.002Z] + snapcraftctl stage [2022-03-23T20:48:32.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:32.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:33.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:33.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:33.361Z] ---> 0f26f53d9274 [2022-03-23T20:48:33.361Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-23T20:48:33.379Z] Priming app-service-configurable [2022-03-23T20:48:33.379Z] + snapcraftctl prime [2022-03-23T20:48:34.356Z] (1/6) Installing ca-certificates (20211220-r0) [2022-03-23T20:48:34.356Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-23T20:48:34.356Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-03-23T20:48:34.356Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T20:48:34.356Z] (4/6) Installing libcurl (7.79.1-r0) [2022-03-23T20:48:34.356Z] (5/6) Installing curl (7.79.1-r0) [2022-03-23T20:48:34.356Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-23T20:48:34.356Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-03-23T20:48:34.356Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:48:34.356Z] (3/3) Installing su-exec (0.2-r1) [2022-03-23T20:48:34.356Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:48:34.356Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T20:48:34.356Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T20:48:34.637Z] OK: 8 MiB in 20 packages [2022-03-23T20:48:34.637Z] OK: 6 MiB in 17 packages [2022-03-23T20:48:35.239Z] ---> c77232d56867 [2022-03-23T20:48:35.239Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-23T20:48:35.840Z] ---> Running in 2c669992bf6b [2022-03-23T20:48:35.922Z] The 'app-service-configurable' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part [2022-03-23T20:48:35.922Z] stage-packages: [2022-03-23T20:48:35.922Z] - libnorm1 [2022-03-23T20:48:35.922Z] - libpgm-5.2-0 [2022-03-23T20:48:35.922Z] - libsodium23 [2022-03-23T20:48:35.922Z] - libzmq5 [2022-03-23T20:48:36.182Z] Priming config-common [2022-03-23T20:48:36.182Z] + snapcraftctl prime [2022-03-23T20:48:36.823Z] Removing intermediate container 22e9118f3d2d [2022-03-23T20:48:36.823Z] ---> 1c743dcae6ec [2022-03-23T20:48:36.823Z] [2022-03-23T20:48:36.823Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T20:48:36.823Z] ---> 71a2028e5025 [2022-03-23T20:48:36.823Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-23T20:48:37.096Z] Removing intermediate container aadcdfb8110f [2022-03-23T20:48:37.096Z] ---> 706a0fa32e5f [2022-03-23T20:48:37.096Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T20:48:37.096Z] Removing intermediate container 2c669992bf6b [2022-03-23T20:48:37.096Z] ---> dc36d6ca3d8c [2022-03-23T20:48:37.096Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-23T20:48:37.096Z] ---> Running in 39562302efc3 [2022-03-23T20:48:37.372Z] ---> Running in 0a5ae12b4aed [2022-03-23T20:48:37.372Z] Removing intermediate container 77b77d354856 [2022-03-23T20:48:37.372Z] ---> 588e21b6ae30 [2022-03-23T20:48:37.372Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T20:48:37.564Z] Priming go-build-helper [2022-03-23T20:48:37.564Z] + snapcraftctl prime [2022-03-23T20:48:37.971Z] ---> Running in 65493c13e310 [2022-03-23T20:48:37.972Z] Removing intermediate container 0a5ae12b4aed [2022-03-23T20:48:37.972Z] ---> b118da4df722 [2022-03-23T20:48:37.972Z] Step 13/25 : WORKDIR / [2022-03-23T20:48:38.250Z] ---> Running in 994ddac397e6 [2022-03-23T20:48:38.526Z] ---> 9636a398be4c [2022-03-23T20:48:38.526Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-23T20:48:38.803Z] Removing intermediate container 65493c13e310 [2022-03-23T20:48:38.803Z] ---> 390f1bfaf76c [2022-03-23T20:48:38.803Z] Step 13/22 : WORKDIR /edgex [2022-03-23T20:48:38.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:38.947Z] Priming edgex-go [2022-03-23T20:48:38.947Z] + snapcraftctl prime [2022-03-23T20:48:39.107Z] ---> Running in 4d2a33885278 [2022-03-23T20:48:39.107Z] ---> Running in 9b749d5635be [2022-03-23T20:48:39.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:39.385Z] Removing intermediate container 994ddac397e6 [2022-03-23T20:48:39.385Z] ---> f8fadfa48c5a [2022-03-23T20:48:39.385Z] 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-23T20:48:39.983Z] Removing intermediate container 4d2a33885278 [2022-03-23T20:48:39.983Z] ---> 4e11fc56cfe5 [2022-03-23T20:48:39.983Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-23T20:48:40.266Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-23T20:48:40.266Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:48:40.266Z] OK: 5 MiB in 15 packages [2022-03-23T20:48:40.331Z] Priming hooks [2022-03-23T20:48:40.331Z] + snapcraftctl prime [2022-03-23T20:48:40.866Z] ---> c73e029b33fe [2022-03-23T20:48:40.866Z] 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-23T20:48:41.712Z] Priming static-packages [2022-03-23T20:48:41.712Z] + snapcraftctl prime [2022-03-23T20:48:41.865Z] ---> f578a71052a6 [2022-03-23T20:48:41.866Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-23T20:48:42.141Z] Removing intermediate container 39562302efc3 [2022-03-23T20:48:42.141Z] ---> 4386a184e6b2 [2022-03-23T20:48:42.141Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:48:42.414Z] ---> Running in 10f5002987c5 [2022-03-23T20:48:42.414Z] ---> 04dd2d2a0b2c [2022-03-23T20:48:42.414Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-23T20:48:42.414Z] Removing intermediate container 9b749d5635be [2022-03-23T20:48:42.414Z] ---> a9a1f3186279 [2022-03-23T20:48:42.414Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-23T20:48:43.013Z] ---> Running in 1e5d39be7a64 [2022-03-23T20:48:43.288Z] Removing intermediate container 10f5002987c5 [2022-03-23T20:48:43.288Z] ---> 8daa666d61cf [2022-03-23T20:48:43.288Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-23T20:48:43.288Z] ---> 1bf4d679824e [2022-03-23T20:48:43.288Z] 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-23T20:48:43.288Z] ---> Running in 99d0ff800003 [2022-03-23T20:48:43.893Z] Removing intermediate container 1e5d39be7a64 [2022-03-23T20:48:43.893Z] ---> e96c125b88c4 [2022-03-23T20:48:43.893Z] Step 28/31 : CMD ["gate"] [2022-03-23T20:48:44.179Z] ---> 47cf9475594c [2022-03-23T20:48:44.179Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-23T20:48:44.179Z] Removing intermediate container 99d0ff800003 [2022-03-23T20:48:44.179Z] ---> f8c8085b60d7 [2022-03-23T20:48:44.179Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T20:48:44.454Z] ---> Running in 2837070b3d37 [2022-03-23T20:48:44.454Z] ---> Running in 6554e356030f [2022-03-23T20:48:44.727Z] ---> 34c381198495 [2022-03-23T20:48:44.727Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-23T20:48:44.999Z] Removing intermediate container 2837070b3d37 [2022-03-23T20:48:44.999Z] ---> a5afafca8829 [2022-03-23T20:48:44.999Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:48:45.271Z] Removing intermediate container 6554e356030f [2022-03-23T20:48:45.271Z] ---> e411205335e7 [2022-03-23T20:48:45.271Z] Step 29/31 : LABEL arch=arm64 [2022-03-23T20:48:45.902Z] ---> Running in ed14f9471610 [2022-03-23T20:48:45.911Z] Priming version [2022-03-23T20:48:46.171Z] + snapcraftctl prime [2022-03-23T20:48:46.177Z] ---> 40c6cdfb3787 [2022-03-23T20:48:46.177Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T20:48:46.177Z] ---> f05e237048cb [2022-03-23T20:48:46.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-23T20:48:46.796Z] ---> d34062af285a [2022-03-23T20:48:46.796Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-23T20:48:46.796Z] Removing intermediate container ed14f9471610 [2022-03-23T20:48:46.796Z] ---> d3f1baebe84a [2022-03-23T20:48:46.796Z] Step 30/31 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:48:47.072Z] ---> Running in 48b10a41946f [2022-03-23T20:48:47.072Z] ---> ad2c7317a8b4 [2022-03-23T20:48:47.072Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-03-23T20:48:47.348Z] ---> Running in 06e887e75c97 [2022-03-23T20:48:47.552Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2022-03-23T20:48:47.969Z] Removing intermediate container 48b10a41946f [2022-03-23T20:48:47.969Z] ---> 2aa4edd34879 [2022-03-23T20:48:47.969Z] Step 31/31 : LABEL version=0.0.0 [2022-03-23T20:48:48.252Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-23T20:48:48.252Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-23T20:48:48.252Z] ---> 520e9a0a30f7 [2022-03-23T20:48:48.252Z] 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-23T20:48:48.529Z] ---> Running in dc81cfc7b072 [2022-03-23T20:48:48.529Z] ---> 2231da1c6935 [2022-03-23T20:48:48.529Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-23T20:48:48.529Z] ---> Running in 335a3605e571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-03-23T20:48:49.149Z] ---> da70ceb5c32a [2022-03-23T20:48:49.150Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T20:48:49.150Z] Removing intermediate container dc81cfc7b072 [2022-03-23T20:48:49.150Z] ---> 521aede82a56 [2022-03-23T20:48:49.150Z] 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 [Pipeline] // stage [Pipeline] } [2022-03-23T20:48:49.423Z] ---> Running in 8c4b8c64ee2e [2022-03-23T20:48:49.423Z] Removing intermediate container 335a3605e571 [2022-03-23T20:48:49.423Z] ---> 28845200f13e [2022-03-23T20:48:49.423Z] [2022-03-23T20:48:50.042Z] ---> 0583ff353525 [2022-03-23T20:48:50.042Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-23T20:48:50.042Z] ---> Running in f996186041ed [2022-03-23T20:48:50.320Z] Successfully built 28845200f13e [2022-03-23T20:48:50.320Z] Successfully tagged security-bootstrapper-arm64:latest [2022-03-23T20:48:50.320Z]  Building security-bootstrapper ... done Building core-command [2022-03-23T20:48:50.613Z] ---> a93acc9170be [2022-03-23T20:48:50.613Z] 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-23T20:48:50.613Z] ---> Running in 4ae557c3edf0 [2022-03-23T20:48:50.893Z] Removing intermediate container 06e887e75c97 [2022-03-23T20:48:50.893Z] ---> 0eebafaf9639 [2022-03-23T20:48:50.893Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T20:48:50.893Z] Removing intermediate container f996186041ed [2022-03-23T20:48:50.893Z] ---> e6cb8c1f7feb [2022-03-23T20:48:50.893Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:48:51.189Z] ---> Running in c03085d236b7 [2022-03-23T20:48:51.189Z] ---> Running in 993eeba3f4c2 [2022-03-23T20:48:51.472Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:52.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:48:52.083Z] Removing intermediate container 993eeba3f4c2 [2022-03-23T20:48:52.083Z] ---> af9b692c50ae [2022-03-23T20:48:52.083Z] Step 20/22 : LABEL arch=arm64 [2022-03-23T20:48:52.365Z] Removing intermediate container c03085d236b7 [2022-03-23T20:48:52.365Z] ---> b1a48f8227a6 [2022-03-23T20:48:52.365Z] Step 20/22 : LABEL arch=arm64 [2022-03-23T20:48:52.365Z] ---> Running in 577739dddc20 [2022-03-23T20:48:52.640Z] ---> Running in f11152adeaf2 [2022-03-23T20:48:52.915Z] (1/42) Installing readline (8.1.0-r0) [2022-03-23T20:48:53.203Z] (2/42) Installing bash (5.1.16-r0) [2022-03-23T20:48:53.203Z] Executing bash-5.1.16-r0.post-install [2022-03-23T20:48:53.203Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-23T20:48:53.203Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T20:48:53.203Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-23T20:48:53.203Z] (6/42) Installing curl (7.79.1-r0) [2022-03-23T20:48:53.203Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-23T20:48:53.485Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-23T20:48:53.485Z] (9/42) Installing expat (2.4.7-r0) [2022-03-23T20:48:53.485Z] (10/42) Installing libffi (3.3-r2) [2022-03-23T20:48:53.485Z] Removing intermediate container 577739dddc20 [2022-03-23T20:48:53.485Z] ---> 7f74b29221fb [2022-03-23T20:48:53.485Z] Removing intermediate container f11152adeaf2 [2022-03-23T20:48:53.485Z] ---> 1158c28fc256 [2022-03-23T20:48:53.485Z] (11/42) Installing gdbm (1.19-r0) [2022-03-23T20:48:53.485Z] Step 21/22 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54ddeStep 21/22 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:48:53.485Z] [2022-03-23T20:48:53.485Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-23T20:48:53.485Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T20:48:53.485Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T20:48:53.485Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-23T20:48:53.485Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-23T20:48:53.485Z] ---> Running in 6dcc6c3a0536 [2022-03-23T20:48:53.485Z] ---> Running in c6da666117c9 [2022-03-23T20:48:53.761Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-23T20:48:54.035Z] Removing intermediate container 4ae557c3edf0 [2022-03-23T20:48:54.035Z] ---> 238edf2c12bd [2022-03-23T20:48:54.035Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T20:48:54.316Z] Removing intermediate container c6da666117c9 [2022-03-23T20:48:54.316Z] ---> 0998871036fe [2022-03-23T20:48:54.316Z] Step 22/22 : LABEL version=0.0.0 [2022-03-23T20:48:54.316Z] Removing intermediate container 6dcc6c3a0536 [2022-03-23T20:48:54.316Z] ---> a3b1a8833096 [2022-03-23T20:48:54.316Z] Step 22/22 : LABEL version=0.0.0 [2022-03-23T20:48:54.316Z] ---> Running in 27e447c71e7a [2022-03-23T20:48:54.598Z] ---> Running in 7a2efabcb080 [2022-03-23T20:48:54.598Z] ---> Running in 0bf8dd88658c [2022-03-23T20:48:54.883Z] Removing intermediate container 27e447c71e7a [2022-03-23T20:48:54.883Z] ---> b1ee804bd2ca [2022-03-23T20:48:54.883Z] Step 23/25 : LABEL arch=arm64 [2022-03-23T20:48:55.163Z] Removing intermediate container 7a2efabcb080 [2022-03-23T20:48:55.163Z] ---> 6b9631f424a5 [2022-03-23T20:48:55.163Z] [2022-03-23T20:48:55.163Z] ---> Running in 6398d14f43ca [2022-03-23T20:48:55.446Z] Removing intermediate container 0bf8dd88658c [2022-03-23T20:48:55.446Z] ---> 5270c503fb57 [2022-03-23T20:48:55.446Z] [2022-03-23T20:48:55.725Z] Removing intermediate container 6398d14f43ca [2022-03-23T20:48:55.725Z] ---> 737024fecba0 [2022-03-23T20:48:55.725Z] Step 24/25 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:48:56.012Z] Successfully built 6b9631f424a5 [2022-03-23T20:48:56.012Z] Successfully tagged support-scheduler-arm64:latest [2022-03-23T20:48:56.012Z]  Building support-scheduler ... done Building support-notifications [2022-03-23T20:48:56.012Z] ---> Running in ca8b8ec7722f [2022-03-23T20:48:56.012Z] Successfully built 5270c503fb57 [2022-03-23T20:48:56.012Z] Successfully tagged security-proxy-setup-arm64:latest [2022-03-23T20:48:56.012Z]  Building security-proxy-setup ... done Building core-data [2022-03-23T20:48:56.302Z] Removing intermediate container ca8b8ec7722f [2022-03-23T20:48:56.302Z] ---> 74e33379210f [2022-03-23T20:48:56.302Z] Step 25/25 : LABEL version=0.0.0 [2022-03-23T20:48:56.581Z] ---> Running in a67afc8ce7e5 [2022-03-23T20:48:56.581Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-23T20:48:56.581Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-23T20:48:56.856Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-23T20:48:56.856Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-23T20:48:56.856Z] Removing intermediate container a67afc8ce7e5 [2022-03-23T20:48:56.856Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-23T20:48:56.856Z] ---> 0496093a358d [2022-03-23T20:48:56.856Z] [2022-03-23T20:48:56.856Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-23T20:48:56.856Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-23T20:48:56.856Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-23T20:48:56.856Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-23T20:48:57.129Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-23T20:48:57.129Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-23T20:48:57.129Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-23T20:48:57.129Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-23T20:48:57.129Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-23T20:48:57.129Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-23T20:48:57.129Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-23T20:48:57.129Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-23T20:48:57.129Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-23T20:48:57.129Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-23T20:48:57.129Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-23T20:48:57.402Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-23T20:48:57.402Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-23T20:48:57.402Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-23T20:48:57.402Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-23T20:48:57.402Z] Successfully built 0496093a358d [2022-03-23T20:48:57.402Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-03-23T20:48:57.402Z]  Building security-secretstore-setup ... done Building core-metadata [2022-03-23T20:48:57.402Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-23T20:48:57.995Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:48:58.268Z] OK: 84 MiB in 64 packages [2022-03-23T20:49:03.669Z] Collecting docker-compose==1.23.2 [2022-03-23T20:49:03.669Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-23T20:49:03.942Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-23T20:49:03.942Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-23T20:49:05.381Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-23T20:49:05.381Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-23T20:49:05.381Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-23T20:49:05.381Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-23T20:49:08.021Z] Collecting jsonschema<3,>=2.5.1 [2022-03-23T20:49:08.021Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-23T20:49:08.296Z] Collecting cached-property<2,>=1.2.0 [2022-03-23T20:49:08.296Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-23T20:49:08.296Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-23T20:49:09.284Z] Collecting PyYAML<4,>=3.10 [2022-03-23T20:49:09.284Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-23T20:49:12.691Z] Collecting docopt<0.7,>=0.6.1 [2022-03-23T20:49:12.691Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-23T20:49:15.314Z] Collecting texttable<0.10,>=0.9.0 [2022-03-23T20:49:15.314Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-23T20:49:17.292Z] Collecting docker<4.0,>=3.6.0 [2022-03-23T20:49:17.292Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-23T20:49:18.268Z] Collecting docker-pycreds>=0.4.0 [2022-03-23T20:49:18.268Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-23T20:49:18.540Z] 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-23T20:49:18.540Z] Collecting idna<2.8,>=2.5 [2022-03-23T20:49:18.816Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-23T20:49:19.517Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-23T20:49:19.517Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-23T20:49:19.517Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-23T20:49:19.517Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-23T20:49:20.154Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-23T20:49:20.154Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-23T20:49:20.154Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-23T20:49:20.154Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-23T20:49:21.172Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-23T20:49:21.172Z] Attempting uninstall: urllib3 [2022-03-23T20:49:21.172Z] Found existing installation: urllib3 1.26.5 [2022-03-23T20:49:21.172Z] Uninstalling urllib3-1.26.5: [2022-03-23T20:49:21.172Z] Successfully uninstalled urllib3-1.26.5 [2022-03-23T20:49:22.170Z] Attempting uninstall: idna [2022-03-23T20:49:22.170Z] Found existing installation: idna 3.2 [2022-03-23T20:49:22.170Z] Uninstalling idna-3.2: [2022-03-23T20:49:22.170Z] Successfully uninstalled idna-3.2 [2022-03-23T20:49:23.157Z] Attempting uninstall: chardet [2022-03-23T20:49:23.157Z] Found existing installation: chardet 4.0.0 [2022-03-23T20:49:23.436Z] Uninstalling chardet-4.0.0: [2022-03-23T20:49:23.436Z] Successfully uninstalled chardet-4.0.0 [2022-03-23T20:49:25.428Z] Attempting uninstall: requests [2022-03-23T20:49:25.428Z] Found existing installation: requests 2.25.1 [2022-03-23T20:49:25.428Z] Uninstalling requests-2.25.1: [2022-03-23T20:49:25.704Z] Successfully uninstalled requests-2.25.1 [2022-03-23T20:49:26.308Z] Running setup.py install for texttable: started [2022-03-23T20:49:28.321Z] Running setup.py install for texttable: finished with status 'done' [2022-03-23T20:49:28.596Z] Running setup.py install for PyYAML: started [2022-03-23T20:49:31.229Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-23T20:49:31.833Z] Running setup.py install for docopt: started [2022-03-23T20:49:34.485Z] Running setup.py install for docopt: finished with status 'done' [2022-03-23T20:49:34.485Z] Running setup.py install for dockerpty: started [2022-03-23T20:49:36.478Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-23T20:49:39.112Z] 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-23T20:49:39.390Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:49:39.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:49:39.390Z] ---> d2cec961914a [2022-03-23T20:49:39.390Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:49:39.390Z] ---> Using cache [2022-03-23T20:49:39.390Z] ---> df52627c4500 [2022-03-23T20:49:39.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:49:39.390Z] ---> Using cache [2022-03-23T20:49:39.390Z] ---> 7114ba1d5b31 [2022-03-23T20:49:39.390Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T20:49:39.390Z] ---> Using cache [2022-03-23T20:49:39.390Z] ---> 69a660236b6d [2022-03-23T20:49:39.390Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:49:39.390Z] ---> Using cache [2022-03-23T20:49:39.390Z] ---> 4f9bff2aca75 [2022-03-23T20:49:39.390Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:49:39.390Z] ---> Using cache [2022-03-23T20:49:39.390Z] ---> 5f525cc78394 [2022-03-23T20:49:39.390Z] Step 8/23 : COPY . . [2022-03-23T20:49:39.390Z] ---> Using cache [2022-03-23T20:49:39.390Z] ---> 069aee95f2fd [2022-03-23T20:49:39.390Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-23T20:49:41.400Z] ---> Running in 3bd9217fb97b [2022-03-23T20:49:42.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T20:49:48.268Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:49:48.268Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:49:48.268Z] ---> d2cec961914a [2022-03-23T20:49:48.268Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:49:48.268Z] ---> Using cache [2022-03-23T20:49:48.268Z] ---> df52627c4500 [2022-03-23T20:49:48.268Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:49:48.268Z] ---> Using cache [2022-03-23T20:49:48.268Z] ---> 7114ba1d5b31 [2022-03-23T20:49:48.268Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-23T20:49:48.546Z] ---> Running in 73ea92b897d0 [2022-03-23T20:49:49.151Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:49:49.151Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:49:49.151Z] ---> d2cec961914a [2022-03-23T20:49:49.151Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T20:49:49.151Z] ---> Using cache [2022-03-23T20:49:49.151Z] ---> df52627c4500 [2022-03-23T20:49:49.151Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:49:49.151Z] ---> Using cache [2022-03-23T20:49:49.151Z] ---> 7114ba1d5b31 [2022-03-23T20:49:49.151Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T20:49:49.151Z] ---> Using cache [2022-03-23T20:49:49.151Z] ---> 69a660236b6d [2022-03-23T20:49:49.151Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:49:49.151Z] ---> Using cache [2022-03-23T20:49:49.151Z] ---> 4f9bff2aca75 [2022-03-23T20:49:49.151Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:49:49.151Z] ---> Using cache [2022-03-23T20:49:49.151Z] ---> 5f525cc78394 [2022-03-23T20:49:49.151Z] Step 8/23 : COPY . . [2022-03-23T20:49:49.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T20:49:49.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T20:49:49.427Z] ---> d2cec961914a [2022-03-23T20:49:49.427Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T20:49:49.427Z] ---> Using cache [2022-03-23T20:49:49.427Z] ---> df52627c4500 [2022-03-23T20:49:49.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:49:49.427Z] ---> Using cache [2022-03-23T20:49:49.427Z] ---> 7114ba1d5b31 [2022-03-23T20:49:49.427Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-23T20:49:49.427Z] ---> Running in 6b4999a34596 [2022-03-23T20:49:50.026Z] ---> Using cache [2022-03-23T20:49:50.026Z] ---> 069aee95f2fd [2022-03-23T20:49:50.026Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-23T20:49:50.312Z] ---> Running in 01cdacf60045 [2022-03-23T20:49:51.787Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:49:52.788Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:49:52.788Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:49:53.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T20:49:53.687Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:49:54.292Z] OK: 220 MiB in 52 packages [2022-03-23T20:49:55.763Z] OK: 220 MiB in 52 packages [2022-03-23T20:49:57.204Z] Removing intermediate container 73ea92b897d0 [2022-03-23T20:49:57.204Z] ---> 20e99ad4349f [2022-03-23T20:49:57.204Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T20:49:57.204Z] Removing intermediate container 6b4999a34596 [2022-03-23T20:49:57.204Z] ---> 2741f2be8aee [2022-03-23T20:49:57.204Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T20:49:58.648Z] ---> 894d28a3a112 [2022-03-23T20:49:58.648Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:49:58.926Z] ---> Running in 029e15ff7b4e [2022-03-23T20:49:59.205Z] ---> 0bb969cb1abe [2022-03-23T20:49:59.205Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T20:49:59.814Z] ---> Running in 10a76ecc01f4 [2022-03-23T20:50:03.258Z] Removing intermediate container 8c4b8c64ee2e [2022-03-23T20:50:03.258Z] ---> 42d3b4ccd811 [2022-03-23T20:50:03.258Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-23T20:50:03.258Z] ---> Running in c939eb4a5336 [2022-03-23T20:50:03.535Z] Removing intermediate container c939eb4a5336 [2022-03-23T20:50:03.535Z] ---> 4f6c869f9250 [2022-03-23T20:50:03.535Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-23T20:50:03.813Z] ---> Running in 5342f968a092 [2022-03-23T20:50:04.088Z] Removing intermediate container 5342f968a092 [2022-03-23T20:50:04.088Z] ---> b200069e509d [2022-03-23T20:50:04.088Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-23T20:50:05.528Z] ---> 2594721e9475 [2022-03-23T20:50:05.528Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-23T20:50:06.991Z] ---> 388cb39c6deb [2022-03-23T20:50:06.991Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-23T20:50:07.980Z] Removing intermediate container 029e15ff7b4e [2022-03-23T20:50:07.980Z] ---> bd3f91dee8e1 [2022-03-23T20:50:07.980Z] Step 8/23 : COPY . . [2022-03-23T20:50:08.255Z] Removing intermediate container 10a76ecc01f4 [2022-03-23T20:50:08.255Z] ---> c21c163b3444 [2022-03-23T20:50:08.255Z] Step 8/22 : COPY . . [2022-03-23T20:50:09.229Z] ---> 6868637e8f10 [2022-03-23T20:50:09.229Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-23T20:50:09.502Z] ---> Running in efe3c7105d20 [2022-03-23T20:50:10.100Z] Removing intermediate container efe3c7105d20 [2022-03-23T20:50:10.100Z] ---> d56163f0fafa [2022-03-23T20:50:10.100Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:50:10.375Z] ---> Running in 1f5ba0087453 [2022-03-23T20:50:11.371Z] Removing intermediate container 1f5ba0087453 [2022-03-23T20:50:11.371Z] ---> cb919a4397a0 [2022-03-23T20:50:11.371Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T20:50:11.371Z] ---> Running in 8be83d8e681a [2022-03-23T20:50:12.376Z] Removing intermediate container 8be83d8e681a [2022-03-23T20:50:12.376Z] ---> 57c44e72b5b3 [2022-03-23T20:50:12.376Z] Step 22/23 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:50:12.672Z] ---> Running in 6f48a3a956a1 [2022-03-23T20:50:13.689Z] Removing intermediate container 6f48a3a956a1 [2022-03-23T20:50:13.689Z] ---> 09487b66118c [2022-03-23T20:50:13.689Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:50:13.968Z] ---> Running in 1ee31a908caf [2022-03-23T20:50:14.973Z] Removing intermediate container 1ee31a908caf [2022-03-23T20:50:14.973Z] ---> 1b1c13eec555 [2022-03-23T20:50:14.973Z] [2022-03-23T20:50:16.424Z] Successfully built 1b1c13eec555 [2022-03-23T20:50:16.424Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-03-23T20:50:43.273Z]  Building sys-mgmt-agent ... done  ---> 13da0b707686 [2022-03-23T20:50:43.273Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-23T20:50:43.273Z] ---> af292f02f085 [2022-03-23T20:50:43.273Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-23T20:50:43.273Z] ---> Running in 33ecc5add62a [2022-03-23T20:50:43.273Z] ---> Running in cfee2fe93a08 [2022-03-23T20:50:43.273Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T20:50:43.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T20:51:40.330Z] Removing intermediate container 3bd9217fb97b [2022-03-23T20:51:40.330Z] ---> a6f47e088e26 [2022-03-23T20:51:40.330Z] [2022-03-23T20:51:40.330Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T20:51:40.330Z] ---> 71a2028e5025 [2022-03-23T20:51:40.330Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T20:51:40.330Z] ---> Using cache [2022-03-23T20:51:40.330Z] ---> 4386a184e6b2 [2022-03-23T20:51:40.330Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:51:40.330Z] ---> Using cache [2022-03-23T20:51:40.330Z] ---> 8daa666d61cf [2022-03-23T20:51:40.330Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-23T20:51:40.330Z] ---> Running in 935430a0cd9b [2022-03-23T20:51:40.330Z] Removing intermediate container 935430a0cd9b [2022-03-23T20:51:40.330Z] ---> cc556f4704b0 [2022-03-23T20:51:40.330Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T20:51:40.330Z] ---> Running in 5fb2a79dce65 [2022-03-23T20:51:40.330Z] Removing intermediate container 5fb2a79dce65 [2022-03-23T20:51:40.330Z] ---> 85d9061c034c [2022-03-23T20:51:40.330Z] Step 15/23 : WORKDIR / [2022-03-23T20:51:40.330Z] ---> Running in 0e784f515ac6 [2022-03-23T20:51:40.330Z] Removing intermediate container 0e784f515ac6 [2022-03-23T20:51:40.330Z] ---> 949a49a8b0f4 [2022-03-23T20:51:40.330Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:51:40.330Z] ---> 865508a2e967 [2022-03-23T20:51:40.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-23T20:51:40.330Z] ---> 621c982442c5 [2022-03-23T20:51:40.330Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-23T20:51:40.330Z] ---> f0faf45e510e [2022-03-23T20:51:40.330Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-23T20:51:40.330Z] ---> Running in a555d666ec50 [2022-03-23T20:51:40.610Z] Removing intermediate container a555d666ec50 [2022-03-23T20:51:40.610Z] ---> 2a0d8508e7b9 [2022-03-23T20:51:40.610Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:51:40.610Z] ---> Running in 082a416b4d23 [2022-03-23T20:51:41.212Z] Removing intermediate container 082a416b4d23 [2022-03-23T20:51:41.212Z] ---> 7dd52149ca70 [2022-03-23T20:51:41.212Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T20:51:41.212Z] ---> Running in 2f3ba1db6306 [2022-03-23T20:51:41.814Z] Removing intermediate container 2f3ba1db6306 [2022-03-23T20:51:41.814Z] ---> d798e336b678 [2022-03-23T20:51:41.814Z] Step 22/23 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:51:41.814Z] ---> Running in 24bec89da3a1 [2022-03-23T20:51:42.427Z] Removing intermediate container 24bec89da3a1 [2022-03-23T20:51:42.427Z] ---> 8f9c7d43f356 [2022-03-23T20:51:42.427Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:51:42.427Z] ---> Running in 4f69d638b979 [2022-03-23T20:51:43.042Z] Removing intermediate container 4f69d638b979 [2022-03-23T20:51:43.042Z] ---> 4725cbee40ae [2022-03-23T20:51:43.042Z] [2022-03-23T20:51:43.316Z] Successfully built 4725cbee40ae [2022-03-23T20:51:43.316Z] Successfully tagged core-command-arm64:latest [2022-03-23T20:52:05.550Z]  Building core-command ... done Removing intermediate container 01cdacf60045 [2022-03-23T20:52:05.550Z] ---> 45b948526926 [2022-03-23T20:52:05.550Z] [2022-03-23T20:52:05.550Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T20:52:05.550Z] ---> 71a2028e5025 [2022-03-23T20:52:05.550Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T20:52:05.550Z] ---> Using cache [2022-03-23T20:52:05.550Z] ---> 4386a184e6b2 [2022-03-23T20:52:05.550Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:52:05.550Z] ---> Using cache [2022-03-23T20:52:05.550Z] ---> 8daa666d61cf [2022-03-23T20:52:05.550Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-23T20:52:05.550Z] ---> Running in 3f1529e17081 [2022-03-23T20:52:05.550Z] Removing intermediate container 3f1529e17081 [2022-03-23T20:52:05.550Z] ---> 8748d8f29669 [2022-03-23T20:52:05.550Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T20:52:05.550Z] ---> Running in 830628f230b1 [2022-03-23T20:52:05.550Z] Removing intermediate container 830628f230b1 [2022-03-23T20:52:05.550Z] ---> dcbbf1fe278b [2022-03-23T20:52:05.550Z] Step 15/23 : WORKDIR / [2022-03-23T20:52:05.550Z] ---> Running in d296241001ea [2022-03-23T20:52:05.550Z] Removing intermediate container d296241001ea [2022-03-23T20:52:05.550Z] ---> e40f9c2d83a0 [2022-03-23T20:52:05.550Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:52:05.550Z] ---> 524a7c45776d [2022-03-23T20:52:05.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-23T20:52:07.028Z] ---> 19af6069910b [2022-03-23T20:52:07.028Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-23T20:52:07.641Z] ---> 456b575979c1 [2022-03-23T20:52:07.641Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-23T20:52:07.641Z] ---> Running in 776bc6eb0fef [2022-03-23T20:52:08.631Z] Removing intermediate container 776bc6eb0fef [2022-03-23T20:52:08.631Z] ---> fa542e8911ca [2022-03-23T20:52:08.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:52:08.631Z] ---> Running in 21cb761869db [2022-03-23T20:52:08.909Z] Removing intermediate container 21cb761869db [2022-03-23T20:52:08.909Z] ---> 4b941b14174b [2022-03-23T20:52:08.909Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T20:52:09.195Z] ---> Running in 61ec726be957 [2022-03-23T20:52:09.801Z] Removing intermediate container 61ec726be957 [2022-03-23T20:52:09.801Z] ---> fc51aa7aa1e5 [2022-03-23T20:52:09.801Z] Step 22/23 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:52:09.801Z] ---> Running in 5632ccfb0319 [2022-03-23T20:52:10.405Z] Removing intermediate container 5632ccfb0319 [2022-03-23T20:52:10.405Z] ---> 328deab88361 [2022-03-23T20:52:10.405Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:52:10.682Z] ---> Running in c1481dcd313c [2022-03-23T20:52:10.960Z] Removing intermediate container c1481dcd313c [2022-03-23T20:52:10.960Z] ---> e4351913e26b [2022-03-23T20:52:10.960Z] [2022-03-23T20:52:11.568Z] Successfully built e4351913e26b [2022-03-23T20:52:11.568Z] Successfully tagged core-metadata-arm64:latest [2022-03-23T20:52:38.443Z]  Building core-metadata ... done Removing intermediate container cfee2fe93a08 [2022-03-23T20:52:38.443Z] ---> 3b47e3263b06 [2022-03-23T20:52:38.443Z] [2022-03-23T20:52:38.443Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T20:52:38.443Z] ---> 71a2028e5025 [2022-03-23T20:52:38.443Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-23T20:52:38.443Z] ---> Running in dd17a199d6f8 [2022-03-23T20:52:39.043Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:52:39.319Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:52:40.306Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-23T20:52:40.580Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-23T20:52:40.580Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:52:40.580Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T20:52:40.855Z] OK: 6 MiB in 16 packages [2022-03-23T20:52:42.296Z] Removing intermediate container dd17a199d6f8 [2022-03-23T20:52:42.296Z] ---> c2f1cbf13c03 [2022-03-23T20:52:42.296Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T20:52:42.571Z] ---> Running in 5868f97556ec [2022-03-23T20:52:42.843Z] Removing intermediate container 5868f97556ec [2022-03-23T20:52:42.843Z] ---> 3540db01dba1 [2022-03-23T20:52:42.843Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-23T20:52:42.843Z] ---> Running in 4ad61d685025 [2022-03-23T20:52:43.121Z] Removing intermediate container 33ecc5add62a [2022-03-23T20:52:43.121Z] ---> 333029c97f1c [2022-03-23T20:52:43.121Z] [2022-03-23T20:52:43.121Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T20:52:43.121Z] ---> 71a2028e5025 [2022-03-23T20:52:43.121Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-23T20:52:43.397Z] ---> Running in 018d62b019a3 [2022-03-23T20:52:43.398Z] Removing intermediate container 4ad61d685025 [2022-03-23T20:52:43.398Z] ---> 17c9e4a5ac8d [2022-03-23T20:52:43.398Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T20:52:43.398Z] ---> Running in 2cfe0f108484 [2022-03-23T20:52:43.668Z] Removing intermediate container 018d62b019a3 [2022-03-23T20:52:43.668Z] ---> 7aca32f7925f [2022-03-23T20:52:43.668Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-23T20:52:43.941Z] ---> Running in 6c7399556625 [2022-03-23T20:52:43.941Z] Removing intermediate container 2cfe0f108484 [2022-03-23T20:52:43.941Z] ---> 199c72adba28 [2022-03-23T20:52:43.941Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:52:44.214Z] Removing intermediate container 6c7399556625 [2022-03-23T20:52:44.214Z] ---> ed01f2954742 [2022-03-23T20:52:44.214Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-23T20:52:44.214Z] ---> Running in c4d610c8fead [2022-03-23T20:52:44.486Z] ---> 0c7e7d05393e [2022-03-23T20:52:44.486Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-23T20:52:44.759Z] Removing intermediate container c4d610c8fead [2022-03-23T20:52:44.759Z] ---> 800ff9eb5b6d [2022-03-23T20:52:44.759Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T20:52:44.759Z] ---> Running in f42f69b8d4ae [2022-03-23T20:52:45.739Z] ---> a7eed9f086ec [2022-03-23T20:52:45.739Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-23T20:52:46.338Z] ---> d0236ddc3433 [2022-03-23T20:52:46.338Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-23T20:52:46.609Z] ---> Running in c17ffd71c08b [2022-03-23T20:52:46.882Z] Removing intermediate container f42f69b8d4ae [2022-03-23T20:52:46.882Z] ---> 5ead54383e1b [2022-03-23T20:52:46.882Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-23T20:52:46.882Z] Removing intermediate container c17ffd71c08b [2022-03-23T20:52:46.882Z] ---> ecaeecaa66ac [2022-03-23T20:52:46.882Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:52:46.882Z] ---> Running in 4ef9726c3026 [2022-03-23T20:52:47.157Z] ---> Running in 87074701610c [2022-03-23T20:52:47.428Z] Removing intermediate container 87074701610c [2022-03-23T20:52:47.428Z] ---> 172b475e62e1 [2022-03-23T20:52:47.428Z] Step 20/22 : LABEL arch=arm64 [2022-03-23T20:52:47.702Z] ---> Running in 01813570a182 [2022-03-23T20:52:47.983Z] Removing intermediate container 01813570a182 [2022-03-23T20:52:47.983Z] ---> 3a659446d1fd [2022-03-23T20:52:47.983Z] Step 21/22 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:52:47.983Z] ---> Running in 7a642244680c [2022-03-23T20:52:48.257Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T20:52:48.257Z] Removing intermediate container 7a642244680c [2022-03-23T20:52:48.257Z] ---> 88ba3e17b7ba [2022-03-23T20:52:48.257Z] Step 22/22 : LABEL version=0.0.0 [2022-03-23T20:52:48.530Z] ---> Running in 9a963da0901b [2022-03-23T20:52:48.802Z] Removing intermediate container 9a963da0901b [2022-03-23T20:52:48.803Z] ---> ca2240cbefa2 [2022-03-23T20:52:48.803Z] [2022-03-23T20:52:49.078Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T20:52:49.078Z] Successfully built ca2240cbefa2 [2022-03-23T20:52:49.362Z] Successfully tagged support-notifications-arm64:latest [2022-03-23T20:52:49.955Z]  Building support-notifications ... done (1/6) Installing dumb-init (1.2.5-r1) [2022-03-23T20:52:49.955Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T20:52:50.228Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-23T20:52:50.228Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T20:52:50.228Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-23T20:52:50.507Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-23T20:52:50.507Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T20:52:50.507Z] OK: 8 MiB in 20 packages [2022-03-23T20:52:51.487Z] Removing intermediate container 4ef9726c3026 [2022-03-23T20:52:51.487Z] ---> 60b09a472682 [2022-03-23T20:52:51.488Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T20:52:52.084Z] ---> 237e508bee73 [2022-03-23T20:52:52.084Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-23T20:52:53.056Z] ---> 8eafa6b1f05b [2022-03-23T20:52:53.056Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-23T20:52:53.647Z] ---> 0d9871377a28 [2022-03-23T20:52:53.647Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-23T20:52:53.647Z] ---> Running in 06ccf77cf06c [2022-03-23T20:52:53.921Z] Removing intermediate container 06ccf77cf06c [2022-03-23T20:52:53.921Z] ---> d9d35fb57ced [2022-03-23T20:52:53.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T20:52:53.921Z] ---> Running in 7e124cd3cb70 [2022-03-23T20:52:54.519Z] Removing intermediate container 7e124cd3cb70 [2022-03-23T20:52:54.519Z] ---> 212057918c6e [2022-03-23T20:52:54.519Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T20:52:54.519Z] ---> Running in a0052e0cd791 [2022-03-23T20:52:54.792Z] Removing intermediate container a0052e0cd791 [2022-03-23T20:52:54.792Z] ---> b52d9a8111f6 [2022-03-23T20:52:54.792Z] Step 22/23 : LABEL git_sha=7c5c4112328c635f920b675bc0cdfcdf77b54dde [2022-03-23T20:52:54.792Z] ---> Running in 68292d0f41fb [2022-03-23T20:52:55.066Z] Removing intermediate container 68292d0f41fb [2022-03-23T20:52:55.066Z] ---> 64d606b716c9 [2022-03-23T20:52:55.066Z] Step 23/23 : LABEL version=0.0.0 [2022-03-23T20:52:55.340Z] ---> Running in 1924ddb9a8d9 [2022-03-23T20:52:55.615Z] Removing intermediate container 1924ddb9a8d9 [2022-03-23T20:52:55.615Z] ---> bed7012f265c [2022-03-23T20:52:55.615Z] [2022-03-23T20:52:55.888Z] Successfully built bed7012f265c [2022-03-23T20:52:55.888Z] Successfully tagged core-data-arm64:latest [2022-03-23T20:52:56.178Z]  Building core-data ... done  [Pipeline] } [2022-03-23T20:52:56.183Z] $ docker stop --time=1 0d1359fef0c4e023f75647172e0eaf4a9bf8c8678296442b6907c00ef2dafa85 [2022-03-23T20:52:57.872Z] $ docker rm -f 0d1359fef0c4e023f75647172e0eaf4a9bf8c8678296442b6907c00ef2dafa85 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T20:52:58.435Z] + docker images [2022-03-23T20:52:58.707Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-23T20:52:58.707Z] core-data-arm64 latest bed7012f265c 3 seconds ago 19.2MB [2022-03-23T20:52:58.707Z] support-notifications-arm64 latest ca2240cbefa2 10 seconds ago 16.1MB [2022-03-23T20:52:58.707Z] 333029c97f1c 16 seconds ago 1.61GB [2022-03-23T20:52:58.707Z] 3b47e3263b06 22 seconds ago 1.6GB [2022-03-23T20:52:58.707Z] core-metadata-arm64 latest e4351913e26b 48 seconds ago 16MB [2022-03-23T20:52:58.707Z] 45b948526926 57 seconds ago 1.6GB [2022-03-23T20:52:58.707Z] core-command-arm64 latest 4725cbee40ae About a minute ago 15.3MB [2022-03-23T20:52:58.707Z] a6f47e088e26 About a minute ago 1.59GB [2022-03-23T20:52:58.707Z] sys-mgmt-agent-arm64 latest 1b1c13eec555 2 minutes ago 280MB [2022-03-23T20:52:58.707Z] security-secretstore-setup-arm64 latest 0496093a358d 4 minutes ago 26.9MB [2022-03-23T20:52:58.707Z] security-proxy-setup-arm64 latest 5270c503fb57 4 minutes ago 25.5MB [2022-03-23T20:52:58.707Z] support-scheduler-arm64 latest 6b9631f424a5 4 minutes ago 15.4MB [2022-03-23T20:52:58.707Z] security-bootstrapper-arm64 latest 28845200f13e 4 minutes ago 18MB [2022-03-23T20:52:58.707Z] 1c743dcae6ec 4 minutes ago 1.6GB [2022-03-23T20:52:58.707Z] 37e193d32fd9 4 minutes ago 1.6GB [2022-03-23T20:52:58.707Z] f8f4a1913340 4 minutes ago 1.6GB [2022-03-23T20:52:58.707Z] e00daad48e72 4 minutes ago 1.59GB [2022-03-23T20:52:58.707Z] aadb62a8762d 4 minutes ago 1.59GB [2022-03-23T20:52:58.707Z] ci-base-image-arm64 latest d2cec961914a 17 minutes ago 1.26GB [2022-03-23T20:52:58.707Z] alpine 3.14 71a2028e5025 6 days ago 5.34MB [2022-03-23T20:52:58.707Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 7 weeks ago 551MB [2022-03-23T20:52:58.707Z] docker 20.10.10 520e9a0a30f7 4 months ago 200MB [2022-03-23T20:52:58.707Z] 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-23T20:52:59.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T20:52:59.167Z] [2022-03-23T20:52:59.167Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:52:59.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T20:52:59.796Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-23T20:52:59.796Z] 8998bd30e6a1: Pulling fs layer [2022-03-23T20:52:59.796Z] 04944245beec: Pulling fs layer [2022-03-23T20:52:59.796Z] 699f458cf7ca: Pulling fs layer [2022-03-23T20:52:59.796Z] 765212b225bb: Pulling fs layer [2022-03-23T20:52:59.796Z] f23df028b6ca: Pulling fs layer [2022-03-23T20:52:59.796Z] 765212b225bb: Waiting [2022-03-23T20:52:59.796Z] d65c8cfc05b1: Pulling fs layer [2022-03-23T20:52:59.796Z] 2437ff75d9bd: Pulling fs layer [2022-03-23T20:52:59.796Z] 2437ff75d9bd: Waiting [2022-03-23T20:52:59.796Z] d65c8cfc05b1: Waiting [2022-03-23T20:52:59.796Z] 04944245beec: Download complete [2022-03-23T20:52:59.796Z] 765212b225bb: Verifying Checksum [2022-03-23T20:52:59.796Z] 765212b225bb: Download complete [2022-03-23T20:52:59.796Z] f23df028b6ca: Verifying Checksum [2022-03-23T20:52:59.796Z] f23df028b6ca: Download complete [2022-03-23T20:52:59.796Z] d65c8cfc05b1: Verifying Checksum [2022-03-23T20:52:59.796Z] d65c8cfc05b1: Download complete [2022-03-23T20:53:00.074Z] 699f458cf7ca: Verifying Checksum [2022-03-23T20:53:00.351Z] 8998bd30e6a1: Download complete [2022-03-23T20:53:03.067Z] 2437ff75d9bd: Verifying Checksum [2022-03-23T20:53:03.067Z] 2437ff75d9bd: Download complete [2022-03-23T20:53:05.708Z] 8998bd30e6a1: Pull complete [2022-03-23T20:53:06.304Z] 04944245beec: Pull complete [2022-03-23T20:53:07.737Z] 699f458cf7ca: Pull complete [2022-03-23T20:53:08.009Z] 765212b225bb: Pull complete [2022-03-23T20:53:08.993Z] f23df028b6ca: Pull complete [2022-03-23T20:53:08.993Z] d65c8cfc05b1: Pull complete [2022-03-23T20:53:24.074Z] 2437ff75d9bd: Pull complete [2022-03-23T20:53:24.074Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-23T20:53:24.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T20:53:24.075Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-23T20:53:24.300Z] prd-ubuntu20.04-docker-arm64-4c-16g-8696 does not seem to be running inside a container [2022-03-23T20:53:24.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-23T20:53:27.702Z] $ docker top 0b38a88c53969c693f5c3089aee1ea5a2b75d1b3cd9ee1c273c3fea3d5bf3b68 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:53:28.669Z] ---> job-cost.sh [2022-03-23T20:53:28.669Z] lf-activate-venv: SKIPPING [2022-03-23T20:53:28.669Z] INFO: No Stack... [2022-03-23T20:53:29.265Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-23T20:53:30.245Z] INFO: Archiving Costs [Pipeline] sh [2022-03-23T20:53:30.920Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2022-03-23T20:53:30.920Z] + cut -d, -f6 [Pipeline] lock [2022-03-23T20:53:30.998Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3920-2-stack-cost] [2022-03-23T20:53:31.004Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3920-2-stack-cost] did not exist. Created. [2022-03-23T20:53:31.004Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3920-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-23T20:53:31.683Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-23T20:53:31.879Z] Stashed 1 file(s) [Pipeline] } [2022-03-23T20:53:31.886Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3920-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-23T20:53:31.904Z] $ docker stop --time=1 0b38a88c53969c693f5c3089aee1ea5a2b75d1b3cd9ee1c273c3fea3d5bf3b68 [2022-03-23T20:53:33.466Z] $ docker rm -f 0b38a88c53969c693f5c3089aee1ea5a2b75d1b3cd9ee1c273c3fea3d5bf3b68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-03-23T20:53:33.938Z] provisioning config files... [2022-03-23T20:53:33.946Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4081096586219913880tmp [Pipeline] { [Pipeline] sh [2022-03-23T20:53:34.238Z] + set +x [2022-03-23T20:53:34.238Z] + curl -s https://codecov.io/bash [2022-03-23T20:53:34.238Z] + bash -s -- [2022-03-23T20:53:34.238Z] [2022-03-23T20:53:34.238Z] _____ _ [2022-03-23T20:53:34.238Z] / ____| | | [2022-03-23T20:53:34.238Z] | | ___ __| | ___ ___ _____ __ [2022-03-23T20:53:34.238Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-23T20:53:34.238Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-23T20:53:34.238Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-23T20:53:34.238Z] Bash-1.0.6 [2022-03-23T20:53:34.238Z] [2022-03-23T20:53:34.238Z] [2022-03-23T20:53:34.238Z] ==> git version 2.25.1 found [2022-03-23T20:53:34.238Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-03-23T20:53:34.238Z] Release-Date: 2020-01-08 [2022-03-23T20:53:34.238Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-03-23T20:53:34.238Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-23T20:53:34.238Z] ==> Jenkins CI detected. [2022-03-23T20:53:34.238Z] current dir:  /w/workspace/edgex-go/2 [2022-03-23T20:53:34.238Z] project root: . [2022-03-23T20:53:34.238Z] --> token set from env [2022-03-23T20:53:34.238Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-23T20:53:34.238Z] ==> Running gcov in . (disable via -X gcov) [2022-03-23T20:53:34.238Z] ==> Python coveragepy not found [2022-03-23T20:53:34.238Z] ==> Searching for coverage reports in: [2022-03-23T20:53:34.238Z] + . [2022-03-23T20:53:34.238Z] -> Found 1 reports [2022-03-23T20:53:34.238Z] ==> Detecting git/mercurial file structure [2022-03-23T20:53:34.238Z] ==> Reading reports [2022-03-23T20:53:34.238Z] + ./coverage.out bytes=426503 [2022-03-23T20:53:34.238Z] ==> Appending adjustments [2022-03-23T20:53:34.238Z] https://docs.codecov.io/docs/fixing-reports [2022-03-23T20:53:35.621Z] + Found adjustments [2022-03-23T20:53:35.621Z] ==> Gzipping contents [2022-03-23T20:53:35.621Z] 60K /tmp/codecov.xTg8kF.gz [2022-03-23T20:53:35.621Z] ==> Uploading reports [2022-03-23T20:53:35.621Z] url: https://codecov.io [2022-03-23T20:53:35.621Z] query: branch=PR-3920&commit=b0bc550a03c616ad7e462cc52311f7b4a54c6e15&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3920%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3920&job=&cmd_args= [2022-03-23T20:53:35.621Z] -> Pinging Codecov [2022-03-23T20:53:35.621Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3920&commit=b0bc550a03c616ad7e462cc52311f7b4a54c6e15&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3920%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3920&job=&cmd_args= [2022-03-23T20:53:47.855Z] {"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"} [2022-03-23T20:53:47.855Z] 500 [2022-03-23T20:53:47.855Z] ==> Uploading to Codecov [2022-03-23T20:53:47.855Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T20:53:47.855Z] Dload Upload Total Spent Left Speed [2022-03-23T20:53:47.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58090 100 31 100 58059 94 172k --:--:-- --:--:-- --:--:-- 172k 100 58090 100 31 100 58059 94 172k --:--:-- --:--:-- --:--:-- 172k [2022-03-23T20:53:47.855Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 5 retries [2022-03-23T20:53:47.855Z] Warning: left. [2022-03-23T20:53:50.025Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58090 100 31 100 58059 105 192k --:--:-- --:--:-- --:--:-- 192k [2022-03-23T20:53:50.025Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 4 retries [2022-03-23T20:53:50.025Z] Warning: left. [2022-03-23T20:53:52.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58090 100 31 100 58059 109 200k --:--:-- --:--:-- --:--:-- 201k [2022-03-23T20:53:52.198Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 3 retries [2022-03-23T20:53:52.198Z] Warning: left. [2022-03-23T20:53:54.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58090 100 31 100 58059 118 216k --:--:-- --:--:-- --:--:-- 216k [2022-03-23T20:53:54.739Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 2 retries [2022-03-23T20:53:54.739Z] Warning: left. [2022-03-23T20:53:56.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58090 100 31 100 58059 100 184k --:--:-- --:--:-- --:--:-- 184k 100 58090 100 31 100 58059 100 184k --:--:-- --:--:-- --:--:-- 184k [2022-03-23T20:53:56.913Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries [2022-03-23T20:53:56.913Z] Warning: left. [2022-03-23T20:53:59.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58090 100 31 100 58059 100 184k --:--:-- --:--:-- --:--:-- 185k [2022-03-23T20:53:59.087Z] {"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"}{"error": "Server Error (500)"} [Pipeline] } [2022-03-23T20:53:59.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-03-23T20:53:59.977Z] + [ -d /w/workspace/edgex-go/2/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:00.272Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:01.137Z] ---> package-listing.sh [2022-03-23T20:54:01.137Z] ++ facter osfamily [2022-03-23T20:54:01.137Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-23T20:54:01.396Z] + OS_FAMILY=debian [2022-03-23T20:54:01.396Z] + workspace=/w/workspace/edgex-go/2 [2022-03-23T20:54:01.396Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-23T20:54:01.396Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-23T20:54:01.396Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-23T20:54:01.396Z] + PACKAGES=/tmp/packages_start.txt [2022-03-23T20:54:01.396Z] + '[' /w/workspace/edgex-go/2 ']' [2022-03-23T20:54:01.396Z] + PACKAGES=/tmp/packages_end.txt [2022-03-23T20:54:01.396Z] + case "${OS_FAMILY}" in [2022-03-23T20:54:01.396Z] + dpkg -l [2022-03-23T20:54:01.396Z] + grep '^ii' [2022-03-23T20:54:01.396Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-23T20:54:01.396Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-23T20:54:01.396Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-23T20:54:01.396Z] + '[' /w/workspace/edgex-go/2 ']' [2022-03-23T20:54:01.396Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2022-03-23T20:54:01.396Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2022-03-23T20:54:01.408Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-23T20:54:01.686Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:54:02.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T20:54:02.239Z] [2022-03-23T20:54:02.239Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T20:54:02.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T20:54:02.541Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-23T20:54:02.541Z] 5eb5b503b376: Pulling fs layer [2022-03-23T20:54:02.541Z] 5c69ac0246d0: Pulling fs layer [2022-03-23T20:54:02.541Z] ec43610c2a17: Pulling fs layer [2022-03-23T20:54:02.541Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-23T20:54:02.541Z] 33b1e0a273af: Pulling fs layer [2022-03-23T20:54:02.541Z] 5d3b04190fa2: Pulling fs layer [2022-03-23T20:54:02.541Z] 2f39f015ded8: Pulling fs layer [2022-03-23T20:54:02.541Z] 3a2ae6a8a46f: Waiting [2022-03-23T20:54:02.541Z] 33b1e0a273af: Waiting [2022-03-23T20:54:02.541Z] 5d3b04190fa2: Waiting [2022-03-23T20:54:02.541Z] 2f39f015ded8: Waiting [2022-03-23T20:54:02.541Z] 5c69ac0246d0: Verifying Checksum [2022-03-23T20:54:02.541Z] 5c69ac0246d0: Download complete [2022-03-23T20:54:02.541Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-23T20:54:02.541Z] 3a2ae6a8a46f: Download complete [2022-03-23T20:54:02.541Z] 33b1e0a273af: Verifying Checksum [2022-03-23T20:54:02.541Z] 33b1e0a273af: Download complete [2022-03-23T20:54:02.541Z] 5d3b04190fa2: Verifying Checksum [2022-03-23T20:54:02.542Z] 5d3b04190fa2: Download complete [2022-03-23T20:54:02.542Z] ec43610c2a17: Verifying Checksum [2022-03-23T20:54:02.542Z] ec43610c2a17: Download complete [2022-03-23T20:54:02.801Z] 5eb5b503b376: Download complete [2022-03-23T20:54:03.371Z] 2f39f015ded8: Download complete [2022-03-23T20:54:03.938Z] 5eb5b503b376: Pull complete [2022-03-23T20:54:03.938Z] 5c69ac0246d0: Pull complete [2022-03-23T20:54:04.507Z] ec43610c2a17: Pull complete [2022-03-23T20:54:04.507Z] 3a2ae6a8a46f: Pull complete [2022-03-23T20:54:04.764Z] 33b1e0a273af: Pull complete [2022-03-23T20:54:04.765Z] 5d3b04190fa2: Pull complete [2022-03-23T20:54:08.959Z] 2f39f015ded8: Pull complete [2022-03-23T20:54:08.959Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-23T20:54:08.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T20:54:08.959Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-23T20:54:09.024Z] prd-ubuntu20.04-docker-8c-8g-8690 does not seem to be running inside a container [2022-03-23T20:54:09.067Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-23T20:54:10.999Z] $ docker top 5c63c55bd5552e2124956035420f4909350b55f2b886cc4a5411e3142a60a317 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T20:54:11.385Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-23T20:54:11.672Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-23T20:54:11.962Z] + ls /var/log/sa-host [2022-03-23T20:54:11.962Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T20:54:12.061Z] provisioning config files... [2022-03-23T20:54:12.071Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2141472291860896731tmp [Pipeline] { [Pipeline] echo [2022-03-23T20:54:12.088Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:12.373Z] ---> create-netrc.sh [Pipeline] } [2022-03-23T20:54:12.382Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:12.715Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-23T20:54:12.726Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:13.015Z] ---> sudo-logs.sh [2022-03-23T20:54:13.015Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-23T20:54:13.043Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:13.334Z] ---> job-cost.sh [2022-03-23T20:54:13.334Z] lf-activate-venv: SKIPPING [2022-03-23T20:54:13.334Z] DEBUG: total: 0.10999999940395355 [2022-03-23T20:54:13.334Z] INFO: Retrieving Stack Cost... [2022-03-23T20:54:13.904Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-23T20:54:14.163Z] INFO: Archiving Costs [Pipeline] echo [2022-03-23T20:54:14.178Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T20:54:14.464Z] ---> logs-deploy.sh [2022-03-23T20:54:14.464Z] lf-activate-venv: SKIPPING [2022-03-23T20:54:14.464Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3920/2 [2022-03-23T20:54:14.464Z] INFO: archiving workspace using pattern(s): [2022-03-23T20:54:15.403Z] Archives upload complete. [2022-03-23T20:54:15.403Z] INFO: archiving logs to Nexus