Pull request #4049 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f+db608d24777f3846be0c8d00faf18a86b4479024 (37dafc5e318e53d1ec4aafd7a586d8df0f69f083) 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-ssh10616618318392430687.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e2cac8b444d664382c771f5dccbf61e369ddf83e Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12991272570307112141.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e2cac8b444d664382c771f5dccbf61e369ddf83e The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8968665451730073865.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4909464951030716447.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e2cac8b444d664382c771f5dccbf61e369ddf83e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e2cac8b444d664382c771f5dccbf61e369ddf83e # timeout=10 Commit message: "Merge pull request #396 from ernestojeda/snyk-enhancements" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10834649259687180520.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5563113488024108898.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-961’ Running on prd-ubuntu20.04-docker-8c-8g-966 in /w/workspace/edgexfoundry_edgex-go_PR-4049 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/jakarta commit db608d24777f3846be0c8d00faf18a86b4479024 into PR head commit 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f Merge succeeded, producing 584be5715a8a5b697f057ea5ff59149c218b4b77 Checking out Revision 584be5715a8a5b697f057ea5ff59149c218b4b77 (PR-4049) > 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/4049/head:refs/remotes/origin/PR-4049 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f # 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 db608d24777f3846be0c8d00faf18a86b4479024 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 584be5715a8a5b697f057ea5ff59149c218b4b77 # timeout=10 Commit message: "Merge commit 'db608d24777f3846be0c8d00faf18a86b4479024' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-03T17:06:11.220Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-03T17:06:11.388Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-03T17:06:11.482Z] ========================================================= [2022-06-03T17:06:11.482Z] EdgeX Global Pipelines Version Info [2022-06-03T17:06:11.482Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:06:12.290Z] ------------------- [2022-06-03T17:06:12.290Z] stable info: [2022-06-03T17:06:12.290Z] ------------------- [2022-06-03T17:06:12.290Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-03T17:06:12.290Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-03T17:06:12.290Z] Message: update stable to v1.0.231 [2022-06-03T17:06:12.864Z] ------------------- [2022-06-03T17:06:12.864Z] experimental info: [2022-06-03T17:06:12.864Z] ------------------- [2022-06-03T17:06:12.864Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-03T17:06:12.864Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-03T17:06:12.864Z] Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-03T17:06:13.239Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-06-03T17:06:13.285Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-06-03T17:06:13.325Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-03T17:06:13.361Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-03T17:06:13.398Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-03T17:06:13.440Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-03T17:06:13.479Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-03T17:06:13.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-06-03T17:06:13.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-06-03T17:06:13.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-06-03T17:06:13.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-03T17:06:13.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-03T17:06:13.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-03T17:06:13.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-03T17:06:13.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-03T17:06:13.816Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-03T17:06:13.858Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-03T17:06:13.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-03T17:06:13.941Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-06-03T17:06:13.980Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-06-03T17:06:14.021Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-06-03T17:06:14.061Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-03T17:06:14.099Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-03T17:06:14.137Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4049 [Pipeline] echo [2022-06-03T17:06:14.176Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4049 [Pipeline] echo [2022-06-03T17:06:14.216Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4049 [Pipeline] echo [2022-06-03T17:06:14.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] echo [2022-06-03T17:06:14.295Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 584be57 [Pipeline] echo [2022-06-03T17:06:14.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T17:06:14.436Z] provisioning config files... [2022-06-03T17:06:14.455Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7663731856248495916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:06:14.796Z] ---> docker-login.sh [2022-06-03T17:06:14.796Z] nexus3.edgexfoundry.org:10001 [2022-06-03T17:06:15.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:06:15.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:06:15.057Z] Configure a credential helper to remove this warning. See [2022-06-03T17:06:15.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:06:15.057Z] [2022-06-03T17:06:15.057Z] Login Succeeded [2022-06-03T17:06:15.057Z] nexus3.edgexfoundry.org:10002 [2022-06-03T17:06:15.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:06:15.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:06:15.322Z] Configure a credential helper to remove this warning. See [2022-06-03T17:06:15.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:06:15.322Z] [2022-06-03T17:06:15.322Z] Login Succeeded [2022-06-03T17:06:15.322Z] nexus3.edgexfoundry.org:10003 [2022-06-03T17:06:15.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:06:15.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:06:15.322Z] Configure a credential helper to remove this warning. See [2022-06-03T17:06:15.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:06:15.322Z] [2022-06-03T17:06:15.322Z] Login Succeeded [2022-06-03T17:06:15.322Z] nexus3.edgexfoundry.org:10004 [2022-06-03T17:06:15.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:06:15.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:06:15.584Z] Configure a credential helper to remove this warning. See [2022-06-03T17:06:15.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:06:15.584Z] [2022-06-03T17:06:15.584Z] Login Succeeded [2022-06-03T17:06:15.584Z] docker.io [2022-06-03T17:06:15.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:06:16.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:06:16.156Z] Configure a credential helper to remove this warning. See [2022-06-03T17:06:16.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:06:16.156Z] [2022-06-03T17:06:16.156Z] Login Succeeded [2022-06-03T17:06:16.156Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T17:06:16.181Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T17:06:16.602Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-06-03T17:06:16.603Z] + + cutdirname -d/ cmd/core-command/Dockerfile -f2 [2022-06-03T17:06:16.603Z] [2022-06-03T17:06:16.603Z] + echo core-command,cmd/core-command/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/core-data/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo core-data,cmd/core-data/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/core-metadata/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/support-notifications/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/support-scheduler/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-06-03T17:06:16.603Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-06-03T17:06:16.603Z] + cut -d/ -f2 [2022-06-03T17:06:16.603Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-06-03T17:06:16.651Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-03T17:06:17.134Z] + git rev-list -1 --merges 584be5715a8a5b697f057ea5ff59149c218b4b77~1..584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] echo [2022-06-03T17:06:17.168Z] -----------> git rev-list -1 --merges 584be5715a8a5b697f057ea5ff59149c218b4b77~1..584be5715a8a5b697f057ea5ff59149c218b4b77 584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:06:17.168Z] 584be5715a8a5b697f057ea5ff59149c218b4b77 [false] [Pipeline] sh [2022-06-03T17:06:17.480Z] + git log --format=format:%s -1 584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] echo [2022-06-03T17:06:17.513Z] ========================================================= [2022-06-03T17:06:17.513Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-03T17:06:17.513Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-06-03T17:06:18.004Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-03T17:06:18.004Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-03T17:06:18.004Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-03T17:06:18.004Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-03T17:06:18.004Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-03T17:06:18.004Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-03T17:06:18.004Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:06:18.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T17:06:18.499Z] [2022-06-03T17:06:18.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:06:18.876Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T17:06:18.877Z] latest: Pulling from edgex-devops/py-git-semver [2022-06-03T17:06:18.877Z] 42c077c10790: Pulling fs layer [2022-06-03T17:06:18.877Z] f63e77b7563a: Pulling fs layer [2022-06-03T17:06:18.877Z] bd5fdadae976: Pulling fs layer [2022-06-03T17:06:18.877Z] 205491f53016: Pulling fs layer [2022-06-03T17:06:18.877Z] df18705c85c3: Pulling fs layer [2022-06-03T17:06:18.877Z] bdb3f477010e: Pulling fs layer [2022-06-03T17:06:18.877Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-03T17:06:18.877Z] 2c6e9b1d212d: Pulling fs layer [2022-06-03T17:06:18.877Z] bdb8f0575790: Pulling fs layer [2022-06-03T17:06:18.877Z] 386e3cb2ff24: Pulling fs layer [2022-06-03T17:06:18.877Z] 2343380bae48: Pulling fs layer [2022-06-03T17:06:18.877Z] bdb3f477010e: Waiting [2022-06-03T17:06:18.877Z] df18705c85c3: Waiting [2022-06-03T17:06:18.877Z] 386e3cb2ff24: Waiting [2022-06-03T17:06:18.877Z] c8a8fc8e1c8f: Waiting [2022-06-03T17:06:18.877Z] 2343380bae48: Waiting [2022-06-03T17:06:18.877Z] f63e77b7563a: Verifying Checksum [2022-06-03T17:06:18.877Z] f63e77b7563a: Download complete [2022-06-03T17:06:18.877Z] 205491f53016: Verifying Checksum [2022-06-03T17:06:18.877Z] 205491f53016: Download complete [2022-06-03T17:06:18.877Z] df18705c85c3: Verifying Checksum [2022-06-03T17:06:18.877Z] df18705c85c3: Download complete [2022-06-03T17:06:19.138Z] bdb3f477010e: Download complete [2022-06-03T17:06:19.138Z] bd5fdadae976: Verifying Checksum [2022-06-03T17:06:19.138Z] bd5fdadae976: Download complete [2022-06-03T17:06:19.138Z] 2c6e9b1d212d: Download complete [2022-06-03T17:06:19.138Z] bdb8f0575790: Download complete [2022-06-03T17:06:19.138Z] 386e3cb2ff24: Verifying Checksum [2022-06-03T17:06:19.138Z] 386e3cb2ff24: Download complete [2022-06-03T17:06:19.138Z] 2343380bae48: Download complete [2022-06-03T17:06:19.138Z] 42c077c10790: Verifying Checksum [2022-06-03T17:06:19.138Z] 42c077c10790: Download complete [2022-06-03T17:06:19.401Z] c8a8fc8e1c8f: Download complete [2022-06-03T17:06:20.789Z] 42c077c10790: Pull complete [2022-06-03T17:06:20.789Z] f63e77b7563a: Pull complete [2022-06-03T17:06:21.361Z] bd5fdadae976: Pull complete [2022-06-03T17:06:21.361Z] 205491f53016: Pull complete [2022-06-03T17:06:21.624Z] df18705c85c3: Pull complete [2022-06-03T17:06:21.885Z] bdb3f477010e: Pull complete [2022-06-03T17:06:23.804Z] c8a8fc8e1c8f: Pull complete [2022-06-03T17:06:23.804Z] 2c6e9b1d212d: Pull complete [2022-06-03T17:06:24.067Z] bdb8f0575790: Pull complete [2022-06-03T17:06:24.067Z] 386e3cb2ff24: Pull complete [2022-06-03T17:06:24.330Z] 2343380bae48: Pull complete [2022-06-03T17:06:24.330Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-03T17:06:24.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-03T17:06:24.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:06:24.545Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2022-06-03T17:06:24.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-03T17:06:26.484Z] $ docker top 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 -eo pid,comm [2022-06-03T17:06:26.549Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-03T17:06:26.549Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-03T17:06:26.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T17:06:26.675Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T17:06:26.826Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T17:06:26.834Z] $ docker exec 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent [2022-06-03T17:06:26.971Z] SSH_AUTH_SOCK=/tmp/ssh-JRGy5FUsylvT/agent.34 [2022-06-03T17:06:26.971Z] SSH_AGENT_PID=40 [2022-06-03T17:06:26.980Z] Running ssh-add (command line suppressed) [2022-06-03T17:06:27.102Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7412513738790454078.key (/w/workspace/edgex-go/1@tmp/private_key_7412513738790454078.key) [2022-06-03T17:06:27.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T17:06:27.448Z] + git tag --points-at HEAD [Pipeline] } [2022-06-03T17:06:27.479Z] $ docker exec --env ******** --env ******** 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent -k [2022-06-03T17:06:27.607Z] unset SSH_AUTH_SOCK; [2022-06-03T17:06:27.607Z] unset SSH_AGENT_PID; [2022-06-03T17:06:27.608Z] echo Agent pid 40 killed; [2022-06-03T17:06:27.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-03T17:06:27.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-03T17:06:27.691Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-03T17:06:27.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-03T17:06:27.831Z] $ docker exec 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent [2022-06-03T17:06:27.959Z] SSH_AUTH_SOCK=/tmp/ssh-5Pskq2eJGLZ7/agent.73 [2022-06-03T17:06:27.959Z] SSH_AGENT_PID=80 [2022-06-03T17:06:27.964Z] Running ssh-add (command line suppressed) [2022-06-03T17:06:28.099Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5538350172010773645.key (/w/workspace/edgex-go/1@tmp/private_key_5538350172010773645.key) [2022-06-03T17:06:28.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-03T17:06:28.446Z] + git semver init [2022-06-03T17:06:28.708Z] 2022-06-03 17:06:28,668 [run_init] DEBUG init version:0.0.0 force:False [2022-06-03T17:06:28.708Z] 2022-06-03 17:06:28,669 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-06-03T17:06:28.708Z] 2022-06-03 17:06:28,670 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-06-03T17:06:28.708Z] 2022-06-03 17:06:28,670 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2022-06-03T17:06:32.941Z] 2022-06-03 17:06:32,571 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,572 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4049 with force:False [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,572 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4049 [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,577 [execute] INFO git cat-file --batch-check [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,577 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,583 [execute] INFO git cat-file --batch [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,584 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-03T17:06:32.942Z] 2022-06-03 17:06:32,589 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4049 [2022-06-03T17:06:32.942Z] 0.0.0 [Pipeline] } [2022-06-03T17:06:32.974Z] $ docker exec --env ******** --env ******** 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent -k [2022-06-03T17:06:33.090Z] unset SSH_AUTH_SOCK; [2022-06-03T17:06:33.091Z] unset SSH_AGENT_PID; [2022-06-03T17:06:33.091Z] echo Agent pid 80 killed; [2022-06-03T17:06:33.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-03T17:06:33.548Z] + git semver [Pipeline] } [2022-06-03T17:06:33.841Z] $ docker stop --time=1 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 [2022-06-03T17:06:35.166Z] $ docker rm -f 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T17:06:35.566Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-03T17:06:35.887Z] Stashed 1 file(s) [Pipeline] echo [2022-06-03T17:06:35.907Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-06-03T17:06:36.362Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T17:06:36.388Z] ========================================================= [2022-06-03T17:06:36.388Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] [2022-06-03T17:06:36.388Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:06:36.728Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T17:06:36.728Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-03T17:06:36.728Z] 59bf1c3509f3: Pulling fs layer [2022-06-03T17:06:36.728Z] 666ba61612fd: Pulling fs layer [2022-06-03T17:06:36.728Z] 8ed8ca486205: Pulling fs layer [2022-06-03T17:06:36.728Z] 4fe6c5a15a65: Pulling fs layer [2022-06-03T17:06:36.728Z] 22a0e8bec74d: Pulling fs layer [2022-06-03T17:06:36.728Z] 812f408151ee: Pulling fs layer [2022-06-03T17:06:36.728Z] bab7bd504b26: Pulling fs layer [2022-06-03T17:06:36.728Z] 070449caade9: Pulling fs layer [2022-06-03T17:06:36.728Z] 8f1a5288e3a6: Pulling fs layer [2022-06-03T17:06:36.728Z] 812f408151ee: Waiting [2022-06-03T17:06:36.728Z] bab7bd504b26: Waiting [2022-06-03T17:06:36.728Z] 070449caade9: Waiting [2022-06-03T17:06:36.729Z] 8f1a5288e3a6: Waiting [2022-06-03T17:06:36.729Z] 4fe6c5a15a65: Waiting [2022-06-03T17:06:36.729Z] 22a0e8bec74d: Waiting [2022-06-03T17:06:36.729Z] 8ed8ca486205: Verifying Checksum [2022-06-03T17:06:36.729Z] 8ed8ca486205: Download complete [2022-06-03T17:06:36.729Z] 666ba61612fd: Verifying Checksum [2022-06-03T17:06:36.729Z] 666ba61612fd: Download complete [2022-06-03T17:06:36.729Z] 22a0e8bec74d: Download complete [2022-06-03T17:06:36.729Z] 812f408151ee: Verifying Checksum [2022-06-03T17:06:36.729Z] 812f408151ee: Download complete [2022-06-03T17:06:36.729Z] bab7bd504b26: Verifying Checksum [2022-06-03T17:06:36.729Z] bab7bd504b26: Download complete [2022-06-03T17:06:36.729Z] 59bf1c3509f3: Verifying Checksum [2022-06-03T17:06:36.729Z] 59bf1c3509f3: Download complete [2022-06-03T17:06:36.991Z] 070449caade9: Verifying Checksum [2022-06-03T17:06:36.991Z] 070449caade9: Download complete [2022-06-03T17:06:36.991Z] 59bf1c3509f3: Pull complete [2022-06-03T17:06:36.991Z] 666ba61612fd: Pull complete [2022-06-03T17:06:37.253Z] 8ed8ca486205: Pull complete [2022-06-03T17:06:37.513Z] 8f1a5288e3a6: Verifying Checksum [2022-06-03T17:06:37.513Z] 8f1a5288e3a6: Download complete [2022-06-03T17:06:37.513Z] 4fe6c5a15a65: Verifying Checksum [2022-06-03T17:06:37.513Z] 4fe6c5a15a65: Download complete [2022-06-03T17:06:41.709Z] 4fe6c5a15a65: Pull complete [2022-06-03T17:06:41.709Z] 22a0e8bec74d: Pull complete [2022-06-03T17:06:41.709Z] 812f408151ee: Pull complete [2022-06-03T17:06:41.709Z] bab7bd504b26: Pull complete [2022-06-03T17:06:41.709Z] 070449caade9: Pull complete [2022-06-03T17:06:43.624Z] 8f1a5288e3a6: Pull complete [2022-06-03T17:06:43.624Z] Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 [2022-06-03T17:06:43.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T17:06:43.624Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:06:43.986Z] + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T17:06:43.986Z] WORKDIR /edgex [2022-06-03T17:06:43.986Z] COPY go.mod . [2022-06-03T17:06:43.986Z] RUN go mod download [2022-06-03T17:06:43.986Z] + docker build -t ci-base-image-x86_64 -f - . [2022-06-03T17:06:45.368Z] Sending build context to Docker daemon 346.5MB [2022-06-03T17:06:45.368Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-03T17:06:45.368Z] ---> c47586b81864 [2022-06-03T17:06:45.368Z] Step 2/4 : WORKDIR /edgex [2022-06-03T17:06:47.283Z] ---> Running in a821467fc97b [2022-06-03T17:06:47.543Z] Removing intermediate container a821467fc97b [2022-06-03T17:06:47.543Z] ---> d901e17abad7 [2022-06-03T17:06:47.543Z] Step 3/4 : COPY go.mod . [2022-06-03T17:06:47.543Z] ---> 054f6c7ab2e8 [2022-06-03T17:06:47.543Z] Step 4/4 : RUN go mod download [2022-06-03T17:06:47.543Z] ---> Running in 12971971c3ee [2022-06-03T17:06:51.186Z] Still waiting to schedule task [2022-06-03T17:06:51.187Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-963’ [2022-06-03T17:07:14.125Z] Removing intermediate container 12971971c3ee [2022-06-03T17:07:14.125Z] ---> 64fb9fc74727 [2022-06-03T17:07:14.125Z] Successfully built 64fb9fc74727 [2022-06-03T17:07:14.125Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:07:14.513Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-03T17:07:14.514Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:07:14.666Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2022-06-03T17:07:14.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-03T17:07:15.209Z] $ docker top 827168cac42f03d5897b1fb4dfce4fbea82bdec26d42c0827c65c8e6d0cf427a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T17:07:15.604Z] + go version [2022-06-03T17:07:15.604Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-06-03T17:07:15.641Z] $ docker stop --time=1 827168cac42f03d5897b1fb4dfce4fbea82bdec26d42c0827c65c8e6d0cf427a [2022-06-03T17:07:16.953Z] $ docker rm -f 827168cac42f03d5897b1fb4dfce4fbea82bdec26d42c0827c65c8e6d0cf427a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:07:17.660Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-03T17:07:17.660Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:07:17.817Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2022-06-03T17:07:17.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-03T17:07:18.257Z] $ docker top 106d845a0c56283d9001590a4cdf6a8c78dd8cd33016c9ef2b6e9bd58f1eed43 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-03T17:07:18.387Z] ========================================================= [2022-06-03T17:07:18.387Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-03T17:07:18.387Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:07:18.813Z] + make test [2022-06-03T17:07:18.813Z] go mod tidy [2022-06-03T17:07:18.813Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-03T17:07:24.087Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-03T17:07:34.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-03T17:07:34.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.069s coverage: 28.7% of statements [2022-06-03T17:07:34.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-03T17:07:34.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-03T17:07:34.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 98.5% of statements [2022-06-03T17:07:34.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-03T17:07:34.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.087s coverage: 44.7% of statements [2022-06-03T17:07:34.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-03T17:07:34.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-03T17:07:34.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.127s coverage: 89.5% of statements [2022-06-03T17:07:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-03T17:07:34.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:07:35.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 83.8% of statements [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-03T17:07:35.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.342s coverage: 94.2% of statements [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:07:35.468Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 59.1% of statements [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-03T17:07:35.468Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 60.0% of statements [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-03T17:07:35.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.054s coverage: 0.9% of statements [2022-06-03T17:07:35.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.051s coverage: 21.7% of statements [2022-06-03T17:07:35.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2022-06-03T17:07:35.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2022-06-03T17:07:35.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2022-06-03T17:07:47.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements [2022-06-03T17:07:47.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2022-06-03T17:07:49.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.171s coverage: 82.5% of statements [2022-06-03T17:07:49.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 85.4% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.2% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 65.4% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 43.8% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 63.2% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.047s coverage: 28.9% of statements [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-03T17:07:59.342Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2022-06-03T17:07:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-06-03T17:07:59.342Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-06-03T17:08:14.237Z] GO111MODULE=on go vet ./... [2022-06-03T17:08:17.531Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-03T17:08:17.531Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-03T17:08:17.794Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-03T17:08:18.393Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:08:18.776Z] + go mod tidy [Pipeline] sh [2022-06-03T17:08:19.084Z] + ls -al . [2022-06-03T17:08:19.084Z] total 680 [2022-06-03T17:08:19.084Z] drwxrwxr-x 11 1001 1001 4096 Jun 3 17:08 . [2022-06-03T17:08:19.084Z] drwxr-xr-x 4 root root 4096 Jun 3 17:07 .. [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 11 Jun 3 17:06 .dockerignore [2022-06-03T17:08:19.084Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 17:06 .git [2022-06-03T17:08:19.084Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 17:06 .github [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 797 Jun 3 17:06 .gitignore [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 42 Jun 3 17:06 .golangci.yml [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 76 Jun 3 17:06 .hadolint.yml [2022-06-03T17:08:19.084Z] drwxr-xr-x 3 1001 1001 4096 Jun 3 17:06 .semver [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 166 Jun 3 17:06 .sonarcloud.properties [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 1171 Jun 3 17:06 ADOPTERS.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 8910 Jun 3 17:06 Attribution.txt [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 52201 Jun 3 17:06 CHANGELOG.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 3804 Jun 3 17:06 CONTRIBUTING.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 677 Jun 3 17:06 GOVERNANCE.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 849 Jun 3 17:06 Jenkinsfile [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 10775 Jun 3 17:06 LICENSE [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 6508 Jun 3 17:06 Makefile [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 582 Jun 3 17:06 OWNERS.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 8212 Jun 3 17:06 README.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 6912 Jun 3 17:06 SECURITY.md [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 5 Jun 3 17:06 VERSION [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 4131 Jun 3 17:06 ZMQWindows.md [2022-06-03T17:08:19.084Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 17:06 bin [2022-06-03T17:08:19.084Z] drwxrwxr-x 14 1001 1001 4096 Jun 3 17:06 cmd [2022-06-03T17:08:19.084Z] -rw-r--r-- 1 root root 428658 Jun 3 17:07 coverage.out [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 822 Jun 3 17:08 go.mod [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 49471 Jun 3 17:06 go.sum [2022-06-03T17:08:19.084Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 17:06 internal [2022-06-03T17:08:19.084Z] drwxrwxr-x 3 1001 1001 4096 Jun 3 17:06 openapi [2022-06-03T17:08:19.084Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 17:06 snap [2022-06-03T17:08:19.084Z] drwxrwxr-x 6 1001 1001 4096 Jun 3 17:06 vendor [2022-06-03T17:08:19.084Z] -rw-rw-r-- 1 1001 1001 204 Jun 3 17:06 version.go [Pipeline] sh [2022-06-03T17:08:19.400Z] + '[' -e coverage.out ] [2022-06-03T17:08:19.400Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-03T17:08:19.525Z] Stashed 1 file(s) [Pipeline] sh [2022-06-03T17:08:19.821Z] + make build [2022-06-03T17:08:19.821Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-06-03T17:08:21.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-03T17:08:26.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-06-03T17:08:27.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-03T17:08:28.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-03T17:08:28.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-03T17:08:29.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-03T17:08:29.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-03T17:08:30.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-03T17:08:31.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-03T17:08:32.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-03T17:08:33.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2022-06-03T17:08:34.575Z] $ docker stop --time=1 106d845a0c56283d9001590a4cdf6a8c78dd8cd33016c9ef2b6e9bd58f1eed43 [2022-06-03T17:08:36.419Z] $ docker rm -f 106d845a0c56283d9001590a4cdf6a8c78dd8cd33016c9ef2b6e9bd58f1eed43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:08:37.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T17:08:37.484Z] [2022-06-03T17:08:37.484Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:08:37.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T17:08:37.861Z] latest: Pulling from edgex-devops/edgex-compose [2022-06-03T17:08:37.861Z] cbdbe7a5bc2a: Pulling fs layer [2022-06-03T17:08:37.861Z] ca9280d653b3: Pulling fs layer [2022-06-03T17:08:37.861Z] 7e9c9ca2126c: Pulling fs layer [2022-06-03T17:08:37.861Z] cbdbe7a5bc2a: Verifying Checksum [2022-06-03T17:08:37.861Z] cbdbe7a5bc2a: Download complete [2022-06-03T17:08:38.120Z] ca9280d653b3: Verifying Checksum [2022-06-03T17:08:38.120Z] ca9280d653b3: Download complete [2022-06-03T17:08:38.120Z] cbdbe7a5bc2a: Pull complete [2022-06-03T17:08:38.379Z] 7e9c9ca2126c: Download complete [2022-06-03T17:08:38.380Z] ca9280d653b3: Pull complete [2022-06-03T17:08:41.668Z] 7e9c9ca2126c: Pull complete [2022-06-03T17:08:41.668Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-06-03T17:08:41.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T17:08:41.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:08:41.899Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2022-06-03T17:08:41.940Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-06-03T17:08:43.234Z] $ docker top fe67a48eac6ec5d7a64f715baa0ce35b073fcea48b443a1e7dd54c88ac3eafb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T17:08:43.661Z] + docker-compose build --help [2022-06-03T17:08:43.661Z] + grep parallel [2022-06-03T17:08:44.234Z] --parallel Build images in parallel. [Pipeline] } [2022-06-03T17:08:44.287Z] $ docker stop --time=1 fe67a48eac6ec5d7a64f715baa0ce35b073fcea48b443a1e7dd54c88ac3eafb7 [2022-06-03T17:08:45.571Z] $ docker rm -f fe67a48eac6ec5d7a64f715baa0ce35b073fcea48b443a1e7dd54c88ac3eafb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:08:46.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-03T17:08:46.163Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:08:46.370Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2022-06-03T17:08:46.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-06-03T17:08:46.881Z] $ docker top 423c294efdb286d00cbf8002363b38aef8d85196b5d315a061d0956cc102aa70 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T17:08:47.279Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-03T17:08:47.847Z] Building core-command ... [2022-06-03T17:08:47.847Z] Building core-data ... [2022-06-03T17:08:47.847Z] Building core-metadata ... [2022-06-03T17:08:47.847Z] Building security-bootstrapper ... [2022-06-03T17:08:47.847Z] Building security-proxy-setup ... [2022-06-03T17:08:47.847Z] Building security-secretstore-setup ... [2022-06-03T17:08:47.847Z] Building support-notifications ... [2022-06-03T17:08:47.847Z] Building support-scheduler ... [2022-06-03T17:08:47.847Z] Building sys-mgmt-agent ... [2022-06-03T17:08:47.847Z] Building core-metadata [2022-06-03T17:08:47.847Z] Building support-notifications [2022-06-03T17:08:47.847Z] Building core-data [2022-06-03T17:08:47.847Z] Building core-command [2022-06-03T17:08:47.847Z] Building security-secretstore-setup [2022-06-03T17:09:09.790Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:09.790Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:09.790Z] ---> 64fb9fc74727 [2022-06-03T17:09:09.790Z] Step 3/24 : WORKDIR /edgex-go [2022-06-03T17:09:09.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:09.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:09.790Z] ---> 64fb9fc74727 [2022-06-03T17:09:09.790Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:09:09.790Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:09.790Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:09.790Z] ---> 64fb9fc74727 [2022-06-03T17:09:09.790Z] Step 3/21 : WORKDIR /edgex-go [2022-06-03T17:09:09.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:09.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:09.790Z] ---> 64fb9fc74727 [2022-06-03T17:09:09.790Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:09:09.790Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:09.790Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:09.790Z] ---> 64fb9fc74727 [2022-06-03T17:09:09.790Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:09:09.790Z] ---> Running in 01bfff66e560 [2022-06-03T17:09:09.790Z] ---> Running in ca54a87988a0 [2022-06-03T17:09:09.790Z] ---> Running in 2cfb77869301 [2022-06-03T17:09:09.790Z] ---> Running in 50160e3d433a [2022-06-03T17:09:09.790Z] ---> Running in 9fb047d2a917 [2022-06-03T17:09:09.790Z] Removing intermediate container 01bfff66e560 [2022-06-03T17:09:09.790Z] ---> 3ab1b55a1978 [2022-06-03T17:09:09.790Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:09.790Z] Removing intermediate container 50160e3d433a [2022-06-03T17:09:09.790Z] ---> 768b41c27578 [2022-06-03T17:09:09.790Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:09.790Z] Removing intermediate container 2cfb77869301 [2022-06-03T17:09:09.790Z] ---> c50d97920133 [2022-06-03T17:09:09.790Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:09.790Z] Removing intermediate container ca54a87988a0 [2022-06-03T17:09:09.790Z] ---> 0b4dad770a6f [2022-06-03T17:09:09.790Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:09.790Z] ---> Running in 8ecdca7629df [2022-06-03T17:09:09.790Z] ---> Running in d24532070e4d [2022-06-03T17:09:09.790Z] Removing intermediate container 9fb047d2a917 [2022-06-03T17:09:09.790Z] ---> 4371fe847163 [2022-06-03T17:09:09.790Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:09.790Z] ---> Running in ef16f625a08e [2022-06-03T17:09:09.790Z] ---> Running in 1cc6f36096ff [2022-06-03T17:09:09.790Z] ---> Running in 1ea96a22c83e [2022-06-03T17:09:10.051Z] Removing intermediate container d24532070e4d [2022-06-03T17:09:10.051Z] ---> 97020237810f [2022-06-03T17:09:10.051Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T17:09:10.311Z] Removing intermediate container 8ecdca7629df [2022-06-03T17:09:10.311Z] ---> 60867d691e6d [2022-06-03T17:09:10.311Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-06-03T17:09:10.311Z] ---> Running in 2ab9eb658357 [2022-06-03T17:09:10.311Z] ---> Running in c7931d614373 [2022-06-03T17:09:10.311Z] Removing intermediate container 1cc6f36096ff [2022-06-03T17:09:10.311Z] ---> e270eb572136 [2022-06-03T17:09:10.311Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T17:09:10.311Z] ---> Running in 303878d7f6e6 [2022-06-03T17:09:10.883Z] Removing intermediate container 1ea96a22c83e [2022-06-03T17:09:10.883Z] ---> f5612eda6e40 [2022-06-03T17:09:10.883Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-03T17:09:10.883Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:10.883Z] Removing intermediate container ef16f625a08e [2022-06-03T17:09:10.883Z] ---> 647df1990268 [2022-06-03T17:09:10.883Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-03T17:09:10.883Z] ---> Running in 15fa4f93d5d6 [2022-06-03T17:09:10.883Z] ---> Running in 0b87f1dd0241 [2022-06-03T17:09:10.883Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.142Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.142Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.404Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.664Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.664Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.924Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:11.924Z] OK: 221 MiB in 52 packages [2022-06-03T17:09:11.924Z] OK: 221 MiB in 52 packages [2022-06-03T17:09:12.187Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:12.187Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:12.447Z] OK: 221 MiB in 52 packages [2022-06-03T17:09:12.447Z] Removing intermediate container 2ab9eb658357 [2022-06-03T17:09:12.447Z] ---> be29a37787dc [2022-06-03T17:09:12.447Z] Step 6/22 : COPY . . [2022-06-03T17:09:12.447Z] OK: 221 MiB in 52 packages [2022-06-03T17:09:12.447Z] OK: 221 MiB in 52 packages [2022-06-03T17:09:12.447Z] Removing intermediate container c7931d614373 [2022-06-03T17:09:12.447Z] ---> ea25f84f9c14 [2022-06-03T17:09:12.447Z] Step 6/24 : COPY . . [2022-06-03T17:09:14.991Z] Removing intermediate container 303878d7f6e6 [2022-06-03T17:09:14.991Z] ---> 7a81936eb3f9 [2022-06-03T17:09:14.991Z] Step 6/22 : COPY . . [2022-06-03T17:09:14.991Z] Removing intermediate container 0b87f1dd0241 [2022-06-03T17:09:14.991Z] ---> 1f32188de740 [2022-06-03T17:09:14.991Z] Step 6/21 : COPY . . [2022-06-03T17:09:14.991Z] Removing intermediate container 15fa4f93d5d6 [2022-06-03T17:09:14.991Z] ---> 092cf1747f55 [2022-06-03T17:09:14.991Z] Step 6/22 : COPY . . [2022-06-03T17:09:23.109Z] ---> 2ef5e48666ef [2022-06-03T17:09:23.109Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:09:23.109Z] ---> 2b5267a10d4f [2022-06-03T17:09:23.109Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:09:23.109Z] ---> 09bf5f967b75 [2022-06-03T17:09:23.109Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:09:23.109Z] ---> 827916353557 [2022-06-03T17:09:23.109Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:09:23.109Z] ---> 070980a3dd9d [2022-06-03T17:09:23.109Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:09:23.109Z] ---> Running in 9d093afda360 [2022-06-03T17:09:23.109Z] ---> Running in d04ee3b97ed5 [2022-06-03T17:09:23.109Z] ---> Running in 4c1d5cc4888a [2022-06-03T17:09:23.109Z] ---> Running in 7fcb26427997 [2022-06-03T17:09:23.109Z] ---> Running in 99daa04183bb [2022-06-03T17:09:23.109Z] skipping... [2022-06-03T17:09:23.109Z] skipping... [2022-06-03T17:09:23.109Z] skipping... [2022-06-03T17:09:23.368Z] skipping... [2022-06-03T17:09:23.368Z] Removing intermediate container 9d093afda360 [2022-06-03T17:09:23.368Z] ---> fa2ec337b54e [2022-06-03T17:09:23.368Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-06-03T17:09:23.368Z] ---> Running in 31a25d645ea2 [2022-06-03T17:09:23.368Z] skipping... [2022-06-03T17:09:23.628Z] Removing intermediate container 99daa04183bb [2022-06-03T17:09:23.628Z] ---> c2ecab216d81 [2022-06-03T17:09:23.628Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-03T17:09:23.628Z] ---> Running in 7f5c355cf0ef [2022-06-03T17:09:23.628Z] Removing intermediate container d04ee3b97ed5 [2022-06-03T17:09:23.628Z] ---> ea0234a7bb65 [2022-06-03T17:09:23.628Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-06-03T17:09:23.628Z] ---> Running in 6ce6ad79a050 [2022-06-03T17:09:23.889Z] Removing intermediate container 4c1d5cc4888a [2022-06-03T17:09:23.889Z] ---> 7dc484d9693a [2022-06-03T17:09:23.889Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-06-03T17:09:23.889Z] ---> Running in 80d71a293938 [2022-06-03T17:09:23.889Z] Removing intermediate container 7fcb26427997 [2022-06-03T17:09:23.889Z] ---> e4b9e388614a [2022-06-03T17:09:23.889Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-06-03T17:09:23.889Z] ---> Running in 6eb5169e1f1e [2022-06-03T17:09:24.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-06-03T17:09:24.417Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-06-03T17:09:24.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-03T17:09:24.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-03T17:09:24.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-03T17:09:39.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-03T17:09:40.961Z] Removing intermediate container 31a25d645ea2 [2022-06-03T17:09:40.961Z] ---> 320739003106 [2022-06-03T17:09:40.961Z] [2022-06-03T17:09:40.961Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T17:09:40.961Z] 3.14: Pulling from library/alpine [2022-06-03T17:09:40.961Z] Removing intermediate container 6eb5169e1f1e [2022-06-03T17:09:40.961Z] ---> 337467fd16c7 [2022-06-03T17:09:40.961Z] [2022-06-03T17:09:40.961Z] Step 9/21 : FROM alpine:3.14 [2022-06-03T17:09:40.961Z] Removing intermediate container 80d71a293938 [2022-06-03T17:09:40.961Z] ---> 5e78e45fce0e [2022-06-03T17:09:40.961Z] [2022-06-03T17:09:40.961Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T17:09:40.961Z] Removing intermediate container 6ce6ad79a050 [2022-06-03T17:09:40.961Z] ---> cf4ec0fdea2c [2022-06-03T17:09:40.961Z] [2022-06-03T17:09:40.961Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T17:09:40.961Z] Removing intermediate container 7f5c355cf0ef [2022-06-03T17:09:40.961Z] ---> 7b05947e83fb [2022-06-03T17:09:40.961Z] [2022-06-03T17:09:40.961Z] Step 9/24 : FROM alpine:3.14 [2022-06-03T17:09:40.961Z] 3.14: Pulling from library/alpine [2022-06-03T17:09:40.961Z] 3.14: Pulling from library/alpine [2022-06-03T17:09:40.961Z] 3.14: Pulling from library/alpine [2022-06-03T17:09:40.961Z] 3.14: Pulling from library/alpine [2022-06-03T17:09:40.961Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T17:09:40.961Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T17:09:40.961Z] Status: Downloaded newer image for alpine:3.14 [2022-06-03T17:09:40.961Z] Status: Image is up to date for alpine:3.14 [2022-06-03T17:09:40.961Z] ---> e04c818066af [2022-06-03T17:09:40.961Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-03T17:09:40.961Z] ---> e04c818066af [2022-06-03T17:09:40.961Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T17:09:40.961Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T17:09:40.961Z] Status: Image is up to date for alpine:3.14 [2022-06-03T17:09:41.219Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T17:09:41.219Z] Status: Image is up to date for alpine:3.14 [2022-06-03T17:09:41.219Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T17:09:41.219Z] Status: Image is up to date for alpine:3.14 [2022-06-03T17:09:41.219Z] ---> e04c818066af [2022-06-03T17:09:41.219Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-03T17:09:41.219Z] ---> e04c818066af [2022-06-03T17:09:41.219Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-03T17:09:41.219Z] ---> e04c818066af [2022-06-03T17:09:41.219Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T17:09:41.219Z] ---> Running in cfbc4eca06de [2022-06-03T17:09:41.219Z] ---> Running in a9483eae36e8 [2022-06-03T17:09:41.219Z] ---> Running in faf1790fd910 [2022-06-03T17:09:41.219Z] ---> Running in db6b9b449a3a [2022-06-03T17:09:41.219Z] ---> Running in 312b2137cffe [2022-06-03T17:09:41.219Z] Removing intermediate container a9483eae36e8 [2022-06-03T17:09:41.219Z] ---> 5a452533112a [2022-06-03T17:09:41.219Z] Step 11/22 : ENV APP_PORT=59880 [2022-06-03T17:09:41.219Z] ---> Running in ebc5861a3f15 [2022-06-03T17:09:41.478Z] Removing intermediate container ebc5861a3f15 [2022-06-03T17:09:41.478Z] ---> 329d5fdd1399 [2022-06-03T17:09:41.478Z] Step 12/22 : EXPOSE $APP_PORT [2022-06-03T17:09:41.478Z] ---> Running in 66d0dfcbeaa9 [2022-06-03T17:09:41.478Z] Removing intermediate container 66d0dfcbeaa9 [2022-06-03T17:09:41.478Z] ---> a8967f258b32 [2022-06-03T17:09:41.478Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:41.478Z] ---> Running in db259fd466ae [2022-06-03T17:09:41.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:41.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:41.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:41.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:41.997Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-03T17:09:41.997Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:09:41.997Z] OK: 6 MiB in 15 packages [2022-06-03T17:09:41.997Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-03T17:09:41.997Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-03T17:09:41.997Z] (3/3) Installing su-exec (0.2-r1) [2022-06-03T17:09:41.997Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:09:41.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:41.997Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T17:09:41.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:41.997Z] OK: 6 MiB in 17 packages [2022-06-03T17:09:41.997Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:42.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:42.256Z] Removing intermediate container db259fd466ae [2022-06-03T17:09:42.256Z] ---> 31ecd5375eeb [2022-06-03T17:09:42.256Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-03T17:09:42.256Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-03T17:09:42.256Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:09:42.256Z] OK: 6 MiB in 15 packages [2022-06-03T17:09:42.256Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-03T17:09:42.256Z] Removing intermediate container cfbc4eca06de [2022-06-03T17:09:42.256Z] ---> d6df98a97f21 [2022-06-03T17:09:42.256Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:09:42.256Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-03T17:09:42.256Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:09:42.256Z] ---> Running in 7c66daecd1f0 [2022-06-03T17:09:42.256Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T17:09:42.256Z] ---> Running in 74e21c96bfb7 [2022-06-03T17:09:42.515Z] OK: 6 MiB in 16 packages [2022-06-03T17:09:42.515Z] Removing intermediate container 74e21c96bfb7 [2022-06-03T17:09:42.515Z] ---> 8d17828f1b52 [2022-06-03T17:09:42.515Z] Step 12/22 : ENV APP_PORT=59882 [2022-06-03T17:09:42.515Z] ---> Running in 015fa2deec6c [2022-06-03T17:09:42.515Z] Removing intermediate container faf1790fd910 [2022-06-03T17:09:42.515Z] ---> 2d5fb2d37186 [2022-06-03T17:09:42.515Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T17:09:42.515Z] ---> Running in a09fe71b2969 [2022-06-03T17:09:42.515Z] Removing intermediate container 015fa2deec6c [2022-06-03T17:09:42.515Z] ---> f61b34c3c77f [2022-06-03T17:09:42.515Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T17:09:42.779Z] ---> Running in c95ebbdf870f [2022-06-03T17:09:42.779Z] Removing intermediate container a09fe71b2969 [2022-06-03T17:09:42.779Z] ---> 3f8995aa2c63 [2022-06-03T17:09:42.779Z] Step 12/24 : WORKDIR / [2022-06-03T17:09:42.779Z] Removing intermediate container c95ebbdf870f [2022-06-03T17:09:42.779Z] ---> 02d9d0dafb63 [2022-06-03T17:09:42.779Z] Step 14/22 : WORKDIR / [2022-06-03T17:09:42.779Z] ---> Running in 71f98d83ec3e [2022-06-03T17:09:42.779Z] ---> Running in 90944264d141 [2022-06-03T17:09:42.779Z] Removing intermediate container 312b2137cffe [2022-06-03T17:09:42.779Z] ---> 08d45b3c691d [2022-06-03T17:09:42.779Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:09:42.779Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:42.779Z] ---> Running in b1b077a952af [2022-06-03T17:09:43.047Z] Removing intermediate container 71f98d83ec3e [2022-06-03T17:09:43.047Z] ---> 87ff33eda7f7 [2022-06-03T17:09:43.047Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-06-03T17:09:43.047Z] Removing intermediate container 90944264d141 [2022-06-03T17:09:43.047Z] ---> 80cbd99b2a37 [2022-06-03T17:09:43.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:09:43.047Z] Removing intermediate container b1b077a952af [2022-06-03T17:09:43.047Z] ---> 6768493d6b36 [2022-06-03T17:09:43.047Z] Step 12/22 : ENV APP_PORT=59881 [2022-06-03T17:09:43.047Z] Removing intermediate container db6b9b449a3a [2022-06-03T17:09:43.047Z] ---> 583040b9a3b6 [2022-06-03T17:09:43.047Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:09:43.047Z] ---> Running in 6983c30bbf54 [2022-06-03T17:09:43.047Z] ---> Running in 4f250e2b909f [2022-06-03T17:09:43.047Z] ---> cd070adc68e7 [2022-06-03T17:09:43.047Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-06-03T17:09:43.047Z] ---> 33345fab60ab [2022-06-03T17:09:43.047Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-03T17:09:43.309Z] Removing intermediate container 6983c30bbf54 [2022-06-03T17:09:43.309Z] ---> 0548f962d008 [2022-06-03T17:09:43.309Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T17:09:43.309Z] Removing intermediate container 4f250e2b909f [2022-06-03T17:09:43.309Z] ---> c47127043c2e [2022-06-03T17:09:43.309Z] Step 12/21 : ENV APP_PORT=59860 [2022-06-03T17:09:43.309Z] ---> Running in cdcc77a2988a [2022-06-03T17:09:43.309Z] ---> Running in 4d8841c97566 [2022-06-03T17:09:43.309Z] ---> b51101f0ad25 [2022-06-03T17:09:43.309Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-03T17:09:43.309Z] Removing intermediate container cdcc77a2988a [2022-06-03T17:09:43.309Z] ---> 267455c6faae [2022-06-03T17:09:43.309Z] Step 14/22 : WORKDIR / [2022-06-03T17:09:43.309Z] Removing intermediate container 4d8841c97566 [2022-06-03T17:09:43.309Z] ---> cd8341cd2780 [2022-06-03T17:09:43.309Z] Step 13/21 : EXPOSE $APP_PORT [2022-06-03T17:09:43.309Z] ---> Running in 57ab4ba6c0a6 [2022-06-03T17:09:43.309Z] ---> Running in fbee022d0386 [2022-06-03T17:09:43.567Z] ---> 92d71b708205 [2022-06-03T17:09:43.568Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-06-03T17:09:43.568Z] ---> dbade7275bee [2022-06-03T17:09:43.568Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-03T17:09:43.568Z] Removing intermediate container fbee022d0386 [2022-06-03T17:09:43.568Z] ---> b372ccf9c084 [2022-06-03T17:09:43.568Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:09:43.568Z] Removing intermediate container 57ab4ba6c0a6 [2022-06-03T17:09:43.568Z] ---> 91b28f0ad02e [2022-06-03T17:09:43.568Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:09:43.568Z] ---> ce9df217be0c [2022-06-03T17:09:43.568Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-03T17:09:43.568Z] ---> 4315535a1f2b [2022-06-03T17:09:43.568Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-06-03T17:09:43.568Z] ---> 89c8f7026a07 [2022-06-03T17:09:43.827Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-03T17:09:43.827Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:09:43.827Z] ---> 1744d0d59ad4 [2022-06-03T17:09:43.827Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-03T17:09:43.827Z] ---> Running in a4ced3eec720 [2022-06-03T17:09:43.827Z] Removing intermediate container a4ced3eec720 [2022-06-03T17:09:43.827Z] ---> bdd64424fa67 [2022-06-03T17:09:43.827Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:09:44.088Z] ---> b4d3c79b2ef3 [2022-06-03T17:09:44.088Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-03T17:09:44.088Z] ---> Running in ca0a7e7fd671 [2022-06-03T17:09:44.088Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-03T17:09:44.088Z] ---> 265265a3ee79 [2022-06-03T17:09:44.088Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-03T17:09:44.088Z] ---> b93f1f82d72d [2022-06-03T17:09:44.088Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-03T17:09:44.088Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T17:09:44.088Z] Removing intermediate container ca0a7e7fd671 [2022-06-03T17:09:44.088Z] ---> 7f57acd02f34 [2022-06-03T17:09:44.088Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T17:09:44.088Z] ---> e45837fc4791 [2022-06-03T17:09:44.088Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-03T17:09:44.088Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-06-03T17:09:44.351Z] ---> Running in dc57502ece0b [2022-06-03T17:09:44.351Z] ---> b5c43699cd40 [2022-06-03T17:09:44.351Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-06-03T17:09:44.351Z] ---> Running in 55fa099134fd [2022-06-03T17:09:44.351Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T17:09:44.351Z] ---> Running in 26ca5595e06d [2022-06-03T17:09:44.351Z] Removing intermediate container dc57502ece0b [2022-06-03T17:09:44.351Z] ---> 287accd2b6ac [2022-06-03T17:09:44.351Z] Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:09:44.351Z] ---> 1044469d7db2 [2022-06-03T17:09:44.351Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-03T17:09:44.351Z] ---> Running in 567ef900a5dc [2022-06-03T17:09:44.351Z] Removing intermediate container 55fa099134fd [2022-06-03T17:09:44.351Z] ---> ad2e2f0ec132 [2022-06-03T17:09:44.351Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:09:44.351Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-03T17:09:44.351Z] ---> Running in ff6b3e20f593 [2022-06-03T17:09:44.351Z] Removing intermediate container 26ca5595e06d [2022-06-03T17:09:44.351Z] ---> 65dfcfbc5ef5 [2022-06-03T17:09:44.351Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:09:44.611Z] ---> Running in af3dff3e40ec [2022-06-03T17:09:44.611Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-03T17:09:44.611Z] Removing intermediate container 567ef900a5dc [2022-06-03T17:09:44.611Z] ---> 2ab12aa263a8 [2022-06-03T17:09:44.611Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:09:44.611Z] Removing intermediate container ff6b3e20f593 [2022-06-03T17:09:44.611Z] ---> 4e39eb319b9b [2022-06-03T17:09:44.611Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T17:09:44.611Z] ---> Running in 2deca64c1c30 [2022-06-03T17:09:44.611Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:09:44.611Z] ---> 636d15ad1467 [2022-06-03T17:09:44.611Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-06-03T17:09:44.611Z] OK: 8 MiB in 20 packages [2022-06-03T17:09:44.611Z] ---> Running in 824ed42960ee [2022-06-03T17:09:44.611Z] ---> Running in 1361bb9b664c [2022-06-03T17:09:44.611Z] Removing intermediate container af3dff3e40ec [2022-06-03T17:09:44.611Z] ---> c3f6cbe08ac6 [2022-06-03T17:09:44.611Z] Step 19/21 : LABEL arch=x86_64 [2022-06-03T17:09:44.611Z] Removing intermediate container 2deca64c1c30 [2022-06-03T17:09:44.611Z] ---> 469036de4198 [2022-06-03T17:09:44.611Z] [2022-06-03T17:09:44.611Z] ---> Running in 359c7c51a127 [2022-06-03T17:09:44.871Z] Removing intermediate container 824ed42960ee [2022-06-03T17:09:44.871Z] ---> b985f99dde27 [2022-06-03T17:09:44.871Z] Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:09:44.871Z] ---> Running in fb2d6433aeec [2022-06-03T17:09:44.871Z] Removing intermediate container 359c7c51a127 [2022-06-03T17:09:44.871Z] ---> 0ddadede6bd0 [2022-06-03T17:09:44.871Z] Step 20/21 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:09:44.871Z] Successfully built 469036de4198 [2022-06-03T17:09:44.871Z] Successfully tagged core-command:latest [2022-06-03T17:09:44.871Z]  Building core-command ... done Building security-bootstrapper [2022-06-03T17:09:44.871Z] ---> Running in 98b83f2f38af [2022-06-03T17:09:44.871Z] Removing intermediate container fb2d6433aeec [2022-06-03T17:09:44.871Z] ---> ecae838cbd92 [2022-06-03T17:09:44.871Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:09:44.871Z] ---> Running in 7df4c75b427b [2022-06-03T17:09:44.871Z] Removing intermediate container 98b83f2f38af [2022-06-03T17:09:44.871Z] ---> f211f2498bcb [2022-06-03T17:09:44.871Z] Step 21/21 : LABEL version=0.0.0 [2022-06-03T17:09:45.132Z] ---> Running in bc3c3e3bdaea [2022-06-03T17:09:45.132Z] Removing intermediate container 7c66daecd1f0 [2022-06-03T17:09:45.132Z] ---> 02ef74e5fc2a [2022-06-03T17:09:45.132Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:09:45.132Z] Removing intermediate container 7df4c75b427b [2022-06-03T17:09:45.132Z] ---> af337bd9edb8 [2022-06-03T17:09:45.132Z] [2022-06-03T17:09:45.391Z] Successfully built af337bd9edb8 [2022-06-03T17:09:45.391Z] Successfully tagged core-metadata:latest [2022-06-03T17:09:45.391Z]  Building core-metadata ... done Building sys-mgmt-agent [2022-06-03T17:09:45.391Z] Removing intermediate container bc3c3e3bdaea [2022-06-03T17:09:45.391Z] ---> f53263a0b66a [2022-06-03T17:09:45.391Z] [2022-06-03T17:09:45.391Z] Successfully built f53263a0b66a [2022-06-03T17:09:45.659Z] Successfully tagged support-notifications:latest [2022-06-03T17:09:45.659Z]  Building support-notifications ... done Building support-scheduler [2022-06-03T17:09:45.919Z] ---> 6bc393272f41 [2022-06-03T17:09:45.919Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-03T17:09:45.919Z] Removing intermediate container 1361bb9b664c [2022-06-03T17:09:45.919Z] ---> 55b5498ce0d9 [2022-06-03T17:09:45.919Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-06-03T17:09:46.178Z] ---> Running in c5ab90df4ad2 [2022-06-03T17:09:46.750Z] ---> 54b179e5d58f [2022-06-03T17:09:46.750Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-03T17:09:46.750Z] Removing intermediate container c5ab90df4ad2 [2022-06-03T17:09:46.750Z] ---> f4768549d8f0 [2022-06-03T17:09:46.750Z] Step 22/24 : LABEL arch=x86_64 [2022-06-03T17:09:46.750Z] ---> Running in 3994da44d6ec [2022-06-03T17:09:46.750Z] ---> 8500cd4744b4 [2022-06-03T17:09:47.009Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-06-03T17:09:47.009Z] ---> Running in 92fe6c1e0d73 [2022-06-03T17:09:47.009Z] Removing intermediate container 3994da44d6ec [2022-06-03T17:09:47.009Z] ---> 97bd4f32c316 [2022-06-03T17:09:47.009Z] Step 23/24 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:09:47.009Z] ---> Running in e39257436c84 [2022-06-03T17:09:47.009Z] Removing intermediate container 92fe6c1e0d73 [2022-06-03T17:09:47.009Z] ---> bd9bae8c194b [2022-06-03T17:09:47.009Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:09:47.009Z] ---> Running in 1e817e6f1691 [2022-06-03T17:09:47.009Z] Removing intermediate container e39257436c84 [2022-06-03T17:09:47.009Z] ---> 136abe37568c [2022-06-03T17:09:47.009Z] Step 24/24 : LABEL version=0.0.0 [2022-06-03T17:09:47.283Z] ---> Running in bc536f133cc6 [2022-06-03T17:09:47.283Z] Removing intermediate container 1e817e6f1691 [2022-06-03T17:09:47.283Z] ---> 14819f1a5c8d [2022-06-03T17:09:47.283Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T17:09:47.283Z] Removing intermediate container bc536f133cc6 [2022-06-03T17:09:47.283Z] ---> 5928df1faae4 [2022-06-03T17:09:47.283Z] [2022-06-03T17:09:47.283Z] ---> Running in 00f360a0db11 [2022-06-03T17:09:47.546Z] Successfully built 5928df1faae4 [2022-06-03T17:09:47.546Z] Successfully tagged security-secretstore-setup:latest [2022-06-03T17:09:47.546Z] Building security-proxy-setup [2022-06-03T17:09:47.546Z]  Building security-secretstore-setup ... done Removing intermediate container 00f360a0db11 [2022-06-03T17:09:47.546Z] ---> d80167a3a3f4 [2022-06-03T17:09:47.546Z] Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:09:47.546Z] ---> Running in 55b960b5098f [2022-06-03T17:09:47.546Z] Removing intermediate container 55b960b5098f [2022-06-03T17:09:47.546Z] ---> 8173a1be2349 [2022-06-03T17:09:47.546Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:09:47.546Z] ---> Running in c54b53a6c53d [2022-06-03T17:09:47.805Z] Removing intermediate container c54b53a6c53d [2022-06-03T17:09:47.805Z] ---> 871bdd568072 [2022-06-03T17:09:47.805Z] [2022-06-03T17:09:47.805Z] Successfully built 871bdd568072 [2022-06-03T17:09:47.805Z] Successfully tagged core-data:latest [2022-06-03T17:09:57.784Z]  Building core-data ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:57.784Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:57.784Z] ---> 64fb9fc74727 [2022-06-03T17:09:57.784Z] Step 3/30 : WORKDIR /edgex-go [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> 4371fe847163 [2022-06-03T17:09:57.784Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> f5612eda6e40 [2022-06-03T17:09:57.784Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-06-03T17:09:57.784Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:57.784Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:57.784Z] ---> 64fb9fc74727 [2022-06-03T17:09:57.784Z] Step 3/23 : WORKDIR /edgex-go [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> 4371fe847163 [2022-06-03T17:09:57.784Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> f5612eda6e40 [2022-06-03T17:09:57.784Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-03T17:09:57.784Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:57.784Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:57.784Z] ---> 64fb9fc74727 [2022-06-03T17:09:57.784Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> 4371fe847163 [2022-06-03T17:09:57.784Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> f5612eda6e40 [2022-06-03T17:09:57.784Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-06-03T17:09:57.784Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:09:57.784Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:09:57.784Z] ---> 64fb9fc74727 [2022-06-03T17:09:57.784Z] Step 3/20 : WORKDIR /edgex-go [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> 4371fe847163 [2022-06-03T17:09:57.784Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:09:57.784Z] ---> Using cache [2022-06-03T17:09:57.784Z] ---> f5612eda6e40 [2022-06-03T17:09:57.784Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-06-03T17:10:01.089Z] ---> Running in 9724edbb8269 [2022-06-03T17:10:01.089Z] ---> Running in 8c0b39b9c935 [2022-06-03T17:10:01.089Z] ---> Running in fa4aea9f7baa [2022-06-03T17:10:01.089Z] ---> Running in 06e160eaa5fe [2022-06-03T17:10:01.089Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:01.089Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:01.356Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:01.356Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:01.933Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:01.933Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:01.933Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:02.193Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:02.193Z] OK: 221 MiB in 52 packages [2022-06-03T17:10:02.193Z] OK: 221 MiB in 52 packages [2022-06-03T17:10:02.453Z] OK: 221 MiB in 52 packages [2022-06-03T17:10:02.453Z] OK: 221 MiB in 52 packages [2022-06-03T17:10:02.453Z] Removing intermediate container 9724edbb8269 [2022-06-03T17:10:02.453Z] ---> 982ecb737eef [2022-06-03T17:10:02.453Z] Step 6/22 : COPY . . [2022-06-03T17:10:03.030Z] Removing intermediate container fa4aea9f7baa [2022-06-03T17:10:03.030Z] ---> a97a5861036a [2022-06-03T17:10:03.030Z] Step 6/30 : COPY . . [2022-06-03T17:10:03.030Z] Removing intermediate container 06e160eaa5fe [2022-06-03T17:10:03.030Z] ---> 567835f6ac38 [2022-06-03T17:10:03.030Z] Step 6/20 : COPY . . [2022-06-03T17:10:03.030Z] Removing intermediate container 8c0b39b9c935 [2022-06-03T17:10:03.030Z] ---> 506b3afa26fc [2022-06-03T17:10:03.030Z] Step 6/23 : COPY go.mod . [2022-06-03T17:10:05.572Z] ---> 8c9daf519d6a [2022-06-03T17:10:05.572Z] Step 7/23 : RUN go mod download [2022-06-03T17:10:07.477Z] ---> Running in 753a052024c6 [2022-06-03T17:10:07.736Z] ---> df229b2f584d [2022-06-03T17:10:07.736Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:10:07.997Z] ---> Running in b835f48f0d9e [2022-06-03T17:10:07.997Z] ---> 698788b70348 [2022-06-03T17:10:07.997Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:10:07.997Z] ---> cc185f0d3db0 [2022-06-03T17:10:07.997Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:10:07.997Z] ---> Running in 31b14b5ae05d [2022-06-03T17:10:07.997Z] ---> Running in 017ed4fde843 [2022-06-03T17:10:08.258Z] skipping... [2022-06-03T17:10:08.258Z] skipping... [2022-06-03T17:10:08.521Z] Removing intermediate container 753a052024c6 [2022-06-03T17:10:08.521Z] ---> 75e2e64ef2ae [2022-06-03T17:10:08.521Z] Step 8/23 : COPY . . [2022-06-03T17:10:08.779Z] skipping... [2022-06-03T17:10:09.039Z] Removing intermediate container 017ed4fde843 [2022-06-03T17:10:09.039Z] ---> 1033d7021b4a [2022-06-03T17:10:09.039Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-03T17:10:09.299Z] Removing intermediate container b835f48f0d9e [2022-06-03T17:10:09.299Z] ---> 8a65907cc3f3 [2022-06-03T17:10:09.299Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-03T17:10:09.558Z] ---> Running in e63dfec3b7a9 [2022-06-03T17:10:09.817Z] ---> Running in 0d607d5ac58a [2022-06-03T17:10:09.817Z] Removing intermediate container 31b14b5ae05d [2022-06-03T17:10:09.817Z] ---> 8a28f0f8a078 [2022-06-03T17:10:09.817Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-03T17:10:09.817Z] ---> Running in 06e4db553010 [2022-06-03T17:10:10.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-03T17:10:10.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-03T17:10:10.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-03T17:10:15.660Z] ---> d8a9843ee048 [2022-06-03T17:10:15.660Z] Step 9/23 : RUN go mod tidy [2022-06-03T17:10:15.660Z] ---> Running in 5e1ae9b22fdf [2022-06-03T17:10:17.592Z] Removing intermediate container 5e1ae9b22fdf [2022-06-03T17:10:17.592Z] ---> 5405973b9e3c [2022-06-03T17:10:17.592Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-06-03T17:10:17.852Z] ---> Running in 5c2fea696eee [2022-06-03T17:10:18.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-03T17:10:19.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-03T17:10:24.671Z] Removing intermediate container 0d607d5ac58a [2022-06-03T17:10:24.671Z] ---> 1d3150b7925d [2022-06-03T17:10:24.671Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-03T17:10:24.671Z] Removing intermediate container e63dfec3b7a9 [2022-06-03T17:10:24.671Z] ---> d988d8bb368e [2022-06-03T17:10:24.671Z] [2022-06-03T17:10:24.671Z] Step 9/30 : FROM alpine:3.14 [2022-06-03T17:10:24.671Z] ---> e04c818066af [2022-06-03T17:10:24.671Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-03T17:10:24.671Z] Removing intermediate container 06e4db553010 [2022-06-03T17:10:24.671Z] ---> 5b4440c4d62b [2022-06-03T17:10:24.671Z] [2022-06-03T17:10:24.671Z] Step 9/20 : FROM alpine:3.14 [2022-06-03T17:10:24.671Z] ---> e04c818066af [2022-06-03T17:10:24.671Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-06-03T17:10:24.671Z] ---> Running in 79919cc13fbb [2022-06-03T17:10:24.671Z] ---> Running in a600ef6bbb1a [2022-06-03T17:10:24.671Z] ---> Running in ea40397765b9 [2022-06-03T17:10:24.933Z] Removing intermediate container 79919cc13fbb [2022-06-03T17:10:24.933Z] ---> 9f665b6de644 [2022-06-03T17:10:24.933Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-03T17:10:25.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-03T17:10:25.468Z] ---> Running in 47a8e8c3595a [2022-06-03T17:10:26.047Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:26.047Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:26.309Z] (1/5) Installing ca-certificates (20211220-r0) [2022-06-03T17:10:26.309Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-06-03T17:10:26.309Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T17:10:26.309Z] (4/5) Installing libcurl (7.79.1-r1) [2022-06-03T17:10:26.309Z] (5/5) Installing curl (7.79.1-r1) [2022-06-03T17:10:26.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:26.309Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:10:26.309Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T17:10:26.309Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:26.309Z] OK: 8 MiB in 19 packages [2022-06-03T17:10:26.569Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-03T17:10:26.569Z] (2/2) Installing su-exec (0.2-r1) [2022-06-03T17:10:26.569Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:10:26.569Z] OK: 6 MiB in 16 packages [2022-06-03T17:10:27.949Z] Removing intermediate container a600ef6bbb1a [2022-06-03T17:10:27.949Z] ---> 596291b65e85 [2022-06-03T17:10:27.949Z] [2022-06-03T17:10:27.949Z] Step 10/22 : FROM docker:20.10.8 [2022-06-03T17:10:28.210Z] Removing intermediate container 5c2fea696eee [2022-06-03T17:10:28.210Z] ---> 1c5380bd145d [2022-06-03T17:10:28.210Z] [2022-06-03T17:10:28.210Z] Step 11/23 : FROM alpine:3.14 [2022-06-03T17:10:28.210Z] ---> e04c818066af [2022-06-03T17:10:28.210Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-06-03T17:10:28.210Z] ---> Using cache [2022-06-03T17:10:28.210Z] ---> 08d45b3c691d [2022-06-03T17:10:28.210Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:10:28.210Z] ---> Using cache [2022-06-03T17:10:28.210Z] ---> 6768493d6b36 [2022-06-03T17:10:28.210Z] Step 14/23 : ENV APP_PORT=59861 [2022-06-03T17:10:28.210Z] 20.10.8: Pulling from library/docker [2022-06-03T17:10:28.467Z] ---> Running in fecd66a989af [2022-06-03T17:10:28.728Z] Removing intermediate container ea40397765b9 [2022-06-03T17:10:28.728Z] ---> 723be8b0b11e [2022-06-03T17:10:28.728Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T17:10:28.991Z] Removing intermediate container 47a8e8c3595a [2022-06-03T17:10:28.991Z] ---> 72edf1d321c8 [2022-06-03T17:10:28.991Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-03T17:10:29.559Z] ---> Running in 4be32f6989e8 [2022-06-03T17:10:29.559Z] Removing intermediate container fecd66a989af [2022-06-03T17:10:29.559Z] ---> 1c81c34c9bbb [2022-06-03T17:10:29.559Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-03T17:10:29.819Z] ---> Running in 5802e2f0058c [2022-06-03T17:10:29.819Z] ---> Running in 642aa89ed503 [2022-06-03T17:10:30.078Z] Removing intermediate container 4be32f6989e8 [2022-06-03T17:10:30.078Z] ---> 350dba27c855 [2022-06-03T17:10:30.078Z] Step 12/20 : WORKDIR /edgex [2022-06-03T17:10:30.078Z] Removing intermediate container 5802e2f0058c [2022-06-03T17:10:30.078Z] ---> c846d6504ac3 [2022-06-03T17:10:30.078Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-03T17:10:30.078Z] ---> Running in 17b3454e8bd9 [2022-06-03T17:10:30.078Z] ---> Running in b3f86ca72796 [2022-06-03T17:10:30.078Z] Removing intermediate container 642aa89ed503 [2022-06-03T17:10:30.078Z] ---> e9cc2abbfaed [2022-06-03T17:10:30.078Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:10:30.368Z] Removing intermediate container 17b3454e8bd9 [2022-06-03T17:10:30.368Z] ---> 0da7d8d342db [2022-06-03T17:10:30.368Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-03T17:10:30.368Z] Removing intermediate container b3f86ca72796 [2022-06-03T17:10:30.368Z] ---> 6334f39674e2 [2022-06-03T17:10:30.368Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-03T17:10:30.368Z] ---> Running in d069aed67d49 [2022-06-03T17:10:30.368Z] ---> 5bfe4c32bd19 [2022-06-03T17:10:30.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-03T17:10:30.627Z] ---> d40f6035bfcd [2022-06-03T17:10:30.627Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-03T17:10:30.887Z] ---> 51f95746462b [2022-06-03T17:10:30.887Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-03T17:10:31.143Z] ---> a99b167bcb42 [2022-06-03T17:10:31.143Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-03T17:10:31.401Z] ---> 9f3ddcd688e5 [2022-06-03T17:10:31.401Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-06-03T17:10:31.401Z] ---> Running in 5851363ab9b5 [2022-06-03T17:10:31.401Z] ---> b223a8fb0457 [2022-06-03T17:10:31.401Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-06-03T17:10:31.668Z] Removing intermediate container d069aed67d49 [2022-06-03T17:10:31.668Z] ---> c2022f07fe1a [2022-06-03T17:10:31.668Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-03T17:10:31.668Z] ---> Running in 2d05621f94e4 [2022-06-03T17:10:31.668Z] Removing intermediate container 5851363ab9b5 [2022-06-03T17:10:31.668Z] ---> bd029f57e83e [2022-06-03T17:10:31.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:10:31.668Z] ---> Running in 9cadb1b401a2 [2022-06-03T17:10:31.668Z] ---> Running in 4848a1148799 [2022-06-03T17:10:31.668Z] Removing intermediate container 2d05621f94e4 [2022-06-03T17:10:31.668Z] ---> be9fa13f0516 [2022-06-03T17:10:31.668Z] Step 17/20 : CMD ["--init=true"] [2022-06-03T17:10:31.927Z] Removing intermediate container 4848a1148799 [2022-06-03T17:10:31.927Z] ---> 6ca8fb0df3c1 [2022-06-03T17:10:31.927Z] Step 21/23 : LABEL arch=x86_64 [2022-06-03T17:10:31.927Z] ---> Running in d2e9566acd42 [2022-06-03T17:10:31.927Z] Removing intermediate container 9cadb1b401a2 [2022-06-03T17:10:31.927Z] ---> e72c65833437 [2022-06-03T17:10:31.927Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-03T17:10:31.927Z] ---> Running in a6667a4b69fc [2022-06-03T17:10:32.185Z] Removing intermediate container d2e9566acd42 [2022-06-03T17:10:32.185Z] ---> 7f8a62643eb6 [2022-06-03T17:10:32.185Z] Step 18/20 : LABEL arch=x86_64 [2022-06-03T17:10:32.185Z] ---> Running in 75d2acf96cc7 [2022-06-03T17:10:32.185Z] Removing intermediate container a6667a4b69fc [2022-06-03T17:10:32.185Z] ---> 4b3b1b0bc685 [2022-06-03T17:10:32.185Z] Step 22/23 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:10:32.185Z] ---> 8c17ac1221ab [2022-06-03T17:10:32.185Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-03T17:10:32.445Z] ---> Running in d73b1d6a172d [2022-06-03T17:10:32.445Z] ---> Running in 8d9fbdf7430f [2022-06-03T17:10:32.445Z] Removing intermediate container 75d2acf96cc7 [2022-06-03T17:10:32.445Z] ---> 51cf3070f694 [2022-06-03T17:10:32.445Z] Step 19/20 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:10:32.712Z] ---> Running in 51f95e9b06d7 [2022-06-03T17:10:32.712Z] Removing intermediate container d73b1d6a172d [2022-06-03T17:10:32.712Z] ---> eed20206df07 [2022-06-03T17:10:32.712Z] Step 23/23 : LABEL version=0.0.0 [2022-06-03T17:10:32.712Z] ---> Running in af8d07575d5b [2022-06-03T17:10:32.712Z] Removing intermediate container 51f95e9b06d7 [2022-06-03T17:10:32.712Z] ---> 63acc7e842c1 [2022-06-03T17:10:32.712Z] Step 20/20 : LABEL version=0.0.0 [2022-06-03T17:10:32.712Z] ---> Running in 30c48efa67eb [2022-06-03T17:10:32.975Z] Removing intermediate container af8d07575d5b [2022-06-03T17:10:32.975Z] ---> e4b56bae8f09 [2022-06-03T17:10:32.975Z] [2022-06-03T17:10:32.975Z] Removing intermediate container 30c48efa67eb [2022-06-03T17:10:32.975Z] ---> ab48e4c197d5 [2022-06-03T17:10:32.975Z] [2022-06-03T17:10:32.975Z] Successfully built e4b56bae8f09 [2022-06-03T17:10:32.975Z] Successfully tagged support-scheduler:latest [2022-06-03T17:10:33.235Z]  Building support-scheduler ... done Successfully built ab48e4c197d5 [2022-06-03T17:10:33.235Z] Successfully tagged security-proxy-setup:latest [2022-06-03T17:10:33.502Z]  Building security-proxy-setup ... done Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2022-06-03T17:10:33.502Z] Status: Downloaded newer image for docker:20.10.8 [2022-06-03T17:10:33.502Z] ---> bc6c0ffef665 [2022-06-03T17:10:33.502Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:10:33.502Z] Removing intermediate container 8d9fbdf7430f [2022-06-03T17:10:33.502Z] ---> 54e2b4646880 [2022-06-03T17:10:33.502Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:10:33.502Z] ---> Running in 5c18a949717c [2022-06-03T17:10:33.502Z] Removing intermediate container 5c18a949717c [2022-06-03T17:10:33.502Z] ---> 92cbb4e8292b [2022-06-03T17:10:33.502Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-06-03T17:10:33.502Z] ---> Running in 4af51f1afee2 [2022-06-03T17:10:33.502Z] ---> ac32024a3736 [2022-06-03T17:10:33.502Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-03T17:10:33.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:34.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-03T17:10:34.034Z] ---> 49308318b5ea [2022-06-03T17:10:34.034Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-03T17:10:34.034Z] (1/42) Installing readline (8.1.0-r0) [2022-06-03T17:10:34.034Z] (2/42) Installing bash (5.1.16-r0) [2022-06-03T17:10:34.034Z] Executing bash-5.1.16-r0.post-install [2022-06-03T17:10:34.034Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-06-03T17:10:34.299Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T17:10:34.299Z] (5/42) Installing libcurl (7.79.1-r1) [2022-06-03T17:10:34.299Z] (6/42) Installing curl (7.79.1-r1) [2022-06-03T17:10:34.299Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-06-03T17:10:34.299Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-06-03T17:10:34.299Z] (9/42) Installing expat (2.4.7-r0) [2022-06-03T17:10:34.299Z] (10/42) Installing libffi (3.3-r2) [2022-06-03T17:10:34.299Z] (11/42) Installing gdbm (1.19-r0) [2022-06-03T17:10:34.299Z] (12/42) Installing xz-libs (5.2.5-r1) [2022-06-03T17:10:34.299Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T17:10:34.299Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T17:10:34.299Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-06-03T17:10:34.299Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-06-03T17:10:34.299Z] ---> ed3d1a1002ae [2022-06-03T17:10:34.299Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-03T17:10:34.299Z] (17/42) Installing python3 (3.9.5-r2) [2022-06-03T17:10:34.585Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-06-03T17:10:34.585Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-06-03T17:10:34.896Z] (20/42) Installing py3-idna (3.2-r0) [2022-06-03T17:10:34.896Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-06-03T17:10:34.896Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-06-03T17:10:34.896Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-06-03T17:10:34.896Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-06-03T17:10:34.896Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-06-03T17:10:34.896Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-06-03T17:10:34.896Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-06-03T17:10:34.896Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-06-03T17:10:34.896Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-06-03T17:10:34.896Z] ---> 92265524f013 [2022-06-03T17:10:34.896Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-03T17:10:34.896Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-06-03T17:10:34.896Z] (31/42) Installing py3-six (1.15.0-r1) [2022-06-03T17:10:34.896Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-06-03T17:10:34.896Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-06-03T17:10:34.896Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-06-03T17:10:34.896Z] (35/42) Installing py3-packaging (20.9-r1) [2022-06-03T17:10:34.896Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-06-03T17:10:34.896Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-06-03T17:10:34.896Z] (38/42) Installing py3-progress (1.5-r2) [2022-06-03T17:10:34.896Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-06-03T17:10:34.896Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-06-03T17:10:34.896Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-06-03T17:10:35.199Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-06-03T17:10:35.199Z] ---> 2bc3419180b9 [2022-06-03T17:10:35.199Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-06-03T17:10:35.199Z] Executing busybox-1.33.1-r3.trigger [2022-06-03T17:10:35.199Z] OK: 84 MiB in 64 packages [2022-06-03T17:10:35.461Z] ---> Running in 69c0d4b2f545 [2022-06-03T17:10:35.461Z] Removing intermediate container 69c0d4b2f545 [2022-06-03T17:10:35.461Z] ---> dd87ced1a26f [2022-06-03T17:10:35.461Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-03T17:10:35.719Z] ---> a432fcac0abc [2022-06-03T17:10:35.719Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-06-03T17:10:35.719Z] ---> Running in 069266548be9 [2022-06-03T17:10:35.797Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-967 in /w/workspace/edgexfoundry_edgex-go_PR-4049 [Pipeline] { [Pipeline] ws [2022-06-03T17:10:35.837Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-06-03T17:10:35.932Z] The recommended git tool is: git [2022-06-03T17:10:35.979Z] Collecting docker-compose==1.23.2 [2022-06-03T17:10:35.979Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-03T17:10:36.239Z] Collecting cached-property<2,>=1.2.0 [2022-06-03T17:10:36.239Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-03T17:10:36.239Z] Collecting PyYAML<4,>=3.10 [2022-06-03T17:10:36.239Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-03T17:10:36.501Z] Removing intermediate container 069266548be9 [2022-06-03T17:10:36.501Z] ---> 46de9fb034ee [2022-06-03T17:10:36.501Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-03T17:10:36.765Z] ---> Running in f44a96cc2b57 [2022-06-03T17:10:36.765Z] Removing intermediate container f44a96cc2b57 [2022-06-03T17:10:36.765Z] ---> 8e8921d6c9bc [2022-06-03T17:10:36.765Z] Step 27/30 : CMD ["gate"] [2022-06-03T17:10:36.765Z] ---> Running in 3d51f075086e [2022-06-03T17:10:37.037Z] Collecting docker<4.0,>=3.6.0 [2022-06-03T17:10:37.037Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-03T17:10:37.037Z] Collecting docopt<0.7,>=0.6.1 [2022-06-03T17:10:37.037Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-03T17:10:37.037Z] Removing intermediate container 3d51f075086e [2022-06-03T17:10:37.037Z] ---> 7eda2ae0c933 [2022-06-03T17:10:37.037Z] Step 28/30 : LABEL arch=x86_64 [2022-06-03T17:10:37.606Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-03T17:10:37.606Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-03T17:10:37.606Z] ---> Running in 492ce123677f [2022-06-03T17:10:37.606Z] Removing intermediate container 492ce123677f [2022-06-03T17:10:37.606Z] ---> 3ca69ec91fe0 [2022-06-03T17:10:37.606Z] Step 29/30 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:10:37.865Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-03T17:10:37.865Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-03T17:10:38.125Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-03T17:10:38.126Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-03T17:10:38.126Z] Collecting texttable<0.10,>=0.9.0 [2022-06-03T17:10:38.126Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-03T17:10:38.126Z] ---> Running in a57e982bec37 [2022-06-03T17:10:38.701Z] Removing intermediate container a57e982bec37 [2022-06-03T17:10:38.701Z] ---> 53ee461f4a97 [2022-06-03T17:10:38.701Z] Step 30/30 : LABEL version=0.0.0 [2022-06-03T17:10:38.701Z] Collecting jsonschema<3,>=2.5.1 [2022-06-03T17:10:38.701Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-03T17:10:38.701Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-06-03T17:10:38.701Z] Collecting docker-pycreds>=0.4.0 [2022-06-03T17:10:38.701Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-03T17:10:38.961Z] ---> Running in f20d7b1ae469 [2022-06-03T17:10:38.961Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-06-03T17:10:38.961Z] Collecting idna<2.8,>=2.5 [2022-06-03T17:10:38.961Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-03T17:10:38.961Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-03T17:10:38.961Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-03T17:10:38.961Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-03T17:10:38.961Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-03T17:10:38.961Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-03T17:10:38.961Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-03T17:10:38.961Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-03T17:10:38.961Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-03T17:10:38.961Z] Removing intermediate container f20d7b1ae469 [2022-06-03T17:10:38.961Z] ---> 1a291c1347e1 [2022-06-03T17:10:38.961Z] [2022-06-03T17:10:39.222Z] Successfully built 1a291c1347e1 [2022-06-03T17:10:39.222Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-03T17:10:39.222Z] Attempting uninstall: urllib3 [2022-06-03T17:10:39.222Z] Found existing installation: urllib3 1.26.5 [2022-06-03T17:10:39.222Z] Uninstalling urllib3-1.26.5: [2022-06-03T17:10:39.222Z] Successfully uninstalled urllib3-1.26.5 [2022-06-03T17:10:39.222Z] Successfully tagged security-bootstrapper:latest [2022-06-03T17:10:39.222Z]  Building security-bootstrapper ... done  Attempting uninstall: idna [2022-06-03T17:10:39.222Z] Found existing installation: idna 3.2 [2022-06-03T17:10:39.222Z] Uninstalling idna-3.2: [2022-06-03T17:10:39.222Z] Successfully uninstalled idna-3.2 [2022-06-03T17:10:39.481Z] Attempting uninstall: chardet [2022-06-03T17:10:39.481Z] Found existing installation: chardet 4.0.0 [2022-06-03T17:10:39.481Z] Uninstalling chardet-4.0.0: [2022-06-03T17:10:39.481Z] Successfully uninstalled chardet-4.0.0 [2022-06-03T17:10:39.741Z] Attempting uninstall: requests [2022-06-03T17:10:39.741Z] Found existing installation: requests 2.25.1 [2022-06-03T17:10:39.741Z] Uninstalling requests-2.25.1: [2022-06-03T17:10:39.741Z] Successfully uninstalled requests-2.25.1 [2022-06-03T17:10:40.000Z] Running setup.py install for texttable: started [2022-06-03T17:10:40.259Z] Running setup.py install for texttable: finished with status 'done' [2022-06-03T17:10:40.259Z] Running setup.py install for PyYAML: started [2022-06-03T17:10:40.519Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-03T17:10:40.519Z] Running setup.py install for docopt: started [2022-06-03T17:10:41.100Z] Running setup.py install for docopt: finished with status 'done' [2022-06-03T17:10:41.100Z] Running setup.py install for dockerpty: started [2022-06-03T17:10:41.360Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-03T17:10:41.621Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-06-03T17:10:41.911Z] using credential edgex-jenkins-ssh [2022-06-03T17:10:41.932Z] Cloning the remote Git repository [2022-06-03T17:10:42.009Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-03T17:10:42.089Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-03T17:10:42.161Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T17:10:42.162Z] > git --version # timeout=10 [2022-06-03T17:10:42.182Z] > git --version # 'git version 2.25.1' [2022-06-03T17:10:42.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T17:10:42.366Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T17:10:44.162Z] Removing intermediate container 4af51f1afee2 [2022-06-03T17:10:44.162Z] ---> 41ad3adc1920 [2022-06-03T17:10:44.162Z] Step 13/22 : ENV APP_PORT=58890 [2022-06-03T17:10:44.162Z] ---> Running in 6f341652d0e0 [2022-06-03T17:10:44.422Z] Removing intermediate container 6f341652d0e0 [2022-06-03T17:10:44.422Z] ---> 7be539f5b95d [2022-06-03T17:10:44.422Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-03T17:10:44.422Z] ---> Running in 017eae45ce3c [2022-06-03T17:10:44.422Z] Removing intermediate container 017eae45ce3c [2022-06-03T17:10:44.422Z] ---> 238354bb9c3b [2022-06-03T17:10:44.422Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-03T17:10:44.991Z] ---> a55586df9ba1 [2022-06-03T17:10:44.991Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-03T17:10:44.991Z] ---> 39bb6de5aa03 [2022-06-03T17:10:44.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-03T17:10:45.251Z] ---> e6938432a027 [2022-06-03T17:10:45.251Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-03T17:10:45.511Z] ---> Running in 53210bee0837 [2022-06-03T17:10:45.511Z] Removing intermediate container 53210bee0837 [2022-06-03T17:10:45.511Z] ---> 2b4bd9deeaf6 [2022-06-03T17:10:45.511Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:10:45.771Z] ---> Running in ab216454d210 [2022-06-03T17:10:45.771Z] Removing intermediate container ab216454d210 [2022-06-03T17:10:45.771Z] ---> 412dd4ce6a72 [2022-06-03T17:10:45.771Z] Step 20/22 : LABEL arch=x86_64 [2022-06-03T17:10:45.771Z] ---> Running in 49e6e2619228 [2022-06-03T17:10:45.771Z] Removing intermediate container 49e6e2619228 [2022-06-03T17:10:45.771Z] ---> 2c4cfb0c8a9d [2022-06-03T17:10:45.771Z] Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 [2022-06-03T17:10:46.033Z] ---> Running in 474b00d96b8a [2022-06-03T17:10:46.033Z] Removing intermediate container 474b00d96b8a [2022-06-03T17:10:46.033Z] ---> 217201606103 [2022-06-03T17:10:46.033Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:10:46.033Z] ---> Running in 4d78626865f8 [2022-06-03T17:10:46.033Z] Removing intermediate container 4d78626865f8 [2022-06-03T17:10:46.033Z] ---> acb299a0de76 [2022-06-03T17:10:46.033Z] [2022-06-03T17:10:46.292Z] Successfully built acb299a0de76 [2022-06-03T17:10:46.292Z] Successfully tagged sys-mgmt-agent:latest [2022-06-03T17:10:46.298Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-06-03T17:10:46.330Z] $ docker stop --time=1 423c294efdb286d00cbf8002363b38aef8d85196b5d315a061d0956cc102aa70 [2022-06-03T17:10:47.597Z] $ docker rm -f 423c294efdb286d00cbf8002363b38aef8d85196b5d315a061d0956cc102aa70 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T17:10:47.988Z] + docker images [2022-06-03T17:10:47.988Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-03T17:10:47.988Z] sys-mgmt-agent latest acb299a0de76 1 second ago 294MB [2022-06-03T17:10:47.988Z] security-bootstrapper latest 1a291c1347e1 9 seconds ago 18.7MB [2022-06-03T17:10:47.988Z] support-scheduler latest e4b56bae8f09 15 seconds ago 15.9MB [2022-06-03T17:10:47.988Z] security-proxy-setup latest ab48e4c197d5 15 seconds ago 26.1MB [2022-06-03T17:10:47.988Z] 1c5380bd145d 20 seconds ago 1.79GB [2022-06-03T17:10:47.988Z] 596291b65e85 21 seconds ago 1.78GB [2022-06-03T17:10:47.988Z] 5b4440c4d62b 24 seconds ago 1.79GB [2022-06-03T17:10:47.988Z] d988d8bb368e 26 seconds ago 1.78GB [2022-06-03T17:10:47.988Z] security-secretstore-setup latest 5928df1faae4 About a minute ago 27.7MB [2022-06-03T17:10:47.988Z] core-data latest 871bdd568072 About a minute ago 19.9MB [2022-06-03T17:10:47.988Z] support-notifications latest f53263a0b66a About a minute ago 16.6MB [2022-06-03T17:10:47.988Z] core-command latest 469036de4198 About a minute ago 15.7MB [2022-06-03T17:10:47.988Z] core-metadata latest af337bd9edb8 About a minute ago 16.5MB [2022-06-03T17:10:47.988Z] 337467fd16c7 About a minute ago 1.79GB [2022-06-03T17:10:47.988Z] cf4ec0fdea2c About a minute ago 1.79GB [2022-06-03T17:10:47.988Z] 5e78e45fce0e About a minute ago 1.79GB [2022-06-03T17:10:47.988Z] 7b05947e83fb About a minute ago 1.79GB [2022-06-03T17:10:47.988Z] 320739003106 About a minute ago 1.78GB [2022-06-03T17:10:47.988Z] ci-base-image-x86_64 latest 64fb9fc74727 3 minutes ago 1.27GB [2022-06-03T17:10:47.988Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest d7ea09dbb500 18 hours ago 253MB [2022-06-03T17:10:47.988Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base 1.17-alpine-lts c47586b81864 6 days ago 562MB [2022-06-03T17:10:47.988Z] alpine 3.14 e04c818066af 8 weeks ago 5.59MB [2022-06-03T17:10:47.988Z] docker 20.10.8 bc6c0ffef665 9 months ago 214MB [2022-06-03T17:10:47.988Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 23 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2022-06-03T17:10:59.703Z] Merging remotes/origin/jakarta commit db608d24777f3846be0c8d00faf18a86b4479024 into PR head commit 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f [2022-06-03T17:10:58.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T17:10:58.870Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T17:10:58.899Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T17:10:58.937Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T17:10:58.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T17:10:58.954Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4049/head:refs/remotes/origin/PR-4049 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-03T17:10:59.725Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T17:10:59.744Z] > git checkout -f 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f # timeout=10 [2022-06-03T17:11:00.402Z] > git remote # timeout=10 [2022-06-03T17:11:00.421Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T17:11:00.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T17:11:00.448Z] > git merge db608d24777f3846be0c8d00faf18a86b4479024 # timeout=10 [2022-06-03T17:11:01.178Z] Merge succeeded, producing 44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:11:01.178Z] Checking out Revision 44e962ee17722b1afdf6b04aee7f5d37a4dde695 (PR-4049) [2022-06-03T17:11:01.161Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T17:11:01.188Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T17:11:01.204Z] > git checkout -f 44e962ee17722b1afdf6b04aee7f5d37a4dde695 # timeout=10 [2022-06-03T17:11:03.501Z] Still waiting to schedule task [2022-06-03T17:11:03.502Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-06-03T17:11:05.559Z] Commit message: "Merge commit 'db608d24777f3846be0c8d00faf18a86b4479024' into HEAD" [2022-06-03T17:11:05.559Z] First time build. Skipping changelog. [2022-06-03T17:11:05.623Z] > git --version # timeout=10 [2022-06-03T17:11:05.635Z] > git --version # 'git version 2.25.1' [2022-06-03T17:11:05.648Z] fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-03T17:11:06.854Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-03T17:11:06.855Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T17:11:06.855Z] Dload Upload Total Spent Left Speed [2022-06-03T17:11:06.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 69225 0 --:--:-- --:--:-- --:--:-- 69225 [Pipeline] sh [2022-06-03T17:11:08.120Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-03T17:11:08.483Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2022-06-03T17:11:08.483Z] sudo tee /etc/docker/daemon.new [2022-06-03T17:11:08.483Z] { [2022-06-03T17:11:08.483Z] "registry-mirrors": [ [2022-06-03T17:11:08.483Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-03T17:11:08.483Z] ], [2022-06-03T17:11:08.483Z] "bip": "10.250.0.254/24", [2022-06-03T17:11:08.483Z] "hosts": [ [2022-06-03T17:11:08.483Z] "tcp://0.0.0.0:5555", [2022-06-03T17:11:08.483Z] "unix:///var/run/docker.sock" [2022-06-03T17:11:08.483Z] ], [2022-06-03T17:11:08.483Z] "mtu": 1458, [2022-06-03T17:11:08.483Z] "selinux-enabled": true, [2022-06-03T17:11:08.483Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-03T17:11:08.483Z] } [Pipeline] sh [2022-06-03T17:11:08.840Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-03T17:11:09.197Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T17:11:27.605Z] provisioning config files... [2022-06-03T17:11:27.631Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3678166468633087388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:11:28.029Z] ---> docker-login.sh [2022-06-03T17:11:28.029Z] nexus3.edgexfoundry.org:10001 [2022-06-03T17:11:28.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:11:28.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:11:28.910Z] Configure a credential helper to remove this warning. See [2022-06-03T17:11:28.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:11:28.910Z] [2022-06-03T17:11:28.910Z] Login Succeeded [2022-06-03T17:11:28.910Z] nexus3.edgexfoundry.org:10002 [2022-06-03T17:11:29.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:11:29.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:11:29.465Z] Configure a credential helper to remove this warning. See [2022-06-03T17:11:29.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:11:29.465Z] [2022-06-03T17:11:29.465Z] Login Succeeded [2022-06-03T17:11:29.465Z] nexus3.edgexfoundry.org:10003 [2022-06-03T17:11:29.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:11:30.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:11:30.019Z] Configure a credential helper to remove this warning. See [2022-06-03T17:11:30.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:11:30.019Z] [2022-06-03T17:11:30.019Z] Login Succeeded [2022-06-03T17:11:30.019Z] nexus3.edgexfoundry.org:10004 [2022-06-03T17:11:30.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:11:30.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:11:30.572Z] Configure a credential helper to remove this warning. See [2022-06-03T17:11:30.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:11:30.572Z] [2022-06-03T17:11:30.572Z] Login Succeeded [2022-06-03T17:11:30.572Z] docker.io [2022-06-03T17:11:30.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-03T17:11:31.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-03T17:11:31.121Z] Configure a credential helper to remove this warning. See [2022-06-03T17:11:31.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-03T17:11:31.121Z] [2022-06-03T17:11:31.121Z] Login Succeeded [2022-06-03T17:11:31.395Z] ---> docker-login.sh ends [Pipeline] } [2022-06-03T17:11:31.426Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-03T17:11:31.820Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-03T17:11:31.857Z] ========================================================= [2022-06-03T17:11:31.857Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] [2022-06-03T17:11:31.857Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:11:32.244Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T17:11:32.519Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-03T17:11:32.519Z] 9b3977197b4f: Pulling fs layer [2022-06-03T17:11:32.519Z] 1a89e8eeedd5: Pulling fs layer [2022-06-03T17:11:32.519Z] 94645a83ff95: Pulling fs layer [2022-06-03T17:11:32.519Z] 3f3a8bcf1eab: Pulling fs layer [2022-06-03T17:11:32.519Z] 0c92f367c5e7: Pulling fs layer [2022-06-03T17:11:32.519Z] 63b1bc5785f6: Pulling fs layer [2022-06-03T17:11:32.519Z] 626d30ff41c6: Pulling fs layer [2022-06-03T17:11:32.519Z] de1d54c125be: Pulling fs layer [2022-06-03T17:11:32.519Z] 3f3a8bcf1eab: Waiting [2022-06-03T17:11:32.519Z] 0c92f367c5e7: Waiting [2022-06-03T17:11:32.519Z] 63b1bc5785f6: Waiting [2022-06-03T17:11:32.519Z] 626d30ff41c6: Waiting [2022-06-03T17:11:32.519Z] 94645a83ff95: Verifying Checksum [2022-06-03T17:11:32.519Z] 94645a83ff95: Download complete [2022-06-03T17:11:32.519Z] 1a89e8eeedd5: Verifying Checksum [2022-06-03T17:11:32.519Z] 1a89e8eeedd5: Download complete [2022-06-03T17:11:32.519Z] 0c92f367c5e7: Verifying Checksum [2022-06-03T17:11:32.519Z] 0c92f367c5e7: Download complete [2022-06-03T17:11:32.519Z] 63b1bc5785f6: Download complete [2022-06-03T17:11:32.519Z] 9b3977197b4f: Download complete [2022-06-03T17:11:32.519Z] 626d30ff41c6: Verifying Checksum [2022-06-03T17:11:32.519Z] 626d30ff41c6: Download complete [2022-06-03T17:11:33.119Z] 9b3977197b4f: Pull complete [2022-06-03T17:11:33.720Z] 1a89e8eeedd5: Pull complete [2022-06-03T17:11:34.322Z] 94645a83ff95: Pull complete [2022-06-03T17:11:34.602Z] de1d54c125be: Verifying Checksum [2022-06-03T17:11:34.602Z] de1d54c125be: Download complete [2022-06-03T17:11:35.200Z] 3f3a8bcf1eab: Download complete [2022-06-03T17:11:41.117Z] Running on prd-ubuntu18.04-docker-8c-8g-968 in /w/workspace/edgexfoundry_edgex-go_PR-4049 [Pipeline] { [Pipeline] ws [2022-06-03T17:11:41.163Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-06-03T17:11:41.236Z] The recommended git tool is: git [2022-06-03T17:11:42.909Z] using credential edgex-jenkins-ssh [2022-06-03T17:11:42.921Z] Cloning the remote Git repository [2022-06-03T17:11:42.885Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-03T17:11:42.917Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-03T17:11:42.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T17:11:42.943Z] > git --version # timeout=10 [2022-06-03T17:11:42.949Z] > git --version # 'git version 2.17.1' [2022-06-03T17:11:42.950Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T17:11:42.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T17:11:47.706Z] 3f3a8bcf1eab: Pull complete [2022-06-03T17:11:47.706Z] 0c92f367c5e7: Pull complete [2022-06-03T17:11:47.859Z] Merging remotes/origin/jakarta commit db608d24777f3846be0c8d00faf18a86b4479024 into PR head commit 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f [2022-06-03T17:11:47.982Z] 63b1bc5785f6: Pull complete [2022-06-03T17:11:48.161Z] Merge succeeded, producing e1f12873ea02c856e8c0baca1e93c6efc3519f5a [2022-06-03T17:11:48.162Z] Checking out Revision e1f12873ea02c856e8c0baca1e93c6efc3519f5a (PR-4049) [2022-06-03T17:11:47.226Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T17:11:47.239Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-03T17:11:47.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-03T17:11:47.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-03T17:11:47.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T17:11:47.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4049/head:refs/remotes/origin/PR-4049 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-03T17:11:47.840Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T17:11:47.845Z] > git checkout -f 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f # timeout=10 [2022-06-03T17:11:47.972Z] > git remote # timeout=10 [2022-06-03T17:11:47.981Z] > git config --get remote.origin.url # timeout=10 [2022-06-03T17:11:47.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-03T17:11:47.993Z] > git merge db608d24777f3846be0c8d00faf18a86b4479024 # timeout=10 [2022-06-03T17:11:48.124Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-03T17:11:48.138Z] > git config core.sparsecheckout # timeout=10 [2022-06-03T17:11:48.143Z] > git checkout -f e1f12873ea02c856e8c0baca1e93c6efc3519f5a # timeout=10 [2022-06-03T17:11:48.257Z] 626d30ff41c6: Pull complete [2022-06-03T17:11:51.678Z] Commit message: "Merge commit 'db608d24777f3846be0c8d00faf18a86b4479024' into HEAD" [2022-06-03T17:11:51.678Z] First time build. Skipping changelog. [2022-06-03T17:11:51.687Z] > git --version # timeout=10 [2022-06-03T17:11:51.692Z] > git --version # 'git version 2.17.1' [2022-06-03T17:11:51.697Z] fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:11:52.468Z] + echo snap-build.sh [2022-06-03T17:11:52.469Z] snap-build.sh [2022-06-03T17:11:52.469Z] + SNAP_BASE_DIR=. [2022-06-03T17:11:52.469Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-06-03T17:11:52.469Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-06-03T17:11:52.469Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-06-03T17:11:52.469Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-06-03T17:11:52.469Z] + cd /w/workspace/edgex-go/1 [2022-06-03T17:11:52.469Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-06-03T17:11:52.469Z] Reading package lists... [2022-06-03T17:11:52.469Z] Building dependency tree... [2022-06-03T17:11:52.469Z] Reading state information... [2022-06-03T17:11:52.469Z] The following packages were automatically installed and are no longer required: [2022-06-03T17:11:52.469Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-06-03T17:11:52.469Z] uidmap xdelta3 [2022-06-03T17:11:52.469Z] Use 'sudo apt autoremove' to remove them. [2022-06-03T17:11:52.469Z] The following packages will be REMOVED: [2022-06-03T17:11:52.469Z] lxd* lxd-client* [2022-06-03T17:11:52.469Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-06-03T17:11:52.731Z] After this operation, 31.7 MB disk space will be freed. [2022-06-03T17:11:53.254Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) [2022-06-03T17:11:53.515Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-03T17:11:54.088Z] Removing lxd dnsmasq configuration [2022-06-03T17:11:54.088Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-06-03T17:11:54.349Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-06-03T17:11:54.925Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-06-03T17:11:54.999Z] de1d54c125be: Pull complete [2022-06-03T17:11:54.999Z] Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 [2022-06-03T17:11:54.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T17:11:54.999Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:11:55.188Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) [2022-06-03T17:11:55.188Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-03T17:11:55.412Z] + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T17:11:55.416Z] WORKDIR /edgex [2022-06-03T17:11:55.416Z] COPY go.mod . [2022-06-03T17:11:55.416Z] RUN go mod download [2022-06-03T17:11:55.416Z] + docker build -t ci-base-image-arm64 -f - . [2022-06-03T17:11:56.585Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-06-03T17:11:56.586Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-06-03T17:11:57.162Z] + sudo snap remove --purge lxd [2022-06-03T17:11:57.424Z] snap "lxd" is not installed [2022-06-03T17:11:57.424Z] + sudo groupadd --force --system lxd [2022-06-03T17:11:57.424Z] ++ whoami [2022-06-03T17:11:57.424Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-06-03T17:11:57.424Z] + newgrp - lxd [2022-06-03T17:11:57.424Z] + sudo snap install lxd [2022-06-03T17:11:58.823Z] Sending build context to Docker daemon 180.5MB [2022-06-03T17:11:58.823Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-03T17:11:58.823Z] ---> 5f011755c4a2 [2022-06-03T17:11:58.823Z] Step 2/4 : WORKDIR /edgex [2022-06-03T17:12:00.799Z] ---> Running in bdff34499b20 [2022-06-03T17:12:01.084Z] Removing intermediate container bdff34499b20 [2022-06-03T17:12:01.084Z] ---> 20157a029a59 [2022-06-03T17:12:01.084Z] Step 3/4 : COPY go.mod . [2022-06-03T17:12:01.682Z] ---> 4c3991aedb10 [2022-06-03T17:12:01.682Z] Step 4/4 : RUN go mod download [2022-06-03T17:12:01.682Z] ---> Running in cf200ea5dcb1 [2022-06-03T17:12:05.576Z] 2022-06-03T17:12:02Z INFO Waiting for automatic snapd restart... [2022-06-03T17:12:21.312Z] lxd 5.2-79c3c3b from Canonical* installed [2022-06-03T17:12:21.312Z] + sudo lxd init --auto [2022-06-03T17:12:31.312Z] + sudo snap install --classic snapcraft [2022-06-03T17:12:32.701Z] snapcraft 6.1 from Canonical* installed [2022-06-03T17:12:32.701Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-06-03T17:12:32.701Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-06-03T17:12:32.701Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T17:12:32.701Z] Dload Upload Total Spent Left Speed [2022-06-03T17:12:32.701Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [2022-06-03T17:12:32.963Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 8169k 0 --:--:-- --:--:-- --:--:-- 49.9M [2022-06-03T17:12:32.963Z] ./yq_linux_amd64 [2022-06-03T17:12:33.223Z] + sudo snapcraft prime --use-lxd [2022-06-03T17:12:35.138Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-06-03T17:12:35.138Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-06-03T17:12:35.138Z] - README.md [2022-06-03T17:12:35.138Z] [2022-06-03T17:12:35.138Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-03T17:12:35.400Z] Launching a container. [2022-06-03T17:12:45.417Z] Waiting for container to be ready [2022-06-03T17:12:45.417Z] To start your first container, try: lxc launch ubuntu:22.04 [2022-06-03T17:12:45.417Z] Or for a virtual machine: lxc launch ubuntu:22.04 --vm [2022-06-03T17:12:45.417Z] [2022-06-03T17:12:49.624Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-06-03T17:12:49.624Z] Waiting for network to be ready... [2022-06-03T17:12:50.198Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2022-06-03T17:12:50.198Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2022-06-03T17:12:50.198Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2022-06-03T17:12:50.459Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2254 kB] [2022-06-03T17:12:50.459Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2022-06-03T17:12:50.459Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [395 kB] [2022-06-03T17:12:50.459Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.0 kB] [2022-06-03T17:12:50.459Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3836 B] [2022-06-03T17:12:50.459Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [747 kB] [2022-06-03T17:12:50.459Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [102 kB] [2022-06-03T17:12:50.459Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1205 kB] [2022-06-03T17:12:50.459Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [278 kB] [2022-06-03T17:12:50.459Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2022-06-03T17:12:50.459Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2022-06-03T17:12:50.459Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2022-06-03T17:12:50.459Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2022-06-03T17:12:50.459Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2022-06-03T17:12:50.459Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2022-06-03T17:12:50.721Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2022-06-03T17:12:50.721Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2595 kB] [2022-06-03T17:12:50.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [484 kB] [2022-06-03T17:12:50.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2022-06-03T17:12:50.721Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6012 B] [2022-06-03T17:12:50.721Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [772 kB] [2022-06-03T17:12:50.721Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [106 kB] [2022-06-03T17:12:50.721Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1817 kB] [2022-06-03T17:12:50.721Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [394 kB] [2022-06-03T17:12:54.936Z] Fetched 26.9 MB in 4s (6228 kB/s) [2022-06-03T17:12:55.509Z] Reading package lists... [2022-06-03T17:12:55.771Z] Reading package lists... [2022-06-03T17:12:55.771Z] Building dependency tree... [2022-06-03T17:12:55.771Z] Reading state information... [2022-06-03T17:12:56.031Z] The following additional packages will be installed: [2022-06-03T17:12:56.031Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-03T17:12:56.031Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-03T17:12:56.031Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-03T17:12:56.031Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-06-03T17:12:56.031Z] Suggested packages: [2022-06-03T17:12:56.031Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-06-03T17:12:56.031Z] Recommended packages: [2022-06-03T17:12:56.031Z] gnupg libsasl2-modules [2022-06-03T17:12:56.031Z] The following NEW packages will be installed: [2022-06-03T17:12:56.031Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-03T17:12:56.031Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-03T17:12:56.031Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-03T17:12:56.031Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-06-03T17:12:56.031Z] The following packages will be upgraded: [2022-06-03T17:12:56.031Z] gpg gpg-agent gpgconf libudev1 [2022-06-03T17:12:56.294Z] 4 upgraded, 18 newly installed, 0 to remove and 113 not upgraded. [2022-06-03T17:12:56.294Z] Need to get 3529 kB of archives. [2022-06-03T17:12:56.294Z] After this operation, 13.3 MB of additional disk space will be used. [2022-06-03T17:12:56.294Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.5 [468 kB] [2022-06-03T17:12:56.294Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.53 [55.6 kB] [2022-06-03T17:12:56.557Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.53 [1102 kB] [2022-06-03T17:12:56.818Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.5 [123 kB] [2022-06-03T17:12:56.818Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.5 [227 kB] [2022-06-03T17:12:56.818Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB] [2022-06-03T17:12:56.818Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB] [2022-06-03T17:12:56.818Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB] [2022-06-03T17:12:56.818Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB] [2022-06-03T17:12:56.818Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.5 [317 kB] [2022-06-03T17:12:57.080Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2022-06-03T17:12:57.080Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2022-06-03T17:12:57.080Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-06-03T17:12:57.080Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2022-06-03T17:12:57.080Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2022-06-03T17:12:57.080Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2022-06-03T17:12:57.080Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2022-06-03T17:12:57.080Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2022-06-03T17:12:57.080Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2022-06-03T17:12:57.080Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2022-06-03T17:12:57.080Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2022-06-03T17:12:57.080Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2022-06-03T17:12:57.342Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T17:12:57.342Z] Fetched 3529 kB in 1s (3041 kB/s) [2022-06-03T17:12:57.342Z] (Reading database ... 12511 files and directories currently installed.) [2022-06-03T17:12:57.342Z] Preparing to unpack .../libudev1_237-3ubuntu10.53_amd64.deb ... [2022-06-03T17:12:57.342Z] Unpacking libudev1:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T17:12:57.342Z] Setting up libudev1:amd64 (237-3ubuntu10.53) ... [2022-06-03T17:12:57.610Z] Selecting previously unselected package udev. [2022-06-03T17:12:57.610Z] (Reading database ... 12511 files and directories currently installed.) [2022-06-03T17:12:57.610Z] Preparing to unpack .../00-udev_237-3ubuntu10.53_amd64.deb ... [2022-06-03T17:12:57.610Z] Unpacking udev (237-3ubuntu10.53) ... [2022-06-03T17:12:57.610Z] Selecting previously unselected package libfuse2:amd64. [2022-06-03T17:12:57.610Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2022-06-03T17:12:57.886Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-06-03T17:12:57.886Z] Selecting previously unselected package fuse. [2022-06-03T17:12:57.886Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2022-06-03T17:12:57.886Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2022-06-03T17:12:57.886Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T17:12:57.886Z] Unpacking gpg (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T17:12:57.886Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T17:12:57.886Z] Unpacking gpgconf (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T17:12:58.149Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T17:12:58.149Z] Unpacking gpg-agent (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T17:12:58.149Z] Selecting previously unselected package libksba8:amd64. [2022-06-03T17:12:58.149Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-06-03T17:12:58.149Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-06-03T17:12:58.149Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-06-03T17:12:58.149Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.149Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.149Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-06-03T17:12:58.149Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.149Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.411Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-06-03T17:12:58.411Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.411Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.411Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-06-03T17:12:58.411Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.411Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.411Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-06-03T17:12:58.411Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.411Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.411Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-06-03T17:12:58.411Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.411Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.672Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-06-03T17:12:58.672Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.672Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.673Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-06-03T17:12:58.673Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.673Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.673Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-06-03T17:12:58.673Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-03T17:12:58.673Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:58.673Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-03T17:12:58.673Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... [2022-06-03T17:12:58.673Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T17:12:58.673Z] Selecting previously unselected package libsasl2-2:amd64. [2022-06-03T17:12:58.673Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... [2022-06-03T17:12:58.673Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T17:12:58.933Z] Selecting previously unselected package libldap-common. [2022-06-03T17:12:58.933Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ... [2022-06-03T17:12:58.933Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T17:12:58.933Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-03T17:12:58.933Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ... [2022-06-03T17:12:58.933Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T17:12:58.933Z] Selecting previously unselected package dirmngr. [2022-06-03T17:12:58.933Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T17:12:58.933Z] Unpacking dirmngr (2.2.4-1ubuntu1.5) ... [2022-06-03T17:12:59.195Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T17:12:59.195Z] Setting up gpgconf (2.2.4-1ubuntu1.5) ... [2022-06-03T17:12:59.195Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-06-03T17:12:59.195Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T17:12:59.195Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-03T17:12:59.195Z] Setting up gpg-agent (2.2.4-1ubuntu1.5) ... [2022-06-03T17:12:59.195Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.195Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-06-03T17:12:59.195Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T17:12:59.195Z] Setting up udev (237-3ubuntu10.53) ... [2022-06-03T17:12:59.457Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-06-03T17:12:59.457Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.457Z] Processing triggers for systemd (237-3ubuntu10) ... [2022-06-03T17:12:59.719Z] Setting up fuse (2.9.7-1ubuntu1) ... [2022-06-03T17:12:59.719Z] Setting up gpg (2.2.4-1ubuntu1.5) ... [2022-06-03T17:12:59.719Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-03T17:12:59.719Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-03T17:12:59.719Z] Setting up dirmngr (2.2.4-1ubuntu1.5) ... [2022-06-03T17:12:59.719Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T17:13:00.292Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2022-06-03T17:13:00.292Z] settings in the [Install] section, and DefaultInstance for template units). [2022-06-03T17:13:00.292Z] This means they are not meant to be enabled using systemctl. [2022-06-03T17:13:00.292Z] Possible reasons for having this kind of units are: [2022-06-03T17:13:00.292Z] 1) A unit may be statically enabled by being symlinked from another unit's [2022-06-03T17:13:00.292Z] .wants/ or .requires/ directory. [2022-06-03T17:13:00.292Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2022-06-03T17:13:00.292Z] a requirement dependency on it. [2022-06-03T17:13:00.292Z] 3) A unit may be started when needed via activation (socket, path, timer, [2022-06-03T17:13:00.292Z] D-Bus, udev, scripted systemctl call, ...). [2022-06-03T17:13:00.292Z] 4) In case of template units, the unit is meant to be enabled with some [2022-06-03T17:13:00.292Z] instance name specified. [2022-06-03T17:13:00.553Z] Reading package lists... [2022-06-03T17:13:00.553Z] Building dependency tree... [2022-06-03T17:13:00.553Z] Reading state information... [2022-06-03T17:13:00.816Z] The following additional packages will be installed: [2022-06-03T17:13:00.816Z] apparmor apt dbus dbus-user-session libapt-pkg5.0 libbsd0 libdbus-1-3 [2022-06-03T17:13:00.816Z] libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-06-03T17:13:00.816Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-06-03T17:13:00.816Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 libssl1.1 libsystemd0 [2022-06-03T17:13:00.816Z] mime-support multiarch-support openssh-client python3 python3-minimal [2022-06-03T17:13:00.816Z] python3.6 python3.6-minimal squashfs-tools systemd [2022-06-03T17:13:00.816Z] Suggested packages: [2022-06-03T17:13:00.816Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2022-06-03T17:13:00.816Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2022-06-03T17:13:00.816Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-06-03T17:13:00.816Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2022-06-03T17:13:00.816Z] systemd-container policykit-1 [2022-06-03T17:13:00.816Z] Recommended packages: [2022-06-03T17:13:00.816Z] krb5-locales file xauth gnupg networkd-dispatcher [2022-06-03T17:13:00.816Z] The following NEW packages will be installed: [2022-06-03T17:13:00.816Z] apparmor dbus dbus-user-session libbsd0 libdbus-1-3 libedit2 libexpat1 [2022-06-03T17:13:00.816Z] libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 [2022-06-03T17:13:00.816Z] liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib libpython3.6-minimal [2022-06-03T17:13:00.816Z] libpython3.6-stdlib libssl1.0.0 mime-support multiarch-support [2022-06-03T17:13:00.816Z] openssh-client python3 python3-minimal python3.6 python3.6-minimal snapd [2022-06-03T17:13:00.816Z] squashfs-tools sudo [2022-06-03T17:13:00.816Z] The following packages will be upgraded: [2022-06-03T17:13:00.816Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2022-06-03T17:13:00.816Z] 5 upgraded, 29 newly installed, 0 to remove and 108 not upgraded. [2022-06-03T17:13:00.816Z] Need to get 48.9 MB of archives. [2022-06-03T17:13:00.816Z] After this operation, 186 MB of additional disk space will be used. [2022-06-03T17:13:00.816Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.53 [2915 kB] [2022-06-03T17:13:00.816Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.17 [1302 kB] [2022-06-03T17:13:01.077Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [534 kB] [2022-06-03T17:13:01.077Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.7 [82.6 kB] [2022-06-03T17:13:01.077Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [1610 kB] [2022-06-03T17:13:01.077Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.53 [206 kB] [2022-06-03T17:13:01.077Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2022-06-03T17:13:01.077Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.7 [1710 kB] [2022-06-03T17:13:01.077Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2022-06-03T17:13:01.077Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2022-06-03T17:13:01.077Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2022-06-03T17:13:01.077Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2022-06-03T17:13:01.077Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2022-06-03T17:13:01.077Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2022-06-03T17:13:01.077Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B] [2022-06-03T17:13:01.077Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2022-06-03T17:13:01.077Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.53 [107 kB] [2022-06-03T17:13:01.077Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.7 [203 kB] [2022-06-03T17:13:01.077Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.3 [175 kB] [2022-06-03T17:13:01.077Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus amd64 1.12.2-1ubuntu1.3 [150 kB] [2022-06-03T17:13:01.077Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2022-06-03T17:13:01.077Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2022-06-03T17:13:01.077Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2022-06-03T17:13:01.077Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2022-06-03T17:13:01.077Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B] [2022-06-03T17:13:01.077Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB] [2022-06-03T17:13:01.077Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2022-06-03T17:13:01.077Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2022-06-03T17:13:01.077Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2022-06-03T17:13:01.077Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2022-06-03T17:13:01.077Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.9 [1088 kB] [2022-06-03T17:13:01.077Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.3 [9392 B] [2022-06-03T17:13:01.077Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2022-06-03T17:13:01.077Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.54.3+18.04.2ubuntu0.2 [34.3 MB] [2022-06-03T17:13:01.649Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T17:13:01.649Z] Fetched 48.9 MB in 1s (71.8 MB/s) [2022-06-03T17:13:01.649Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-03T17:13:01.649Z] Preparing to unpack .../systemd_237-3ubuntu10.53_amd64.deb ... [2022-06-03T17:13:01.909Z] Unpacking systemd (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T17:13:02.170Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.53_amd64.deb ... [2022-06-03T17:13:02.431Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T17:13:02.431Z] Setting up libsystemd0:amd64 (237-3ubuntu10.53) ... [2022-06-03T17:13:02.431Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-03T17:13:02.431Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2022-06-03T17:13:02.431Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2022-06-03T17:13:02.694Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2022-06-03T17:13:02.694Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-03T17:13:02.694Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2022-06-03T17:13:02.694Z] Unpacking apt (1.6.14) over (1.6.1) ... [2022-06-03T17:13:02.956Z] Setting up apt (1.6.14) ... [2022-06-03T17:13:02.956Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2022-06-03T17:13:03.527Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-06-03T17:13:03.527Z] (Reading database ... 12764 files and directories currently installed.) [2022-06-03T17:13:03.527Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... [2022-06-03T17:13:03.528Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... [2022-06-03T17:13:03.528Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2022-06-03T17:13:03.528Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T17:13:03.528Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:03.788Z] Selecting previously unselected package libexpat1:amd64. [2022-06-03T17:13:03.788Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_amd64.deb ... [2022-06-03T17:13:03.788Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.7) ... [2022-06-03T17:13:03.788Z] Selecting previously unselected package python3.6-minimal. [2022-06-03T17:13:03.788Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T17:13:03.788Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:04.049Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) ... [2022-06-03T17:13:04.049Z] Checking for services that may need to be restarted...done. [2022-06-03T17:13:04.049Z] Checking for services that may need to be restarted...done. [2022-06-03T17:13:04.049Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:04.049Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.7) ... [2022-06-03T17:13:04.049Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:04.626Z] Selecting previously unselected package python3-minimal. [2022-06-03T17:13:04.626Z] (Reading database ... 13012 files and directories currently installed.) [2022-06-03T17:13:04.626Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2022-06-03T17:13:04.626Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2022-06-03T17:13:04.626Z] Selecting previously unselected package mime-support. [2022-06-03T17:13:04.626Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2022-06-03T17:13:04.626Z] Unpacking mime-support (3.60ubuntu1) ... [2022-06-03T17:13:04.626Z] Selecting previously unselected package libmpdec2:amd64. [2022-06-03T17:13:04.626Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2022-06-03T17:13:04.626Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-06-03T17:13:04.626Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2022-06-03T17:13:04.626Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T17:13:04.626Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:04.896Z] Selecting previously unselected package python3.6. [2022-06-03T17:13:04.896Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-03T17:13:04.896Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:04.896Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-06-03T17:13:04.896Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2022-06-03T17:13:04.896Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-06-03T17:13:05.158Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2022-06-03T17:13:05.158Z] Selecting previously unselected package python3. [2022-06-03T17:13:05.158Z] (Reading database ... 13442 files and directories currently installed.) [2022-06-03T17:13:05.158Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2022-06-03T17:13:05.158Z] Unpacking python3 (3.6.7-1~18.04) ... [2022-06-03T17:13:05.421Z] Selecting previously unselected package multiarch-support. [2022-06-03T17:13:05.421Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T17:13:05.421Z] Unpacking multiarch-support (2.27-3ubuntu1.6) ... [2022-06-03T17:13:05.421Z] Setting up multiarch-support (2.27-3ubuntu1.6) ... [2022-06-03T17:13:05.421Z] Selecting previously unselected package liblzo2-2:amd64. [2022-06-03T17:13:05.421Z] (Reading database ... 13479 files and directories currently installed.) [2022-06-03T17:13:05.421Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2022-06-03T17:13:05.421Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2022-06-03T17:13:05.421Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-06-03T17:13:05.421Z] Preparing to unpack .../01-libdbus-1-3_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:05.421Z] Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... [2022-06-03T17:13:05.421Z] Selecting previously unselected package dbus. [2022-06-03T17:13:05.683Z] Preparing to unpack .../02-dbus_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:05.683Z] Unpacking dbus (1.12.2-1ubuntu1.3) ... [2022-06-03T17:13:05.683Z] Selecting previously unselected package libbsd0:amd64. [2022-06-03T17:13:05.683Z] Preparing to unpack .../03-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2022-06-03T17:13:05.683Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-06-03T17:13:05.683Z] Selecting previously unselected package libpam-systemd:amd64. [2022-06-03T17:13:05.683Z] Preparing to unpack .../04-libpam-systemd_237-3ubuntu10.53_amd64.deb ... [2022-06-03T17:13:05.683Z] Unpacking libpam-systemd:amd64 (237-3ubuntu10.53) ... [2022-06-03T17:13:05.683Z] Selecting previously unselected package sudo. [2022-06-03T17:13:05.683Z] Preparing to unpack .../05-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2022-06-03T17:13:05.683Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2022-06-03T17:13:05.944Z] Selecting previously unselected package apparmor. [2022-06-03T17:13:05.944Z] Preparing to unpack .../06-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2022-06-03T17:13:05.944Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2022-06-03T17:13:05.944Z] Selecting previously unselected package libedit2:amd64. [2022-06-03T17:13:05.945Z] Preparing to unpack .../07-libedit2_3.1-20170329-1_amd64.deb ... [2022-06-03T17:13:05.945Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2022-06-03T17:13:05.945Z] Selecting previously unselected package libkrb5support0:amd64. [2022-06-03T17:13:06.206Z] Preparing to unpack .../08-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T17:13:06.206Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:06.206Z] Selecting previously unselected package libk5crypto3:amd64. [2022-06-03T17:13:06.206Z] Preparing to unpack .../09-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T17:13:06.206Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:06.206Z] Selecting previously unselected package libkeyutils1:amd64. [2022-06-03T17:13:06.206Z] Preparing to unpack .../10-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ... [2022-06-03T17:13:06.206Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... [2022-06-03T17:13:06.206Z] Selecting previously unselected package libkrb5-3:amd64. [2022-06-03T17:13:06.206Z] Preparing to unpack .../11-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T17:13:06.206Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:06.206Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-06-03T17:13:06.206Z] Preparing to unpack .../12-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2022-06-03T17:13:06.206Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:06.468Z] Selecting previously unselected package libssl1.0.0:amd64. [2022-06-03T17:13:06.468Z] Preparing to unpack .../13-libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb ... [2022-06-03T17:13:06.468Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... [2022-06-03T17:13:06.468Z] Selecting previously unselected package openssh-client. [2022-06-03T17:13:06.468Z] Preparing to unpack .../14-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ... [2022-06-03T17:13:06.468Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ... [2022-06-03T17:13:06.729Z] Selecting previously unselected package dbus-user-session. [2022-06-03T17:13:06.729Z] Preparing to unpack .../15-dbus-user-session_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:06.729Z] Unpacking dbus-user-session (1.12.2-1ubuntu1.3) ... [2022-06-03T17:13:06.729Z] Selecting previously unselected package squashfs-tools. [2022-06-03T17:13:06.729Z] Preparing to unpack .../16-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2022-06-03T17:13:06.729Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-06-03T17:13:06.729Z] Selecting previously unselected package snapd. [2022-06-03T17:13:06.729Z] Preparing to unpack .../17-snapd_2.54.3+18.04.2ubuntu0.2_amd64.deb ... [2022-06-03T17:13:06.729Z] Unpacking snapd (2.54.3+18.04.2ubuntu0.2) ... [2022-06-03T17:13:10.036Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2022-06-03T17:13:10.036Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... [2022-06-03T17:13:10.036Z] Setting up mime-support (3.60ubuntu1) ... [2022-06-03T17:13:10.036Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2022-06-03T17:13:10.036Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-06-03T17:13:10.036Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:10.036Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T17:13:10.036Z] Setting up systemd (237-3ubuntu10.53) ... [2022-06-03T17:13:10.036Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-06-03T17:13:10.609Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... [2022-06-03T17:13:10.609Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-06-03T17:13:10.609Z] Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... [2022-06-03T17:13:10.609Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2022-06-03T17:13:10.609Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:10.609Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:10.609Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-03T17:13:11.182Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-06-03T17:13:11.182Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:11.182Z] Setting up dbus (1.12.2-1ubuntu1.3) ... [2022-06-03T17:13:11.443Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-06-03T17:13:11.443Z] Setting up libpam-systemd:amd64 (237-3ubuntu10.53) ... [2022-06-03T17:13:11.443Z] Setting up python3 (3.6.7-1~18.04) ... [2022-06-03T17:13:11.443Z] running python rtupdate hooks for python3.6... [2022-06-03T17:13:11.443Z] running python post-rtupdate hooks for python3.6... [2022-06-03T17:13:11.705Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2022-06-03T17:13:12.276Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-06-03T17:13:12.537Z] Setting up dbus-user-session (1.12.2-1ubuntu1.3) ... [2022-06-03T17:13:12.537Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-06-03T17:13:12.537Z] Setting up openssh-client (1:7.6p1-4ubuntu0.7) ... [2022-06-03T17:13:12.537Z] Setting up snapd (2.54.3+18.04.2ubuntu0.2) ... [2022-06-03T17:13:13.107Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-06-03T17:13:13.107Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-06-03T17:13:13.367Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-06-03T17:13:13.368Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-06-03T17:13:13.628Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-03T17:13:13.628Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-03T17:13:13.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-06-03T17:13:14.148Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-06-03T17:13:14.148Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-06-03T17:13:14.409Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-06-03T17:13:14.409Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2022-06-03T17:13:14.670Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-03T17:13:14.670Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-06-03T17:13:15.240Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-06-03T17:13:15.500Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-06-03T17:13:15.500Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-06-03T17:13:16.701Z] Reading package lists... [2022-06-03T17:13:16.962Z] Reading package lists... [2022-06-03T17:13:16.962Z] Building dependency tree... [2022-06-03T17:13:16.962Z] Reading state information... [2022-06-03T17:13:17.223Z] Calculating upgrade... [2022-06-03T17:13:17.223Z] The following packages will be upgraded: [2022-06-03T17:13:17.223Z] advancecomp base-files bash binutils binutils-common [2022-06-03T17:13:17.223Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2022-06-03T17:13:17.223Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2022-06-03T17:13:17.223Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2022-06-03T17:13:17.223Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2022-06-03T17:13:17.223Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2022-06-03T17:13:17.223Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2022-06-03T17:13:17.223Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2022-06-03T17:13:17.223Z] libkmod2 liblsan0 liblz4-1 liblzma5 libmount1 libmpx2 libncurses5 [2022-06-03T17:13:17.223Z] libncursesw5 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin [2022-06-03T17:13:17.223Z] libpam-runtime libpam0g libpcre3 libperl5.26 libpng16-16 libprocps6 [2022-06-03T17:13:17.223Z] libquadmath0 libseccomp2 libsepol1 libsmartcols1 libsqlite3-0 libss2 [2022-06-03T17:13:17.223Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2022-06-03T17:13:17.223Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2022-06-03T17:13:17.223Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2022-06-03T17:13:17.223Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux xz-utils zlib1g [2022-06-03T17:13:17.485Z] 108 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T17:13:17.485Z] Need to get 64.9 MB of archives. [2022-06-03T17:13:17.485Z] After this operation, 5211 kB of additional disk space will be used. [2022-06-03T17:13:17.485Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB] [2022-06-03T17:13:17.485Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-180.189 [990 kB] [2022-06-03T17:13:17.485Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB] [2022-06-03T17:13:17.485Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.6 [2831 kB] [2022-06-03T17:13:17.485Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2022-06-03T17:13:17.485Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2022-06-03T17:13:17.485Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2022-06-03T17:13:17.485Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2022-06-03T17:13:17.485Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2022-06-03T17:13:17.485Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2022-06-03T17:13:17.746Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.6 [640 kB] [2022-06-03T17:13:17.746Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2022-06-03T17:13:17.746Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2022-06-03T17:13:17.746Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2022-06-03T17:13:17.746Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2022-06-03T17:13:17.746Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2022-06-03T17:13:17.746Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2022-06-03T17:13:17.746Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2022-06-03T17:13:17.746Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.53 [13.2 kB] [2022-06-03T17:13:17.746Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2022-06-03T17:13:17.746Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2022-06-03T17:13:17.746Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2022-06-03T17:13:17.746Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2022-06-03T17:13:17.746Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2022-06-03T17:13:17.746Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2022-06-03T17:13:17.746Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2022-06-03T17:13:17.746Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2022-06-03T17:13:17.746Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2022-06-03T17:13:17.746Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2022-06-03T17:13:17.746Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2022-06-03T17:13:18.319Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2022-06-03T17:13:18.319Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2022-06-03T17:13:18.319Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2022-06-03T17:13:18.319Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2022-06-03T17:13:18.319Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2022-06-03T17:13:18.319Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2022-06-03T17:13:18.319Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2022-06-03T17:13:18.319Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2022-06-03T17:13:18.319Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2022-06-03T17:13:18.319Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2022-06-03T17:13:18.319Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2022-06-03T17:13:18.319Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bash amd64 4.4.18-2ubuntu1.3 [615 kB] [2022-06-03T17:13:18.319Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2022-06-03T17:13:18.319Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.3 [234 kB] [2022-06-03T17:13:18.319Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg amd64 1.19.0.5ubuntu2.4 [1137 kB] [2022-06-03T17:13:18.579Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2022-06-03T17:13:18.579Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2022-06-03T17:13:18.579Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gzip amd64 1.6-5ubuntu1.2 [90.3 kB] [2022-06-03T17:13:18.579Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 login amd64 1:4.5-1ubuntu2.2 [308 kB] [2022-06-03T17:13:18.579Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2022-06-03T17:13:18.579Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2022-06-03T17:13:18.579Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2022-06-03T17:13:18.579Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2022-06-03T17:13:18.840Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2022-06-03T17:13:18.840Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2022-06-03T17:13:18.840Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2022-06-03T17:13:18.840Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-0ubuntu2.1 [56.4 kB] [2022-06-03T17:13:18.840Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2022-06-03T17:13:18.840Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2022-06-03T17:13:18.840Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2022-06-03T17:13:18.840Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2022-06-03T17:13:18.840Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2022-06-03T17:13:18.840Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2022-06-03T17:13:18.840Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2022-06-03T17:13:18.840Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2022-06-03T17:13:18.840Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2022-06-03T17:13:18.840Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2022-06-03T17:13:18.840Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2022-06-03T17:13:18.840Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblzma5 amd64 5.2.2-1.3ubuntu0.1 [91.1 kB] [2022-06-03T17:13:18.840Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpcre3 amd64 2:8.39-9ubuntu0.1 [231 kB] [2022-06-03T17:13:19.102Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsepol1 amd64 2.7-1ubuntu0.1 [250 kB] [2022-06-03T17:13:19.102Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2022-06-03T17:13:19.102Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2022-06-03T17:13:19.102Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 passwd amd64 1:4.5-1ubuntu2.2 [818 kB] [2022-06-03T17:13:19.102Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.5 [198 kB] [2022-06-03T17:13:19.102Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2022-06-03T17:13:19.102Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2022-06-03T17:13:19.102Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2022-06-03T17:13:19.102Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2022-06-03T17:13:19.102Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.2 [43.0 kB] [2022-06-03T17:13:19.102Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.17 [614 kB] [2022-06-03T17:13:19.102Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2022-06-03T17:13:19.363Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2022-06-03T17:13:19.363Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2022-06-03T17:13:19.363Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.5 [499 kB] [2022-06-03T17:13:19.363Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2022a-0ubuntu0.18.04 [190 kB] [2022-06-03T17:13:19.363Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB] [2022-06-03T17:13:19.363Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2022-06-03T17:13:19.363Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2022-06-03T17:13:19.363Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] [2022-06-03T17:13:19.363Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2022-06-03T17:13:19.363Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2022-06-03T17:13:19.363Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2022-06-03T17:13:19.363Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2022-06-03T17:13:19.363Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2022-06-03T17:13:19.363Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2022-06-03T17:13:19.363Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2022-06-03T17:13:19.625Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2022-06-03T17:13:20.196Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2022-06-03T17:13:20.196Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2022-06-03T17:13:20.196Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2022-06-03T17:13:20.459Z] Get:102 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2022-06-03T17:13:20.459Z] Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2022-06-03T17:13:20.459Z] Get:104 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB] [2022-06-03T17:13:20.459Z] Get:105 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB] [2022-06-03T17:13:20.459Z] Get:106 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2022-06-03T17:13:20.459Z] Get:107 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2022-06-03T17:13:20.459Z] Get:108 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2022-06-03T17:13:20.720Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T17:13:20.720Z] Fetched 64.9 MB in 3s (20.9 MB/s) [2022-06-03T17:13:20.720Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T17:13:20.720Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T17:13:20.720Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T17:13:20.982Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T17:13:20.982Z] Unpacking libc-dev-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T17:13:21.243Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-180.189_amd64.deb ... [2022-06-03T17:13:21.243Z] Unpacking linux-libc-dev:amd64 (4.15.0-180.189) over (4.15.0-20.21) ... [2022-06-03T17:13:21.503Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.503Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:21.503Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.503Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:21.503Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.503Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:21.765Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.765Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:21.765Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.765Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:21.765Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.765Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:21.765Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:21.765Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:22.026Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:22.026Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T17:13:22.026Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:22.026Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2022-06-03T17:13:22.026Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:22.026Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T17:13:22.026Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:22.026Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:22.287Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:22.287Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:22.287Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:22.287Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-03T17:13:22.287Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:22.547Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T17:13:22.547Z] Preparing to unpack .../libc6_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T17:13:22.547Z] Unpacking libc6:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T17:13:23.119Z] Setting up libc6:amd64 (2.27-3ubuntu1.6) ... [2022-06-03T17:13:23.119Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-03T17:13:23.119Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2022-06-03T17:13:23.119Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-06-03T17:13:23.119Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-06-03T17:13:23.386Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2022-06-03T17:13:23.386Z] Setting up base-files (10.1ubuntu2.11) ... [2022-06-03T17:13:23.519Z] Removing intermediate container cf200ea5dcb1 [2022-06-03T17:13:23.519Z] ---> 7305e8059a6c [2022-06-03T17:13:23.519Z] Successfully built 7305e8059a6c [2022-06-03T17:13:23.519Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:13:23.647Z] Installing new version of config file /etc/issue ... [2022-06-03T17:13:23.647Z] Installing new version of config file /etc/issue.net ... [2022-06-03T17:13:23.647Z] Installing new version of config file /etc/lsb-release ... [2022-06-03T17:13:23.647Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-06-03T17:13:23.647Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-06-03T17:13:23.909Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-06-03T17:13:23.909Z] Removing obsolete conffile /etc/default/motd-news ... [2022-06-03T17:13:23.909Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:23.909Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.3_amd64.deb ... [2022-06-03T17:13:23.909Z] Unpacking bash (4.4.18-2ubuntu1.3) over (4.4.18-2ubuntu1) ... [2022-06-03T17:13:23.909Z] Setting up bash (4.4.18-2ubuntu1.3) ... [2022-06-03T17:13:23.943Z] + docker inspect -f . ci-base-image-arm64 [2022-06-03T17:13:23.943Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:13:24.171Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2022-06-03T17:13:24.172Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:24.172Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:24.172Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:24.172Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:24.172Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:24.172Z] Preparing to unpack .../tar_1.29b-2ubuntu0.3_amd64.deb ... [2022-06-03T17:13:24.172Z] Unpacking tar (1.29b-2ubuntu0.3) over (1.29b-2) ... [2022-06-03T17:13:24.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2022-06-03T17:13:24.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-03T17:13:24.750Z] Setting up tar (1.29b-2ubuntu0.3) ... [2022-06-03T17:13:24.750Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:24.750Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.4_amd64.deb ... [2022-06-03T17:13:24.750Z] Unpacking dpkg (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-03T17:13:25.013Z] Setting up dpkg (1.19.0.5ubuntu2.4) ... [2022-06-03T17:13:25.013Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.013Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:25.013Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T17:13:25.013Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-03T17:13:25.013Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.013Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:25.279Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T17:13:25.279Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2022-06-03T17:13:25.279Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.279Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2022-06-03T17:13:25.279Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2022-06-03T17:13:25.279Z] Setting up grep (3.1-2build1) ... [2022-06-03T17:13:25.540Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.540Z] Preparing to unpack .../gzip_1.6-5ubuntu1.2_amd64.deb ... [2022-06-03T17:13:25.540Z] Unpacking gzip (1.6-5ubuntu1.2) over (1.6-5ubuntu1) ... [2022-06-03T17:13:25.540Z] Setting up gzip (1.6-5ubuntu1.2) ... [2022-06-03T17:13:25.540Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.540Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2.2_amd64.deb ... [2022-06-03T17:13:25.540Z] Unpacking login (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... [2022-06-03T17:13:25.626Z] $ docker top 60204e945edb08a71d9072c4a659632adaabb0c2500848d6349f6913680bdf1d -eo pid,comm [2022-06-03T17:13:25.800Z] Setting up login (1:4.5-1ubuntu2.2) ... [2022-06-03T17:13:25.800Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.800Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T17:13:25.800Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T17:13:25.800Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2022-06-03T17:13:25.800Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:25.800Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-03T17:13:25.800Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh [2022-06-03T17:13:26.369Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-03T17:13:26.369Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T17:13:26.369Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-03T17:13:26.369Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T17:13:26.630Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2022-06-03T17:13:26.630Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:26.630Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2022-06-03T17:13:26.630Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-03T17:13:26.679Z] + go version [2022-06-03T17:13:26.679Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-06-03T17:13:26.714Z] $ docker stop --time=1 60204e945edb08a71d9072c4a659632adaabb0c2500848d6349f6913680bdf1d [2022-06-03T17:13:27.201Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-06-03T17:13:27.201Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-06-03T17:13:27.201Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-06-03T17:13:27.201Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-06-03T17:13:27.462Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2022-06-03T17:13:27.462Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:27.462Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2022-06-03T17:13:27.462Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2022-06-03T17:13:27.462Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2022-06-03T17:13:27.462Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:27.462Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-0ubuntu2.1_amd64.deb ... [2022-06-03T17:13:27.723Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) over (1:1.2.11.dfsg-0ubuntu2) ... [2022-06-03T17:13:27.723Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) ... [2022-06-03T17:13:27.723Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:27.723Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:27.723Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:27.723Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:27.723Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:27.723Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:27.723Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:27.983Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:27.984Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:27.984Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:27.984Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:27.984Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:27.984Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:27.984Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:27.984Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:28.245Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:28.245Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:28.245Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T17:13:28.245Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T17:13:28.245Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T17:13:28.245Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T17:13:28.245Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-03T17:13:28.330Z] $ docker rm -f 60204e945edb08a71d9072c4a659632adaabb0c2500848d6349f6913680bdf1d [2022-06-03T17:13:28.506Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:28.506Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-03T17:13:28.506Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T17:13:28.506Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-03T17:13:28.506Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:28.506Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:28.506Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:28.506Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2022-06-03T17:13:28.766Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:28.766Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:28.766Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:28.766Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:28.766Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:28.766Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:28.766Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:13:29.332Z] + docker inspect -f . ci-base-image-arm64 [2022-06-03T17:13:29.332Z] . [2022-06-03T17:13:29.337Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:13:29.597Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-06-03T17:13:29.646Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2022-06-03T17:13:29.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-03T17:13:29.857Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-06-03T17:13:29.857Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:29.857Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.6_amd64.deb ... [2022-06-03T17:13:29.857Z] Unpacking libc-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-03T17:13:29.857Z] Setting up libc-bin (2.27-3ubuntu1.6) ... [2022-06-03T17:13:30.118Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-03T17:13:30.118Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2022-06-03T17:13:30.118Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-03T17:13:30.118Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2022-06-03T17:13:30.118Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T17:13:30.118Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2022-06-03T17:13:30.118Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2022-06-03T17:13:30.379Z] Setting up debconf (1.5.66ubuntu1) ... [2022-06-03T17:13:30.641Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T17:13:30.641Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2022-06-03T17:13:30.641Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-06-03T17:13:30.642Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2022-06-03T17:13:30.642Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T17:13:30.642Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2022-06-03T17:13:30.642Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-06-03T17:13:30.642Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2022-06-03T17:13:30.642Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T17:13:30.642Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-03T17:13:30.642Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T17:13:30.903Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T17:13:30.903Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-03T17:13:30.903Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-03T17:13:30.903Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T17:13:30.947Z] $ docker top d6da9016ffb9450a2d60de8cd2ef36ec6a1ff3a6bb51e48bccfede794db7c04f -eo pid,comm [2022-06-03T17:13:31.164Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T17:13:31.164Z] (Reading database ... 13989 files and directories currently installed.) [2022-06-03T17:13:31.164Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-03T17:13:31.164Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T17:13:31.164Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [Pipeline] { [Pipeline] echo [2022-06-03T17:13:31.359Z] ========================================================= [2022-06-03T17:13:31.359Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-03T17:13:31.359Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:13:31.423Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:31.423Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-03T17:13:31.423Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-03T17:13:31.423Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.53_amd64.deb ... [2022-06-03T17:13:31.423Z] Unpacking systemd-sysv (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-03T17:13:31.423Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:31.423Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T17:13:31.683Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-03T17:13:31.683Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:31.683Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2022-06-03T17:13:31.683Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2022-06-03T17:13:31.683Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2022-06-03T17:13:31.683Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:31.683Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2022-06-03T17:13:31.683Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2022-06-03T17:13:31.944Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2022-06-03T17:13:31.944Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:31.944Z] Preparing to unpack .../liblzma5_5.2.2-1.3ubuntu0.1_amd64.deb ... [2022-06-03T17:13:31.944Z] Unpacking liblzma5:amd64 (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... [2022-06-03T17:13:31.944Z] Setting up liblzma5:amd64 (5.2.2-1.3ubuntu0.1) ... [2022-06-03T17:13:31.944Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:31.944Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2022-06-03T17:13:31.945Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-03T17:13:32.054Z] + make test [2022-06-03T17:13:32.054Z] go mod tidy [2022-06-03T17:13:32.207Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-03T17:13:32.207Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:32.207Z] Preparing to unpack .../libpcre3_2%3a8.39-9ubuntu0.1_amd64.deb ... [2022-06-03T17:13:32.468Z] Unpacking libpcre3:amd64 (2:8.39-9ubuntu0.1) over (2:8.39-9) ... [2022-06-03T17:13:32.468Z] Setting up libpcre3:amd64 (2:8.39-9ubuntu0.1) ... [2022-06-03T17:13:32.468Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:32.468Z] Preparing to unpack .../libsepol1_2.7-1ubuntu0.1_amd64.deb ... [2022-06-03T17:13:32.468Z] Unpacking libsepol1:amd64 (2.7-1ubuntu0.1) over (2.7-1) ... [2022-06-03T17:13:32.468Z] Setting up libsepol1:amd64 (2.7-1ubuntu0.1) ... [2022-06-03T17:13:32.651Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-03T17:13:32.729Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:32.729Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-03T17:13:32.729Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-03T17:13:32.729Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-03T17:13:32.729Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:32.729Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2022-06-03T17:13:32.729Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2022-06-03T17:13:32.729Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2022-06-03T17:13:32.729Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:32.729Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2.2_amd64.deb ... [2022-06-03T17:13:32.989Z] Unpacking passwd (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... [2022-06-03T17:13:32.989Z] Setting up passwd (1:4.5-1ubuntu2.2) ... [2022-06-03T17:13:33.249Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:33.249Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-03T17:13:33.249Z] Unpacking gpgv (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-03T17:13:33.249Z] Setting up gpgv (2.2.4-1ubuntu1.5) ... [2022-06-03T17:13:33.249Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:33.249Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-06-03T17:13:33.249Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-06-03T17:13:33.249Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-06-03T17:13:33.513Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:33.513Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-06-03T17:13:33.513Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-06-03T17:13:33.513Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-06-03T17:13:33.513Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:33.513Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2022-06-03T17:13:33.513Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2022-06-03T17:13:33.513Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2022-06-03T17:13:33.774Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:33.774Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2022-06-03T17:13:33.774Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2022-06-03T17:13:33.774Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2022-06-03T17:13:33.774Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:33.774Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2022-06-03T17:13:33.774Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2022-06-03T17:13:33.774Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2022-06-03T17:13:34.034Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:34.035Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2022-06-03T17:13:34.035Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2022-06-03T17:13:34.035Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2022-06-03T17:13:34.035Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:34.035Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ... [2022-06-03T17:13:34.035Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.3.1-2.1ubuntu4) ... [2022-06-03T17:13:34.299Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ... [2022-06-03T17:13:34.299Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-03T17:13:34.299Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2022-06-03T17:13:34.299Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2022-06-03T17:13:34.299Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2022-06-03T17:13:34.299Z] (Reading database ... 13994 files and directories currently installed.) [2022-06-03T17:13:34.299Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-06-03T17:13:34.299Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-06-03T17:13:34.299Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-06-03T17:13:34.299Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-06-03T17:13:34.559Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... [2022-06-03T17:13:34.559Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... [2022-06-03T17:13:34.820Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2022-06-03T17:13:34.820Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2022-06-03T17:13:34.820Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2022-06-03T17:13:34.820Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2022-06-03T17:13:34.820Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2022-06-03T17:13:34.820Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2022-06-03T17:13:34.820Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2022-06-03T17:13:35.082Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2022-06-03T17:13:35.082Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2022-06-03T17:13:35.082Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2022-06-03T17:13:35.082Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2022-06-03T17:13:35.082Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2022-06-03T17:13:35.082Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2022-06-03T17:13:35.082Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2022-06-03T17:13:35.342Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb ... [2022-06-03T17:13:35.343Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) over (3.22.0-1) ... [2022-06-03T17:13:35.343Z] Preparing to unpack .../11-tzdata_2022a-0ubuntu0.18.04_all.deb ... [2022-06-03T17:13:35.343Z] Unpacking tzdata (2022a-0ubuntu0.18.04) over (2018d-1) ... [2022-06-03T17:13:35.606Z] Preparing to unpack .../12-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ... [2022-06-03T17:13:35.606Z] Unpacking xz-utils (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... [2022-06-03T17:13:35.606Z] Preparing to unpack .../13-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2022-06-03T17:13:35.606Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2022-06-03T17:13:35.868Z] Preparing to unpack .../14-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2022-06-03T17:13:35.868Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2022-06-03T17:13:35.868Z] Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T17:13:35.868Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T17:13:36.129Z] Preparing to unpack .../16-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T17:13:36.129Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T17:13:36.391Z] Preparing to unpack .../17-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T17:13:36.391Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T17:13:36.391Z] Preparing to unpack .../18-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-03T17:13:36.391Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-03T17:13:36.391Z] Preparing to unpack .../19-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:36.391Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:36.391Z] Preparing to unpack .../20-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:36.391Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:36.651Z] Preparing to unpack .../21-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:36.651Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:36.651Z] Preparing to unpack .../22-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:36.651Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:37.593Z] Preparing to unpack .../23-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:37.593Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:38.165Z] Preparing to unpack .../24-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:38.426Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:38.687Z] Preparing to unpack .../25-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:38.687Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:38.948Z] Preparing to unpack .../26-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:38.948Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:39.520Z] Preparing to unpack .../27-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-03T17:13:39.520Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-03T17:13:39.780Z] Preparing to unpack .../28-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-03T17:13:39.780Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-03T17:13:39.780Z] Preparing to unpack .../29-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ... [2022-06-03T17:13:39.781Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-03T17:13:39.781Z] Preparing to unpack .../30-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ... [2022-06-03T17:13:39.781Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-03T17:13:40.042Z] Preparing to unpack .../31-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2022-06-03T17:13:40.042Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2022-06-03T17:13:40.042Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-03T17:13:40.042Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-03T17:13:40.042Z] Preparing to unpack .../33-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-03T17:13:40.042Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-03T17:13:40.042Z] Preparing to unpack .../34-pkgbinarymangler_138.18.04.1_all.deb ... [2022-06-03T17:13:40.305Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2022-06-03T17:13:40.305Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.305Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-03T17:13:40.305Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.305Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.305Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.305Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2022-06-03T17:13:40.305Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2022-06-03T17:13:40.306Z] Setting up tzdata (2022a-0ubuntu0.18.04) ... [2022-06-03T17:13:40.306Z] [2022-06-03T17:13:40.306Z] Current default time zone: 'Etc/UTC' [2022-06-03T17:13:40.306Z] Local time is now: Fri Jun 3 17:13:40 UTC 2022. [2022-06-03T17:13:40.306Z] Universal Time is now: Fri Jun 3 17:13:40 UTC 2022. [2022-06-03T17:13:40.306Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-06-03T17:13:40.306Z] [2022-06-03T17:13:40.565Z] Setting up systemd-sysv (237-3ubuntu10.53) ... [2022-06-03T17:13:40.565Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.565Z] Setting up linux-libc-dev:amd64 (4.15.0-180.189) ... [2022-06-03T17:13:40.565Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2022-06-03T17:13:40.565Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2022-06-03T17:13:40.565Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2022-06-03T17:13:40.565Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2022-06-03T17:13:40.565Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2022-06-03T17:13:40.565Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2022-06-03T17:13:40.565Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2022-06-03T17:13:40.565Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.565Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2022-06-03T17:13:40.824Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:40.824Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-06-03T17:13:40.824Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:40.824Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2022-06-03T17:13:40.824Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2022-06-03T17:13:40.824Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2022-06-03T17:13:40.824Z] Setting up xz-utils (5.2.2-1.3ubuntu0.1) ... [2022-06-03T17:13:40.824Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.17) ... [2022-06-03T17:13:40.824Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2022-06-03T17:13:40.824Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) ... [2022-06-03T17:13:40.824Z] Setting up libc-dev-bin (2.27-3ubuntu1.6) ... [2022-06-03T17:13:40.824Z] Setting up ca-certificates (20210119~18.04.2) ... [2022-06-03T17:13:42.745Z] Updating certificates in /etc/ssl/certs... [2022-06-03T17:13:43.356Z] 23 added, 28 removed; done. [2022-06-03T17:13:43.356Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ... [2022-06-03T17:13:43.356Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2022-06-03T17:13:43.632Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2022-06-03T17:13:43.632Z] Setting up pkgbinarymangler (138.18.04.1) ... [2022-06-03T17:13:43.632Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-06-03T17:13:43.632Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2022-06-03T17:13:43.632Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2022-06-03T17:13:43.632Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2022-06-03T17:13:43.632Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ... [2022-06-03T17:13:43.632Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2022-06-03T17:13:43.632Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-03T17:13:43.632Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2022-06-03T17:13:43.632Z] Setting up dpkg-dev (1.19.0.5ubuntu2.4) ... [2022-06-03T17:13:43.898Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2022-06-03T17:13:43.898Z] Processing triggers for libc-bin (2.27-3ubuntu1.6) ... [2022-06-03T17:13:43.898Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-06-03T17:13:43.898Z] Processing triggers for mime-support (3.60ubuntu1) ... [2022-06-03T17:13:43.898Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2022-06-03T17:13:43.898Z] Updating certificates in /etc/ssl/certs... [2022-06-03T17:13:44.502Z] 0 added, 0 removed; done. [2022-06-03T17:13:44.502Z] Running hooks in /etc/ca-certificates/update.d... [2022-06-03T17:13:44.502Z] done. [2022-06-03T17:13:45.095Z] Reading package lists... [2022-06-03T17:13:45.095Z] Building dependency tree... [2022-06-03T17:13:45.095Z] Reading state information... [2022-06-03T17:13:45.356Z] The following NEW packages will be installed: [2022-06-03T17:13:45.356Z] apt-transport-https [2022-06-03T17:13:45.356Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T17:13:45.618Z] Need to get 4348 B of archives. [2022-06-03T17:13:45.618Z] After this operation, 154 kB of additional disk space will be used. [2022-06-03T17:13:45.618Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2022-06-03T17:13:45.618Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T17:13:45.618Z] Fetched 4348 B in 0s (24.8 kB/s) [2022-06-03T17:13:45.618Z] Selecting previously unselected package apt-transport-https. [2022-06-03T17:13:45.618Z] (Reading database ... 14001 files and directories currently installed.) [2022-06-03T17:13:45.618Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2022-06-03T17:13:45.618Z] Unpacking apt-transport-https (1.6.14) ... [2022-06-03T17:13:45.618Z] Setting up apt-transport-https (1.6.14) ... [2022-06-03T17:13:45.880Z] Waiting for network to be ready... [2022-06-03T17:13:52.461Z] 2022-06-03T17:13:49Z INFO Waiting for automatic snapd restart... [2022-06-03T17:13:53.405Z] snapd 2.55.5 from Canonical* installed [2022-06-03T17:13:54.347Z] "snapd" switched to the "latest/stable" channel [2022-06-03T17:13:54.347Z] [2022-06-03T17:13:57.647Z] core18 20220428 from Canonical* installed [2022-06-03T17:14:00.189Z] core20 20220512 from Canonical* installed [2022-06-03T17:14:00.450Z] "core20" switched to the "latest/stable" channel [2022-06-03T17:14:00.450Z] [2022-06-03T17:14:02.992Z] snapcraft 6.1 from Canonical* installed [2022-06-03T17:14:02.992Z] "snapcraft" switched to the "latest/stable" channel [2022-06-03T17:14:02.992Z] [2022-06-03T17:14:05.025Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-03T17:14:08.272Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-06-03T17:14:08.272Z] - README.md [2022-06-03T17:14:08.272Z] [2022-06-03T17:14:08.272Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-03T17:14:09.213Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-06-03T17:14:09.213Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-06-03T17:14:09.213Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-06-03T17:14:10.417Z] Reading package lists... [2022-06-03T17:14:11.797Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.11 git-man=1:2.17.1-1ubuntu0.11 libcurl3-gnutls=7.58.0-2ubuntu3.18 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.9 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2022-06-03T17:14:13.180Z] Reading package lists... [2022-06-03T17:14:13.181Z] Building dependency tree... [2022-06-03T17:14:13.181Z] Reading state information... [2022-06-03T17:14:13.181Z] Suggested packages: [2022-06-03T17:14:13.181Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2022-06-03T17:14:13.181Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2022-06-03T17:14:13.181Z] Recommended packages: [2022-06-03T17:14:13.181Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-06-03T17:14:13.440Z] The following NEW packages will be installed: [2022-06-03T17:14:13.440Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2022-06-03T17:14:13.440Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2022-06-03T17:14:13.440Z] pkg-config zip [2022-06-03T17:14:13.440Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-03T17:14:13.700Z] Need to get 7670 kB of archives. [2022-06-03T17:14:13.700Z] After this operation, 43.8 MB of additional disk space will be used. [2022-06-03T17:14:13.700Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB] [2022-06-03T17:14:13.700Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2022-06-03T17:14:13.962Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2022-06-03T17:14:13.962Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2022-06-03T17:14:13.962Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2022-06-03T17:14:13.962Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2022-06-03T17:14:14.222Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2022-06-03T17:14:14.222Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2022-06-03T17:14:14.222Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2022-06-03T17:14:14.222Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-06-03T17:14:14.222Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.18 [219 kB] [2022-06-03T17:14:14.222Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.11 [804 kB] [2022-06-03T17:14:14.485Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.11 [3925 kB] [2022-06-03T17:14:14.485Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2022-06-03T17:14:14.485Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2022-06-03T17:14:14.751Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-03T17:14:14.751Z] Fetched 7670 kB in 1s (7011 kB/s) [2022-06-03T17:14:14.751Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-06-03T17:14:14.751Z] (Reading database ... 14005 files and directories currently installed.) [2022-06-03T17:14:14.751Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... [2022-06-03T17:14:14.751Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-06-03T17:14:15.016Z] Selecting previously unselected package libpsl5:amd64. [2022-06-03T17:14:15.016Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2022-06-03T17:14:15.016Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2022-06-03T17:14:15.016Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-06-03T17:14:15.016Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2022-06-03T17:14:15.016Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-06-03T17:14:15.016Z] Selecting previously unselected package librtmp1:amd64. [2022-06-03T17:14:15.016Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2022-06-03T17:14:15.016Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-06-03T17:14:15.016Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-06-03T17:14:15.016Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.18_amd64.deb ... [2022-06-03T17:14:15.016Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... [2022-06-03T17:14:15.276Z] Selecting previously unselected package liberror-perl. [2022-06-03T17:14:15.276Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2022-06-03T17:14:15.276Z] Unpacking liberror-perl (0.17025-1) ... [2022-06-03T17:14:15.276Z] Selecting previously unselected package git-man. [2022-06-03T17:14:15.276Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ... [2022-06-03T17:14:15.276Z] Unpacking git-man (1:2.17.1-1ubuntu0.11) ... [2022-06-03T17:14:15.276Z] Selecting previously unselected package git. [2022-06-03T17:14:15.276Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.11_amd64.deb ... [2022-06-03T17:14:15.276Z] Unpacking git (1:2.17.1-1ubuntu0.11) ... [2022-06-03T17:14:15.847Z] Selecting previously unselected package libnorm1:amd64. [2022-06-03T17:14:15.847Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2022-06-03T17:14:15.847Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-06-03T17:14:16.109Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-06-03T17:14:16.109Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2022-06-03T17:14:16.109Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-06-03T17:14:16.109Z] Selecting previously unselected package libsodium23:amd64. [2022-06-03T17:14:16.109Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2022-06-03T17:14:16.109Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2022-06-03T17:14:16.109Z] Selecting previously unselected package libzmq5:amd64. [2022-06-03T17:14:16.109Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2022-06-03T17:14:16.109Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T17:14:16.370Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-06-03T17:14:16.370Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2022-06-03T17:14:16.370Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T17:14:16.370Z] Selecting previously unselected package pkg-config. [2022-06-03T17:14:16.370Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2022-06-03T17:14:16.370Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2022-06-03T17:14:16.370Z] Selecting previously unselected package zip. [2022-06-03T17:14:16.370Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2022-06-03T17:14:16.370Z] Unpacking zip (3.0-11build1) ... [2022-06-03T17:14:16.370Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-06-03T17:14:16.370Z] Setting up git-man (1:2.17.1-1ubuntu0.11) ... [2022-06-03T17:14:16.370Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-06-03T17:14:16.632Z] Setting up liberror-perl (0.17025-1) ... [2022-06-03T17:14:16.632Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2022-06-03T17:14:16.632Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-06-03T17:14:16.632Z] No schema files found: doing nothing. [2022-06-03T17:14:16.632Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-06-03T17:14:16.632Z] Setting up zip (3.0-11build1) ... [2022-06-03T17:14:16.632Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-06-03T17:14:16.632Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2022-06-03T17:14:16.632Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2022-06-03T17:14:16.632Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T17:14:16.632Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... [2022-06-03T17:14:16.632Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-03T17:14:16.632Z] Setting up git (1:2.17.1-1ubuntu0.11) ... [2022-06-03T17:14:16.632Z] Processing triggers for libc-bin (2.27-3ubuntu1.6) ... [2022-06-03T17:14:17.574Z] git set to automatically installed. [2022-06-03T17:14:17.574Z] git-man set to automatically installed. [2022-06-03T17:14:17.574Z] libcurl3-gnutls set to automatically installed. [2022-06-03T17:14:17.574Z] liberror-perl set to automatically installed. [2022-06-03T17:14:17.574Z] libglib2.0-0 set to automatically installed. [2022-06-03T17:14:17.574Z] libnghttp2-14 set to automatically installed. [2022-06-03T17:14:17.574Z] libnorm1 set to automatically installed. [2022-06-03T17:14:17.574Z] libpgm-5.2-0 set to automatically installed. [2022-06-03T17:14:17.574Z] libpsl5 set to automatically installed. [2022-06-03T17:14:17.574Z] librtmp1 set to automatically installed. [2022-06-03T17:14:17.574Z] libsodium23 set to automatically installed. [2022-06-03T17:14:17.574Z] libzmq3-dev set to automatically installed. [2022-06-03T17:14:17.574Z] libzmq5 set to automatically installed. [2022-06-03T17:14:17.574Z] pkg-config set to automatically installed. [2022-06-03T17:14:17.574Z] zip set to automatically installed. [2022-06-03T17:14:18.146Z] snapd is not logged in, snap install commands will use sudo [2022-06-03T17:14:26.280Z] go (1.16/stable) 1.16.15 from Michael Hudson-Doyle (mwhudson) installed [2022-06-03T17:14:26.280Z] Downloading snap 'edgex-app-service-configurable' [2022-06-03T17:14:27.667Z] Pulling app-service-configurable [2022-06-03T17:14:27.667Z] + snapcraftctl pull [2022-06-03T17:14:29.049Z] Pulling config-common [2022-06-03T17:14:29.049Z] + snapcraftctl pull [2022-06-03T17:14:30.961Z] Pulling go-build-helper [2022-06-03T17:14:30.961Z] + snapcraftctl pull [2022-06-03T17:14:31.919Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-06-03T17:14:31.920Z] Skipping pull go-build-helper (already ran) [2022-06-03T17:14:31.920Z] Building go-build-helper [2022-06-03T17:14:31.920Z] + snapcraftctl build [2022-06-03T17:14:35.220Z] Staging go-build-helper [2022-06-03T17:14:35.220Z] + snapcraftctl stage [2022-06-03T17:14:39.425Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2022-06-03T17:14:39.425Z] Fetched 224 kB in 0s (0 B/s) [2022-06-03T17:14:39.425Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2022-06-03T17:14:39.425Z] Fetched 157 kB in 0s (0 B/s) [2022-06-03T17:14:39.425Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2022-06-03T17:14:39.425Z] Fetched 221 kB in 0s (0 B/s) [2022-06-03T17:14:39.425Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2022-06-03T17:14:39.425Z] Fetched 143 kB in 0s (0 B/s) [2022-06-03T17:14:39.425Z] Pulling edgex-go [2022-06-03T17:14:39.425Z] + snapcraftctl pull [2022-06-03T17:14:40.811Z] Pulling hooks [2022-06-03T17:14:40.811Z] + snapcraftctl pull [2022-06-03T17:14:55.717Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2022-06-03T17:14:55.717Z] Fetched 96.5 kB in 0s (0 B/s) [2022-06-03T17:14:55.717Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2022-06-03T17:14:55.717Z] Fetched 279 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2022-06-03T17:14:55.718Z] Fetched 122 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2022-06-03T17:14:55.718Z] Fetched 77.8 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2022-06-03T17:14:55.718Z] Fetched 8848 B in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2022-06-03T17:14:55.718Z] Fetched 47.8 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2022-06-03T17:14:55.718Z] Fetched 45.6 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [15.0 kB] [2022-06-03T17:14:55.718Z] Fetched 15.0 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libcurl4_7.58.0-2ubuntu3.18_amd64.deb [220 kB] [2022-06-03T17:14:55.718Z] Fetched 220 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb [154 kB] [2022-06-03T17:14:55.718Z] Fetched 154 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-06-03T17:14:55.718Z] Fetched 50.6 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2022-06-03T17:14:55.718Z] Fetched 14.8 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2022-06-03T17:14:55.718Z] Fetched 41.8 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb [499 kB] [2022-06-03T17:14:55.718Z] Fetched 499 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2022-06-03T17:14:55.718Z] Fetched 111 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2022-06-03T17:14:55.718Z] Fetched 240 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2022-06-03T17:14:55.718Z] Fetched 29.3 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2022-06-03T17:14:55.718Z] Fetched 85.5 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2022-06-03T17:14:55.718Z] Fetched 24.5 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [49.2 kB] [2022-06-03T17:14:55.718Z] Fetched 49.2 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2022-06-03T17:14:55.718Z] Fetched 54.2 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2022-06-03T17:14:55.718Z] Fetched 30.8 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb [15.8 kB] [2022-06-03T17:14:55.718Z] Fetched 15.8 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2022-06-03T17:14:55.718Z] Fetched 85.9 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb [8764 B] [2022-06-03T17:14:55.718Z] Fetched 8764 B in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2022-06-03T17:14:55.718Z] Fetched 140 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2022-06-03T17:14:55.718Z] Fetched 119 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2022-06-03T17:14:55.718Z] Fetched 111 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2022-06-03T17:14:55.718Z] Fetched 11.1 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2022-06-03T17:14:55.718Z] Fetched 646 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2022-06-03T17:14:55.718Z] Fetched 41.3 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2022-06-03T17:14:55.718Z] Fetched 17.9 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2022-06-03T17:14:55.718Z] Fetched 368 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2022-06-03T17:14:55.718Z] Fetched 187 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2022-06-03T17:14:55.718Z] Fetched 175 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2022-06-03T17:14:55.718Z] Fetched 206 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb [1302 kB] [2022-06-03T17:14:55.718Z] Fetched 1302 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2022-06-03T17:14:55.718Z] Fetched 36.2 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 curl_7.58.0-2ubuntu3.18_amd64.deb [159 kB] [2022-06-03T17:14:55.718Z] Fetched 159 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2022-06-03T17:14:55.718Z] Fetched 107 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2022-06-03T17:14:55.718Z] Fetched 48.7 kB in 0s (0 B/s) [2022-06-03T17:14:55.718Z] Pulling static-packages [2022-06-03T17:14:55.718Z] + snapcraftctl pull [2022-06-03T17:14:57.101Z] Pulling version [2022-06-03T17:14:57.101Z] + cd /root/project [2022-06-03T17:14:57.101Z] + git describe --tags --abbrev=0 [2022-06-03T17:14:57.101Z] + sed s/v// [2022-06-03T17:14:57.101Z] + GIT_VERSION=2.1.1-dev.6 [2022-06-03T17:14:57.101Z] + [ -z 2.1.1-dev.6 ] [2022-06-03T17:14:57.101Z] + snapcraftctl set-version 2.1.1-dev.6 [2022-06-03T17:14:58.483Z] Building app-service-configurable [2022-06-03T17:14:58.483Z] + snapcraftctl build [2022-06-03T17:15:00.396Z] Building config-common [2022-06-03T17:15:00.396Z] + snapcraftctl build [2022-06-03T17:15:01.634Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-03T17:15:02.307Z] Skipping build go-build-helper (already ran) [2022-06-03T17:15:02.569Z] Building edgex-go [2022-06-03T17:15:02.828Z] + cd /root/parts/edgex-go/src [2022-06-03T17:15:02.828Z] + git describe --tags --abbrev=0 [2022-06-03T17:15:02.828Z] + sed s/v// [2022-06-03T17:15:02.828Z] + GIT_VERSION=2.1.1-dev.6 [2022-06-03T17:15:02.828Z] + [ -z 2.1.1-dev.6 ] [2022-06-03T17:15:02.828Z] + echo 2.1.1-dev.6 [2022-06-03T17:15:02.828Z] skipping... [2022-06-03T17:15:02.828Z] + [ ! -d vendor ] [2022-06-03T17:15:02.828Z] + echo skipping... [2022-06-03T17:15:02.828Z] + make build [2022-06-03T17:15:02.828Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/core-data/core-data ./cmd/core-data [2022-06-03T17:15:03.613Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-03T17:15:05.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-03T17:15:05.059Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-03T17:15:15.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-03T17:15:15.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-03T17:15:15.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-03T17:15:15.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-03T17:15:15.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-03T17:15:15.247Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-03T17:15:15.247Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-03T17:15:16.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-03T17:15:16.241Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-03T17:15:16.241Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-03T17:15:16.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-03T17:15:18.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/core-command/core-command ./cmd/core-command [2022-06-03T17:15:19.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-03T17:15:20.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-03T17:15:20.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-03T17:15:21.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-03T17:15:22.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-03T17:15:24.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-03T17:15:24.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.206s coverage: 28.7% of statements [2022-06-03T17:15:24.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-03T17:15:24.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-03T17:15:25.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-03T17:15:26.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-03T17:15:27.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-03T17:15:28.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.372s coverage: 98.5% of statements [2022-06-03T17:15:28.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-03T17:15:28.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.411s coverage: 44.7% of statements [2022-06-03T17:15:28.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-03T17:15:28.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-03T17:15:28.954Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-06-03T17:15:28.954Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-06-03T17:15:28.954Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-06-03T17:15:28.954Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-06-03T17:15:28.954Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-06-03T17:15:28.954Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-06-03T17:15:28.954Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-06-03T17:15:28.954Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2022-06-03T17:15:28.955Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-06-03T17:15:28.955Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-06-03T17:15:28.955Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2022-06-03T17:15:29.898Z] Building hooks [2022-06-03T17:15:29.898Z] + cd /root/parts/hooks/src [2022-06-03T17:15:29.898Z] + make build [2022-06-03T17:15:29.898Z] go mod tidy [2022-06-03T17:15:30.158Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-06-03T17:15:30.419Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-03T17:15:30.419Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-06-03T17:15:30.419Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-03T17:15:30.419Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-06-03T17:15:30.419Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-06-03T17:15:30.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.647s coverage: 89.5% of statements [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:15:30.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.284s coverage: 83.8% of statements [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-03T17:15:30.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-03T17:15:31.358Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-06-03T17:15:31.928Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-06-03T17:15:31.928Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-06-03T17:15:34.468Z] Building static-packages [2022-06-03T17:15:34.468Z] + snapcraftctl build [2022-06-03T17:15:36.381Z] Building version [2022-06-03T17:15:36.381Z] + snapcraftctl build [2022-06-03T17:15:38.292Z] Staging app-service-configurable [2022-06-03T17:15:38.292Z] + snapcraftctl stage [2022-06-03T17:15:40.201Z] Staging config-common [2022-06-03T17:15:40.201Z] + snapcraftctl stage [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.716s coverage: 94.2% of statements [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.219s coverage: 59.1% of statements [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.223s coverage: 60.0% of statements [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.350s coverage: 0.9% of statements [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.187s coverage: 58.8% of statements [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.187s coverage: 21.7% of statements [2022-06-03T17:15:41.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.276s coverage: 47.1% of statements [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.245s coverage: 79.5% of statements [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.242s coverage: 94.1% of statements [2022-06-03T17:15:41.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.241s coverage: 96.3% of statements [2022-06-03T17:15:41.138Z] Skipping stage go-build-helper (already ran) [2022-06-03T17:15:41.138Z] Staging edgex-go [2022-06-03T17:15:41.138Z] + snapcraftctl stage [2022-06-03T17:15:41.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.200s coverage: 87.5% of statements [2022-06-03T17:15:42.517Z] Staging hooks [2022-06-03T17:15:42.517Z] + snapcraftctl stage [2022-06-03T17:15:43.894Z] Staging static-packages [2022-06-03T17:15:43.894Z] + snapcraftctl stage [2022-06-03T17:15:45.276Z] Staging version [2022-06-03T17:15:45.276Z] + snapcraftctl stage [2022-06-03T17:15:46.657Z] Priming app-service-configurable [2022-06-03T17:15:46.657Z] + snapcraftctl prime [2022-06-03T17:15:49.195Z] 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-06-03T17:15:49.195Z] stage-packages: [2022-06-03T17:15:49.195Z] - libnorm1 [2022-06-03T17:15:49.195Z] - libpgm-5.2-0 [2022-06-03T17:15:49.195Z] - libsodium23 [2022-06-03T17:15:49.195Z] - libzmq5 [2022-06-03T17:15:49.195Z] Priming config-common [2022-06-03T17:15:49.195Z] + snapcraftctl prime [2022-06-03T17:15:50.587Z] Priming go-build-helper [2022-06-03T17:15:50.587Z] + snapcraftctl prime [2022-06-03T17:15:51.973Z] Priming edgex-go [2022-06-03T17:15:51.973Z] + snapcraftctl prime [2022-06-03T17:15:53.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements [2022-06-03T17:15:53.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements [2022-06-03T17:15:53.885Z] Priming hooks [2022-06-03T17:15:53.885Z] + snapcraftctl prime [2022-06-03T17:15:54.825Z] Priming static-packages [2022-06-03T17:15:54.825Z] + snapcraftctl prime [2022-06-03T17:15:58.119Z] Priming version [2022-06-03T17:15:58.119Z] + snapcraftctl prime [2022-06-03T17:15:59.057Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2022-06-03T17:15:59.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.622s coverage: 82.5% of statements [2022-06-03T17:15:59.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-03T17:16:07.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.276s coverage: 92.9% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 65.1% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.196s coverage: 87.2% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.262s coverage: 58.8% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.282s coverage: 80.0% of statements [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.291s coverage: 85.4% of statements [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.810s coverage: 91.2% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.771s coverage: 64.4% of statements [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-03T17:16:07.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.177s coverage: 100.0% of statements [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements [2022-06-03T17:16:07.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2022-06-03T17:16:07.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2022-06-03T17:16:08.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2022-06-03T17:16:13.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.484s coverage: 65.4% of statements [2022-06-03T17:16:13.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-03T17:16:13.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-03T17:16:13.498Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-03T17:16:15.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.842s coverage: 43.8% of statements [2022-06-03T17:16:15.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-03T17:16:15.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-03T17:16:15.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.266s coverage: 89.5% of statements [2022-06-03T17:16:15.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-03T17:16:15.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements [2022-06-03T17:16:15.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-03T17:16:23.841Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.259s coverage: 17.7% of statements [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-03T17:16:23.841Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.653s coverage: 92.3% of statements [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-03T17:16:23.841Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.303s coverage: 63.2% of statements [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-03T17:16:23.841Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.439s coverage: 97.7% of statements [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-03T17:16:23.841Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-03T17:16:23.841Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.194s coverage: 28.9% of statements [2022-06-03T17:16:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-03T17:16:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-03T17:16:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-03T17:16:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-03T17:16:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-03T17:16:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-03T17:16:23.842Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.194s coverage: 100.0% of statements [2022-06-03T17:16:23.842Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements [2022-06-03T17:16:23.842Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-06-03T17:16:23.842Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-03T17:16:23.842Z] GO111MODULE=on go vet ./... [2022-06-03T17:17:45.757Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-03T17:17:45.757Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-03T17:17:45.757Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-03T17:17:45.798Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-03T17:17:46.531Z] + go mod tidy [Pipeline] sh [2022-06-03T17:17:47.822Z] + ls -al . [2022-06-03T17:17:47.823Z] total 676 [2022-06-03T17:17:47.823Z] drwxrwxr-x 10 1001 1001 4096 Jun 3 17:17 . [2022-06-03T17:17:47.823Z] drwxr-xr-x 4 root root 4096 Jun 3 17:13 .. [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 11 Jun 3 17:10 .dockerignore [2022-06-03T17:17:47.823Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 17:11 .git [2022-06-03T17:17:47.823Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 17:10 .github [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 797 Jun 3 17:10 .gitignore [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 42 Jun 3 17:10 .golangci.yml [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 76 Jun 3 17:10 .hadolint.yml [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 166 Jun 3 17:10 .sonarcloud.properties [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 1171 Jun 3 17:10 ADOPTERS.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 8910 Jun 3 17:10 Attribution.txt [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 52201 Jun 3 17:10 CHANGELOG.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 3804 Jun 3 17:10 CONTRIBUTING.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 677 Jun 3 17:10 GOVERNANCE.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 849 Jun 3 17:10 Jenkinsfile [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 10775 Jun 3 17:10 LICENSE [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 6508 Jun 3 17:10 Makefile [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 582 Jun 3 17:10 OWNERS.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 8212 Jun 3 17:10 README.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 6912 Jun 3 17:10 SECURITY.md [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 5 Jun 3 17:06 VERSION [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 4131 Jun 3 17:10 ZMQWindows.md [2022-06-03T17:17:47.823Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 17:10 bin [2022-06-03T17:17:47.823Z] drwxrwxr-x 14 1001 1001 4096 Jun 3 17:10 cmd [2022-06-03T17:17:47.823Z] -rw-r--r-- 1 root root 428658 Jun 3 17:16 coverage.out [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 822 Jun 3 17:17 go.mod [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 49471 Jun 3 17:10 go.sum [2022-06-03T17:17:47.823Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 17:10 internal [2022-06-03T17:17:47.823Z] drwxrwxr-x 3 1001 1001 4096 Jun 3 17:10 openapi [2022-06-03T17:17:47.823Z] drwxrwxr-x 4 1001 1001 4096 Jun 3 17:11 snap [2022-06-03T17:17:47.823Z] drwxrwxr-x 6 1001 1001 4096 Jun 3 17:11 vendor [2022-06-03T17:17:47.823Z] -rw-rw-r-- 1 1001 1001 204 Jun 3 17:11 version.go [Pipeline] sh [2022-06-03T17:17:48.510Z] + '[' -e coverage.out ] [2022-06-03T17:17:48.510Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-03T17:17:48.545Z] Warning: overwriting stash ‘coverage-report’ [2022-06-03T17:17:49.558Z] Stashed 1 file(s) [Pipeline] sh [2022-06-03T17:17:50.229Z] + make build [2022-06-03T17:17:50.229Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-06-03T17:17:56.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-03T17:18:29.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-06-03T17:18:29.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-03T17:18:33.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-03T17:18:34.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-03T17:18:37.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-03T17:18:42.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-03T17:18:45.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-03T17:18:49.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-03T17:18:53.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-03T17:18:56.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2022-06-03T17:19:03.578Z] $ docker stop --time=1 d6da9016ffb9450a2d60de8cd2ef36ec6a1ff3a6bb51e48bccfede794db7c04f [2022-06-03T17:19:05.672Z] $ docker rm -f d6da9016ffb9450a2d60de8cd2ef36ec6a1ff3a6bb51e48bccfede794db7c04f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:19:07.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T17:19:07.616Z] [2022-06-03T17:19:07.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:19:08.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T17:19:08.318Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-06-03T17:19:08.318Z] 29e5d40040c1: Pulling fs layer [2022-06-03T17:19:08.318Z] 1ce36da41761: Pulling fs layer [2022-06-03T17:19:08.318Z] 25b303627fd3: Pulling fs layer [2022-06-03T17:19:08.318Z] 29e5d40040c1: Verifying Checksum [2022-06-03T17:19:08.318Z] 29e5d40040c1: Download complete [2022-06-03T17:19:08.595Z] 1ce36da41761: Verifying Checksum [2022-06-03T17:19:08.595Z] 1ce36da41761: Download complete [2022-06-03T17:19:09.192Z] 29e5d40040c1: Pull complete [2022-06-03T17:19:10.171Z] 25b303627fd3: Verifying Checksum [2022-06-03T17:19:10.171Z] 25b303627fd3: Download complete [2022-06-03T17:19:10.171Z] 1ce36da41761: Pull complete [2022-06-03T17:19:22.578Z] 25b303627fd3: Pull complete [2022-06-03T17:19:22.578Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-06-03T17:19:22.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T17:19:22.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:19:22.967Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2022-06-03T17:19:23.051Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-06-03T17:19:25.450Z] $ docker top 397958f6e2ca512edd25898ae2e9c0a54e68de91624c8b7a57640f58c6e21263 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T17:19:26.433Z] + docker-compose build --help [2022-06-03T17:19:26.433Z] + grep parallel [2022-06-03T17:19:30.722Z] --parallel Build images in parallel. [Pipeline] } [2022-06-03T17:19:31.030Z] $ docker stop --time=1 397958f6e2ca512edd25898ae2e9c0a54e68de91624c8b7a57640f58c6e21263 [2022-06-03T17:19:32.734Z] $ docker rm -f 397958f6e2ca512edd25898ae2e9c0a54e68de91624c8b7a57640f58c6e21263 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:19:33.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-03T17:19:33.544Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:19:33.871Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2022-06-03T17:19:33.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-06-03T17:19:35.311Z] $ docker top 2f23953e992d7686ad0fe55b9ec9fae340f59ff42fbe0099296db03678076a3e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T17:19:36.297Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-03T17:19:41.680Z] Building core-command ... [2022-06-03T17:19:41.680Z] Building core-data ... [2022-06-03T17:19:41.680Z] Building core-metadata ... [2022-06-03T17:19:41.680Z] Building security-bootstrapper ... [2022-06-03T17:19:41.680Z] Building security-proxy-setup ... [2022-06-03T17:19:41.680Z] Building security-secretstore-setup ... [2022-06-03T17:19:41.680Z] Building support-notifications ... [2022-06-03T17:19:41.680Z] Building support-scheduler ... [2022-06-03T17:19:41.680Z] Building sys-mgmt-agent ... [2022-06-03T17:19:41.680Z] Building support-notifications [2022-06-03T17:19:41.680Z] Building security-secretstore-setup [2022-06-03T17:19:41.680Z] Building core-metadata [2022-06-03T17:19:41.680Z] Building security-bootstrapper [2022-06-03T17:19:41.680Z] Building core-data [2022-06-03T17:21:18.480Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:21:18.480Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:21:18.480Z] ---> 7305e8059a6c [2022-06-03T17:21:18.480Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:21:18.480Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:21:18.480Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:21:18.480Z] ---> 7305e8059a6c [2022-06-03T17:21:18.480Z] Step 3/24 : WORKDIR /edgex-go [2022-06-03T17:21:18.480Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:21:18.480Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:21:18.480Z] ---> 7305e8059a6c [2022-06-03T17:21:18.480Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:21:18.480Z] ---> Running in 66ce4059acfb [2022-06-03T17:21:18.480Z] ---> Running in 6afa94f89451 [2022-06-03T17:21:18.480Z] ---> Running in 2b93ddf58a14 [2022-06-03T17:21:18.480Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:21:18.480Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:21:18.480Z] ---> 7305e8059a6c [2022-06-03T17:21:18.480Z] Step 3/30 : WORKDIR /edgex-go [2022-06-03T17:21:18.480Z] ---> Running in cb60e4f8c207 [2022-06-03T17:21:18.480Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:21:18.480Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:21:18.480Z] ---> 7305e8059a6c [2022-06-03T17:21:18.480Z] Step 3/21 : WORKDIR /edgex-go [2022-06-03T17:21:18.480Z] ---> Running in f1849b086253 [2022-06-03T17:21:18.480Z] Removing intermediate container 6afa94f89451 [2022-06-03T17:21:18.480Z] ---> 5d29420a4abb [2022-06-03T17:21:18.480Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:21:18.480Z] ---> Running in daca634b2908 [2022-06-03T17:21:18.480Z] Removing intermediate container 66ce4059acfb [2022-06-03T17:21:18.480Z] ---> 4ff5c35519d7 [2022-06-03T17:21:18.480Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:21:18.480Z] Removing intermediate container 2b93ddf58a14 [2022-06-03T17:21:18.480Z] ---> 9e0c0fa5d157 [2022-06-03T17:21:18.480Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:21:18.480Z] Removing intermediate container cb60e4f8c207 [2022-06-03T17:21:18.480Z] ---> 2e314f8b4cbd [2022-06-03T17:21:18.480Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:21:18.480Z] ---> Running in b6a01f56d95b [2022-06-03T17:21:18.480Z] ---> Running in a0dac86c7f90 [2022-06-03T17:21:18.480Z] ---> Running in aad03260651f [2022-06-03T17:21:18.480Z] Removing intermediate container f1849b086253 [2022-06-03T17:21:18.480Z] ---> e4aa3ea31ed6 [2022-06-03T17:21:18.480Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:21:18.480Z] ---> Running in 8823615e0055 [2022-06-03T17:21:19.981Z] Removing intermediate container daca634b2908 [2022-06-03T17:21:19.981Z] ---> 0711a818a59c [2022-06-03T17:21:19.981Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T17:21:20.259Z] ---> Running in 1299ad5eac43 [2022-06-03T17:21:20.535Z] Removing intermediate container b6a01f56d95b [2022-06-03T17:21:20.535Z] ---> 58193c11f0b9 [2022-06-03T17:21:20.535Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-03T17:21:21.156Z] ---> Running in 1229b2fd86f7 [2022-06-03T17:21:21.156Z] Removing intermediate container aad03260651f [2022-06-03T17:21:21.156Z] ---> 6a12bfa8c618 [2022-06-03T17:21:21.156Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-06-03T17:21:21.156Z] ---> Running in 7d499f9ec5cd [2022-06-03T17:21:21.433Z] Removing intermediate container a0dac86c7f90 [2022-06-03T17:21:21.433Z] ---> 1aa8a231e70d [2022-06-03T17:21:21.433Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-06-03T17:21:21.713Z] ---> Running in 78547dcc5cd7 [2022-06-03T17:21:21.713Z] Removing intermediate container 8823615e0055 [2022-06-03T17:21:21.713Z] ---> ebc81c8547e3 [2022-06-03T17:21:21.713Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-03T17:21:22.009Z] ---> Running in 9d47c1bef98e [2022-06-03T17:21:23.010Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:23.286Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:23.567Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:23.841Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:23.841Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:23.841Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:24.118Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:24.407Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:24.697Z] OK: 220 MiB in 52 packages [2022-06-03T17:21:24.975Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:24.975Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:21:25.271Z] OK: 220 MiB in 52 packages [2022-06-03T17:21:25.875Z] OK: 220 MiB in 52 packages [2022-06-03T17:21:26.510Z] OK: 220 MiB in 52 packages [2022-06-03T17:21:26.510Z] Removing intermediate container 1299ad5eac43 [2022-06-03T17:21:26.510Z] ---> 9aac841379e4 [2022-06-03T17:21:26.510Z] Step 6/22 : COPY . . [2022-06-03T17:21:26.510Z] OK: 220 MiB in 52 packages [2022-06-03T17:21:27.508Z] Removing intermediate container 7d499f9ec5cd [2022-06-03T17:21:27.508Z] ---> 791bab167c3d [2022-06-03T17:21:27.508Z] Step 6/30 : COPY . . [2022-06-03T17:21:27.508Z] Removing intermediate container 1229b2fd86f7 [2022-06-03T17:21:27.508Z] ---> 59b5f5cbd496 [2022-06-03T17:21:27.508Z] Step 6/22 : COPY . . [2022-06-03T17:21:28.110Z] Removing intermediate container 9d47c1bef98e [2022-06-03T17:21:28.110Z] ---> da55cb82b9db [2022-06-03T17:21:28.110Z] Step 6/21 : COPY . . [2022-06-03T17:21:28.110Z] Removing intermediate container 78547dcc5cd7 [2022-06-03T17:21:28.110Z] ---> 6c8a0a4c2bf6 [2022-06-03T17:21:28.110Z] Step 6/24 : COPY . . [2022-06-03T17:22:00.464Z] ---> 21fd3c8ce5e8 [2022-06-03T17:22:00.464Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:22:00.464Z] ---> dcc3bb95935b [2022-06-03T17:22:00.464Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:22:00.464Z] ---> 7c0f5fff4089 [2022-06-03T17:22:00.464Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:22:00.464Z] ---> 9175e2a418be [2022-06-03T17:22:00.464Z] ---> Running in 47e2ea9ddd7b [2022-06-03T17:22:00.464Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:22:00.464Z] ---> Running in 0c965bbb23aa [2022-06-03T17:22:00.464Z] ---> Running in 0123e587a4e3 [2022-06-03T17:22:00.464Z] ---> Running in 62318604c5e7 [2022-06-03T17:22:00.464Z] ---> ce2168d0dff5 [2022-06-03T17:22:00.464Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:22:00.464Z] ---> Running in 9a0a988e8490 [2022-06-03T17:22:01.920Z] skipping... [2022-06-03T17:22:02.196Z] skipping... [2022-06-03T17:22:02.196Z] skipping... [2022-06-03T17:22:02.806Z] skipping... [2022-06-03T17:22:03.091Z] skipping... [2022-06-03T17:22:04.090Z] Removing intermediate container 47e2ea9ddd7b [2022-06-03T17:22:04.090Z] ---> 4bf9ebd563f3 [2022-06-03T17:22:04.090Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-06-03T17:22:04.090Z] Removing intermediate container 0c965bbb23aa [2022-06-03T17:22:04.090Z] ---> ce042f1da9d4 [2022-06-03T17:22:04.090Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-06-03T17:22:04.090Z] Removing intermediate container 0123e587a4e3 [2022-06-03T17:22:04.090Z] ---> 2c573c82332e [2022-06-03T17:22:04.090Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-03T17:22:04.090Z] ---> Running in bdf0d32480f5 [2022-06-03T17:22:04.090Z] ---> Running in 29ffacf7ac80 [2022-06-03T17:22:04.090Z] ---> Running in 81df03c6c6f0 [2022-06-03T17:22:04.366Z] Removing intermediate container 62318604c5e7 [2022-06-03T17:22:04.366Z] ---> 28dd3664a3c4 [2022-06-03T17:22:04.366Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-06-03T17:22:04.658Z] ---> Running in a908b3b784f1 [2022-06-03T17:22:04.658Z] Removing intermediate container 9a0a988e8490 [2022-06-03T17:22:04.658Z] ---> 5a6df6c96bfa [2022-06-03T17:22:04.658Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-03T17:22:04.944Z] ---> Running in 4d767623a7ea [2022-06-03T17:22:06.392Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2022-06-03T17:22:06.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-03T17:22:06.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-03T17:22:07.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-03T17:22:07.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-03T17:24:29.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-03T17:24:34.682Z] Removing intermediate container 4d767623a7ea [2022-06-03T17:24:34.682Z] ---> 39116c607cab [2022-06-03T17:24:34.682Z] [2022-06-03T17:24:34.682Z] Step 9/30 : FROM alpine:3.14 [2022-06-03T17:24:34.682Z] 3.14: Pulling from library/alpine [2022-06-03T17:24:37.373Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-03T17:24:37.373Z] Status: Downloaded newer image for alpine:3.14 [2022-06-03T17:24:37.373Z] ---> ac73e934f311 [2022-06-03T17:24:37.373Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-03T17:24:37.373Z] ---> Running in 4e2a4ee77c14 [2022-06-03T17:24:38.363Z] Removing intermediate container 4e2a4ee77c14 [2022-06-03T17:24:38.363Z] ---> bf3295973644 [2022-06-03T17:24:38.363Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-03T17:24:38.363Z] ---> Running in e19e7540581e [2022-06-03T17:24:41.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:41.020Z] Removing intermediate container 81df03c6c6f0 [2022-06-03T17:24:41.020Z] ---> e4b1ab5fe84b [2022-06-03T17:24:41.020Z] [2022-06-03T17:24:41.020Z] Step 9/24 : FROM alpine:3.14 [2022-06-03T17:24:41.020Z] ---> ac73e934f311 [2022-06-03T17:24:41.020Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-03T17:24:41.020Z] ---> Running in 3edb08263b78 [2022-06-03T17:24:41.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:42.303Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-03T17:24:42.584Z] (2/2) Installing su-exec (0.2-r1) [2022-06-03T17:24:42.584Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:24:42.584Z] OK: 6 MiB in 16 packages [2022-06-03T17:24:43.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:43.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:44.839Z] Removing intermediate container e19e7540581e [2022-06-03T17:24:44.839Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-03T17:24:44.839Z] ---> c3bf7db1926a [2022-06-03T17:24:44.839Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-03T17:24:44.840Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-03T17:24:44.840Z] (3/3) Installing su-exec (0.2-r1) [2022-06-03T17:24:44.840Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:24:44.840Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T17:24:44.840Z] ---> Running in 6bfbde59b91d [2022-06-03T17:24:45.126Z] OK: 6 MiB in 17 packages [2022-06-03T17:24:46.135Z] Removing intermediate container 6bfbde59b91d [2022-06-03T17:24:46.136Z] ---> d5ea36c9dc26 [2022-06-03T17:24:46.136Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-03T17:24:46.416Z] ---> Running in 1c2aafe729e0 [2022-06-03T17:24:47.413Z] Removing intermediate container 1c2aafe729e0 [2022-06-03T17:24:47.413Z] ---> 573660c01119 [2022-06-03T17:24:47.413Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-03T17:24:47.690Z] ---> Running in d3c0048bfb47 [2022-06-03T17:24:48.313Z] Removing intermediate container 3edb08263b78 [2022-06-03T17:24:48.313Z] ---> 17a78c82dfea [2022-06-03T17:24:48.313Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T17:24:48.587Z] ---> Running in 195b21e6c3b7 [2022-06-03T17:24:49.583Z] Removing intermediate container 195b21e6c3b7 [2022-06-03T17:24:49.583Z] ---> 8b12495934eb [2022-06-03T17:24:49.583Z] Step 12/24 : WORKDIR / [2022-06-03T17:24:49.860Z] ---> Running in 1f0768519113 [2022-06-03T17:24:50.461Z] Removing intermediate container a908b3b784f1 [2022-06-03T17:24:50.461Z] ---> 15b26b134ec1 [2022-06-03T17:24:50.461Z] [2022-06-03T17:24:50.461Z] Step 9/21 : FROM alpine:3.14 [2022-06-03T17:24:50.461Z] ---> ac73e934f311 [2022-06-03T17:24:50.461Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-03T17:24:50.749Z] ---> Running in bb30ccd23259 [2022-06-03T17:24:50.749Z] Removing intermediate container 1f0768519113 [2022-06-03T17:24:50.749Z] ---> d7a115aa765c [2022-06-03T17:24:50.749Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-06-03T17:24:51.026Z] Removing intermediate container d3c0048bfb47 [2022-06-03T17:24:51.026Z] ---> 4b5677f4027d [2022-06-03T17:24:51.026Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-03T17:24:51.299Z] ---> Running in 49dec5986ce8 [2022-06-03T17:24:52.795Z] Removing intermediate container 49dec5986ce8 [2022-06-03T17:24:52.795Z] ---> 55b02f232bea [2022-06-03T17:24:52.795Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-03T17:24:53.072Z] ---> 8b4806aa0110 [2022-06-03T17:24:53.072Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-06-03T17:24:53.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:53.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:53.915Z] ---> b587d86de781 [2022-06-03T17:24:53.915Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-03T17:24:54.212Z] ---> Running in 13b6049c6de0 [2022-06-03T17:24:54.507Z] ---> 092cd458b6d8 [2022-06-03T17:24:54.507Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-03T17:24:54.507Z] Removing intermediate container 29ffacf7ac80 [2022-06-03T17:24:54.507Z] ---> 60b1ecb62504 [2022-06-03T17:24:54.507Z] [2022-06-03T17:24:54.507Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T17:24:54.507Z] ---> ac73e934f311 [2022-06-03T17:24:54.507Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T17:24:54.792Z] ---> Running in 7687a4916632 [2022-06-03T17:24:54.792Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-03T17:24:55.074Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-03T17:24:55.074Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:24:55.074Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T17:24:55.357Z] OK: 6 MiB in 16 packages [2022-06-03T17:24:55.981Z] ---> a3b345abeaba [2022-06-03T17:24:55.981Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-06-03T17:24:56.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:57.268Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:24:57.880Z] ---> 370436954ad6 [2022-06-03T17:24:57.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-03T17:24:57.881Z] Removing intermediate container bb30ccd23259 [2022-06-03T17:24:57.881Z] ---> 54a8a0cdd146 [2022-06-03T17:24:57.881Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:24:58.159Z] ---> Running in 88ec7eabf81e [2022-06-03T17:24:58.441Z] Removing intermediate container 13b6049c6de0 [2022-06-03T17:24:58.441Z] ---> b8d900aac71f [2022-06-03T17:24:58.441Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:24:58.441Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-03T17:24:58.441Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:24:58.441Z] OK: 5 MiB in 15 packages [2022-06-03T17:24:58.720Z] Removing intermediate container 88ec7eabf81e [2022-06-03T17:24:58.720Z] ---> 94b035e65f50 [2022-06-03T17:24:58.720Z] Step 12/21 : ENV APP_PORT=59860 [2022-06-03T17:24:58.998Z] ---> Running in 68596b76bd0e [2022-06-03T17:24:59.989Z] Removing intermediate container 68596b76bd0e [2022-06-03T17:24:59.989Z] ---> fcfeb338d0cf [2022-06-03T17:24:59.989Z] Step 13/21 : EXPOSE $APP_PORT [2022-06-03T17:24:59.989Z] Removing intermediate container 7687a4916632 [2022-06-03T17:24:59.989Z] ---> 8f79515e1d61 [2022-06-03T17:24:59.989Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:24:59.989Z] ---> f4080638584d [2022-06-03T17:24:59.989Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-03T17:24:59.989Z] ---> Running in 0670b7fc878e [2022-06-03T17:25:00.268Z] ---> 628bbc59d349 [2022-06-03T17:25:00.268Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-03T17:25:00.268Z] ---> Running in ad6980ce001d [2022-06-03T17:25:00.872Z] Removing intermediate container ad6980ce001d [2022-06-03T17:25:00.872Z] ---> a638c608fdf9 [2022-06-03T17:25:00.872Z] Step 12/22 : ENV APP_PORT=59881 [2022-06-03T17:25:01.149Z] Removing intermediate container 0670b7fc878e [2022-06-03T17:25:01.149Z] ---> 47bfb5d8cdae [2022-06-03T17:25:01.149Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:25:01.149Z] ---> Running in f55f0a734c81 [2022-06-03T17:25:02.149Z] Removing intermediate container f55f0a734c81 [2022-06-03T17:25:02.149Z] ---> 33102cb3958e [2022-06-03T17:25:02.149Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T17:25:02.149Z] ---> Running in 7f2d2cf3fe0f [2022-06-03T17:25:02.149Z] ---> 1dcfb0a7aa65 [2022-06-03T17:25:02.149Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-03T17:25:02.765Z] ---> 476632e03243 [2022-06-03T17:25:02.765Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-03T17:25:02.765Z] Removing intermediate container 7f2d2cf3fe0f [2022-06-03T17:25:02.765Z] ---> a37e9c47962b [2022-06-03T17:25:02.765Z] Step 14/22 : WORKDIR / [2022-06-03T17:25:02.765Z] ---> d3eb3347090d [2022-06-03T17:25:02.765Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-03T17:25:02.765Z] ---> Running in b990f4636292 [2022-06-03T17:25:03.376Z] Removing intermediate container b990f4636292 [2022-06-03T17:25:03.376Z] ---> 5f09d4dff00c [2022-06-03T17:25:03.376Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:25:03.653Z] ---> 469981ac3ab3 [2022-06-03T17:25:03.653Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-06-03T17:25:03.947Z] ---> Running in 935db30f9d89 [2022-06-03T17:25:04.228Z] ---> da58bb1c4af6 [2022-06-03T17:25:04.228Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-03T17:25:04.228Z] Removing intermediate container bdf0d32480f5 [2022-06-03T17:25:04.228Z] ---> cb1273fe7a03 [2022-06-03T17:25:04.228Z] [2022-06-03T17:25:04.228Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T17:25:04.228Z] ---> ac73e934f311 [2022-06-03T17:25:04.228Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-03T17:25:04.228Z] ---> Running in 154977e2ad4c [2022-06-03T17:25:04.838Z] ---> f6458c943738 [2022-06-03T17:25:04.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-03T17:25:04.839Z] ---> 2489eafdbf84 [2022-06-03T17:25:04.839Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-03T17:25:05.113Z] Removing intermediate container 154977e2ad4c [2022-06-03T17:25:05.113Z] ---> 1dd2491f5647 [2022-06-03T17:25:05.113Z] Step 11/22 : ENV APP_PORT=59880 [2022-06-03T17:25:05.394Z] ---> Running in 2b0e52d6f1bb [2022-06-03T17:25:05.394Z] ---> 3990e5800086 [2022-06-03T17:25:05.394Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-03T17:25:05.996Z] Removing intermediate container 2b0e52d6f1bb [2022-06-03T17:25:05.996Z] ---> 0d5dec11c88d [2022-06-03T17:25:05.996Z] Step 12/22 : EXPOSE $APP_PORT [2022-06-03T17:25:05.996Z] ---> Running in 220a5d29f693 [2022-06-03T17:25:06.277Z] ---> f3a94d4b4f38 [2022-06-03T17:25:06.278Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-06-03T17:25:06.551Z] ---> Running in 02c0d2003a16 [2022-06-03T17:25:06.823Z] ---> a26ca4b75598 [2022-06-03T17:25:06.823Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-06-03T17:25:06.823Z] Removing intermediate container 935db30f9d89 [2022-06-03T17:25:06.823Z] ---> 354c3329bcbe [2022-06-03T17:25:06.823Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-06-03T17:25:06.823Z] Removing intermediate container 220a5d29f693 [2022-06-03T17:25:06.823Z] ---> e241278e470f [2022-06-03T17:25:06.823Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:25:07.098Z] ---> Running in 03cb624717d7 [2022-06-03T17:25:07.098Z] ---> Running in 6e76bc9da0bf [2022-06-03T17:25:07.098Z] Removing intermediate container 02c0d2003a16 [2022-06-03T17:25:07.098Z] ---> 8c8db540fe61 [2022-06-03T17:25:07.098Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:25:07.381Z] ---> Running in 5b9f695ceead [2022-06-03T17:25:07.381Z] ---> Running in 4a67205fa65f [2022-06-03T17:25:07.683Z] ---> 2d2512d344da [2022-06-03T17:25:07.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-03T17:25:07.683Z] Removing intermediate container 03cb624717d7 [2022-06-03T17:25:07.683Z] ---> 6c7ce3a7b286 [2022-06-03T17:25:07.683Z] Step 22/24 : LABEL arch=arm64 [2022-06-03T17:25:07.960Z] ---> Running in 1f8db2a0bcb6 [2022-06-03T17:25:08.235Z] Removing intermediate container 4a67205fa65f [2022-06-03T17:25:08.235Z] ---> 1bba35223ba3 [2022-06-03T17:25:08.235Z] Step 19/21 : LABEL arch=arm64 [2022-06-03T17:25:08.235Z] Removing intermediate container 5b9f695ceead [2022-06-03T17:25:08.235Z] ---> a1052536dce3 [2022-06-03T17:25:08.235Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-03T17:25:08.235Z] ---> Running in 9ab562c599de [2022-06-03T17:25:08.509Z] Removing intermediate container 1f8db2a0bcb6 [2022-06-03T17:25:08.510Z] ---> 2f3a4221a532 [2022-06-03T17:25:08.510Z] Step 23/24 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:25:08.783Z] ---> Running in f061b8d94a6f [2022-06-03T17:25:09.061Z] Removing intermediate container 9ab562c599de [2022-06-03T17:25:09.061Z] ---> 79c149f63019 [2022-06-03T17:25:09.061Z] Step 20/21 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:25:09.061Z] ---> 63299d835dcd [2022-06-03T17:25:09.061Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-06-03T17:25:09.061Z] ---> Running in f8aa3856e512 [2022-06-03T17:25:09.334Z] ---> Running in 9f0c9d2efa98 [2022-06-03T17:25:09.619Z] Removing intermediate container f061b8d94a6f [2022-06-03T17:25:09.619Z] ---> b327affb3f9b [2022-06-03T17:25:09.619Z] Step 24/24 : LABEL version=0.0.0 [2022-06-03T17:25:09.619Z] ---> 6d29fa5323aa [2022-06-03T17:25:09.619Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-06-03T17:25:09.903Z] ---> Running in 9f3d9ea0fe22 [2022-06-03T17:25:10.178Z] Removing intermediate container f8aa3856e512 [2022-06-03T17:25:10.178Z] ---> 26aaef381aa5 [2022-06-03T17:25:10.178Z] Step 21/21 : LABEL version=0.0.0 [2022-06-03T17:25:10.178Z] Removing intermediate container 9f0c9d2efa98 [2022-06-03T17:25:10.178Z] ---> c658f503b4ef [2022-06-03T17:25:10.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:25:10.178Z] ---> Running in 437ae414df8f [2022-06-03T17:25:10.178Z] Removing intermediate container 6e76bc9da0bf [2022-06-03T17:25:10.178Z] ---> 8f52aa9e27e4 [2022-06-03T17:25:10.178Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-03T17:25:10.178Z] ---> Running in 39a34c678a42 [2022-06-03T17:25:10.178Z] ---> Running in f9e2e750cde5 [2022-06-03T17:25:10.454Z] Removing intermediate container 9f3d9ea0fe22 [2022-06-03T17:25:10.454Z] ---> 187b1778a00b [2022-06-03T17:25:10.454Z] [2022-06-03T17:25:10.454Z] ---> Running in 110323712e92 [2022-06-03T17:25:11.058Z] Removing intermediate container 39a34c678a42 [2022-06-03T17:25:11.058Z] ---> ab257569ca9b [2022-06-03T17:25:11.058Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T17:25:11.058Z] Removing intermediate container f9e2e750cde5 [2022-06-03T17:25:11.058Z] ---> e37c5033cdf9 [2022-06-03T17:25:11.058Z] [2022-06-03T17:25:11.341Z] ---> Running in fd9bdcf7ff5a [2022-06-03T17:25:11.618Z] Successfully built 187b1778a00b [2022-06-03T17:25:11.618Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-06-03T17:25:11.618Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2022-06-03T17:25:11.968Z] Removing intermediate container fd9bdcf7ff5a [2022-06-03T17:25:11.968Z] ---> fb44cfeadf4b [2022-06-03T17:25:11.968Z] Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:25:11.968Z] ---> Running in 1dde847ece95 [2022-06-03T17:25:12.308Z] Successfully built e37c5033cdf9 [2022-06-03T17:25:12.308Z] Successfully tagged support-notifications-arm64:latest [2022-06-03T17:25:12.308Z]  Building support-notifications ... done Building core-command [2022-06-03T17:25:12.632Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:25:12.957Z] Removing intermediate container 1dde847ece95 [2022-06-03T17:25:12.957Z] ---> 67cb05c6755a [2022-06-03T17:25:12.957Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:25:12.957Z] ---> Running in e84337f7ffb8 [2022-06-03T17:25:13.620Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:25:13.620Z] Removing intermediate container 437ae414df8f [2022-06-03T17:25:13.620Z] ---> 84440c7192c1 [2022-06-03T17:25:13.620Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-03T17:25:13.912Z] Removing intermediate container e84337f7ffb8 [2022-06-03T17:25:13.912Z] ---> d6a1c04c122a [2022-06-03T17:25:13.912Z] [2022-06-03T17:25:13.912Z] ---> Running in cad711e8fdb2 [2022-06-03T17:25:15.013Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-03T17:25:15.013Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T17:25:15.013Z] Removing intermediate container cad711e8fdb2 [2022-06-03T17:25:15.013Z] ---> 0ebe48d6c1be [2022-06-03T17:25:15.013Z] Step 27/30 : CMD ["gate"] [2022-06-03T17:25:15.013Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-03T17:25:15.013Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T17:25:15.316Z] ---> Running in 5c7219f508ab [2022-06-03T17:25:15.316Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-03T17:25:15.316Z] Successfully built d6a1c04c122a [2022-06-03T17:25:15.316Z] Successfully tagged core-metadata-arm64:latest [2022-06-03T17:25:15.316Z]  Building core-metadata ... done Building support-scheduler [2022-06-03T17:25:15.316Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-03T17:25:15.316Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:25:15.316Z] OK: 8 MiB in 20 packages [2022-06-03T17:25:15.670Z] Removing intermediate container 5c7219f508ab [2022-06-03T17:25:15.670Z] ---> 78ed33bff89e [2022-06-03T17:25:15.670Z] Step 28/30 : LABEL arch=arm64 [2022-06-03T17:25:15.977Z] ---> Running in 63b022091582 [2022-06-03T17:25:17.026Z] Removing intermediate container 110323712e92 [2022-06-03T17:25:17.026Z] Removing intermediate container 63b022091582 [2022-06-03T17:25:17.026Z] ---> e85af89ee372 [2022-06-03T17:25:17.026Z] Step 29/30 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:25:17.026Z] ---> 4e1c0e68674b [2022-06-03T17:25:17.026Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:25:17.303Z] ---> Running in e09f9ee08f37 [2022-06-03T17:25:17.580Z] Removing intermediate container e09f9ee08f37 [2022-06-03T17:25:17.580Z] ---> cbaac692f380 [2022-06-03T17:25:17.580Z] Step 30/30 : LABEL version=0.0.0 [2022-06-03T17:25:17.856Z] ---> 22ce85f7d6ba [2022-06-03T17:25:17.856Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-03T17:25:17.856Z] ---> Running in 56025a6e9224 [2022-06-03T17:25:18.458Z] Removing intermediate container 56025a6e9224 [2022-06-03T17:25:18.458Z] ---> 2e57c081ff9c [2022-06-03T17:25:18.458Z] [2022-06-03T17:25:19.052Z] ---> fb5e144941ef [2022-06-03T17:25:19.052Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-03T17:25:19.052Z] Successfully built 2e57c081ff9c [2022-06-03T17:25:19.052Z] Successfully tagged security-bootstrapper-arm64:latest [2022-06-03T17:25:19.052Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-06-03T17:25:19.657Z] ---> a504348057ac [2022-06-03T17:25:19.657Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-06-03T17:25:19.930Z] ---> Running in 2cde936d7045 [2022-06-03T17:25:20.203Z] Removing intermediate container 2cde936d7045 [2022-06-03T17:25:20.203Z] ---> b327b93323c8 [2022-06-03T17:25:20.203Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:25:20.203Z] ---> Running in 8528e2c6c9a7 [2022-06-03T17:25:20.811Z] Removing intermediate container 8528e2c6c9a7 [2022-06-03T17:25:20.811Z] ---> d4c7692fe16c [2022-06-03T17:25:20.811Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T17:25:20.811Z] ---> Running in 937f05c0461d [2022-06-03T17:25:21.084Z] Removing intermediate container 937f05c0461d [2022-06-03T17:25:21.084Z] ---> 9a3647df26d7 [2022-06-03T17:25:21.084Z] Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:25:21.084Z] ---> Running in c119e41f204d [2022-06-03T17:25:21.688Z] Removing intermediate container c119e41f204d [2022-06-03T17:25:21.688Z] ---> 6e3abd54d099 [2022-06-03T17:25:21.688Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:25:21.688Z] ---> Running in 5d30a0665c35 [2022-06-03T17:25:21.961Z] Removing intermediate container 5d30a0665c35 [2022-06-03T17:25:21.961Z] ---> d173831cdc2e [2022-06-03T17:25:21.961Z] [2022-06-03T17:25:22.560Z] Successfully built d173831cdc2e [2022-06-03T17:25:22.560Z] Successfully tagged core-data-arm64:latest [2022-06-03T17:26:30.555Z]  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:26:30.555Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:26:30.555Z] ---> 7305e8059a6c [2022-06-03T17:26:30.555Z] Step 3/20 : WORKDIR /edgex-go [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> e4aa3ea31ed6 [2022-06-03T17:26:30.555Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> ebc81c8547e3 [2022-06-03T17:26:30.555Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-06-03T17:26:30.555Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:26:30.555Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:26:30.555Z] ---> 7305e8059a6c [2022-06-03T17:26:30.555Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> e4aa3ea31ed6 [2022-06-03T17:26:30.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> ebc81c8547e3 [2022-06-03T17:26:30.555Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-03T17:26:30.555Z] ---> Running in 997496e4739e [2022-06-03T17:26:30.555Z] ---> Running in ba2523ee2e05 [2022-06-03T17:26:30.555Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:26:30.555Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:26:30.555Z] ---> 7305e8059a6c [2022-06-03T17:26:30.555Z] Step 3/23 : WORKDIR /edgex-go [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> e4aa3ea31ed6 [2022-06-03T17:26:30.555Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> ebc81c8547e3 [2022-06-03T17:26:30.555Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-03T17:26:30.555Z] ---> Running in 8eff6ef9b2c8 [2022-06-03T17:26:30.555Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-03T17:26:30.555Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-03T17:26:30.555Z] ---> 7305e8059a6c [2022-06-03T17:26:30.555Z] Step 3/22 : WORKDIR /edgex-go [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> e4aa3ea31ed6 [2022-06-03T17:26:30.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-03T17:26:30.555Z] ---> Using cache [2022-06-03T17:26:30.555Z] ---> ebc81c8547e3 [2022-06-03T17:26:30.555Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-06-03T17:26:30.555Z] ---> Running in 610e493df0c2 [2022-06-03T17:26:30.555Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:30.555Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:30.555Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:30.555Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:30.830Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:30.830Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:31.430Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:31.708Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:26:31.991Z] OK: 220 MiB in 52 packages [2022-06-03T17:26:32.276Z] OK: 220 MiB in 52 packages [2022-06-03T17:26:32.567Z] OK: 220 MiB in 52 packages [2022-06-03T17:26:32.850Z] OK: 220 MiB in 52 packages [2022-06-03T17:26:33.880Z] Removing intermediate container ba2523ee2e05 [2022-06-03T17:26:33.881Z] ---> 3977fd3181db [2022-06-03T17:26:33.881Z] Step 6/20 : COPY . . [2022-06-03T17:26:33.881Z] Removing intermediate container 997496e4739e [2022-06-03T17:26:33.881Z] ---> 1844e4df508b [2022-06-03T17:26:33.881Z] Step 6/22 : COPY . . [2022-06-03T17:26:34.155Z] Removing intermediate container 610e493df0c2 [2022-06-03T17:26:34.155Z] ---> 04e9eb944085 [2022-06-03T17:26:34.155Z] Step 6/22 : COPY . . [2022-06-03T17:26:34.155Z] Removing intermediate container 8eff6ef9b2c8 [2022-06-03T17:26:34.155Z] ---> ade2fd7167ed [2022-06-03T17:26:34.155Z] Step 6/23 : COPY go.mod . [2022-06-03T17:26:35.145Z] ---> b9a68b4a31aa [2022-06-03T17:26:35.145Z] Step 7/23 : RUN go mod download [2022-06-03T17:26:35.417Z] ---> Running in aa83b0f46b88 [2022-06-03T17:26:39.736Z] Removing intermediate container aa83b0f46b88 [2022-06-03T17:26:39.736Z] ---> faddbd25ac91 [2022-06-03T17:26:39.736Z] Step 8/23 : COPY . . [2022-06-03T17:27:01.922Z] ---> 67c4f33c5c21 [2022-06-03T17:27:01.922Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:27:01.922Z] ---> be367ac75e9d [2022-06-03T17:27:01.922Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:27:01.922Z] ---> b16704df1ae3 [2022-06-03T17:27:01.922Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-03T17:27:01.922Z] ---> Running in 4a918362cce2 [2022-06-03T17:27:01.922Z] ---> Running in b0403585648c [2022-06-03T17:27:01.922Z] ---> Running in 3f53abaf15f2 [2022-06-03T17:27:02.931Z] ---> 5cf3e5302361 [2022-06-03T17:27:02.931Z] Step 9/23 : RUN go mod tidy [2022-06-03T17:27:03.207Z] ---> Running in 52e429035664 [2022-06-03T17:27:03.207Z] skipping... [2022-06-03T17:27:03.483Z] skipping... [2022-06-03T17:27:03.759Z] skipping... [2022-06-03T17:27:04.742Z] Removing intermediate container 3f53abaf15f2 [2022-06-03T17:27:04.742Z] ---> a62186f1a562 [2022-06-03T17:27:04.742Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-03T17:27:04.742Z] ---> Running in aea159a2fb97 [2022-06-03T17:27:05.020Z] Removing intermediate container b0403585648c [2022-06-03T17:27:05.020Z] ---> a8bdb0f0953e [2022-06-03T17:27:05.020Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-03T17:27:05.020Z] Removing intermediate container 4a918362cce2 [2022-06-03T17:27:05.020Z] ---> 105e6cf13f57 [2022-06-03T17:27:05.020Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-06-03T17:27:05.020Z] ---> Running in 0270748fbe16 [2022-06-03T17:27:05.020Z] ---> Running in 62f0c0847bd5 [2022-06-03T17:27:06.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-03T17:27:07.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-03T17:27:07.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-06-03T17:27:09.364Z] Removing intermediate container 52e429035664 [2022-06-03T17:27:09.364Z] ---> a04cf012c71c [2022-06-03T17:27:09.364Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-06-03T17:27:09.364Z] ---> Running in 7e1f0b449cda [2022-06-03T17:27:11.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-03T17:28:48.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-03T17:28:58.427Z] Removing intermediate container 0270748fbe16 [2022-06-03T17:28:58.427Z] ---> 6a73b39ee60b [2022-06-03T17:28:58.427Z] [2022-06-03T17:28:58.427Z] Step 9/22 : FROM alpine:3.14 [2022-06-03T17:28:58.427Z] ---> ac73e934f311 [2022-06-03T17:28:58.427Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-03T17:28:58.427Z] ---> Using cache [2022-06-03T17:28:58.427Z] ---> 8f79515e1d61 [2022-06-03T17:28:58.427Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:28:58.427Z] ---> Using cache [2022-06-03T17:28:58.427Z] ---> a638c608fdf9 [2022-06-03T17:28:58.427Z] Step 12/22 : ENV APP_PORT=59882 [2022-06-03T17:28:58.427Z] ---> Running in e048e15c12bb [2022-06-03T17:28:58.427Z] Removing intermediate container 62f0c0847bd5 [2022-06-03T17:28:58.427Z] ---> deccf8b3acd2 [2022-06-03T17:28:58.427Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-03T17:28:58.427Z] ---> Running in c302ea7ad3b5 [2022-06-03T17:28:58.427Z] Removing intermediate container e048e15c12bb [2022-06-03T17:28:58.427Z] ---> 6522e473447c [2022-06-03T17:28:58.427Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-03T17:28:58.427Z] ---> Running in 21094ef36399 [2022-06-03T17:28:58.427Z] Removing intermediate container 21094ef36399 [2022-06-03T17:28:58.427Z] ---> 9100761e1534 [2022-06-03T17:28:58.427Z] Step 14/22 : WORKDIR / [2022-06-03T17:28:58.701Z] ---> Running in 7cccdd6ae503 [2022-06-03T17:28:59.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-03T17:28:59.293Z] Removing intermediate container 7cccdd6ae503 [2022-06-03T17:28:59.293Z] ---> 109966fcb427 [2022-06-03T17:28:59.293Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:29:00.737Z] ---> 55cbc31c5a68 [2022-06-03T17:29:00.737Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-03T17:29:01.352Z] Removing intermediate container aea159a2fb97 [2022-06-03T17:29:01.352Z] ---> ecf4531f2a91 [2022-06-03T17:29:01.352Z] [2022-06-03T17:29:01.352Z] Step 9/20 : FROM alpine:3.14 [2022-06-03T17:29:01.352Z] ---> ac73e934f311 [2022-06-03T17:29:01.352Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-06-03T17:29:01.352Z] ---> Running in 172af9613563 [2022-06-03T17:29:02.815Z] ---> be24ff18539e [2022-06-03T17:29:02.815Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-03T17:29:03.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:29:03.365Z] Removing intermediate container c302ea7ad3b5 [2022-06-03T17:29:03.365Z] ---> 0afc8e2e8f77 [2022-06-03T17:29:03.365Z] [2022-06-03T17:29:03.365Z] Step 10/22 : FROM docker:20.10.8 [2022-06-03T17:29:03.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:29:03.365Z] 20.10.8: Pulling from library/docker [2022-06-03T17:29:03.973Z] ---> 48ec511b4ff0 [2022-06-03T17:29:03.973Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-06-03T17:29:04.245Z] ---> Running in d0c2450aa11c [2022-06-03T17:29:04.520Z] (1/5) Installing ca-certificates (20211220-r0) [2022-06-03T17:29:04.520Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-06-03T17:29:04.520Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T17:29:04.520Z] (4/5) Installing libcurl (7.79.1-r1) [2022-06-03T17:29:04.520Z] (5/5) Installing curl (7.79.1-r1) [2022-06-03T17:29:04.520Z] Executing busybox-1.33.1-r7.trigger [2022-06-03T17:29:04.520Z] Executing ca-certificates-20211220-r0.trigger [2022-06-03T17:29:04.799Z] OK: 8 MiB in 19 packages [2022-06-03T17:29:05.400Z] Removing intermediate container d0c2450aa11c [2022-06-03T17:29:05.400Z] ---> 8393dca9d908 [2022-06-03T17:29:05.400Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:29:05.674Z] ---> Running in a28c73973028 [2022-06-03T17:29:06.269Z] Removing intermediate container a28c73973028 [2022-06-03T17:29:06.269Z] ---> f5fc64ed9343 [2022-06-03T17:29:06.269Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T17:29:06.544Z] Removing intermediate container 7e1f0b449cda [2022-06-03T17:29:06.544Z] ---> 9c5a1b6d7c2c [2022-06-03T17:29:06.544Z] [2022-06-03T17:29:06.544Z] Step 11/23 : FROM alpine:3.14 [2022-06-03T17:29:06.544Z] ---> ac73e934f311 [2022-06-03T17:29:06.544Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-06-03T17:29:06.544Z] ---> Using cache [2022-06-03T17:29:06.544Z] ---> 8f79515e1d61 [2022-06-03T17:29:06.544Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:29:06.544Z] ---> Using cache [2022-06-03T17:29:06.544Z] ---> a638c608fdf9 [2022-06-03T17:29:06.544Z] Step 14/23 : ENV APP_PORT=59861 [2022-06-03T17:29:06.544Z] ---> Running in 0d152b2344f5 [2022-06-03T17:29:06.828Z] ---> Running in 813f542a6a19 [2022-06-03T17:29:06.828Z] Removing intermediate container 172af9613563 [2022-06-03T17:29:06.828Z] ---> 46155fae68df [2022-06-03T17:29:06.828Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-03T17:29:07.113Z] ---> Running in 17748e49824e [2022-06-03T17:29:07.113Z] Removing intermediate container 0d152b2344f5 [2022-06-03T17:29:07.113Z] ---> 47b1b48b5843 [2022-06-03T17:29:07.113Z] Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:29:07.393Z] Removing intermediate container 813f542a6a19 [2022-06-03T17:29:07.393Z] ---> 55870c85ca7f [2022-06-03T17:29:07.393Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-03T17:29:07.393Z] ---> Running in a6d0dd49c7b0 [2022-06-03T17:29:07.393Z] ---> Running in 4b19612d5043 [2022-06-03T17:29:07.693Z] Removing intermediate container 17748e49824e [2022-06-03T17:29:07.693Z] ---> 10eda734592c [2022-06-03T17:29:07.693Z] Step 12/20 : WORKDIR /edgex [2022-06-03T17:29:07.693Z] ---> Running in 74c3d2f2cd02 [2022-06-03T17:29:07.969Z] Removing intermediate container a6d0dd49c7b0 [2022-06-03T17:29:07.969Z] ---> a3d1b620df64 [2022-06-03T17:29:07.969Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:29:07.969Z] Removing intermediate container 4b19612d5043 [2022-06-03T17:29:07.969Z] ---> 74825f099206 [2022-06-03T17:29:07.969Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-03T17:29:07.969Z] ---> Running in e646659cbe92 [2022-06-03T17:29:08.244Z] Removing intermediate container 74c3d2f2cd02 [2022-06-03T17:29:08.244Z] ---> ffb3fc702be8 [2022-06-03T17:29:08.244Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-03T17:29:08.844Z] Removing intermediate container e646659cbe92 [2022-06-03T17:29:08.844Z] ---> 6f6216e359f7 [2022-06-03T17:29:08.844Z] [2022-06-03T17:29:09.117Z] ---> fb366b0ca02d [2022-06-03T17:29:09.117Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-03T17:29:09.392Z] ---> 0a6c16d5c1da [2022-06-03T17:29:09.392Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-03T17:29:09.667Z] Successfully built 6f6216e359f7 [2022-06-03T17:29:09.667Z] Successfully tagged core-command-arm64:latest [2022-06-03T17:29:10.651Z]  Building core-command ... done  ---> b723c4914681 [2022-06-03T17:29:10.651Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-03T17:29:10.925Z] ---> d57e7ec38d5f [2022-06-03T17:29:10.925Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-03T17:29:11.524Z] ---> bdc8f0f660e3 [2022-06-03T17:29:11.524Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-06-03T17:29:11.797Z] ---> Running in 6df0d86a961c [2022-06-03T17:29:12.086Z] ---> cc028a7f7dd4 [2022-06-03T17:29:12.086Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-06-03T17:29:12.358Z] Removing intermediate container 6df0d86a961c [2022-06-03T17:29:12.358Z] ---> 3c3c713c0877 [2022-06-03T17:29:12.358Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:29:12.358Z] ---> Running in ee4aaf49ed43 [2022-06-03T17:29:12.358Z] ---> Running in c7be1caee682 [2022-06-03T17:29:12.966Z] Removing intermediate container ee4aaf49ed43 [2022-06-03T17:29:12.966Z] ---> 2dd51216b4e2 [2022-06-03T17:29:12.966Z] Step 17/20 : CMD ["--init=true"] [2022-06-03T17:29:12.966Z] ---> Running in 8d1a89471e4a [2022-06-03T17:29:12.966Z] Removing intermediate container c7be1caee682 [2022-06-03T17:29:12.966Z] ---> 63ef8542d62b [2022-06-03T17:29:12.966Z] Step 21/23 : LABEL arch=arm64 [2022-06-03T17:29:13.243Z] ---> Running in f4367242b566 [2022-06-03T17:29:13.521Z] Removing intermediate container 8d1a89471e4a [2022-06-03T17:29:13.521Z] ---> 2f4ed1bbdf25 [2022-06-03T17:29:13.521Z] Step 18/20 : LABEL arch=arm64 [2022-06-03T17:29:13.521Z] ---> Running in 45f110fa374c [2022-06-03T17:29:13.521Z] Removing intermediate container f4367242b566 [2022-06-03T17:29:13.521Z] ---> 06f8fecb23e7 [2022-06-03T17:29:13.521Z] Step 22/23 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:29:13.791Z] ---> Running in eceb8af5103f [2022-06-03T17:29:14.069Z] Removing intermediate container 45f110fa374c [2022-06-03T17:29:14.069Z] ---> 2af74ea2859e [2022-06-03T17:29:14.069Z] Step 19/20 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:29:14.342Z] Removing intermediate container eceb8af5103f [2022-06-03T17:29:14.342Z] ---> 61c320cb6614 [2022-06-03T17:29:14.342Z] Step 23/23 : LABEL version=0.0.0 [2022-06-03T17:29:14.342Z] ---> Running in c4fa7e6a2b9e [2022-06-03T17:29:14.342Z] ---> Running in ed3f25171f95 [2022-06-03T17:29:14.616Z] Removing intermediate container c4fa7e6a2b9e [2022-06-03T17:29:14.616Z] ---> 81ea0af47a6e [2022-06-03T17:29:14.616Z] Step 20/20 : LABEL version=0.0.0 [2022-06-03T17:29:14.891Z] ---> Running in 511790201bfd [2022-06-03T17:29:14.891Z] Removing intermediate container ed3f25171f95 [2022-06-03T17:29:14.891Z] ---> ab3f3245b1b9 [2022-06-03T17:29:14.891Z] [2022-06-03T17:29:15.489Z] Removing intermediate container 511790201bfd [2022-06-03T17:29:15.489Z] ---> 75f99c6b9648 [2022-06-03T17:29:15.489Z] [2022-06-03T17:29:15.767Z] Successfully built ab3f3245b1b9 [2022-06-03T17:29:15.767Z] Successfully tagged support-scheduler-arm64:latest [2022-06-03T17:29:16.040Z]  Building support-scheduler ... done Successfully built 75f99c6b9648 [2022-06-03T17:29:16.040Z] Successfully tagged security-proxy-setup-arm64:latest [2022-06-03T17:29:16.316Z]  Building security-proxy-setup ... done Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2022-06-03T17:29:16.316Z] Status: Downloaded newer image for docker:20.10.8 [2022-06-03T17:29:16.316Z] ---> 3734d5adc5ac [2022-06-03T17:29:16.316Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-06-03T17:29:16.596Z] ---> Running in 11b67ee5dc51 [2022-06-03T17:29:16.871Z] Removing intermediate container 11b67ee5dc51 [2022-06-03T17:29:16.871Z] ---> e49415f477d1 [2022-06-03T17:29:16.871Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-06-03T17:29:16.871Z] ---> Running in d1a9cc6a7c66 [2022-06-03T17:29:17.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-03T17:29:18.122Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-03T17:29:19.101Z] (1/42) Installing readline (8.1.0-r0) [2022-06-03T17:29:19.101Z] (2/42) Installing bash (5.1.16-r0) [2022-06-03T17:29:19.101Z] Executing bash-5.1.16-r0.post-install [2022-06-03T17:29:19.101Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-06-03T17:29:19.101Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-06-03T17:29:19.101Z] (5/42) Installing libcurl (7.79.1-r1) [2022-06-03T17:29:19.101Z] (6/42) Installing curl (7.79.1-r1) [2022-06-03T17:29:19.101Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-06-03T17:29:19.101Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-06-03T17:29:19.101Z] (9/42) Installing expat (2.4.7-r0) [2022-06-03T17:29:19.101Z] (10/42) Installing libffi (3.3-r2) [2022-06-03T17:29:19.101Z] (11/42) Installing gdbm (1.19-r0) [2022-06-03T17:29:19.101Z] (12/42) Installing xz-libs (5.2.5-r1) [2022-06-03T17:29:19.101Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-06-03T17:29:19.101Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-03T17:29:19.101Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-06-03T17:29:19.101Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-06-03T17:29:19.101Z] (17/42) Installing python3 (3.9.5-r2) [2022-06-03T17:29:21.072Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-06-03T17:29:21.072Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-06-03T17:29:21.072Z] (20/42) Installing py3-idna (3.2-r0) [2022-06-03T17:29:21.346Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-06-03T17:29:21.346Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-06-03T17:29:21.346Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-06-03T17:29:21.346Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-06-03T17:29:21.346Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-06-03T17:29:21.346Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-06-03T17:29:21.346Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-06-03T17:29:21.346Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-06-03T17:29:21.346Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-06-03T17:29:21.346Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-06-03T17:29:21.346Z] (31/42) Installing py3-six (1.15.0-r1) [2022-06-03T17:29:21.346Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-06-03T17:29:21.346Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-06-03T17:29:21.619Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-06-03T17:29:21.619Z] (35/42) Installing py3-packaging (20.9-r1) [2022-06-03T17:29:21.619Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-06-03T17:29:21.619Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-06-03T17:29:21.619Z] (38/42) Installing py3-progress (1.5-r2) [2022-06-03T17:29:21.619Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-06-03T17:29:21.619Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-06-03T17:29:21.619Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-06-03T17:29:21.892Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-06-03T17:29:22.493Z] Executing busybox-1.33.1-r3.trigger [2022-06-03T17:29:22.493Z] OK: 84 MiB in 64 packages [2022-06-03T17:29:26.794Z] Collecting docker-compose==1.23.2 [2022-06-03T17:29:26.794Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-03T17:29:26.794Z] Collecting docopt<0.7,>=0.6.1 [2022-06-03T17:29:26.794Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-03T17:29:28.226Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-06-03T17:29:28.499Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-03T17:29:28.775Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-03T17:29:29.754Z] Collecting PyYAML<4,>=3.10 [2022-06-03T17:29:29.754Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-03T17:29:34.056Z] Collecting cached-property<2,>=1.2.0 [2022-06-03T17:29:34.056Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-03T17:29:34.056Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-03T17:29:34.056Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-03T17:29:38.367Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-03T17:29:38.367Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-03T17:29:38.641Z] Collecting docker<4.0,>=3.6.0 [2022-06-03T17:29:38.641Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-03T17:29:38.915Z] Collecting texttable<0.10,>=0.9.0 [2022-06-03T17:29:38.915Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-03T17:29:41.539Z] Collecting jsonschema<3,>=2.5.1 [2022-06-03T17:29:41.814Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-03T17:29:42.088Z] Collecting docker-pycreds>=0.4.0 [2022-06-03T17:29:42.088Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-03T17:29:44.065Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-03T17:29:44.065Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-03T17:29:44.065Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-03T17:29:44.339Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-03T17:29:44.612Z] Collecting idna<2.8,>=2.5 [2022-06-03T17:29:44.612Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-03T17:29:44.612Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-06-03T17:29:44.886Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-03T17:29:44.886Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-03T17:29:44.886Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-03T17:29:44.886Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-03T17:29:45.864Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-03T17:29:45.864Z] Attempting uninstall: urllib3 [2022-06-03T17:29:45.864Z] Found existing installation: urllib3 1.26.5 [2022-06-03T17:29:45.864Z] Uninstalling urllib3-1.26.5: [2022-06-03T17:29:46.138Z] Successfully uninstalled urllib3-1.26.5 [2022-06-03T17:29:46.737Z] Attempting uninstall: idna [2022-06-03T17:29:46.737Z] Found existing installation: idna 3.2 [2022-06-03T17:29:46.737Z] Uninstalling idna-3.2: [2022-06-03T17:29:46.737Z] Successfully uninstalled idna-3.2 [2022-06-03T17:29:47.718Z] Attempting uninstall: chardet [2022-06-03T17:29:47.718Z] Found existing installation: chardet 4.0.0 [2022-06-03T17:29:47.718Z] Uninstalling chardet-4.0.0: [2022-06-03T17:29:47.990Z] Successfully uninstalled chardet-4.0.0 [2022-06-03T17:29:49.958Z] Attempting uninstall: requests [2022-06-03T17:29:49.958Z] Found existing installation: requests 2.25.1 [2022-06-03T17:29:49.958Z] Uninstalling requests-2.25.1: [2022-06-03T17:29:49.958Z] Successfully uninstalled requests-2.25.1 [2022-06-03T17:29:50.231Z] Running setup.py install for texttable: started [2022-06-03T17:29:52.849Z] Running setup.py install for texttable: finished with status 'done' [2022-06-03T17:29:52.849Z] Running setup.py install for PyYAML: started [2022-06-03T17:29:55.459Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-03T17:29:55.734Z] Running setup.py install for docopt: started [2022-06-03T17:29:58.341Z] Running setup.py install for docopt: finished with status 'done' [2022-06-03T17:29:58.341Z] Running setup.py install for dockerpty: started [2022-06-03T17:30:00.305Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-03T17:30:02.274Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-06-03T17:30:12.412Z] Removing intermediate container d1a9cc6a7c66 [2022-06-03T17:30:12.412Z] ---> 54682ae71d0a [2022-06-03T17:30:12.412Z] Step 13/22 : ENV APP_PORT=58890 [2022-06-03T17:30:12.412Z] ---> Running in 48fa9cdeb3bb [2022-06-03T17:30:12.412Z] Removing intermediate container 48fa9cdeb3bb [2022-06-03T17:30:12.412Z] ---> 51557ea4ba2c [2022-06-03T17:30:12.412Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-03T17:30:12.412Z] ---> Running in 7ba9f1ded7a3 [2022-06-03T17:30:12.412Z] Removing intermediate container 7ba9f1ded7a3 [2022-06-03T17:30:12.412Z] ---> 781034ee8a21 [2022-06-03T17:30:12.412Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-03T17:30:13.008Z] ---> 77a564cd83d3 [2022-06-03T17:30:13.008Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-03T17:30:13.603Z] ---> 70c9e6f7d081 [2022-06-03T17:30:13.603Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-03T17:30:14.200Z] ---> b62c27553348 [2022-06-03T17:30:14.200Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-03T17:30:14.472Z] ---> Running in 8fc435840d35 [2022-06-03T17:30:14.745Z] Removing intermediate container 8fc435840d35 [2022-06-03T17:30:14.745Z] ---> 7f47907c9619 [2022-06-03T17:30:14.745Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-03T17:30:14.745Z] ---> Running in cb3fb55547e0 [2022-06-03T17:30:15.021Z] Removing intermediate container cb3fb55547e0 [2022-06-03T17:30:15.021Z] ---> 079e6b4719ef [2022-06-03T17:30:15.021Z] Step 20/22 : LABEL arch=arm64 [2022-06-03T17:30:15.296Z] ---> Running in 381ea35ebe75 [2022-06-03T17:30:15.569Z] Removing intermediate container 381ea35ebe75 [2022-06-03T17:30:15.569Z] ---> d523699b3769 [2022-06-03T17:30:15.569Z] Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 [2022-06-03T17:30:15.569Z] ---> Running in a62c83e954da [2022-06-03T17:30:16.166Z] Removing intermediate container a62c83e954da [2022-06-03T17:30:16.166Z] ---> f888c0af3e2e [2022-06-03T17:30:16.166Z] Step 22/22 : LABEL version=0.0.0 [2022-06-03T17:30:16.166Z] ---> Running in 236c34eebb18 [2022-06-03T17:30:16.439Z] Removing intermediate container 236c34eebb18 [2022-06-03T17:30:16.439Z] ---> 48ad98f6e652 [2022-06-03T17:30:16.439Z] [2022-06-03T17:30:17.035Z] Successfully built 48ad98f6e652 [2022-06-03T17:30:17.035Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-06-03T17:30:17.649Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-06-03T17:30:17.665Z] $ docker stop --time=1 2f23953e992d7686ad0fe55b9ec9fae340f59ff42fbe0099296db03678076a3e [2022-06-03T17:30:19.378Z] $ docker rm -f 2f23953e992d7686ad0fe55b9ec9fae340f59ff42fbe0099296db03678076a3e [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-03T17:30:20.012Z] + docker images [2022-06-03T17:30:20.285Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-03T17:30:20.285Z] sys-mgmt-agent-arm64 latest 48ad98f6e652 4 seconds ago 277MB [2022-06-03T17:30:20.285Z] security-proxy-setup-arm64 latest 75f99c6b9648 About a minute ago 25.3MB [2022-06-03T17:30:20.285Z] support-scheduler-arm64 latest ab3f3245b1b9 About a minute ago 15.3MB [2022-06-03T17:30:20.285Z] core-command-arm64 latest 6f6216e359f7 About a minute ago 15.1MB [2022-06-03T17:30:20.285Z] 9c5a1b6d7c2c About a minute ago 1.6GB [2022-06-03T17:30:20.285Z] 0afc8e2e8f77 About a minute ago 1.6GB [2022-06-03T17:30:20.285Z] ecf4531f2a91 About a minute ago 1.61GB [2022-06-03T17:30:20.285Z] 6a73b39ee60b About a minute ago 1.6GB [2022-06-03T17:30:20.285Z] core-data-arm64 latest d173831cdc2e 4 minutes ago 19.2MB [2022-06-03T17:30:20.285Z] security-bootstrapper-arm64 latest 2e57c081ff9c 5 minutes ago 18MB [2022-06-03T17:30:20.285Z] core-metadata-arm64 latest d6a1c04c122a 5 minutes ago 15.9MB [2022-06-03T17:30:20.285Z] security-secretstore-setup-arm64 latest 187b1778a00b 5 minutes ago 26.8MB [2022-06-03T17:30:20.285Z] support-notifications-arm64 latest e37c5033cdf9 5 minutes ago 16MB [2022-06-03T17:30:20.285Z] cb1273fe7a03 5 minutes ago 1.61GB [2022-06-03T17:30:20.285Z] 60b1ecb62504 5 minutes ago 1.61GB [2022-06-03T17:30:20.285Z] 15b26b134ec1 5 minutes ago 1.61GB [2022-06-03T17:30:20.285Z] e4b1ab5fe84b 5 minutes ago 1.61GB [2022-06-03T17:30:20.285Z] 39116c607cab 5 minutes ago 1.6GB [2022-06-03T17:30:20.285Z] ci-base-image-arm64 latest 7305e8059a6c 17 minutes ago 1.26GB [2022-06-03T17:30:20.285Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64 1.17-alpine-lts 5f011755c4a2 6 days ago 551MB [2022-06-03T17:30:20.285Z] alpine 3.14 ac73e934f311 8 weeks ago 5.34MB [2022-06-03T17:30:20.285Z] docker 20.10.8 3734d5adc5ac 9 months ago 198MB [2022-06-03T17:30:20.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 23 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:30:21.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T17:30:21.098Z] [2022-06-03T17:30:21.098Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:30:21.514Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T17:30:21.789Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-03T17:30:21.789Z] 8998bd30e6a1: Pulling fs layer [2022-06-03T17:30:21.789Z] 04944245beec: Pulling fs layer [2022-06-03T17:30:21.789Z] 699f458cf7ca: Pulling fs layer [2022-06-03T17:30:21.789Z] 765212b225bb: Pulling fs layer [2022-06-03T17:30:21.789Z] f23df028b6ca: Pulling fs layer [2022-06-03T17:30:21.789Z] d65c8cfc05b1: Pulling fs layer [2022-06-03T17:30:21.789Z] 2437ff75d9bd: Pulling fs layer [2022-06-03T17:30:21.789Z] 765212b225bb: Waiting [2022-06-03T17:30:21.789Z] f23df028b6ca: Waiting [2022-06-03T17:30:21.789Z] d65c8cfc05b1: Waiting [2022-06-03T17:30:21.789Z] 2437ff75d9bd: Waiting [2022-06-03T17:30:21.789Z] 04944245beec: Verifying Checksum [2022-06-03T17:30:21.789Z] 04944245beec: Download complete [2022-06-03T17:30:21.789Z] 765212b225bb: Verifying Checksum [2022-06-03T17:30:21.789Z] 765212b225bb: Download complete [2022-06-03T17:30:22.067Z] f23df028b6ca: Download complete [2022-06-03T17:30:22.067Z] d65c8cfc05b1: Verifying Checksum [2022-06-03T17:30:22.067Z] d65c8cfc05b1: Download complete [2022-06-03T17:30:22.067Z] 699f458cf7ca: Verifying Checksum [2022-06-03T17:30:22.067Z] 699f458cf7ca: Download complete [2022-06-03T17:30:22.343Z] 8998bd30e6a1: Verifying Checksum [2022-06-03T17:30:22.343Z] 8998bd30e6a1: Download complete [2022-06-03T17:30:24.963Z] 2437ff75d9bd: Verifying Checksum [2022-06-03T17:30:24.963Z] 2437ff75d9bd: Download complete [2022-06-03T17:30:26.948Z] 8998bd30e6a1: Pull complete [2022-06-03T17:30:27.548Z] 04944245beec: Pull complete [2022-06-03T17:30:28.984Z] 699f458cf7ca: Pull complete [2022-06-03T17:30:29.259Z] 765212b225bb: Pull complete [2022-06-03T17:30:30.244Z] f23df028b6ca: Pull complete [2022-06-03T17:30:30.518Z] d65c8cfc05b1: Pull complete [2022-06-03T17:30:45.600Z] 2437ff75d9bd: Pull complete [2022-06-03T17:30:45.600Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-03T17:30:45.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-03T17:30:45.600Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:30:46.000Z] prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container [2022-06-03T17:30:46.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-03T17:30:48.954Z] $ docker top 20a6ea3a46c8f81e9742c6f020c12b0683e138b15db10f290074d6bd4eca4eaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:30:50.027Z] ---> job-cost.sh [2022-06-03T17:30:50.027Z] lf-activate-venv: SKIPPING [2022-06-03T17:30:50.027Z] INFO: No Stack... [2022-06-03T17:30:50.625Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-03T17:30:51.601Z] INFO: Archiving Costs [Pipeline] sh [2022-06-03T17:30:52.306Z] + cut -d, -f6 [2022-06-03T17:30:52.306Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-06-03T17:30:52.378Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] [2022-06-03T17:30:52.383Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] did not exist. Created. [2022-06-03T17:30:52.383Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-03T17:30:53.239Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-03T17:30:53.591Z] Stashed 1 file(s) [Pipeline] } [2022-06-03T17:30:53.608Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-03T17:30:53.692Z] $ docker stop --time=1 20a6ea3a46c8f81e9742c6f020c12b0683e138b15db10f290074d6bd4eca4eaf [2022-06-03T17:30:55.260Z] $ docker rm -f 20a6ea3a46c8f81e9742c6f020c12b0683e138b15db10f290074d6bd4eca4eaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-06-03T17:30:56.363Z] provisioning config files... [2022-06-03T17:30:56.370Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3008090912025299402tmp [Pipeline] { [Pipeline] sh [2022-06-03T17:30:56.703Z] + set +x [2022-06-03T17:30:56.703Z] + curl -s https://codecov.io/bash [2022-06-03T17:30:56.703Z] + bash -s -- [2022-06-03T17:30:56.703Z] [2022-06-03T17:30:56.703Z] _____ _ [2022-06-03T17:30:56.703Z] / ____| | | [2022-06-03T17:30:56.703Z] | | ___ __| | ___ ___ _____ __ [2022-06-03T17:30:56.703Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-03T17:30:56.703Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-03T17:30:56.703Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-03T17:30:56.703Z] Bash-1.0.6 [2022-06-03T17:30:56.703Z] [2022-06-03T17:30:56.703Z] [2022-06-03T17:30:56.703Z] ==> git version 2.25.1 found [2022-06-03T17:30:56.703Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-06-03T17:30:56.703Z] Release-Date: 2020-01-08 [2022-06-03T17:30:56.703Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-03T17:30:56.703Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-03T17:30:56.703Z] ==> Jenkins CI detected. [2022-06-03T17:30:56.703Z] current dir:  /w/workspace/edgex-go/1 [2022-06-03T17:30:56.703Z] project root: . [2022-06-03T17:30:56.703Z] --> token set from env [2022-06-03T17:30:56.703Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-03T17:30:56.703Z] ==> Running gcov in . (disable via -X gcov) [2022-06-03T17:30:56.703Z] ==> Python coveragepy not found [2022-06-03T17:30:56.703Z] ==> Searching for coverage reports in: [2022-06-03T17:30:56.703Z] + . [2022-06-03T17:30:56.703Z] -> Found 1 reports [2022-06-03T17:30:56.703Z] ==> Detecting git/mercurial file structure [2022-06-03T17:30:56.703Z] ==> Reading reports [2022-06-03T17:30:56.703Z] + ./coverage.out bytes=428658 [2022-06-03T17:30:56.963Z] ==> Appending adjustments [2022-06-03T17:30:56.963Z] https://docs.codecov.io/docs/fixing-reports [2022-06-03T17:30:57.901Z] + Found adjustments [2022-06-03T17:30:57.901Z] ==> Gzipping contents [2022-06-03T17:30:57.901Z] 64K /tmp/codecov.FKv5uV.gz [2022-06-03T17:30:57.901Z] ==> Uploading reports [2022-06-03T17:30:57.901Z] url: https://codecov.io [2022-06-03T17:30:57.901Z] query: branch=PR-4049&commit=584be5715a8a5b697f057ea5ff59149c218b4b77&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4049%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4049&job=&cmd_args= [2022-06-03T17:30:57.901Z] -> Pinging Codecov [2022-06-03T17:30:57.901Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4049&commit=584be5715a8a5b697f057ea5ff59149c218b4b77&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4049%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4049&job=&cmd_args= [2022-06-03T17:30:58.471Z] -> Uploading to [2022-06-03T17:30:58.471Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-03/00271124DB129430A58F1EEE437C3FCB/584be5715a8a5b697f057ea5ff59149c218b4b77/3961c5d7-4d5d-419a-a781-4c18573509c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220603%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220603T173058Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2463380a1f677d0420ea659168b1a639cbe110db840b14bc41cf8c6e1899e594 [2022-06-03T17:30:58.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-03T17:30:58.471Z] Dload Upload Total Spent Left Speed [2022-06-03T17:30:58.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65239 0 0 100 65239 0 267k --:--:-- --:--:-- --:--:-- 268k [2022-06-03T17:30:58.731Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] } [2022-06-03T17:30:58.762Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-06-03T17:31:00.085Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:00.467Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:01.372Z] ---> package-listing.sh [2022-06-03T17:31:01.372Z] ++ facter osfamily [2022-06-03T17:31:01.372Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-03T17:31:01.635Z] + OS_FAMILY=debian [2022-06-03T17:31:01.635Z] + workspace=/w/workspace/edgex-go/1 [2022-06-03T17:31:01.635Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-03T17:31:01.635Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-03T17:31:01.635Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-03T17:31:01.635Z] + PACKAGES=/tmp/packages_start.txt [2022-06-03T17:31:01.635Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-03T17:31:01.635Z] + PACKAGES=/tmp/packages_end.txt [2022-06-03T17:31:01.635Z] + case "${OS_FAMILY}" in [2022-06-03T17:31:01.635Z] + dpkg -l [2022-06-03T17:31:01.635Z] + grep '^ii' [2022-06-03T17:31:01.635Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-03T17:31:01.635Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-03T17:31:01.635Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-03T17:31:01.635Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-03T17:31:01.635Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-06-03T17:31:01.635Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-06-03T17:31:01.670Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-03T17:31:01.968Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:31:02.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T17:31:02.334Z] [2022-06-03T17:31:02.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-03T17:31:02.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T17:31:02.704Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-03T17:31:02.704Z] 5eb5b503b376: Pulling fs layer [2022-06-03T17:31:02.704Z] 5c69ac0246d0: Pulling fs layer [2022-06-03T17:31:02.704Z] ec43610c2a17: Pulling fs layer [2022-06-03T17:31:02.704Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-03T17:31:02.704Z] 33b1e0a273af: Pulling fs layer [2022-06-03T17:31:02.704Z] 5d3b04190fa2: Pulling fs layer [2022-06-03T17:31:02.704Z] 2f39f015ded8: Pulling fs layer [2022-06-03T17:31:02.704Z] 3a2ae6a8a46f: Waiting [2022-06-03T17:31:02.704Z] 33b1e0a273af: Waiting [2022-06-03T17:31:02.704Z] 5d3b04190fa2: Waiting [2022-06-03T17:31:02.704Z] 2f39f015ded8: Waiting [2022-06-03T17:31:02.704Z] 5c69ac0246d0: Verifying Checksum [2022-06-03T17:31:02.704Z] 5c69ac0246d0: Download complete [2022-06-03T17:31:02.704Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-03T17:31:02.704Z] 3a2ae6a8a46f: Download complete [2022-06-03T17:31:02.704Z] ec43610c2a17: Verifying Checksum [2022-06-03T17:31:02.704Z] ec43610c2a17: Download complete [2022-06-03T17:31:02.704Z] 5d3b04190fa2: Download complete [2022-06-03T17:31:02.704Z] 33b1e0a273af: Verifying Checksum [2022-06-03T17:31:02.704Z] 33b1e0a273af: Download complete [2022-06-03T17:31:02.962Z] 5eb5b503b376: Verifying Checksum [2022-06-03T17:31:02.962Z] 5eb5b503b376: Download complete [2022-06-03T17:31:03.531Z] 2f39f015ded8: Verifying Checksum [2022-06-03T17:31:03.531Z] 2f39f015ded8: Download complete [2022-06-03T17:31:04.102Z] 5eb5b503b376: Pull complete [2022-06-03T17:31:04.362Z] 5c69ac0246d0: Pull complete [2022-06-03T17:31:04.620Z] ec43610c2a17: Pull complete [2022-06-03T17:31:04.881Z] 3a2ae6a8a46f: Pull complete [2022-06-03T17:31:05.140Z] 33b1e0a273af: Pull complete [2022-06-03T17:31:05.140Z] 5d3b04190fa2: Pull complete [2022-06-03T17:31:09.335Z] 2f39f015ded8: Pull complete [2022-06-03T17:31:09.335Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-03T17:31:09.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-03T17:31:09.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-03T17:31:09.543Z] prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container [2022-06-03T17:31:09.578Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-03T17:31:11.569Z] $ docker top 1cc5c684e69364adf9a7bad8f01a637433f9057a6208a71c8ed40161795216cb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-03T17:31:11.973Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-03T17:31:12.288Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-03T17:31:12.600Z] + ls /var/log/sa-host [2022-06-03T17:31:12.600Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-03T17:31:12.800Z] provisioning config files... [2022-06-03T17:31:12.810Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8077676295875168670tmp [Pipeline] { [Pipeline] echo [2022-06-03T17:31:12.859Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:13.183Z] ---> create-netrc.sh [Pipeline] } [2022-06-03T17:31:13.212Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:13.635Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-03T17:31:13.664Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:13.976Z] ---> sudo-logs.sh [2022-06-03T17:31:13.976Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-03T17:31:14.054Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:14.370Z] ---> job-cost.sh [2022-06-03T17:31:14.370Z] lf-activate-venv: SKIPPING [2022-06-03T17:31:14.370Z] DEBUG: total: 0.10999999940395355 [2022-06-03T17:31:14.370Z] INFO: Retrieving Stack Cost... [2022-06-03T17:31:14.940Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-03T17:31:15.201Z] INFO: Archiving Costs [Pipeline] echo [2022-06-03T17:31:15.234Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-03T17:31:15.547Z] ---> logs-deploy.sh [2022-06-03T17:31:15.547Z] lf-activate-venv: SKIPPING [2022-06-03T17:31:15.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4049/1 [2022-06-03T17:31:15.547Z] INFO: archiving workspace using pattern(s): [2022-06-03T17:31:16.487Z] Archives upload complete. [2022-06-03T17:31:16.487Z] INFO: archiving logs to Nexus