Pull request #4042 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1+f08ebb17cd451bf4d1e25a5d268e97d10422aedc (ffe708513167ed8a9f6beb3ad2ef2cb8a4a13d8a) 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-ssh9589162186915276568.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh15961966899739504951.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-4042/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-4042/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13924737308553300437.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-4042/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16523186122737261051.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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-ssh3235135418788168335.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-4042/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-4042/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1329017763190429989.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-710 in /w/workspace/edgexfoundry_edgex-go_PR-4042 [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 f08ebb17cd451bf4d1e25a5d268e97d10422aedc into PR head commit c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 Merge succeeded, producing c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 Checking out Revision c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 (PR-4042) > 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/4042/head:refs/remotes/origin/PR-4042 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 # 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 f08ebb17cd451bf4d1e25a5d268e97d10422aedc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 # timeout=10 Commit message: "build: Update chnage log and released go mods for 2.1.1 patch" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-02T22:52:30.779Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-02T22:52:30.940Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-02T22:52:31.036Z] ========================================================= [2022-06-02T22:52:31.036Z] EdgeX Global Pipelines Version Info [2022-06-02T22:52:31.036Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:52:31.807Z] ------------------- [2022-06-02T22:52:31.807Z] stable info: [2022-06-02T22:52:31.807Z] ------------------- [2022-06-02T22:52:31.807Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-02T22:52:31.807Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-06-02T22:52:31.807Z] Message: update stable to v1.0.230 [2022-06-02T22:52:32.378Z] ------------------- [2022-06-02T22:52:32.378Z] experimental info: [2022-06-02T22:52:32.378Z] ------------------- [2022-06-02T22:52:32.378Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-02T22:52:32.378Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-02T22:52:32.378Z] Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-02T22:52:32.742Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-06-02T22:52:32.783Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-06-02T22:52:32.819Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-02T22:52:32.853Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-02T22:52:32.895Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-02T22:52:32.933Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-02T22:52:32.972Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-02T22:52:33.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-06-02T22:52:33.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-06-02T22:52:33.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-06-02T22:52:33.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-02T22:52:33.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-02T22:52:33.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-02T22:52:33.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-02T22:52:33.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-02T22:52:33.282Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-02T22:52:33.313Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-02T22:52:33.349Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-02T22:52:33.386Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-06-02T22:52:33.417Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-06-02T22:52:33.453Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-06-02T22:52:33.494Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-02T22:52:33.534Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4042 [Pipeline] echo [2022-06-02T22:52:33.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4042 [Pipeline] echo [2022-06-02T22:52:33.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4042 [Pipeline] echo [2022-06-02T22:52:33.652Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [Pipeline] echo [2022-06-02T22:52:33.690Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c1ceb6c [Pipeline] echo [2022-06-02T22:52:33.732Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-02T22:52:33.842Z] provisioning config files... [2022-06-02T22:52:33.855Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2396080396338221090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:52:34.217Z] ---> docker-login.sh [2022-06-02T22:52:34.217Z] nexus3.edgexfoundry.org:10001 [2022-06-02T22:52:34.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:52:34.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:52:34.477Z] Configure a credential helper to remove this warning. See [2022-06-02T22:52:34.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:52:34.477Z] [2022-06-02T22:52:34.477Z] Login Succeeded [2022-06-02T22:52:34.477Z] nexus3.edgexfoundry.org:10002 [2022-06-02T22:52:34.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:52:34.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:52:34.741Z] Configure a credential helper to remove this warning. See [2022-06-02T22:52:34.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:52:34.741Z] [2022-06-02T22:52:34.741Z] Login Succeeded [2022-06-02T22:52:34.741Z] nexus3.edgexfoundry.org:10003 [2022-06-02T22:52:34.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:52:34.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:52:34.741Z] Configure a credential helper to remove this warning. See [2022-06-02T22:52:34.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:52:34.741Z] [2022-06-02T22:52:34.741Z] Login Succeeded [2022-06-02T22:52:34.741Z] nexus3.edgexfoundry.org:10004 [2022-06-02T22:52:35.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:52:35.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:52:35.007Z] Configure a credential helper to remove this warning. See [2022-06-02T22:52:35.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:52:35.007Z] [2022-06-02T22:52:35.007Z] Login Succeeded [2022-06-02T22:52:35.007Z] docker.io [2022-06-02T22:52:35.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:52:35.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:52:35.268Z] Configure a credential helper to remove this warning. See [2022-06-02T22:52:35.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:52:35.268Z] [2022-06-02T22:52:35.268Z] Login Succeeded [2022-06-02T22:52:35.268Z] ---> docker-login.sh ends [Pipeline] } [2022-06-02T22:52:35.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-02T22:52:35.697Z] + 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-02T22:52:35.697Z] + dirname cmd/core-command/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo core-command,cmd/core-command/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/core-data/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo core-data,cmd/core-data/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/core-metadata/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-06-02T22:52:35.697Z] + + dirname cmd/support-notifications/Dockerfile [2022-06-02T22:52:35.697Z] cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/support-scheduler/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-06-02T22:52:35.697Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-06-02T22:52:35.697Z] + cut -d/ -f2 [2022-06-02T22:52:35.697Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-06-02T22:52:35.747Z] 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-02T22:52:36.224Z] + git rev-list -1 --merges c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1~1..c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [Pipeline] echo [2022-06-02T22:52:36.252Z] -----------> git rev-list -1 --merges c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1~1..c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [false] [Pipeline] sh [2022-06-02T22:52:36.560Z] + git log --format=format:%s -1 c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [Pipeline] echo [2022-06-02T22:52:36.597Z] ========================================================= [2022-06-02T22:52:36.597Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-02T22:52:36.597Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-06-02T22:52:37.090Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-02T22:52:37.090Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-02T22:52:37.090Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-02T22:52:37.090Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-02T22:52:37.090Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-02T22:52:37.090Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-02T22:52:37.090Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:52:37.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-02T22:52:37.572Z] [2022-06-02T22:52:37.572Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:52:37.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-02T22:52:37.942Z] latest: Pulling from edgex-devops/py-git-semver [2022-06-02T22:52:37.942Z] 1fe172e4850f: Pulling fs layer [2022-06-02T22:52:37.942Z] caf521ccaac6: Pulling fs layer [2022-06-02T22:52:37.942Z] 3ead6fa29328: Pulling fs layer [2022-06-02T22:52:37.942Z] 5c2a1cbceb83: Pulling fs layer [2022-06-02T22:52:37.942Z] a8d5f1318db7: Pulling fs layer [2022-06-02T22:52:37.942Z] c427282e49a2: Pulling fs layer [2022-06-02T22:52:37.942Z] 1827001aaf11: Pulling fs layer [2022-06-02T22:52:37.942Z] 0714d37db230: Pulling fs layer [2022-06-02T22:52:37.942Z] ac28cf19c067: Pulling fs layer [2022-06-02T22:52:37.942Z] ca983d60f3e2: Pulling fs layer [2022-06-02T22:52:37.942Z] 9f894cec8388: Pulling fs layer [2022-06-02T22:52:37.942Z] 5c2a1cbceb83: Waiting [2022-06-02T22:52:37.942Z] a8d5f1318db7: Waiting [2022-06-02T22:52:37.942Z] c427282e49a2: Waiting [2022-06-02T22:52:37.942Z] 1827001aaf11: Waiting [2022-06-02T22:52:37.942Z] 0714d37db230: Waiting [2022-06-02T22:52:37.942Z] ac28cf19c067: Waiting [2022-06-02T22:52:37.942Z] ca983d60f3e2: Waiting [2022-06-02T22:52:37.942Z] caf521ccaac6: Verifying Checksum [2022-06-02T22:52:37.942Z] caf521ccaac6: Download complete [2022-06-02T22:52:37.942Z] 5c2a1cbceb83: Verifying Checksum [2022-06-02T22:52:37.942Z] 5c2a1cbceb83: Download complete [2022-06-02T22:52:38.205Z] a8d5f1318db7: Verifying Checksum [2022-06-02T22:52:38.205Z] a8d5f1318db7: Download complete [2022-06-02T22:52:38.205Z] c427282e49a2: Verifying Checksum [2022-06-02T22:52:38.205Z] c427282e49a2: Download complete [2022-06-02T22:52:38.205Z] 3ead6fa29328: Verifying Checksum [2022-06-02T22:52:38.206Z] 3ead6fa29328: Download complete [2022-06-02T22:52:38.206Z] 0714d37db230: Verifying Checksum [2022-06-02T22:52:38.206Z] 0714d37db230: Download complete [2022-06-02T22:52:38.206Z] ac28cf19c067: Verifying Checksum [2022-06-02T22:52:38.206Z] ac28cf19c067: Download complete [2022-06-02T22:52:38.206Z] ca983d60f3e2: Verifying Checksum [2022-06-02T22:52:38.206Z] ca983d60f3e2: Download complete [2022-06-02T22:52:38.206Z] 9f894cec8388: Verifying Checksum [2022-06-02T22:52:38.206Z] 9f894cec8388: Download complete [2022-06-02T22:52:38.206Z] 1fe172e4850f: Verifying Checksum [2022-06-02T22:52:38.206Z] 1fe172e4850f: Download complete [2022-06-02T22:52:38.467Z] 1827001aaf11: Download complete [2022-06-02T22:52:39.406Z] 1fe172e4850f: Pull complete [2022-06-02T22:52:39.668Z] caf521ccaac6: Pull complete [2022-06-02T22:52:40.239Z] 3ead6fa29328: Pull complete [2022-06-02T22:52:40.239Z] 5c2a1cbceb83: Pull complete [2022-06-02T22:52:40.500Z] a8d5f1318db7: Pull complete [2022-06-02T22:52:40.500Z] c427282e49a2: Pull complete [2022-06-02T22:52:42.422Z] 1827001aaf11: Pull complete [2022-06-02T22:52:42.422Z] 0714d37db230: Pull complete [2022-06-02T22:52:42.422Z] ac28cf19c067: Pull complete [2022-06-02T22:52:42.422Z] ca983d60f3e2: Pull complete [2022-06-02T22:52:42.683Z] 9f894cec8388: Pull complete [2022-06-02T22:52:42.683Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-06-02T22:52:42.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-02T22:52:42.683Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:52:42.899Z] prd-ubuntu20.04-docker-8c-8g-710 does not seem to be running inside a container [2022-06-02T22:52:42.940Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-06-02T22:52:44.394Z] $ docker top 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 -eo pid,comm [2022-06-02T22:52:44.453Z] 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-02T22:52:44.453Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-02T22:52:44.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-02T22:52:44.566Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-02T22:52:44.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-02T22:52:44.703Z] $ docker exec 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 ssh-agent [2022-06-02T22:52:44.813Z] SSH_AUTH_SOCK=/tmp/ssh-OL7V5jgApan3/agent.34 [2022-06-02T22:52:44.813Z] SSH_AGENT_PID=40 [2022-06-02T22:52:44.819Z] Running ssh-add (command line suppressed) [2022-06-02T22:52:44.946Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2685343747800099263.key (/w/workspace/edgex-go/1@tmp/private_key_2685343747800099263.key) [2022-06-02T22:52:44.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-02T22:52:45.286Z] + git tag --points-at HEAD [Pipeline] } [2022-06-02T22:52:45.318Z] $ docker exec --env ******** --env ******** 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 ssh-agent -k [2022-06-02T22:52:45.428Z] unset SSH_AUTH_SOCK; [2022-06-02T22:52:45.428Z] unset SSH_AGENT_PID; [2022-06-02T22:52:45.429Z] echo Agent pid 40 killed; [2022-06-02T22:52:45.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-02T22:52:45.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-02T22:52:45.528Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-02T22:52:45.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-02T22:52:45.663Z] $ docker exec 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 ssh-agent [2022-06-02T22:52:45.773Z] SSH_AUTH_SOCK=/tmp/ssh-uc6Xa3sf99KL/agent.73 [2022-06-02T22:52:45.773Z] SSH_AGENT_PID=81 [2022-06-02T22:52:45.778Z] Running ssh-add (command line suppressed) [2022-06-02T22:52:45.901Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5987281737141517736.key (/w/workspace/edgex-go/1@tmp/private_key_5987281737141517736.key) [2022-06-02T22:52:45.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-02T22:52:46.239Z] + git semver init [2022-06-02T22:52:46.500Z] 2022-06-02 22:52:46,427 [run_init] DEBUG init version:0.0.0 force:False [2022-06-02T22:52:46.500Z] 2022-06-02 22:52:46,428 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-06-02T22:52:46.500Z] 2022-06-02 22:52:46,428 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-06-02T22:52:46.500Z] 2022-06-02 22:52:46,428 [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-02T22:52:50.754Z] 2022-06-02 22:52:50,407 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,408 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4042 with force:False [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,408 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4042 [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,412 [execute] INFO git cat-file --batch-check [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,412 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,418 [execute] INFO git cat-file --batch [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,419 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-06-02T22:52:50.754Z] 2022-06-02 22:52:50,423 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4042 [2022-06-02T22:52:50.754Z] 0.0.0 [Pipeline] } [2022-06-02T22:52:50.786Z] $ docker exec --env ******** --env ******** 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 ssh-agent -k [2022-06-02T22:52:50.887Z] unset SSH_AUTH_SOCK; [2022-06-02T22:52:50.887Z] unset SSH_AGENT_PID; [2022-06-02T22:52:50.887Z] echo Agent pid 81 killed; [2022-06-02T22:52:50.893Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-02T22:52:51.318Z] + git semver [Pipeline] } [2022-06-02T22:52:51.614Z] $ docker stop --time=1 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 [2022-06-02T22:52:52.946Z] $ docker rm -f 5a16cdb8792a763cb8199224ff4253fdf4887e75a71a74b4a722714f2149f849 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-02T22:52:53.346Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-02T22:52:53.630Z] Stashed 1 file(s) [Pipeline] echo [2022-06-02T22:52:53.647Z] [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-02T22:52:54.145Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-02T22:52:54.175Z] ========================================================= [2022-06-02T22:52:54.175Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] [2022-06-02T22:52:54.175Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:52:54.514Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-02T22:52:54.514Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-02T22:52:54.514Z] 59bf1c3509f3: Pulling fs layer [2022-06-02T22:52:54.514Z] 666ba61612fd: Pulling fs layer [2022-06-02T22:52:54.514Z] 8ed8ca486205: Pulling fs layer [2022-06-02T22:52:54.514Z] 4fe6c5a15a65: Pulling fs layer [2022-06-02T22:52:54.514Z] 22a0e8bec74d: Pulling fs layer [2022-06-02T22:52:54.514Z] 812f408151ee: Pulling fs layer [2022-06-02T22:52:54.514Z] bab7bd504b26: Pulling fs layer [2022-06-02T22:52:54.514Z] 070449caade9: Pulling fs layer [2022-06-02T22:52:54.514Z] 8f1a5288e3a6: Pulling fs layer [2022-06-02T22:52:54.514Z] 812f408151ee: Waiting [2022-06-02T22:52:54.514Z] 070449caade9: Waiting [2022-06-02T22:52:54.514Z] 8f1a5288e3a6: Waiting [2022-06-02T22:52:54.514Z] 4fe6c5a15a65: Waiting [2022-06-02T22:52:54.514Z] 22a0e8bec74d: Waiting [2022-06-02T22:52:54.514Z] bab7bd504b26: Waiting [2022-06-02T22:52:54.514Z] 8ed8ca486205: Verifying Checksum [2022-06-02T22:52:54.514Z] 8ed8ca486205: Download complete [2022-06-02T22:52:54.514Z] 666ba61612fd: Verifying Checksum [2022-06-02T22:52:54.514Z] 666ba61612fd: Download complete [2022-06-02T22:52:54.514Z] 22a0e8bec74d: Verifying Checksum [2022-06-02T22:52:54.514Z] 812f408151ee: Verifying Checksum [2022-06-02T22:52:54.514Z] 812f408151ee: Download complete [2022-06-02T22:52:54.514Z] 59bf1c3509f3: Verifying Checksum [2022-06-02T22:52:54.514Z] 59bf1c3509f3: Download complete [2022-06-02T22:52:54.514Z] bab7bd504b26: Verifying Checksum [2022-06-02T22:52:54.514Z] bab7bd504b26: Download complete [2022-06-02T22:52:54.774Z] 070449caade9: Verifying Checksum [2022-06-02T22:52:54.774Z] 070449caade9: Download complete [2022-06-02T22:52:54.774Z] 59bf1c3509f3: Pull complete [2022-06-02T22:52:54.774Z] 666ba61612fd: Pull complete [2022-06-02T22:52:54.774Z] 8ed8ca486205: Pull complete [2022-06-02T22:52:55.343Z] 8f1a5288e3a6: Verifying Checksum [2022-06-02T22:52:55.343Z] 8f1a5288e3a6: Download complete [2022-06-02T22:52:55.343Z] 4fe6c5a15a65: Verifying Checksum [2022-06-02T22:52:55.343Z] 4fe6c5a15a65: Download complete [2022-06-02T22:52:58.639Z] 4fe6c5a15a65: Pull complete [2022-06-02T22:52:58.639Z] 22a0e8bec74d: Pull complete [2022-06-02T22:52:58.899Z] 812f408151ee: Pull complete [2022-06-02T22:52:58.899Z] bab7bd504b26: Pull complete [2022-06-02T22:52:58.899Z] 070449caade9: Pull complete [2022-06-02T22:53:00.805Z] 8f1a5288e3a6: Pull complete [2022-06-02T22:53:01.067Z] Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 [2022-06-02T22:53:01.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-02T22:53:01.067Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:53:01.431Z] + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-02T22:53:01.431Z] WORKDIR /edgex [2022-06-02T22:53:01.431Z] COPY go.mod . [2022-06-02T22:53:01.431Z] RUN go mod download [2022-06-02T22:53:01.431Z] + docker build -t ci-base-image-x86_64 -f - . [2022-06-02T22:53:02.811Z] Sending build context to Docker daemon 346.4MB [2022-06-02T22:53:02.811Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-02T22:53:02.811Z] ---> c47586b81864 [2022-06-02T22:53:02.811Z] Step 2/4 : WORKDIR /edgex [2022-06-02T22:53:04.732Z] ---> Running in 130915da28fa [2022-06-02T22:53:04.732Z] Removing intermediate container 130915da28fa [2022-06-02T22:53:04.732Z] ---> 2e010cd4b386 [2022-06-02T22:53:04.732Z] Step 3/4 : COPY go.mod . [2022-06-02T22:53:04.732Z] ---> 1106261246ce [2022-06-02T22:53:04.732Z] Step 4/4 : RUN go mod download [2022-06-02T22:53:04.993Z] ---> Running in 8b21417ccaca [2022-06-02T22:53:08.958Z] Still waiting to schedule task [2022-06-02T22:53:08.958Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-02T22:53:31.576Z] Removing intermediate container 8b21417ccaca [2022-06-02T22:53:31.576Z] ---> ddb3c9182033 [2022-06-02T22:53:31.576Z] Successfully built ddb3c9182033 [2022-06-02T22:53:31.576Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:53:31.963Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-02T22:53:31.963Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:53:32.118Z] prd-ubuntu20.04-docker-8c-8g-710 does not seem to be running inside a container [2022-06-02T22:53:32.161Z] $ 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 ******** ci-base-image-x86_64 cat [2022-06-02T22:53:32.576Z] $ docker top cadb51e2b15085ca5690e4c0ae219ed2cd3759380c6bc034474c5103d31f6ae5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T22:53:32.969Z] + go version [2022-06-02T22:53:32.969Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-06-02T22:53:33.008Z] $ docker stop --time=1 cadb51e2b15085ca5690e4c0ae219ed2cd3759380c6bc034474c5103d31f6ae5 [2022-06-02T22:53:34.284Z] $ docker rm -f cadb51e2b15085ca5690e4c0ae219ed2cd3759380c6bc034474c5103d31f6ae5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:53:34.943Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-02T22:53:34.943Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:53:35.099Z] prd-ubuntu20.04-docker-8c-8g-710 does not seem to be running inside a container [2022-06-02T22:53:35.140Z] $ 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 ******** ci-base-image-x86_64 cat [2022-06-02T22:53:35.528Z] $ docker top ced1b0e36aa015a804bebba71089d330c7f91fd59e684573fb6f42615f45acc2 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-02T22:53:35.683Z] ========================================================= [2022-06-02T22:53:35.684Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-02T22:53:35.684Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:53:36.071Z] + make test [2022-06-02T22:53:36.071Z] go mod tidy [2022-06-02T22:53:36.071Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-02T22:53:41.352Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-02T22:53:49.478Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-02T22:53:49.478Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-02T22:53:49.738Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-02T22:53:49.738Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-02T22:53:49.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-02T22:53:49.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-02T22:53:49.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-02T22:53:49.738Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-02T22:53:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-02T22:53:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-02T22:53:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-02T22:53:49.997Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-02T22:53:49.997Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-02T22:53:49.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-02T22:53:50.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements [2022-06-02T22:53:50.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-02T22:53:50.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-02T22:53:51.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements [2022-06-02T22:53:51.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-02T22:53:51.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.089s coverage: 44.7% of statements [2022-06-02T22:53:51.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-02T22:53:51.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-02T22:53:51.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.128s coverage: 89.5% of statements [2022-06-02T22:53:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-02T22:53:51.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-02T22:53:51.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.068s coverage: 83.8% of statements [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-02T22:53:51.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.310s coverage: 94.2% of statements [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-02T22:53:51.957Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.096s coverage: 59.1% of statements [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-02T22:53:51.957Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 60.0% of statements [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-02T22:53:51.957Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-02T22:53:51.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.070s coverage: 0.9% of statements [2022-06-02T22:53:51.958Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 21.7% of statements [2022-06-02T22:53:51.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2022-06-02T22:53:51.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2022-06-02T22:54:04.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2022-06-02T22:54:04.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2022-06-02T22:54:06.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.192s coverage: 82.5% of statements [2022-06-02T22:54:06.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 58.8% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.059s coverage: 87.2% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.146s coverage: 91.2% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 64.4% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 89.4% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 65.4% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 43.8% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 17.7% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.147s coverage: 92.3% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.060s coverage: 63.2% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.088s coverage: 97.7% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-02T22:54:16.099Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-06-02T22:54:16.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-06-02T22:54:16.099Z] 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-02T22:54:28.312Z] GO111MODULE=on go vet ./... [2022-06-02T22:54:31.604Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-02T22:54:31.604Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-02T22:54:31.863Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-02T22:54:32.460Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:54:32.836Z] + go mod tidy [Pipeline] sh [2022-06-02T22:54:33.145Z] + ls -al . [2022-06-02T22:54:33.145Z] total 680 [2022-06-02T22:54:33.145Z] drwxrwxr-x 11 1001 1001 4096 Jun 2 22:54 . [2022-06-02T22:54:33.145Z] drwxr-xr-x 4 root root 4096 Jun 2 22:53 .. [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 11 Jun 2 22:52 .dockerignore [2022-06-02T22:54:33.145Z] drwxrwxr-x 8 1001 1001 4096 Jun 2 22:52 .git [2022-06-02T22:54:33.145Z] drwxrwxr-x 4 1001 1001 4096 Jun 2 22:52 .github [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 797 Jun 2 22:52 .gitignore [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 42 Jun 2 22:52 .golangci.yml [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 76 Jun 2 22:52 .hadolint.yml [2022-06-02T22:54:33.145Z] drwxr-xr-x 3 1001 1001 4096 Jun 2 22:52 .semver [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 166 Jun 2 22:52 .sonarcloud.properties [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 1171 Jun 2 22:52 ADOPTERS.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 8910 Jun 2 22:52 Attribution.txt [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 52201 Jun 2 22:52 CHANGELOG.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 3804 Jun 2 22:52 CONTRIBUTING.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 677 Jun 2 22:52 GOVERNANCE.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 849 Jun 2 22:52 Jenkinsfile [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 10775 Jun 2 22:52 LICENSE [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 6508 Jun 2 22:52 Makefile [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 582 Jun 2 22:52 OWNERS.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 8207 Jun 2 22:52 README.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 6912 Jun 2 22:52 SECURITY.md [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 5 Jun 2 22:52 VERSION [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 4131 Jun 2 22:52 ZMQWindows.md [2022-06-02T22:54:33.145Z] drwxrwxr-x 2 1001 1001 4096 Jun 2 22:52 bin [2022-06-02T22:54:33.145Z] drwxrwxr-x 14 1001 1001 4096 Jun 2 22:52 cmd [2022-06-02T22:54:33.145Z] -rw-r--r-- 1 root root 428658 Jun 2 22:54 coverage.out [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 822 Jun 2 22:54 go.mod [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 49471 Jun 2 22:52 go.sum [2022-06-02T22:54:33.145Z] drwxrwxr-x 8 1001 1001 4096 Jun 2 22:52 internal [2022-06-02T22:54:33.145Z] drwxrwxr-x 3 1001 1001 4096 Jun 2 22:52 openapi [2022-06-02T22:54:33.145Z] drwxrwxr-x 4 1001 1001 4096 Jun 2 22:52 snap [2022-06-02T22:54:33.145Z] drwxrwxr-x 6 1001 1001 4096 Jun 2 22:52 vendor [2022-06-02T22:54:33.145Z] -rw-rw-r-- 1 1001 1001 204 Jun 2 22:52 version.go [Pipeline] sh [2022-06-02T22:54:33.453Z] + '[' -e coverage.out ] [2022-06-02T22:54:33.453Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-02T22:54:33.578Z] Stashed 1 file(s) [Pipeline] sh [2022-06-02T22:54:33.871Z] + make build [2022-06-02T22:54:33.871Z] 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-02T22:54:35.256Z] 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-02T22:54:39.451Z] 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-02T22:54:40.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-02T22:54:40.956Z] 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-02T22:54:41.216Z] 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-02T22:54:41.784Z] 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-02T22:54:42.729Z] 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-02T22:54:43.297Z] 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-02T22:54:44.236Z] 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-02T22:54:44.807Z] 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-02T22:54:45.378Z] 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-02T22:54:46.789Z] $ docker stop --time=1 ced1b0e36aa015a804bebba71089d330c7f91fd59e684573fb6f42615f45acc2 [2022-06-02T22:54:48.789Z] $ docker rm -f ced1b0e36aa015a804bebba71089d330c7f91fd59e684573fb6f42615f45acc2 [2022-06-02T22:54:48.923Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-711 in /w/workspace/edgexfoundry_edgex-go_PR-4042 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2022-06-02T22:54:49.109Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [2022-06-02T22:54:49.242Z] The recommended git tool is: git [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:54:49.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-02T22:54:49.835Z] [2022-06-02T22:54:49.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:54:50.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-02T22:54:50.207Z] latest: Pulling from edgex-devops/edgex-compose [2022-06-02T22:54:50.207Z] cbdbe7a5bc2a: Pulling fs layer [2022-06-02T22:54:50.207Z] ca9280d653b3: Pulling fs layer [2022-06-02T22:54:50.207Z] 7e9c9ca2126c: Pulling fs layer [2022-06-02T22:54:50.207Z] cbdbe7a5bc2a: Verifying Checksum [2022-06-02T22:54:50.207Z] cbdbe7a5bc2a: Download complete [2022-06-02T22:54:50.467Z] ca9280d653b3: Verifying Checksum [2022-06-02T22:54:50.467Z] ca9280d653b3: Download complete [2022-06-02T22:54:50.467Z] cbdbe7a5bc2a: Pull complete [2022-06-02T22:54:50.725Z] 7e9c9ca2126c: Download complete [2022-06-02T22:54:50.983Z] ca9280d653b3: Pull complete [2022-06-02T22:54:54.267Z] 7e9c9ca2126c: Pull complete [2022-06-02T22:54:54.267Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-06-02T22:54:54.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-02T22:54:54.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:54:54.491Z] prd-ubuntu20.04-docker-8c-8g-710 does not seem to be running inside a container [2022-06-02T22:54:54.532Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-06-02T22:54:54.768Z] using credential edgex-jenkins-ssh [2022-06-02T22:54:54.784Z] Cloning the remote Git repository [2022-06-02T22:54:54.841Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-02T22:54:54.913Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-02T22:54:54.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-02T22:54:54.989Z] > git --version # timeout=10 [2022-06-02T22:54:55.010Z] > git --version # 'git version 2.25.1' [2022-06-02T22:54:55.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T22:54:55.184Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-02T22:54:55.724Z] $ docker top 54c2c40ee6a54333a9d7c96fb12881027bac0e109c171fc3606a86525ea4ced0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T22:54:56.117Z] + docker-compose build --help [2022-06-02T22:54:56.117Z] + grep parallel [2022-06-02T22:54:56.686Z] --parallel Build images in parallel. [Pipeline] } [2022-06-02T22:54:56.722Z] $ docker stop --time=1 54c2c40ee6a54333a9d7c96fb12881027bac0e109c171fc3606a86525ea4ced0 [2022-06-02T22:54:57.992Z] $ docker rm -f 54c2c40ee6a54333a9d7c96fb12881027bac0e109c171fc3606a86525ea4ced0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:54:58.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-02T22:54:58.610Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:54:58.768Z] prd-ubuntu20.04-docker-8c-8g-710 does not seem to be running inside a container [2022-06-02T22:54:58.808Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-06-02T22:54:59.209Z] $ docker top ba676d3c24365c7e01357a47628748348d1696e640ab202ea1116f3a30a36efa -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T22:54:59.604Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-02T22:55:00.172Z] Building core-command ... [2022-06-02T22:55:00.172Z] Building core-data ... [2022-06-02T22:55:00.172Z] Building core-metadata ... [2022-06-02T22:55:00.172Z] Building security-bootstrapper ... [2022-06-02T22:55:00.172Z] Building security-proxy-setup ... [2022-06-02T22:55:00.172Z] Building security-secretstore-setup ... [2022-06-02T22:55:00.172Z] Building support-notifications ... [2022-06-02T22:55:00.172Z] Building support-scheduler ... [2022-06-02T22:55:00.172Z] Building sys-mgmt-agent ... [2022-06-02T22:55:00.172Z] Building core-data [2022-06-02T22:55:00.172Z] Building security-bootstrapper [2022-06-02T22:55:00.172Z] Building core-command [2022-06-02T22:55:00.172Z] Building security-secretstore-setup [2022-06-02T22:55:00.172Z] Building security-proxy-setup [2022-06-02T22:55:11.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-02T22:55:11.236Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-02T22:55:11.261Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-02T22:55:11.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-02T22:55:11.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T22:55:11.318Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4042/head:refs/remotes/origin/PR-4042 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-02T22:55:12.040Z] Merging remotes/origin/jakarta commit f08ebb17cd451bf4d1e25a5d268e97d10422aedc into PR head commit c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:55:12.789Z] Merge succeeded, producing c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:55:12.790Z] Checking out Revision c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 (PR-4042) [2022-06-02T22:55:12.061Z] > git config core.sparsecheckout # timeout=10 [2022-06-02T22:55:12.083Z] > git checkout -f c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 # timeout=10 [2022-06-02T22:55:12.699Z] > git remote # timeout=10 [2022-06-02T22:55:12.717Z] > git config --get remote.origin.url # timeout=10 [2022-06-02T22:55:12.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T22:55:12.744Z] > git merge f08ebb17cd451bf4d1e25a5d268e97d10422aedc # timeout=10 [2022-06-02T22:55:12.770Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-02T22:55:12.799Z] > git config core.sparsecheckout # timeout=10 [2022-06-02T22:55:12.821Z] > git checkout -f c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 # timeout=10 [2022-06-02T22:55:17.581Z] Commit message: "build: Update chnage log and released go mods for 2.1.1 patch" [2022-06-02T22:55:17.647Z] > git --version # timeout=10 [2022-06-02T22:55:17.659Z] > git --version # 'git version 2.25.1' [2022-06-02T22:55:17.676Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-02T22:55:18.273Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:55:18.273Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:55:18.273Z] ---> ddb3c9182033 [2022-06-02T22:55:18.273Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T22:55:18.273Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:55:18.273Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:55:18.273Z] ---> ddb3c9182033 [2022-06-02T22:55:18.273Z] Step 3/20 : WORKDIR /edgex-go [2022-06-02T22:55:18.273Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:55:18.273Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:55:18.273Z] ---> ddb3c9182033 [2022-06-02T22:55:18.273Z] Step 3/30 : WORKDIR /edgex-go [2022-06-02T22:55:18.273Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:55:18.273Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:55:18.273Z] ---> ddb3c9182033 [2022-06-02T22:55:18.273Z] Step 3/24 : WORKDIR /edgex-go [2022-06-02T22:55:18.534Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:55:18.534Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:55:18.534Z] ---> ddb3c9182033 [2022-06-02T22:55:18.534Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T22:55:18.671Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-02T22:55:18.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-02T22:55:18.671Z] Dload Upload Total Spent Left Speed [2022-06-02T22:55:18.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 70826 0 --:--:-- --:--:-- --:--:-- 70826 [Pipeline] sh [2022-06-02T22:55:19.448Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-02T22:55:19.808Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-02T22:55:19.808Z] + sudo tee /etc/docker/daemon.new [2022-06-02T22:55:19.808Z] { [2022-06-02T22:55:19.808Z] "registry-mirrors": [ [2022-06-02T22:55:19.808Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-02T22:55:19.808Z] ], [2022-06-02T22:55:19.808Z] "bip": "10.250.0.254/24", [2022-06-02T22:55:19.808Z] "hosts": [ [2022-06-02T22:55:19.808Z] "tcp://0.0.0.0:5555", [2022-06-02T22:55:19.808Z] "unix:///var/run/docker.sock" [2022-06-02T22:55:19.808Z] ], [2022-06-02T22:55:19.808Z] "mtu": 1458, [2022-06-02T22:55:19.808Z] "selinux-enabled": true, [2022-06-02T22:55:19.808Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-02T22:55:19.808Z] } [Pipeline] sh [2022-06-02T22:55:20.169Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-02T22:55:20.535Z] + sudo service docker restart [2022-06-02T22:55:21.831Z] ---> Running in 8895dcc3aae3 [2022-06-02T22:55:21.831Z] ---> Running in 64fe73c5bbca [2022-06-02T22:55:21.831Z] ---> Running in 5a7305a49503 [2022-06-02T22:55:21.831Z] ---> Running in 096c9c91d500 [2022-06-02T22:55:21.831Z] ---> Running in cd5f44bd707d [2022-06-02T22:55:21.831Z] Removing intermediate container cd5f44bd707d [2022-06-02T22:55:21.831Z] ---> 6fbc532927db [2022-06-02T22:55:21.831Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:55:21.831Z] Removing intermediate container 64fe73c5bbca [2022-06-02T22:55:21.831Z] ---> 22f484bc107d [2022-06-02T22:55:21.831Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:55:21.831Z] Removing intermediate container 8895dcc3aae3 [2022-06-02T22:55:21.831Z] ---> df8910fd8328 [2022-06-02T22:55:21.831Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:55:21.831Z] Removing intermediate container 5a7305a49503 [2022-06-02T22:55:21.831Z] ---> 9f51b49b828a [2022-06-02T22:55:21.831Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:55:21.831Z] ---> Running in a33cfdd75b46 [2022-06-02T22:55:21.831Z] Removing intermediate container 096c9c91d500 [2022-06-02T22:55:21.831Z] ---> 602e0aeb051d [2022-06-02T22:55:21.831Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:55:21.831Z] ---> Running in 9c92b1f93745 [2022-06-02T22:55:21.831Z] ---> Running in 76d6f09d5e37 [2022-06-02T22:55:21.831Z] ---> Running in e10d4fe1ae8e [2022-06-02T22:55:21.831Z] ---> Running in 1a33fcb32589 [2022-06-02T22:55:22.399Z] Removing intermediate container a33cfdd75b46 [2022-06-02T22:55:22.399Z] ---> d578bdd5a531 [2022-06-02T22:55:22.399Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-02T22:55:22.399Z] ---> Running in 684c97867227 [2022-06-02T22:55:22.657Z] Removing intermediate container 9c92b1f93745 [2022-06-02T22:55:22.657Z] ---> 3c9f7f0eef27 [2022-06-02T22:55:22.657Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-02T22:55:22.657Z] ---> Running in 7167b37076a8 [2022-06-02T22:55:22.923Z] Removing intermediate container e10d4fe1ae8e [2022-06-02T22:55:22.923Z] ---> 09edd2c8cfb5 [2022-06-02T22:55:22.923Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-06-02T22:55:22.923Z] Removing intermediate container 1a33fcb32589 [2022-06-02T22:55:22.923Z] ---> 2e5c3c877e7e [2022-06-02T22:55:22.923Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-06-02T22:55:22.923Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:22.923Z] ---> Running in a42eb9af71a1 [2022-06-02T22:55:22.923Z] Removing intermediate container 76d6f09d5e37 [2022-06-02T22:55:22.923Z] ---> e5647e4856e0 [2022-06-02T22:55:22.923Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-06-02T22:55:23.182Z] ---> Running in 6ab2b60f163e [2022-06-02T22:55:23.182Z] ---> Running in 603c3904c12c [2022-06-02T22:55:23.182Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:23.755Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:23.755Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:23.755Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:23.755Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:24.015Z] OK: 221 MiB in 52 packages [2022-06-02T22:55:24.015Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:24.625Z] Removing intermediate container 684c97867227 [2022-06-02T22:55:24.625Z] ---> 861d7ca093c7 [2022-06-02T22:55:24.625Z] Step 6/22 : COPY . . [2022-06-02T22:55:24.625Z] OK: 221 MiB in 52 packages [2022-06-02T22:55:24.625Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:24.625Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:24.625Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:24.884Z] OK: 221 MiB in 52 packages [2022-06-02T22:55:24.884Z] OK: 221 MiB in 52 packages [2022-06-02T22:55:24.884Z] OK: 221 MiB in 52 packages [2022-06-02T22:55:25.822Z] Removing intermediate container 7167b37076a8 [2022-06-02T22:55:25.823Z] ---> ca57b42f4641 [2022-06-02T22:55:25.823Z] Step 6/22 : COPY . . [2022-06-02T22:55:26.113Z] Removing intermediate container 6ab2b60f163e [2022-06-02T22:55:26.113Z] ---> 90fab6a9843a [2022-06-02T22:55:26.113Z] Step 6/30 : COPY . . [2022-06-02T22:55:26.113Z] Removing intermediate container a42eb9af71a1 [2022-06-02T22:55:26.113Z] ---> 4803790a4199 [2022-06-02T22:55:26.113Z] Step 6/20 : COPY . . [2022-06-02T22:55:26.373Z] Removing intermediate container 603c3904c12c [2022-06-02T22:55:26.373Z] ---> 2bb78ca23367 [2022-06-02T22:55:26.373Z] Step 6/24 : COPY . . [2022-06-02T22:55:34.494Z] ---> fcedebc154f6 [2022-06-02T22:55:34.494Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:55:34.494Z] ---> 7ba437bf52b7 [2022-06-02T22:55:34.494Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:55:34.494Z] ---> f53f256c416c [2022-06-02T22:55:34.494Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:55:34.494Z] ---> Running in 0ba2d3a98988 [2022-06-02T22:55:34.494Z] ---> a7a761aa9528 [2022-06-02T22:55:34.494Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:55:34.494Z] ---> 667420f1d917 [2022-06-02T22:55:34.494Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:55:34.494Z] ---> Running in 6313b943f9cf [2022-06-02T22:55:34.494Z] ---> Running in e310b6dec410 [2022-06-02T22:55:34.494Z] ---> Running in 1d4db01058e9 [2022-06-02T22:55:34.494Z] ---> Running in fb1d6aabba75 [2022-06-02T22:55:34.494Z] skipping... [2022-06-02T22:55:34.757Z] skipping... [2022-06-02T22:55:34.757Z] Removing intermediate container 0ba2d3a98988 [2022-06-02T22:55:34.757Z] ---> cf406b5539f4 [2022-06-02T22:55:34.757Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-02T22:55:35.017Z] ---> Running in b779d419a102 [2022-06-02T22:55:35.017Z] skipping... [2022-06-02T22:55:35.017Z] skipping... [2022-06-02T22:55:35.017Z] skipping... [2022-06-02T22:55:35.275Z] Removing intermediate container e310b6dec410 [2022-06-02T22:55:35.275Z] ---> f1d1c27c3b2e [2022-06-02T22:55:35.275Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-02T22:55:35.275Z] ---> Running in d5e1be7a9add [2022-06-02T22:55:35.275Z] Removing intermediate container 6313b943f9cf [2022-06-02T22:55:35.275Z] ---> cedf7b796980 [2022-06-02T22:55:35.275Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-02T22:55:35.537Z] Removing intermediate container fb1d6aabba75 [2022-06-02T22:55:35.537Z] ---> 94ad97fc966b [2022-06-02T22:55:35.537Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-06-02T22:55:35.537Z] ---> Running in 5f0eaa11a47e [2022-06-02T22:55:35.537Z] Removing intermediate container 1d4db01058e9 [2022-06-02T22:55:35.537Z] ---> 45a456e7836d [2022-06-02T22:55:35.537Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-06-02T22:55:35.537Z] 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-02T22:55:35.537Z] ---> Running in af980f5f8bd0 [2022-06-02T22:55:35.537Z] ---> Running in 30dc9406fd74 [2022-06-02T22:55:35.797Z] 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-02T22:55:36.363Z] 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-02T22:55:36.363Z] 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-02T22:55:36.363Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-02T22:55:39.052Z] provisioning config files... [2022-06-02T22:55:39.076Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config109063914242717275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:55:39.468Z] ---> docker-login.sh [2022-06-02T22:55:39.468Z] nexus3.edgexfoundry.org:10001 [2022-06-02T22:55:40.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:55:40.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:55:40.340Z] Configure a credential helper to remove this warning. See [2022-06-02T22:55:40.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:55:40.340Z] [2022-06-02T22:55:40.340Z] Login Succeeded [2022-06-02T22:55:40.340Z] nexus3.edgexfoundry.org:10002 [2022-06-02T22:55:40.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:55:40.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:55:40.614Z] Configure a credential helper to remove this warning. See [2022-06-02T22:55:40.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:55:40.614Z] [2022-06-02T22:55:40.614Z] Login Succeeded [2022-06-02T22:55:40.614Z] nexus3.edgexfoundry.org:10003 [2022-06-02T22:55:41.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:55:41.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:55:41.218Z] Configure a credential helper to remove this warning. See [2022-06-02T22:55:41.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:55:41.218Z] [2022-06-02T22:55:41.218Z] Login Succeeded [2022-06-02T22:55:41.218Z] nexus3.edgexfoundry.org:10004 [2022-06-02T22:55:41.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:55:41.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:55:41.497Z] Configure a credential helper to remove this warning. See [2022-06-02T22:55:41.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:55:41.497Z] [2022-06-02T22:55:41.497Z] Login Succeeded [2022-06-02T22:55:41.497Z] docker.io [2022-06-02T22:55:42.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-02T22:55:42.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-02T22:55:42.367Z] Configure a credential helper to remove this warning. See [2022-06-02T22:55:42.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-02T22:55:42.367Z] [2022-06-02T22:55:42.367Z] Login Succeeded [2022-06-02T22:55:42.367Z] ---> docker-login.sh ends [Pipeline] } [2022-06-02T22:55:42.398Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-02T22:55:42.778Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-02T22:55:42.811Z] ========================================================= [2022-06-02T22:55:42.811Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] [2022-06-02T22:55:42.811Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:55:43.221Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-02T22:55:43.495Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-02T22:55:43.495Z] 9b3977197b4f: Pulling fs layer [2022-06-02T22:55:43.495Z] 1a89e8eeedd5: Pulling fs layer [2022-06-02T22:55:43.495Z] 94645a83ff95: Pulling fs layer [2022-06-02T22:55:43.495Z] 3f3a8bcf1eab: Pulling fs layer [2022-06-02T22:55:43.495Z] 0c92f367c5e7: Pulling fs layer [2022-06-02T22:55:43.495Z] 63b1bc5785f6: Pulling fs layer [2022-06-02T22:55:43.495Z] 626d30ff41c6: Pulling fs layer [2022-06-02T22:55:43.495Z] de1d54c125be: Pulling fs layer [2022-06-02T22:55:43.495Z] 0c92f367c5e7: Waiting [2022-06-02T22:55:43.495Z] 3f3a8bcf1eab: Waiting [2022-06-02T22:55:43.495Z] 626d30ff41c6: Waiting [2022-06-02T22:55:43.495Z] 63b1bc5785f6: Waiting [2022-06-02T22:55:43.495Z] de1d54c125be: Waiting [2022-06-02T22:55:43.495Z] 94645a83ff95: Download complete [2022-06-02T22:55:43.495Z] 1a89e8eeedd5: Download complete [2022-06-02T22:55:43.495Z] 0c92f367c5e7: Download complete [2022-06-02T22:55:43.495Z] 63b1bc5785f6: Download complete [2022-06-02T22:55:43.495Z] 9b3977197b4f: Verifying Checksum [2022-06-02T22:55:43.495Z] 9b3977197b4f: Download complete [2022-06-02T22:55:43.495Z] 626d30ff41c6: Verifying Checksum [2022-06-02T22:55:43.495Z] 626d30ff41c6: Download complete [2022-06-02T22:55:44.102Z] 9b3977197b4f: Pull complete [2022-06-02T22:55:44.705Z] 1a89e8eeedd5: Pull complete [2022-06-02T22:55:44.981Z] 94645a83ff95: Pull complete [2022-06-02T22:55:45.257Z] de1d54c125be: Download complete [2022-06-02T22:55:46.240Z] 3f3a8bcf1eab: Verifying Checksum [2022-06-02T22:55:46.240Z] 3f3a8bcf1eab: Download complete [2022-06-02T22:55:46.337Z] 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-02T22:55:47.714Z] 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-02T22:55:51.017Z] Removing intermediate container d5e1be7a9add [2022-06-02T22:55:51.017Z] ---> 457b16e22016 [2022-06-02T22:55:51.017Z] [2022-06-02T22:55:51.017Z] Step 9/30 : FROM alpine:3.14 [2022-06-02T22:55:51.017Z] Removing intermediate container 30dc9406fd74 [2022-06-02T22:55:51.017Z] ---> 2ba0d51617ed [2022-06-02T22:55:51.017Z] [2022-06-02T22:55:51.017Z] Step 9/22 : FROM alpine:3.14 [2022-06-02T22:55:51.017Z] Removing intermediate container b779d419a102 [2022-06-02T22:55:51.017Z] ---> 0fb7b36935a0 [2022-06-02T22:55:51.017Z] [2022-06-02T22:55:51.017Z] Step 9/20 : FROM alpine:3.14 [2022-06-02T22:55:51.017Z] Removing intermediate container 5f0eaa11a47e [2022-06-02T22:55:51.017Z] ---> 5c1a1ef4e32b [2022-06-02T22:55:51.017Z] [2022-06-02T22:55:51.017Z] Step 9/24 : FROM alpine:3.14 [2022-06-02T22:55:51.017Z] Removing intermediate container af980f5f8bd0 [2022-06-02T22:55:51.017Z] ---> 406a61d77128 [2022-06-02T22:55:51.017Z] [2022-06-02T22:55:51.017Z] Step 9/22 : FROM alpine:3.14 [2022-06-02T22:55:51.278Z] 3.14: Pulling from library/alpine [2022-06-02T22:55:51.849Z] 3.14: Pulling from library/alpine [2022-06-02T22:55:52.790Z] 3.14: Pulling from library/alpine [2022-06-02T22:55:53.361Z] 3.14: Pulling from library/alpine [2022-06-02T22:55:53.361Z] 3.14: Pulling from library/alpine [2022-06-02T22:55:55.276Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T22:55:55.276Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T22:55:55.276Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T22:55:55.276Z] Status: Downloaded newer image for alpine:3.14 [2022-06-02T22:55:55.276Z] Status: Downloaded newer image for alpine:3.14 [2022-06-02T22:55:55.276Z] Status: Image is up to date for alpine:3.14 [2022-06-02T22:55:55.276Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T22:55:55.276Z] Status: Image is up to date for alpine:3.14 [2022-06-02T22:55:55.276Z] ---> e04c818066af [2022-06-02T22:55:55.276Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-02T22:55:55.276Z] ---> e04c818066af [2022-06-02T22:55:55.276Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-02T22:55:55.276Z] ---> e04c818066af [2022-06-02T22:55:55.276Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-02T22:55:55.276Z] ---> e04c818066af [2022-06-02T22:55:55.276Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-06-02T22:55:55.276Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T22:55:55.276Z] Status: Image is up to date for alpine:3.14 [2022-06-02T22:55:55.276Z] ---> e04c818066af [2022-06-02T22:55:55.276Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-02T22:55:55.276Z] ---> Running in 871c1d23663e [2022-06-02T22:55:55.276Z] ---> Running in d780e56edf02 [2022-06-02T22:55:55.276Z] ---> Running in e971759b7303 [2022-06-02T22:55:55.276Z] ---> Running in 046849fad488 [2022-06-02T22:55:55.276Z] ---> Running in b6badd8d916e [2022-06-02T22:55:55.276Z] Removing intermediate container d780e56edf02 [2022-06-02T22:55:55.276Z] ---> db71f03de556 [2022-06-02T22:55:55.276Z] Step 11/22 : ENV APP_PORT=59880 [2022-06-02T22:55:55.535Z] Removing intermediate container b6badd8d916e [2022-06-02T22:55:55.535Z] ---> 0c5acc109705 [2022-06-02T22:55:55.535Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-02T22:55:55.535Z] ---> Running in 87289b735be4 [2022-06-02T22:55:55.535Z] ---> Running in 5c65de3414dd [2022-06-02T22:55:55.535Z] Removing intermediate container 87289b735be4 [2022-06-02T22:55:55.535Z] ---> 2e8611b1a6f4 [2022-06-02T22:55:55.535Z] Step 12/22 : EXPOSE $APP_PORT [2022-06-02T22:55:55.535Z] ---> Running in 2d90dbea2ad6 [2022-06-02T22:55:55.793Z] Removing intermediate container 2d90dbea2ad6 [2022-06-02T22:55:55.793Z] ---> e7a302d8d0b0 [2022-06-02T22:55:55.793Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:55:55.793Z] ---> Running in 7ec54487595e [2022-06-02T22:55:55.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:55.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] (1/5) Installing ca-certificates (20211220-r0) [2022-06-02T22:55:56.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:56.054Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-06-02T22:55:56.315Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-02T22:55:56.315Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-02T22:55:56.315Z] (3/3) Installing su-exec (0.2-r1) [2022-06-02T22:55:56.315Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T22:55:56.315Z] Executing ca-certificates-20211220-r0.trigger [2022-06-02T22:55:56.315Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-06-02T22:55:56.315Z] OK: 6 MiB in 17 packages [2022-06-02T22:55:56.315Z] (4/5) Installing libcurl (7.79.1-r1) [2022-06-02T22:55:56.315Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-02T22:55:56.315Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T22:55:56.315Z] (5/5) Installing curl (7.79.1-r1) [2022-06-02T22:55:56.315Z] OK: 6 MiB in 15 packages [2022-06-02T22:55:56.315Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-02T22:55:56.315Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T22:55:56.315Z] (2/2) Installing su-exec (0.2-r1) [2022-06-02T22:55:56.315Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T22:55:56.315Z] OK: 6 MiB in 16 packages [2022-06-02T22:55:56.315Z] Executing ca-certificates-20211220-r0.trigger [2022-06-02T22:55:56.315Z] OK: 8 MiB in 19 packages [2022-06-02T22:55:56.575Z] Removing intermediate container 7ec54487595e [2022-06-02T22:55:56.575Z] ---> e46d9c6f4d1d [2022-06-02T22:55:56.575Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-02T22:55:56.575Z] ---> Running in fd855588d5a7 [2022-06-02T22:55:56.834Z] Removing intermediate container 046849fad488 [2022-06-02T22:55:56.834Z] ---> 979850977a80 [2022-06-02T22:55:56.834Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T22:55:56.834Z] ---> Running in 00d73122699c [2022-06-02T22:55:56.834Z] Removing intermediate container 5c65de3414dd [2022-06-02T22:55:56.834Z] ---> b93d9f25aefd [2022-06-02T22:55:56.834Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-02T22:55:57.093Z] ---> Running in 558d080deaff [2022-06-02T22:55:57.093Z] Removing intermediate container 00d73122699c [2022-06-02T22:55:57.093Z] ---> 15c3be663510 [2022-06-02T22:55:57.093Z] Step 12/22 : ENV APP_PORT=59882 [2022-06-02T22:55:57.093Z] Removing intermediate container e971759b7303 [2022-06-02T22:55:57.093Z] ---> 9f3273b7fb59 [2022-06-02T22:55:57.093Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-02T22:55:57.093Z] ---> Running in 8905455c41c7 [2022-06-02T22:55:57.093Z] ---> Running in f559f4ad9e92 [2022-06-02T22:55:57.093Z] Removing intermediate container 558d080deaff [2022-06-02T22:55:57.093Z] ---> 56eeb6f27b02 [2022-06-02T22:55:57.093Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-02T22:55:57.093Z] ---> Running in c56ab863ecef [2022-06-02T22:55:57.352Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:57.352Z] Removing intermediate container 8905455c41c7 [2022-06-02T22:55:57.352Z] ---> c027b41726f7 [2022-06-02T22:55:57.352Z] Step 12/24 : WORKDIR / [2022-06-02T22:55:57.352Z] Removing intermediate container f559f4ad9e92 [2022-06-02T22:55:57.352Z] ---> f7325c101e6d [2022-06-02T22:55:57.352Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-02T22:55:57.352Z] ---> Running in 6ed767f06c41 [2022-06-02T22:55:57.352Z] ---> Running in 9e5ff875e397 [2022-06-02T22:55:57.352Z] Removing intermediate container 871c1d23663e [2022-06-02T22:55:57.352Z] ---> 13728003f1fb [2022-06-02T22:55:57.352Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-02T22:55:57.352Z] Removing intermediate container c56ab863ecef [2022-06-02T22:55:57.352Z] ---> b6bf0b6407b9 [2022-06-02T22:55:57.352Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-02T22:55:57.352Z] ---> Running in ffb1ab4fcda5 [2022-06-02T22:55:57.352Z] ---> Running in c34a247d9965 [2022-06-02T22:55:57.352Z] Removing intermediate container 6ed767f06c41 [2022-06-02T22:55:57.352Z] ---> 2afe41f64c9e [2022-06-02T22:55:57.352Z] Step 14/22 : WORKDIR / [2022-06-02T22:55:57.611Z] ---> Running in 5006ac5ed79e [2022-06-02T22:55:57.611Z] Removing intermediate container 9e5ff875e397 [2022-06-02T22:55:57.611Z] ---> 759e7034222c [2022-06-02T22:55:57.611Z] 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-02T22:55:57.611Z] Removing intermediate container ffb1ab4fcda5 [2022-06-02T22:55:57.611Z] ---> 26397bd3bdbc [2022-06-02T22:55:57.611Z] Step 12/20 : WORKDIR /edgex [2022-06-02T22:55:57.611Z] ---> Running in 1fd11eecdaf3 [2022-06-02T22:55:57.611Z] Removing intermediate container 5006ac5ed79e [2022-06-02T22:55:57.611Z] ---> 135af27f2017 [2022-06-02T22:55:57.611Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T22:55:57.611Z] Removing intermediate container 1fd11eecdaf3 [2022-06-02T22:55:57.611Z] ---> 96ff1f3947f7 [2022-06-02T22:55:57.611Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-02T22:55:57.871Z] ---> 652f5ec7e49e [2022-06-02T22:55:57.871Z] 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-02T22:55:57.871Z] ---> f11255485d1b [2022-06-02T22:55:57.871Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-02T22:55:57.871Z] ---> 86c4bcc263c4 [2022-06-02T22:55:57.871Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-02T22:55:57.871Z] ---> b069b00ca233 [2022-06-02T22:55:57.871Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-02T22:55:58.136Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:55:58.136Z] ---> 590c6f0665aa [2022-06-02T22:55:58.136Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-02T22:55:58.136Z] ---> 195bf327a1b0 [2022-06-02T22:55:58.136Z] 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-02T22:55:58.408Z] ---> 58bff15f8e17 [2022-06-02T22:55:58.408Z] Removing intermediate container c34a247d9965 [2022-06-02T22:55:58.408Z] ---> 69f98c88487f [2022-06-02T22:55:58.408Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-02T22:55:58.408Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-02T22:55:58.408Z] ---> Running in 1e83bf37b177 [2022-06-02T22:55:58.408Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-02T22:55:58.408Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-02T22:55:58.408Z] ---> b6f0cad9f652 [2022-06-02T22:55:58.408Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-06-02T22:55:58.408Z] ---> 84d8c5008396 [2022-06-02T22:55:58.408Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-02T22:55:58.408Z] Removing intermediate container 1e83bf37b177 [2022-06-02T22:55:58.408Z] ---> 9857e4493030 [2022-06-02T22:55:58.408Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-02T22:55:58.654Z] 3f3a8bcf1eab: Pull complete [2022-06-02T22:55:58.654Z] 0c92f367c5e7: Pull complete [2022-06-02T22:55:58.667Z] ---> Running in ba8a438059b0 [2022-06-02T22:55:58.667Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-02T22:55:58.667Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-02T22:55:58.667Z] ---> d8abafb82a6d [2022-06-02T22:55:58.667Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-06-02T22:55:58.929Z] 63b1bc5785f6: Pull complete [2022-06-02T22:55:58.937Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-02T22:55:58.937Z] Removing intermediate container ba8a438059b0 [2022-06-02T22:55:58.937Z] ---> f3aaba683e97 [2022-06-02T22:55:58.937Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T22:55:58.937Z] ---> Running in 2487629e85be [2022-06-02T22:55:58.937Z] ---> 1805f029a2bb [2022-06-02T22:55:58.937Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-02T22:55:58.937Z] ---> Running in 34fe6c541b50 [2022-06-02T22:55:58.937Z] ---> 567d5cea8fbd [2022-06-02T22:55:58.937Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-02T22:55:58.937Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-02T22:55:58.937Z] ---> Running in 905af31e441e [2022-06-02T22:55:58.937Z] Removing intermediate container 2487629e85be [2022-06-02T22:55:58.937Z] ---> c38c949a8833 [2022-06-02T22:55:58.937Z] Step 17/20 : CMD ["--init=true"] [2022-06-02T22:55:58.937Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T22:55:58.937Z] Removing intermediate container 34fe6c541b50 [2022-06-02T22:55:58.937Z] ---> c33842650186 [2022-06-02T22:55:58.937Z] Step 20/22 : LABEL arch=x86_64 [2022-06-02T22:55:58.938Z] ---> Running in 940869e4b67d [2022-06-02T22:55:58.938Z] OK: 8 MiB in 20 packages [2022-06-02T22:55:59.197Z] ---> Running in b7282027ffbf [2022-06-02T22:55:59.197Z] Removing intermediate container 940869e4b67d [2022-06-02T22:55:59.197Z] ---> ddc722e068b5 [2022-06-02T22:55:59.197Z] Step 18/20 : LABEL arch=x86_64 [2022-06-02T22:55:59.197Z] Removing intermediate container b7282027ffbf [2022-06-02T22:55:59.197Z] ---> afeb76fdaa33 [2022-06-02T22:55:59.197Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:55:59.197Z] ---> Running in 0e40714caa88 [2022-06-02T22:55:59.210Z] 626d30ff41c6: Pull complete [2022-06-02T22:55:59.457Z] ---> Running in d5e8f90033c6 [2022-06-02T22:55:59.457Z] Removing intermediate container 0e40714caa88 [2022-06-02T22:55:59.457Z] ---> b940f756b3b2 [2022-06-02T22:55:59.457Z] Step 19/20 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:55:59.457Z] ---> 12289805b687 [2022-06-02T22:55:59.457Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-02T22:55:59.457Z] ---> Running in b01113916184 [2022-06-02T22:55:59.457Z] Removing intermediate container d5e8f90033c6 [2022-06-02T22:55:59.457Z] ---> 98d939c3fd5c [2022-06-02T22:55:59.457Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T22:55:59.457Z] Removing intermediate container fd855588d5a7 [2022-06-02T22:55:59.457Z] ---> c61ab0f9eaef [2022-06-02T22:55:59.457Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T22:55:59.457Z] ---> Running in 5bf62fcbe64e [2022-06-02T22:55:59.716Z] Removing intermediate container b01113916184 [2022-06-02T22:55:59.716Z] ---> c852d8c0d3ca [2022-06-02T22:55:59.716Z] Step 20/20 : LABEL version=0.0.0 [2022-06-02T22:55:59.716Z] ---> Running in c04f2d4cb814 [2022-06-02T22:55:59.716Z] ---> 999ede3bfa9a [2022-06-02T22:55:59.716Z] 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-02T22:55:59.716Z] Removing intermediate container 5bf62fcbe64e [2022-06-02T22:55:59.716Z] ---> 940c89ff0815 [2022-06-02T22:55:59.716Z] [2022-06-02T22:55:59.716Z] Removing intermediate container 905af31e441e [2022-06-02T22:55:59.716Z] ---> db429e3a8f56 [2022-06-02T22:55:59.716Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T22:55:59.716Z] ---> 466371276b72 [2022-06-02T22:55:59.716Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-02T22:55:59.716Z] ---> Running in 39262d95fdbd [2022-06-02T22:55:59.716Z] Removing intermediate container c04f2d4cb814 [2022-06-02T22:55:59.716Z] ---> e4aff25adbaf [2022-06-02T22:55:59.716Z] [2022-06-02T22:55:59.980Z] Successfully built 940c89ff0815 [2022-06-02T22:55:59.980Z] Successfully tagged core-command:latest [2022-06-02T22:55:59.980Z]  Building core-command ... done Building sys-mgmt-agent [2022-06-02T22:55:59.980Z] ---> 4831c7dc75e6 [2022-06-02T22:55:59.980Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-02T22:55:59.980Z] Successfully built e4aff25adbaf [2022-06-02T22:55:59.980Z] Successfully tagged security-proxy-setup:latest [2022-06-02T22:55:59.980Z] Building support-notifications [2022-06-02T22:56:00.238Z]  Building security-proxy-setup ... done  ---> b97c835ab4e4 [2022-06-02T22:56:00.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-02T22:56:01.622Z] ---> 0dd53f9ed674 [2022-06-02T22:56:01.622Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-06-02T22:56:02.192Z] ---> b7bba774733d [2022-06-02T22:56:02.192Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-02T22:56:02.192Z] Removing intermediate container 39262d95fdbd [2022-06-02T22:56:02.192Z] ---> 8d52abb8180b [2022-06-02T22:56:02.192Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-06-02T22:56:02.192Z] ---> Running in dacda7b85244 [2022-06-02T22:56:02.192Z] ---> Running in 2b2f4ca2064d [2022-06-02T22:56:02.192Z] Removing intermediate container 2b2f4ca2064d [2022-06-02T22:56:02.192Z] ---> 637e1cb8336f [2022-06-02T22:56:02.192Z] Step 22/24 : LABEL arch=x86_64 [2022-06-02T22:56:02.192Z] ---> 3e89e843d8be [2022-06-02T22:56:02.192Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-02T22:56:02.192Z] Removing intermediate container dacda7b85244 [2022-06-02T22:56:02.192Z] ---> 3788733f61aa [2022-06-02T22:56:02.192Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T22:56:02.453Z] ---> Running in 09fb1e0529cb [2022-06-02T22:56:02.453Z] ---> Running in 16e8adc6f80f [2022-06-02T22:56:02.453Z] Removing intermediate container 16e8adc6f80f [2022-06-02T22:56:02.453Z] ---> 4a6d2e9e8e4e [2022-06-02T22:56:02.453Z] Step 20/22 : LABEL arch=x86_64 [2022-06-02T22:56:02.453Z] Removing intermediate container 09fb1e0529cb [2022-06-02T22:56:02.453Z] ---> 3c5651454293 [2022-06-02T22:56:02.453Z] Step 23/24 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:02.453Z] ---> 9e08dbe740c3 [2022-06-02T22:56:02.453Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-02T22:56:02.453Z] ---> Running in 294c76465c95 [2022-06-02T22:56:02.453Z] ---> Running in 3ca567599e47 [2022-06-02T22:56:02.711Z] Removing intermediate container 294c76465c95 [2022-06-02T22:56:02.711Z] ---> fd6fd67f1610 [2022-06-02T22:56:02.711Z] Step 24/24 : LABEL version=0.0.0 [2022-06-02T22:56:02.711Z] Removing intermediate container 3ca567599e47 [2022-06-02T22:56:02.711Z] ---> c81b93f9898c [2022-06-02T22:56:02.711Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:02.711Z] ---> a75a3f52c581 [2022-06-02T22:56:02.711Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-06-02T22:56:02.711Z] ---> Running in d81146948b48 [2022-06-02T22:56:02.711Z] ---> Running in 7c90b77b4555 [2022-06-02T22:56:02.970Z] ---> Running in d0ccf74c9b6a [2022-06-02T22:56:02.970Z] Removing intermediate container d81146948b48 [2022-06-02T22:56:02.970Z] ---> 45f350982cc7 [2022-06-02T22:56:02.970Z] [2022-06-02T22:56:02.970Z] Removing intermediate container 7c90b77b4555 [2022-06-02T22:56:02.970Z] ---> a1ffb67c8077 [2022-06-02T22:56:02.970Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T22:56:02.970Z] ---> Running in b0343402fad1 [2022-06-02T22:56:02.970Z] Removing intermediate container d0ccf74c9b6a [2022-06-02T22:56:02.970Z] ---> 22be9cacf07d [2022-06-02T22:56:02.970Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-02T22:56:02.970Z] Successfully built 45f350982cc7 [2022-06-02T22:56:02.970Z] Successfully tagged security-secretstore-setup:latest [2022-06-02T22:56:02.970Z]  Building security-secretstore-setup ... done Building support-scheduler [2022-06-02T22:56:03.230Z] Removing intermediate container b0343402fad1 [2022-06-02T22:56:03.230Z] ---> 1bb2590651a3 [2022-06-02T22:56:03.230Z] [2022-06-02T22:56:03.230Z] ---> 3a650d687031 [2022-06-02T22:56:03.230Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-06-02T22:56:03.230Z] Successfully built 1bb2590651a3 [2022-06-02T22:56:03.230Z] Successfully tagged core-data:latest [2022-06-02T22:56:03.230Z]  Building core-data ... done Building core-metadata [2022-06-02T22:56:03.492Z] ---> Running in 75a8ee148ed9 [2022-06-02T22:56:04.870Z] Removing intermediate container 75a8ee148ed9 [2022-06-02T22:56:04.870Z] ---> 91639dbde85e [2022-06-02T22:56:04.870Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-02T22:56:05.806Z] ---> Running in 2c1ee4a7f995 [2022-06-02T22:56:05.936Z] de1d54c125be: Pull complete [2022-06-02T22:56:05.936Z] Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 [2022-06-02T22:56:05.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-02T22:56:05.936Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:56:06.069Z] Removing intermediate container 2c1ee4a7f995 [2022-06-02T22:56:06.069Z] ---> 4185b37c7dc8 [2022-06-02T22:56:06.069Z] Step 27/30 : CMD ["gate"] [2022-06-02T22:56:06.329Z] ---> Running in 5751a9dc3d5e [2022-06-02T22:56:06.329Z] Removing intermediate container 5751a9dc3d5e [2022-06-02T22:56:06.329Z] ---> 9fa0fc2f429c [2022-06-02T22:56:06.329Z] Step 28/30 : LABEL arch=x86_64 [2022-06-02T22:56:06.331Z] + docker build -t ci-base-image-arm64 -f - . [2022-06-02T22:56:06.331Z] + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-02T22:56:06.331Z] WORKDIR /edgex [2022-06-02T22:56:06.331Z] COPY go.mod . [2022-06-02T22:56:06.331Z] RUN go mod download [2022-06-02T22:56:06.587Z] ---> Running in 3165b7efb62a [2022-06-02T22:56:06.587Z] Removing intermediate container 3165b7efb62a [2022-06-02T22:56:06.587Z] ---> 847e8863fbcd [2022-06-02T22:56:06.587Z] Step 29/30 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:06.587Z] ---> Running in 646a91850333 [2022-06-02T22:56:06.846Z] Removing intermediate container 646a91850333 [2022-06-02T22:56:06.846Z] ---> 45b8bd86e44c [2022-06-02T22:56:06.846Z] Step 30/30 : LABEL version=0.0.0 [2022-06-02T22:56:06.846Z] ---> Running in 5dfd1464d596 [2022-06-02T22:56:07.105Z] Removing intermediate container 5dfd1464d596 [2022-06-02T22:56:07.105Z] ---> 88e95599d7e6 [2022-06-02T22:56:07.105Z] [2022-06-02T22:56:07.105Z] Successfully built 88e95599d7e6 [2022-06-02T22:56:07.105Z] Successfully tagged security-bootstrapper:latest [2022-06-02T22:56:09.758Z] Sending build context to Docker daemon 180.5MB [2022-06-02T22:56:09.758Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-02T22:56:09.758Z] ---> 5f011755c4a2 [2022-06-02T22:56:09.758Z] Step 2/4 : WORKDIR /edgex [2022-06-02T22:56:11.749Z] ---> Running in 299c02d6ff98 [2022-06-02T22:56:11.749Z] Removing intermediate container 299c02d6ff98 [2022-06-02T22:56:11.749Z] ---> 7391077e4011 [2022-06-02T22:56:11.749Z] Step 3/4 : COPY go.mod . [2022-06-02T22:56:12.349Z] ---> 7ba067247264 [2022-06-02T22:56:12.349Z] Step 4/4 : RUN go mod download [2022-06-02T22:56:12.349Z] ---> Running in a47660cd5c92 [2022-06-02T22:56:12.373Z]  Building security-bootstrapper ... done Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:56:12.373Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:56:12.373Z] ---> ddb3c9182033 [2022-06-02T22:56:12.373Z] Step 3/21 : WORKDIR /edgex-go [2022-06-02T22:56:12.373Z] ---> Using cache [2022-06-02T22:56:12.373Z] ---> 9f51b49b828a [2022-06-02T22:56:12.373Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:56:12.373Z] ---> Using cache [2022-06-02T22:56:12.373Z] ---> 09edd2c8cfb5 [2022-06-02T22:56:12.373Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-02T22:56:12.634Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:56:12.634Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:56:12.634Z] ---> ddb3c9182033 [2022-06-02T22:56:12.634Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T22:56:12.634Z] ---> Using cache [2022-06-02T22:56:12.634Z] ---> 9f51b49b828a [2022-06-02T22:56:12.634Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:56:12.634Z] ---> Using cache [2022-06-02T22:56:12.634Z] ---> 09edd2c8cfb5 [2022-06-02T22:56:12.634Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-06-02T22:56:13.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:56:13.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:56:13.577Z] ---> ddb3c9182033 [2022-06-02T22:56:13.577Z] Step 3/23 : WORKDIR /edgex-go [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> 9f51b49b828a [2022-06-02T22:56:13.577Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> 09edd2c8cfb5 [2022-06-02T22:56:13.577Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> 4803790a4199 [2022-06-02T22:56:13.577Z] Step 6/23 : COPY go.mod . [2022-06-02T22:56:13.577Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T22:56:13.577Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T22:56:13.577Z] ---> ddb3c9182033 [2022-06-02T22:56:13.577Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> 9f51b49b828a [2022-06-02T22:56:13.577Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> 09edd2c8cfb5 [2022-06-02T22:56:13.577Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> 4803790a4199 [2022-06-02T22:56:13.577Z] Step 6/22 : COPY . . [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> fcedebc154f6 [2022-06-02T22:56:13.577Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:56:13.577Z] ---> Using cache [2022-06-02T22:56:13.577Z] ---> cf406b5539f4 [2022-06-02T22:56:13.577Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-06-02T22:56:14.959Z] ---> 35619e787a6a [2022-06-02T22:56:14.959Z] Step 7/23 : RUN go mod download [2022-06-02T22:56:14.959Z] ---> Running in e89f54d428e9 [2022-06-02T22:56:14.959Z] ---> Running in 722e74ae2871 [2022-06-02T22:56:14.959Z] ---> Running in 7a7964a4f4fd [2022-06-02T22:56:14.959Z] ---> Running in 5265198f22b9 [2022-06-02T22:56:15.529Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:15.789Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:15.789Z] 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-02T22:56:16.360Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:16.360Z] Removing intermediate container 5265198f22b9 [2022-06-02T22:56:16.360Z] ---> 5975a2ee22b0 [2022-06-02T22:56:16.360Z] Step 8/23 : COPY . . [2022-06-02T22:56:16.623Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:16.623Z] OK: 221 MiB in 52 packages [2022-06-02T22:56:16.890Z] OK: 221 MiB in 52 packages [2022-06-02T22:56:18.269Z] Removing intermediate container 722e74ae2871 [2022-06-02T22:56:18.269Z] ---> 97b5d46a9d24 [2022-06-02T22:56:18.269Z] Step 6/21 : COPY . . [2022-06-02T22:56:18.529Z] Removing intermediate container e89f54d428e9 [2022-06-02T22:56:18.529Z] ---> f9b1be85b5c3 [2022-06-02T22:56:18.529Z] Step 6/22 : COPY . . [2022-06-02T22:56:26.652Z] ---> 54b7d32942bb [2022-06-02T22:56:26.652Z] Step 9/23 : RUN go mod tidy [2022-06-02T22:56:26.652Z] ---> a8372cc0e313 [2022-06-02T22:56:26.652Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:56:26.652Z] ---> 35a23332207c [2022-06-02T22:56:26.652Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T22:56:26.652Z] ---> Running in fb1a92224b12 [2022-06-02T22:56:26.652Z] ---> Running in 253f560f2ae6 [2022-06-02T22:56:26.652Z] ---> Running in 4c8376b65b44 [2022-06-02T22:56:26.652Z] skipping... [2022-06-02T22:56:26.652Z] Removing intermediate container 7a7964a4f4fd [2022-06-02T22:56:26.652Z] ---> e30fa870d75d [2022-06-02T22:56:26.652Z] [2022-06-02T22:56:26.652Z] Step 9/22 : FROM alpine:3.14 [2022-06-02T22:56:26.652Z] ---> e04c818066af [2022-06-02T22:56:26.652Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-02T22:56:26.652Z] ---> Using cache [2022-06-02T22:56:26.652Z] ---> 979850977a80 [2022-06-02T22:56:26.652Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T22:56:26.652Z] ---> Using cache [2022-06-02T22:56:26.652Z] ---> 15c3be663510 [2022-06-02T22:56:26.652Z] Step 12/22 : ENV APP_PORT=59881 [2022-06-02T22:56:26.652Z] skipping... [2022-06-02T22:56:26.652Z] ---> Running in 4dad95853aed [2022-06-02T22:56:26.652Z] Removing intermediate container 4dad95853aed [2022-06-02T22:56:26.652Z] ---> 70c1b293c090 [2022-06-02T22:56:26.652Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-02T22:56:26.652Z] ---> Running in 81578b3d63a4 [2022-06-02T22:56:26.652Z] Removing intermediate container 81578b3d63a4 [2022-06-02T22:56:26.652Z] ---> 15605127aee5 [2022-06-02T22:56:26.652Z] Step 14/22 : WORKDIR / [2022-06-02T22:56:26.652Z] ---> Running in a746e9bdd09f [2022-06-02T22:56:26.914Z] Removing intermediate container a746e9bdd09f [2022-06-02T22:56:26.914Z] ---> 8462456745bf [2022-06-02T22:56:26.914Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T22:56:26.914Z] Removing intermediate container fb1a92224b12 [2022-06-02T22:56:26.914Z] ---> feeccaae5d3b [2022-06-02T22:56:26.914Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-06-02T22:56:26.914Z] Removing intermediate container 4c8376b65b44 [2022-06-02T22:56:26.914Z] ---> c97b6d893605 [2022-06-02T22:56:26.914Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-02T22:56:26.914Z] ---> Running in ad5790d8b752 [2022-06-02T22:56:26.914Z] ---> Running in 6390d17354f1 [2022-06-02T22:56:26.914Z] Removing intermediate container 253f560f2ae6 [2022-06-02T22:56:26.914Z] ---> 1c6415432572 [2022-06-02T22:56:26.914Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-06-02T22:56:26.914Z] ---> Running in 655a6e265b83 [2022-06-02T22:56:26.914Z] ---> 76b5c395c1a7 [2022-06-02T22:56:26.914Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-02T22:56:27.482Z] ---> ac3529cfbb41 [2022-06-02T22:56:27.482Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-02T22:56:27.482Z] 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-02T22:56:27.482Z] 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-02T22:56:27.482Z] 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-02T22:56:27.482Z] ---> be53971f98db [2022-06-02T22:56:27.482Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-06-02T22:56:27.741Z] ---> Running in a1b6e1f51273 [2022-06-02T22:56:27.741Z] Removing intermediate container a1b6e1f51273 [2022-06-02T22:56:27.741Z] ---> cd9bb8c3dca7 [2022-06-02T22:56:27.741Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T22:56:27.741Z] ---> Running in dc106383737e [2022-06-02T22:56:28.000Z] Removing intermediate container dc106383737e [2022-06-02T22:56:28.000Z] ---> 9168c497166b [2022-06-02T22:56:28.000Z] Step 20/22 : LABEL arch=x86_64 [2022-06-02T22:56:28.000Z] ---> Running in 55f20648155a [2022-06-02T22:56:28.279Z] Removing intermediate container 55f20648155a [2022-06-02T22:56:28.279Z] ---> 30cc100ad700 [2022-06-02T22:56:28.279Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:28.551Z] ---> Running in 49dda9057c04 [2022-06-02T22:56:28.813Z] Removing intermediate container 49dda9057c04 [2022-06-02T22:56:28.813Z] ---> cd3e235297ab [2022-06-02T22:56:28.813Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T22:56:28.813Z] ---> Running in 3651d1ddd34d [2022-06-02T22:56:29.074Z] Removing intermediate container 3651d1ddd34d [2022-06-02T22:56:29.074Z] ---> 08fa90f392e8 [2022-06-02T22:56:29.074Z] [2022-06-02T22:56:29.074Z] Successfully built 08fa90f392e8 [2022-06-02T22:56:29.074Z] Successfully tagged core-metadata:latest [2022-06-02T22:56:39.061Z]  Building core-metadata ... done Removing intermediate container ad5790d8b752 [2022-06-02T22:56:39.061Z] ---> 928afb979fc2 [2022-06-02T22:56:39.061Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-02T22:56:39.061Z] Removing intermediate container 6390d17354f1 [2022-06-02T22:56:39.061Z] ---> 60b3fb6d82ec [2022-06-02T22:56:39.061Z] [2022-06-02T22:56:39.061Z] Step 11/23 : FROM alpine:3.14 [2022-06-02T22:56:39.061Z] ---> e04c818066af [2022-06-02T22:56:39.061Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-06-02T22:56:39.061Z] ---> Using cache [2022-06-02T22:56:39.061Z] ---> 979850977a80 [2022-06-02T22:56:39.061Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T22:56:39.061Z] ---> Using cache [2022-06-02T22:56:39.061Z] ---> 15c3be663510 [2022-06-02T22:56:39.061Z] Step 14/23 : ENV APP_PORT=59861 [2022-06-02T22:56:39.061Z] Removing intermediate container 655a6e265b83 [2022-06-02T22:56:39.061Z] ---> 081f24192c90 [2022-06-02T22:56:39.061Z] [2022-06-02T22:56:39.061Z] Step 9/21 : FROM alpine:3.14 [2022-06-02T22:56:39.061Z] ---> e04c818066af [2022-06-02T22:56:39.061Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-02T22:56:39.061Z] ---> Running in 8ce45bbcf1ad [2022-06-02T22:56:39.061Z] ---> Running in bec93614b5dc [2022-06-02T22:56:39.061Z] ---> Running in 9cc3344b9f5b [2022-06-02T22:56:39.061Z] Removing intermediate container bec93614b5dc [2022-06-02T22:56:39.061Z] ---> fa46acf3c1c6 [2022-06-02T22:56:39.061Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-02T22:56:39.061Z] ---> Running in 09ba15c47d7b [2022-06-02T22:56:39.061Z] Removing intermediate container 09ba15c47d7b [2022-06-02T22:56:39.061Z] ---> 2b35a176fe5a [2022-06-02T22:56:39.061Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T22:56:39.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:39.061Z] 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-02T22:56:39.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:39.061Z] ---> 625b3591924a [2022-06-02T22:56:39.061Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-02T22:56:39.061Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-02T22:56:39.061Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-02T22:56:39.061Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T22:56:39.061Z] Executing ca-certificates-20211220-r0.trigger [2022-06-02T22:56:39.061Z] OK: 6 MiB in 16 packages [2022-06-02T22:56:39.061Z] ---> 29d8a4e1b57d [2022-06-02T22:56:39.061Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-02T22:56:39.061Z] ---> 2e26852394b0 [2022-06-02T22:56:39.061Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-06-02T22:56:39.061Z] ---> Running in 72844f91bccf [2022-06-02T22:56:39.061Z] Removing intermediate container 72844f91bccf [2022-06-02T22:56:39.061Z] ---> 2555557acbbb [2022-06-02T22:56:39.061Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T22:56:39.061Z] Removing intermediate container 8ce45bbcf1ad [2022-06-02T22:56:39.061Z] ---> 124548735592 [2022-06-02T22:56:39.061Z] [2022-06-02T22:56:39.061Z] Step 10/22 : FROM docker:20.10.8 [2022-06-02T22:56:39.061Z] ---> Running in c2701b2503d5 [2022-06-02T22:56:39.061Z] Removing intermediate container 9cc3344b9f5b [2022-06-02T22:56:39.061Z] ---> 8e7966dddddf [2022-06-02T22:56:39.061Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T22:56:39.061Z] ---> Running in c84de6bd5e3f [2022-06-02T22:56:39.061Z] Removing intermediate container c2701b2503d5 [2022-06-02T22:56:39.061Z] ---> 0a1790e5ebd4 [2022-06-02T22:56:39.061Z] Step 21/23 : LABEL arch=x86_64 [2022-06-02T22:56:39.061Z] ---> Running in b2a999d2dc9e [2022-06-02T22:56:39.061Z] Removing intermediate container c84de6bd5e3f [2022-06-02T22:56:39.061Z] ---> 86a030097733 [2022-06-02T22:56:39.061Z] Step 12/21 : ENV APP_PORT=59860 [2022-06-02T22:56:39.061Z] ---> Running in f5ff77da92a1 [2022-06-02T22:56:39.061Z] Removing intermediate container b2a999d2dc9e [2022-06-02T22:56:39.061Z] ---> 21fbe190c652 [2022-06-02T22:56:39.061Z] Step 22/23 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:39.061Z] ---> Running in a7791a95759d [2022-06-02T22:56:39.061Z] Removing intermediate container f5ff77da92a1 [2022-06-02T22:56:39.061Z] ---> 3fd2862b0889 [2022-06-02T22:56:39.061Z] Step 13/21 : EXPOSE $APP_PORT [2022-06-02T22:56:39.061Z] ---> Running in 84c779a88014 [2022-06-02T22:56:39.061Z] Removing intermediate container a7791a95759d [2022-06-02T22:56:39.061Z] ---> 3080d27866d9 [2022-06-02T22:56:39.061Z] Step 23/23 : LABEL version=0.0.0 [2022-06-02T22:56:39.061Z] 20.10.8: Pulling from library/docker [2022-06-02T22:56:39.061Z] ---> Running in bb13f13ff584 [2022-06-02T22:56:39.061Z] Removing intermediate container 84c779a88014 [2022-06-02T22:56:39.061Z] ---> 3bbced35f31b [2022-06-02T22:56:39.061Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T22:56:39.061Z] Removing intermediate container bb13f13ff584 [2022-06-02T22:56:39.061Z] ---> 7686791f06f5 [2022-06-02T22:56:39.061Z] [2022-06-02T22:56:39.319Z] Successfully built 7686791f06f5 [2022-06-02T22:56:39.319Z] ---> d9c409c1c864 [2022-06-02T22:56:39.319Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-02T22:56:39.319Z] Successfully tagged support-scheduler:latest [2022-06-02T22:56:39.889Z]  Building support-scheduler ... done  ---> 75274b624365 [2022-06-02T22:56:39.889Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-02T22:56:39.889Z] ---> 8249cca1d0cc [2022-06-02T22:56:39.889Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-06-02T22:56:39.889Z] ---> Running in fb0bc67292aa [2022-06-02T22:56:40.148Z] Removing intermediate container fb0bc67292aa [2022-06-02T22:56:40.148Z] ---> 3e98c450054a [2022-06-02T22:56:40.148Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T22:56:40.148Z] ---> Running in da9071653588 [2022-06-02T22:56:40.410Z] Removing intermediate container da9071653588 [2022-06-02T22:56:40.410Z] ---> f01a2a07e443 [2022-06-02T22:56:40.410Z] Step 19/21 : LABEL arch=x86_64 [2022-06-02T22:56:40.410Z] ---> Running in 6b74049caeb9 [2022-06-02T22:56:40.692Z] Removing intermediate container 6b74049caeb9 [2022-06-02T22:56:40.693Z] ---> a8a2eeeacc12 [2022-06-02T22:56:40.693Z] Step 20/21 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:40.693Z] ---> Running in 50e0903f0891 [2022-06-02T22:56:40.693Z] Removing intermediate container 50e0903f0891 [2022-06-02T22:56:40.693Z] ---> ce0e021ff6f5 [2022-06-02T22:56:40.693Z] Step 21/21 : LABEL version=0.0.0 [2022-06-02T22:56:40.693Z] ---> Running in 3e0d417bf9f8 [2022-06-02T22:56:40.982Z] Removing intermediate container 3e0d417bf9f8 [2022-06-02T22:56:40.982Z] ---> 8fd78b393071 [2022-06-02T22:56:40.982Z] [2022-06-02T22:56:40.982Z] Successfully built 8fd78b393071 [2022-06-02T22:56:40.982Z] Successfully tagged support-notifications:latest [2022-06-02T22:56:41.953Z]  Building support-notifications ... done Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2022-06-02T22:56:41.953Z] Status: Downloaded newer image for docker:20.10.8 [2022-06-02T22:56:41.953Z] ---> bc6c0ffef665 [2022-06-02T22:56:41.953Z] 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-02T22:56:41.953Z] ---> Running in 2ac0b580598a [2022-06-02T22:56:41.953Z] Removing intermediate container 2ac0b580598a [2022-06-02T22:56:41.953Z] ---> b76df2ef4ba0 [2022-06-02T22:56:41.953Z] 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-02T22:56:41.953Z] ---> Running in 8319edd10dad [2022-06-02T22:56:42.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:42.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-02T22:56:42.493Z] (1/42) Installing readline (8.1.0-r0) [2022-06-02T22:56:42.493Z] (2/42) Installing bash (5.1.16-r0) [2022-06-02T22:56:42.493Z] Executing bash-5.1.16-r0.post-install [2022-06-02T22:56:42.493Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-06-02T22:56:42.493Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-06-02T22:56:42.493Z] (5/42) Installing libcurl (7.79.1-r1) [2022-06-02T22:56:42.493Z] (6/42) Installing curl (7.79.1-r1) [2022-06-02T22:56:42.493Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-06-02T22:56:42.493Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-06-02T22:56:42.752Z] (9/42) Installing expat (2.4.7-r0) [2022-06-02T22:56:42.752Z] (10/42) Installing libffi (3.3-r2) [2022-06-02T22:56:42.752Z] (11/42) Installing gdbm (1.19-r0) [2022-06-02T22:56:42.752Z] (12/42) Installing xz-libs (5.2.5-r1) [2022-06-02T22:56:42.752Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-06-02T22:56:42.752Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-02T22:56:42.752Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-06-02T22:56:42.752Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-06-02T22:56:42.752Z] (17/42) Installing python3 (3.9.5-r2) [2022-06-02T22:56:43.014Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-06-02T22:56:43.014Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-06-02T22:56:43.014Z] (20/42) Installing py3-idna (3.2-r0) [2022-06-02T22:56:43.014Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-06-02T22:56:43.014Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-06-02T22:56:43.014Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-06-02T22:56:43.274Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-06-02T22:56:43.274Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-06-02T22:56:43.274Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-06-02T22:56:43.274Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-06-02T22:56:43.274Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-06-02T22:56:43.274Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-06-02T22:56:43.274Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-06-02T22:56:43.274Z] (31/42) Installing py3-six (1.15.0-r1) [2022-06-02T22:56:43.274Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-06-02T22:56:43.274Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-06-02T22:56:43.274Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-06-02T22:56:43.274Z] (35/42) Installing py3-packaging (20.9-r1) [2022-06-02T22:56:43.274Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-06-02T22:56:43.274Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-06-02T22:56:43.274Z] (38/42) Installing py3-progress (1.5-r2) [2022-06-02T22:56:43.274Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-06-02T22:56:43.274Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-06-02T22:56:43.274Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-06-02T22:56:43.274Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-06-02T22:56:43.274Z] Executing busybox-1.33.1-r3.trigger [2022-06-02T22:56:43.274Z] OK: 84 MiB in 64 packages [2022-06-02T22:56:44.219Z] Collecting docker-compose==1.23.2 [2022-06-02T22:56:44.219Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-02T22:56:44.219Z] Collecting texttable<0.10,>=0.9.0 [2022-06-02T22:56:44.219Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-02T22:56:44.479Z] Collecting jsonschema<3,>=2.5.1 [2022-06-02T22:56:44.479Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-02T22:56:44.479Z] Collecting cached-property<2,>=1.2.0 [2022-06-02T22:56:44.479Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-02T22:56:44.738Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-02T22:56:44.738Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-02T22:56:44.738Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-02T22:56:44.738Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-02T22:56:44.738Z] Collecting PyYAML<4,>=3.10 [2022-06-02T22:56:44.738Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-02T22:56:45.306Z] Collecting docker<4.0,>=3.6.0 [2022-06-02T22:56:45.306Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-02T22:56:45.306Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-02T22:56:45.306Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-02T22:56:45.566Z] Collecting docopt<0.7,>=0.6.1 [2022-06-02T22:56:45.566Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-02T22:56:45.826Z] 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-02T22:56:46.087Z] Collecting docker-pycreds>=0.4.0 [2022-06-02T22:56:46.087Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-02T22:56:46.087Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-02T22:56:46.087Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-02T22:56:46.087Z] 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-02T22:56:46.087Z] Collecting idna<2.8,>=2.5 [2022-06-02T22:56:46.087Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-02T22:56:46.087Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-02T22:56:46.087Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-02T22:56:46.087Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-02T22:56:46.087Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-02T22:56:46.087Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-02T22:56:46.087Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-02T22:56:46.347Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-02T22:56:46.347Z] Attempting uninstall: urllib3 [2022-06-02T22:56:46.347Z] Found existing installation: urllib3 1.26.5 [2022-06-02T22:56:46.347Z] Uninstalling urllib3-1.26.5: [2022-06-02T22:56:46.347Z] Successfully uninstalled urllib3-1.26.5 [2022-06-02T22:56:46.347Z] Attempting uninstall: idna [2022-06-02T22:56:46.347Z] Found existing installation: idna 3.2 [2022-06-02T22:56:46.347Z] Uninstalling idna-3.2: [2022-06-02T22:56:46.347Z] Successfully uninstalled idna-3.2 [2022-06-02T22:56:46.610Z] Attempting uninstall: chardet [2022-06-02T22:56:46.610Z] Found existing installation: chardet 4.0.0 [2022-06-02T22:56:46.610Z] Uninstalling chardet-4.0.0: [2022-06-02T22:56:46.610Z] Successfully uninstalled chardet-4.0.0 [2022-06-02T22:56:46.871Z] Attempting uninstall: requests [2022-06-02T22:56:46.871Z] Found existing installation: requests 2.25.1 [2022-06-02T22:56:46.871Z] Uninstalling requests-2.25.1: [2022-06-02T22:56:46.871Z] Successfully uninstalled requests-2.25.1 [2022-06-02T22:56:46.871Z] Running setup.py install for texttable: started [2022-06-02T22:56:47.132Z] Running setup.py install for texttable: finished with status 'done' [2022-06-02T22:56:47.132Z] Running setup.py install for PyYAML: started [2022-06-02T22:56:47.702Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-02T22:56:47.702Z] Running setup.py install for docopt: started [2022-06-02T22:56:47.963Z] Running setup.py install for docopt: finished with status 'done' [2022-06-02T22:56:47.963Z] Running setup.py install for dockerpty: started [2022-06-02T22:56:48.223Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-02T22:56:48.484Z] 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-02T22:56:51.029Z] Removing intermediate container 8319edd10dad [2022-06-02T22:56:51.029Z] ---> b367a107a197 [2022-06-02T22:56:51.029Z] Step 13/22 : ENV APP_PORT=58890 [2022-06-02T22:56:51.029Z] ---> Running in f9576dfb8f86 [2022-06-02T22:56:51.029Z] Removing intermediate container f9576dfb8f86 [2022-06-02T22:56:51.029Z] ---> d230e1a038d5 [2022-06-02T22:56:51.029Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-02T22:56:51.029Z] ---> Running in e9089d00540d [2022-06-02T22:56:51.030Z] Removing intermediate container e9089d00540d [2022-06-02T22:56:51.030Z] ---> 20f58e526302 [2022-06-02T22:56:51.030Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-02T22:56:51.290Z] ---> bdb3ba715ddd [2022-06-02T22:56:51.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-02T22:56:51.556Z] ---> 67a41a50f86f [2022-06-02T22:56:51.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-02T22:56:51.816Z] ---> 8f438e832233 [2022-06-02T22:56:51.816Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-02T22:56:51.816Z] ---> Running in 9c1561b6f6c0 [2022-06-02T22:56:51.816Z] Removing intermediate container 9c1561b6f6c0 [2022-06-02T22:56:51.816Z] ---> e34bde120311 [2022-06-02T22:56:51.816Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T22:56:51.816Z] ---> Running in 76319d87e453 [2022-06-02T22:56:52.075Z] Removing intermediate container 76319d87e453 [2022-06-02T22:56:52.075Z] ---> f2c3635589d0 [2022-06-02T22:56:52.075Z] Step 20/22 : LABEL arch=x86_64 [2022-06-02T22:56:52.075Z] ---> Running in fb0ce9c4d47b [2022-06-02T22:56:52.075Z] Removing intermediate container fb0ce9c4d47b [2022-06-02T22:56:52.075Z] ---> d8b78f0a6b9c [2022-06-02T22:56:52.075Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:56:52.075Z] ---> Running in eb7235042971 [2022-06-02T22:56:52.336Z] Removing intermediate container eb7235042971 [2022-06-02T22:56:52.336Z] ---> ccfc908e7455 [2022-06-02T22:56:52.336Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T22:56:52.336Z] ---> Running in 45110daa4aae [2022-06-02T22:56:52.336Z] Removing intermediate container 45110daa4aae [2022-06-02T22:56:52.336Z] ---> e487017fb366 [2022-06-02T22:56:52.336Z] [2022-06-02T22:56:52.336Z] Successfully built e487017fb366 [2022-06-02T22:56:52.336Z] Successfully tagged sys-mgmt-agent:latest [2022-06-02T22:56:52.602Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-06-02T22:56:52.624Z] $ docker stop --time=1 ba676d3c24365c7e01357a47628748348d1696e640ab202ea1116f3a30a36efa [2022-06-02T22:56:53.911Z] $ docker rm -f ba676d3c24365c7e01357a47628748348d1696e640ab202ea1116f3a30a36efa [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-02T22:56:54.321Z] + docker images [2022-06-02T22:56:54.322Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-02T22:56:54.322Z] sys-mgmt-agent latest e487017fb366 2 seconds ago 294MB [2022-06-02T22:56:54.322Z] support-notifications latest 8fd78b393071 14 seconds ago 16.6MB [2022-06-02T22:56:54.322Z] 124548735592 16 seconds ago 1.78GB [2022-06-02T22:56:54.322Z] support-scheduler latest 7686791f06f5 16 seconds ago 15.9MB [2022-06-02T22:56:54.322Z] 081f24192c90 17 seconds ago 1.79GB [2022-06-02T22:56:54.322Z] 60b3fb6d82ec 17 seconds ago 1.79GB [2022-06-02T22:56:54.322Z] core-metadata latest 08fa90f392e8 26 seconds ago 16.5MB [2022-06-02T22:56:54.322Z] e30fa870d75d 28 seconds ago 1.79GB [2022-06-02T22:56:54.322Z] security-bootstrapper latest 88e95599d7e6 48 seconds ago 18.7MB [2022-06-02T22:56:54.322Z] core-data latest 1bb2590651a3 52 seconds ago 19.9MB [2022-06-02T22:56:54.322Z] security-secretstore-setup latest 45f350982cc7 52 seconds ago 27.7MB [2022-06-02T22:56:54.322Z] core-command latest 940c89ff0815 55 seconds ago 15.7MB [2022-06-02T22:56:54.322Z] security-proxy-setup latest e4aff25adbaf 55 seconds ago 26.1MB [2022-06-02T22:56:54.322Z] 0fb7b36935a0 About a minute ago 1.79GB [2022-06-02T22:56:54.322Z] 5c1a1ef4e32b About a minute ago 1.79GB [2022-06-02T22:56:54.322Z] 406a61d77128 About a minute ago 1.79GB [2022-06-02T22:56:54.322Z] 457b16e22016 About a minute ago 1.78GB [2022-06-02T22:56:54.322Z] 2ba0d51617ed About a minute ago 1.78GB [2022-06-02T22:56:54.322Z] ci-base-image-x86_64 latest ddb3c9182033 3 minutes ago 1.27GB [2022-06-02T22:56:54.322Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base 1.17-alpine-lts c47586b81864 6 days ago 562MB [2022-06-02T22:56:54.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest a97f223af7a3 6 weeks ago 254MB [2022-06-02T22:56:54.322Z] alpine 3.14 e04c818066af 8 weeks ago 5.59MB [2022-06-02T22:56:54.322Z] docker 20.10.8 bc6c0ffef665 9 months ago 214MB [2022-06-02T22:56:54.322Z] 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-02T22:57:09.898Z] Still waiting to schedule task [2022-06-02T22:57:09.898Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-06-02T22:57:34.109Z] Removing intermediate container a47660cd5c92 [2022-06-02T22:57:34.109Z] ---> d8b67b6089e3 [2022-06-02T22:57:34.109Z] Successfully built d8b67b6089e3 [2022-06-02T22:57:34.109Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:57:34.524Z] + docker inspect -f . ci-base-image-arm64 [2022-06-02T22:57:34.524Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:57:34.824Z] prd-ubuntu20.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2022-06-02T22:57:34.906Z] $ 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-02T22:57:36.144Z] $ docker top 7a069394755ce164466fcfc044cc44d2557ac170b6d12677dce7cd9d2b294bb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T22:57:37.070Z] + go version [2022-06-02T22:57:37.070Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-06-02T22:57:37.107Z] $ docker stop --time=1 7a069394755ce164466fcfc044cc44d2557ac170b6d12677dce7cd9d2b294bb8 [2022-06-02T22:57:38.742Z] $ docker rm -f 7a069394755ce164466fcfc044cc44d2557ac170b6d12677dce7cd9d2b294bb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T22:57:39.644Z] + docker inspect -f . ci-base-image-arm64 [2022-06-02T22:57:39.644Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T22:57:39.939Z] prd-ubuntu20.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2022-06-02T22:57:40.022Z] $ 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-02T22:57:41.226Z] $ docker top f08a523f27d0dde73f6f3da7f270d020f582b7a4d2dfd10f3aa65eb963723b8f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-02T22:57:41.551Z] ========================================================= [2022-06-02T22:57:41.551Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-02T22:57:41.551Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-02T22:57:42.261Z] + make test [2022-06-02T22:57:42.261Z] go mod tidy [2022-06-02T22:57:43.246Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-02T22:57:50.088Z] Running on prd-ubuntu18.04-docker-8c-8g-712 in /w/workspace/edgexfoundry_edgex-go_PR-4042 [Pipeline] { [Pipeline] ws [2022-06-02T22:57:50.136Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-06-02T22:57:50.203Z] The recommended git tool is: git [2022-06-02T22:57:51.798Z] using credential edgex-jenkins-ssh [2022-06-02T22:57:51.810Z] Cloning the remote Git repository [2022-06-02T22:57:51.813Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-02T22:57:51.849Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-06-02T22:57:51.883Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-02T22:57:51.883Z] > git --version # timeout=10 [2022-06-02T22:57:51.888Z] > git --version # 'git version 2.17.1' [2022-06-02T22:57:51.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T22:57:51.921Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-02T22:57:58.452Z] Merging remotes/origin/jakarta commit f08ebb17cd451bf4d1e25a5d268e97d10422aedc into PR head commit c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:57:57.873Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-02T22:57:57.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-02T22:57:57.892Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-02T22:57:57.903Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-02T22:57:57.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T22:57:57.908Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4042/head:refs/remotes/origin/PR-4042 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-06-02T22:57:58.643Z] Merge succeeded, producing c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T22:57:58.643Z] Checking out Revision c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 (PR-4042) [2022-06-02T22:57:58.473Z] > git config core.sparsecheckout # timeout=10 [2022-06-02T22:57:58.480Z] > git checkout -f c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 # timeout=10 [2022-06-02T22:57:58.615Z] > git remote # timeout=10 [2022-06-02T22:57:58.621Z] > git config --get remote.origin.url # timeout=10 [2022-06-02T22:57:58.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-02T22:57:58.639Z] > git merge f08ebb17cd451bf4d1e25a5d268e97d10422aedc # timeout=10 [2022-06-02T22:57:58.648Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-02T22:57:58.657Z] > git config core.sparsecheckout # timeout=10 [2022-06-02T22:57:58.669Z] > git checkout -f c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 # timeout=10 [2022-06-02T22:58:02.251Z] Commit message: "build: Update chnage log and released go mods for 2.1.1 patch" [2022-06-02T22:58:02.292Z] > git --version # timeout=10 [2022-06-02T22:58:02.303Z] > git --version # 'git version 2.17.1' [2022-06-02T22:58:02.306Z] fatal: bad object 95c76d14630896f3c9cf825147e1b1e2bad20cbb [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T22:58:03.089Z] + echo snap-build.sh [2022-06-02T22:58:03.089Z] snap-build.sh [2022-06-02T22:58:03.089Z] + SNAP_BASE_DIR=. [2022-06-02T22:58:03.089Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-06-02T22:58:03.089Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-06-02T22:58:03.089Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-06-02T22:58:03.089Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-06-02T22:58:03.089Z] + cd /w/workspace/edgex-go/1 [2022-06-02T22:58:03.089Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-06-02T22:58:03.089Z] Reading package lists... [2022-06-02T22:58:03.089Z] Building dependency tree... [2022-06-02T22:58:03.089Z] Reading state information... [2022-06-02T22:58:03.089Z] The following packages were automatically installed and are no longer required: [2022-06-02T22:58:03.089Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-06-02T22:58:03.089Z] uidmap xdelta3 [2022-06-02T22:58:03.089Z] Use 'sudo apt autoremove' to remove them. [2022-06-02T22:58:03.089Z] The following packages will be REMOVED: [2022-06-02T22:58:03.089Z] lxd* lxd-client* [2022-06-02T22:58:03.089Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-06-02T22:58:03.352Z] After this operation, 31.7 MB disk space will be freed. [2022-06-02T22:58:04.136Z] (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-02T22:58:04.136Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-02T22:58:04.708Z] Removing lxd dnsmasq configuration [2022-06-02T22:58:04.970Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-06-02T22:58:04.970Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-06-02T22:58:05.542Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-06-02T22:58:05.805Z] (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-02T22:58:05.805Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-06-02T22:58:07.194Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-06-02T22:58:07.194Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-06-02T22:58:07.770Z] + sudo snap remove --purge lxd [2022-06-02T22:58:08.031Z] snap "lxd" is not installed [2022-06-02T22:58:08.031Z] + sudo groupadd --force --system lxd [2022-06-02T22:58:08.031Z] ++ whoami [2022-06-02T22:58:08.031Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-06-02T22:58:08.031Z] + newgrp - lxd [2022-06-02T22:58:08.031Z] + sudo snap install lxd [2022-06-02T22:58:10.062Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-02T22:58:18.040Z] 2022-06-02T22:58:14Z INFO Waiting for automatic snapd restart... [2022-06-02T22:58:30.273Z] lxd 5.2-79c3c3b from Canonical* installed [2022-06-02T22:58:30.273Z] + sudo lxd init --auto [2022-06-02T22:58:40.286Z] + sudo snap install --classic snapcraft [2022-06-02T22:58:44.510Z] snapcraft 6.1 from Canonical* installed [2022-06-02T22:58:44.510Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-06-02T22:58:44.510Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-06-02T22:58:44.510Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-02T22:58:44.510Z] Dload Upload Total Spent Left Speed [2022-06-02T22:58:44.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [2022-06-02T22:58:44.772Z] 100 3325k 100 3325k 0 0 9500k 0 --:--:-- --:--:-- --:--:-- 9500k [2022-06-02T22:58:45.033Z] ./yq_linux_amd64 [2022-06-02T22:58:45.034Z] + sudo snapcraft prime --use-lxd [2022-06-02T22:58:46.952Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-06-02T22:58:46.953Z] 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-02T22:58:46.953Z] - README.md [2022-06-02T22:58:46.953Z] [2022-06-02T22:58:46.953Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-02T22:58:47.213Z] Launching a container. [2022-06-02T22:58:57.232Z] Waiting for container to be ready [2022-06-02T22:58:57.232Z] To start your first container, try: lxc launch ubuntu:22.04 [2022-06-02T22:58:57.232Z] Or for a virtual machine: lxc launch ubuntu:22.04 --vm [2022-06-02T22:58:57.232Z] [2022-06-02T22:59:01.441Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-06-02T22:59:02.017Z] Waiting for network to be ready... [2022-06-02T22:59:02.278Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2022-06-02T22:59:02.538Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2254 kB] [2022-06-02T22:59:02.538Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2022-06-02T22:59:02.538Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [395 kB] [2022-06-02T22:59:02.538Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.0 kB] [2022-06-02T22:59:02.538Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3836 B] [2022-06-02T22:59:02.538Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [747 kB] [2022-06-02T22:59:02.538Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [102 kB] [2022-06-02T22:59:02.538Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1205 kB] [2022-06-02T22:59:02.538Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [278 kB] [2022-06-02T22:59:03.108Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2022-06-02T22:59:03.108Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2022-06-02T22:59:03.367Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2022-06-02T22:59:03.367Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2022-06-02T22:59:03.367Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2022-06-02T22:59:03.367Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2022-06-02T22:59:03.367Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2022-06-02T22:59:03.367Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2022-06-02T22:59:03.627Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2022-06-02T22:59:03.886Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2595 kB] [2022-06-02T22:59:03.886Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [484 kB] [2022-06-02T22:59:03.886Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2022-06-02T22:59:03.886Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6012 B] [2022-06-02T22:59:03.886Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [772 kB] [2022-06-02T22:59:03.886Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [106 kB] [2022-06-02T22:59:03.886Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1817 kB] [2022-06-02T22:59:04.147Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [394 kB] [2022-06-02T22:59:06.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-02T22:59:06.691Z] Fetched 26.9 MB in 4s (6521 kB/s) [2022-06-02T22:59:07.268Z] Reading package lists... [2022-06-02T22:59:07.529Z] Reading package lists... [2022-06-02T22:59:07.790Z] Building dependency tree... [2022-06-02T22:59:07.790Z] Reading state information... [2022-06-02T22:59:07.790Z] The following additional packages will be installed: [2022-06-02T22:59:07.790Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-02T22:59:07.790Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-02T22:59:07.790Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-02T22:59:07.790Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-06-02T22:59:07.790Z] Suggested packages: [2022-06-02T22:59:07.790Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-06-02T22:59:07.790Z] Recommended packages: [2022-06-02T22:59:07.790Z] gnupg libsasl2-modules [2022-06-02T22:59:07.790Z] The following NEW packages will be installed: [2022-06-02T22:59:07.790Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-06-02T22:59:07.790Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-06-02T22:59:07.790Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-06-02T22:59:07.790Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-06-02T22:59:07.790Z] The following packages will be upgraded: [2022-06-02T22:59:07.790Z] gpg gpg-agent gpgconf libudev1 [2022-06-02T22:59:07.790Z] 4 upgraded, 18 newly installed, 0 to remove and 113 not upgraded. [2022-06-02T22:59:07.790Z] Need to get 3529 kB of archives. [2022-06-02T22:59:07.790Z] After this operation, 13.3 MB of additional disk space will be used. [2022-06-02T22:59:07.790Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.53 [55.6 kB] [2022-06-02T22:59:08.052Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.53 [1102 kB] [2022-06-02T22:59:08.052Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2022-06-02T22:59:08.052Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2022-06-02T22:59:08.052Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-06-02T22:59:08.052Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2022-06-02T22:59:08.052Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2022-06-02T22:59:08.052Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2022-06-02T22:59:08.052Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2022-06-02T22:59:08.052Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2022-06-02T22:59:08.052Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2022-06-02T22:59:08.052Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2022-06-02T22:59:08.052Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2022-06-02T22:59:08.052Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2022-06-02T22:59:08.052Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.5 [468 kB] [2022-06-02T22:59:08.622Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.5 [123 kB] [2022-06-02T22:59:08.622Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.5 [227 kB] [2022-06-02T22:59:08.882Z] Get:18 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-02T22:59:08.882Z] Get:19 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-02T22:59:08.882Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB] [2022-06-02T22:59:08.882Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB] [2022-06-02T22:59:08.882Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.5 [317 kB] [2022-06-02T22:59:08.882Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-02T22:59:08.882Z] Fetched 3529 kB in 1s (3566 kB/s) [2022-06-02T22:59:08.882Z] (Reading database ... 12511 files and directories currently installed.) [2022-06-02T22:59:08.882Z] Preparing to unpack .../libudev1_237-3ubuntu10.53_amd64.deb ... [2022-06-02T22:59:09.143Z] Unpacking libudev1:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-02T22:59:09.143Z] Setting up libudev1:amd64 (237-3ubuntu10.53) ... [2022-06-02T22:59:09.143Z] Selecting previously unselected package udev. [2022-06-02T22:59:09.143Z] (Reading database ... 12511 files and directories currently installed.) [2022-06-02T22:59:09.143Z] Preparing to unpack .../00-udev_237-3ubuntu10.53_amd64.deb ... [2022-06-02T22:59:09.143Z] Unpacking udev (237-3ubuntu10.53) ... [2022-06-02T22:59:09.404Z] Selecting previously unselected package libfuse2:amd64. [2022-06-02T22:59:09.404Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2022-06-02T22:59:09.404Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-06-02T22:59:09.404Z] Selecting previously unselected package fuse. [2022-06-02T22:59:09.404Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2022-06-02T22:59:09.404Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2022-06-02T22:59:09.665Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-02T22:59:09.665Z] Unpacking gpg (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-02T22:59:09.665Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-02T22:59:09.665Z] Unpacking gpgconf (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-02T22:59:09.665Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-02T22:59:09.665Z] Unpacking gpg-agent (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-02T22:59:09.925Z] Selecting previously unselected package libksba8:amd64. [2022-06-02T22:59:09.925Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-06-02T22:59:09.925Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-06-02T22:59:09.925Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-06-02T22:59:09.925Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:09.925Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:09.925Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-06-02T22:59:09.925Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:09.925Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-02T22:59:10.186Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-06-02T22:59:10.186Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.186Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.186Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-06-02T22:59:10.186Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.186Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.186Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-06-02T22:59:10.186Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.186Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.186Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-06-02T22:59:10.186Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.448Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.448Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-06-02T22:59:10.448Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.448Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.448Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-06-02T22:59:10.448Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.448Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.448Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-06-02T22:59:10.448Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-06-02T22:59:10.448Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.707Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-06-02T22:59:10.707Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... [2022-06-02T22:59:10.707Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-02T22:59:10.707Z] Selecting previously unselected package libsasl2-2:amd64. [2022-06-02T22:59:10.707Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... [2022-06-02T22:59:10.707Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-02T22:59:10.707Z] Selecting previously unselected package libldap-common. [2022-06-02T22:59:10.707Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ... [2022-06-02T22:59:10.707Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-02T22:59:10.707Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-06-02T22:59:10.707Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ... [2022-06-02T22:59:10.707Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-02T22:59:10.970Z] Selecting previously unselected package dirmngr. [2022-06-02T22:59:10.970Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-02T22:59:10.970Z] Unpacking dirmngr (2.2.4-1ubuntu1.5) ... [2022-06-02T22:59:10.970Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-02T22:59:10.970Z] Setting up gpgconf (2.2.4-1ubuntu1.5) ... [2022-06-02T22:59:10.970Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-06-02T22:59:10.970Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-02T22:59:10.970Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... [2022-06-02T22:59:10.970Z] Setting up gpg-agent (2.2.4-1ubuntu1.5) ... [2022-06-02T22:59:10.970Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:10.970Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-06-02T22:59:11.230Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-02T22:59:11.230Z] Setting up udev (237-3ubuntu10.53) ... [2022-06-02T22:59:11.496Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-06-02T22:59:11.496Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.496Z] Processing triggers for systemd (237-3ubuntu10) ... [2022-06-02T22:59:11.496Z] Setting up fuse (2.9.7-1ubuntu1) ... [2022-06-02T22:59:11.496Z] Setting up gpg (2.2.4-1ubuntu1.5) ... [2022-06-02T22:59:11.496Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.496Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.496Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.496Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-02T22:59:11.558Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-02T22:59:11.757Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.757Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.757Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-06-02T22:59:11.757Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... [2022-06-02T22:59:11.757Z] Setting up dirmngr (2.2.4-1ubuntu1.5) ... [2022-06-02T22:59:11.757Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-02T22:59:12.016Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2022-06-02T22:59:12.016Z] settings in the [Install] section, and DefaultInstance for template units). [2022-06-02T22:59:12.016Z] This means they are not meant to be enabled using systemctl. [2022-06-02T22:59:12.016Z] Possible reasons for having this kind of units are: [2022-06-02T22:59:12.016Z] 1) A unit may be statically enabled by being symlinked from another unit's [2022-06-02T22:59:12.016Z] .wants/ or .requires/ directory. [2022-06-02T22:59:12.016Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2022-06-02T22:59:12.016Z] a requirement dependency on it. [2022-06-02T22:59:12.016Z] 3) A unit may be started when needed via activation (socket, path, timer, [2022-06-02T22:59:12.016Z] D-Bus, udev, scripted systemctl call, ...). [2022-06-02T22:59:12.016Z] 4) In case of template units, the unit is meant to be enabled with some [2022-06-02T22:59:12.016Z] instance name specified. [2022-06-02T22:59:12.534Z] Reading package lists... [2022-06-02T22:59:12.534Z] Building dependency tree... [2022-06-02T22:59:12.534Z] Reading state information... [2022-06-02T22:59:12.794Z] The following additional packages will be installed: [2022-06-02T22:59:12.794Z] apparmor apt dbus dbus-user-session libapt-pkg5.0 libbsd0 libdbus-1-3 [2022-06-02T22:59:12.794Z] libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-06-02T22:59:12.794Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-06-02T22:59:12.794Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 libssl1.1 libsystemd0 [2022-06-02T22:59:12.794Z] mime-support multiarch-support openssh-client python3 python3-minimal [2022-06-02T22:59:12.794Z] python3.6 python3.6-minimal squashfs-tools systemd [2022-06-02T22:59:12.794Z] Suggested packages: [2022-06-02T22:59:12.794Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2022-06-02T22:59:12.794Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2022-06-02T22:59:12.794Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-06-02T22:59:12.794Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2022-06-02T22:59:12.794Z] systemd-container policykit-1 [2022-06-02T22:59:12.794Z] Recommended packages: [2022-06-02T22:59:12.794Z] krb5-locales file xauth gnupg networkd-dispatcher [2022-06-02T22:59:12.794Z] The following NEW packages will be installed: [2022-06-02T22:59:12.794Z] apparmor dbus dbus-user-session libbsd0 libdbus-1-3 libedit2 libexpat1 [2022-06-02T22:59:12.794Z] libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 [2022-06-02T22:59:12.794Z] liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib libpython3.6-minimal [2022-06-02T22:59:12.794Z] libpython3.6-stdlib libssl1.0.0 mime-support multiarch-support [2022-06-02T22:59:12.794Z] openssh-client python3 python3-minimal python3.6 python3.6-minimal snapd [2022-06-02T22:59:12.794Z] squashfs-tools sudo [2022-06-02T22:59:12.794Z] The following packages will be upgraded: [2022-06-02T22:59:12.794Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2022-06-02T22:59:12.794Z] 5 upgraded, 29 newly installed, 0 to remove and 108 not upgraded. [2022-06-02T22:59:12.794Z] Need to get 48.9 MB of archives. [2022-06-02T22:59:12.794Z] After this operation, 186 MB of additional disk space will be used. [2022-06-02T22:59:12.794Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.17 [1302 kB] [2022-06-02T22:59:12.794Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.53 [2915 kB] [2022-06-02T22:59:12.794Z] 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-02T22:59:12.794Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.7 [82.6 kB] [2022-06-02T22:59:12.794Z] 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-02T22:59:13.055Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.7 [1710 kB] [2022-06-02T22:59:13.055Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.7 [203 kB] [2022-06-02T22:59:13.055Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.3 [175 kB] [2022-06-02T22:59:13.055Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus amd64 1.12.2-1ubuntu1.3 [150 kB] [2022-06-02T22:59:13.055Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2022-06-02T22:59:13.055Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2022-06-02T22:59:13.055Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2022-06-02T22:59:13.055Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2022-06-02T22:59:13.055Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2022-06-02T22:59:13.055Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2022-06-02T22:59:13.055Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2022-06-02T22:59:13.055Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.9 [1088 kB] [2022-06-02T22:59:13.055Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.3 [9392 B] [2022-06-02T22:59:13.055Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2022-06-02T22:59:13.055Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.54.3+18.04.2ubuntu0.2 [34.3 MB] [2022-06-02T22:59:13.623Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.53 [206 kB] [2022-06-02T22:59:13.623Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2022-06-02T22:59:13.623Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2022-06-02T22:59:13.623Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2022-06-02T22:59:13.623Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2022-06-02T22:59:13.623Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2022-06-02T22:59:13.623Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2022-06-02T22:59:13.623Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2022-06-02T22:59:13.623Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B] [2022-06-02T22:59:13.882Z] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2022-06-02T22:59:13.882Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.53 [107 kB] [2022-06-02T22:59:13.882Z] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2022-06-02T22:59:13.882Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B] [2022-06-02T22:59:13.882Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB] [2022-06-02T22:59:13.882Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-02T22:59:13.882Z] Fetched 48.9 MB in 1s (42.6 MB/s) [2022-06-02T22:59:14.146Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-02T22:59:14.146Z] Preparing to unpack .../systemd_237-3ubuntu10.53_amd64.deb ... [2022-06-02T22:59:14.146Z] Unpacking systemd (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-02T22:59:14.718Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.53_amd64.deb ... [2022-06-02T22:59:14.718Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-02T22:59:14.718Z] Setting up libsystemd0:amd64 (237-3ubuntu10.53) ... [2022-06-02T22:59:14.718Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-02T22:59:14.718Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2022-06-02T22:59:14.718Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2022-06-02T22:59:14.982Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2022-06-02T22:59:14.982Z] (Reading database ... 12757 files and directories currently installed.) [2022-06-02T22:59:14.982Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2022-06-02T22:59:14.982Z] Unpacking apt (1.6.14) over (1.6.1) ... [2022-06-02T22:59:15.243Z] Setting up apt (1.6.14) ... [2022-06-02T22:59:15.243Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2022-06-02T22:59:15.504Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-06-02T22:59:15.764Z] (Reading database ... 12764 files and directories currently installed.) [2022-06-02T22:59:15.764Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... [2022-06-02T22:59:15.764Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... [2022-06-02T22:59:15.764Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2022-06-02T22:59:15.764Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-02T22:59:15.764Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:16.024Z] Selecting previously unselected package libexpat1:amd64. [2022-06-02T22:59:16.024Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_amd64.deb ... [2022-06-02T22:59:16.024Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.7) ... [2022-06-02T22:59:16.024Z] Selecting previously unselected package python3.6-minimal. [2022-06-02T22:59:16.024Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-02T22:59:16.024Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:16.285Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) ... [2022-06-02T22:59:16.285Z] Checking for services that may need to be restarted...done. [2022-06-02T22:59:16.285Z] Checking for services that may need to be restarted...done. [2022-06-02T22:59:16.285Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:16.546Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.7) ... [2022-06-02T22:59:16.546Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:16.812Z] Selecting previously unselected package python3-minimal. [2022-06-02T22:59:16.812Z] (Reading database ... 13012 files and directories currently installed.) [2022-06-02T22:59:16.812Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2022-06-02T22:59:16.812Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2022-06-02T22:59:16.812Z] Selecting previously unselected package mime-support. [2022-06-02T22:59:16.812Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2022-06-02T22:59:16.812Z] Unpacking mime-support (3.60ubuntu1) ... [2022-06-02T22:59:17.072Z] Selecting previously unselected package libmpdec2:amd64. [2022-06-02T22:59:17.072Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2022-06-02T22:59:17.072Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-06-02T22:59:17.072Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2022-06-02T22:59:17.072Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-02T22:59:17.072Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:17.072Z] Selecting previously unselected package python3.6. [2022-06-02T22:59:17.072Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.7_amd64.deb ... [2022-06-02T22:59:17.072Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:17.334Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-06-02T22:59:17.334Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2022-06-02T22:59:17.334Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-06-02T22:59:17.334Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2022-06-02T22:59:17.593Z] Selecting previously unselected package python3. [2022-06-02T22:59:17.593Z] (Reading database ... 13442 files and directories currently installed.) [2022-06-02T22:59:17.593Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2022-06-02T22:59:17.593Z] Unpacking python3 (3.6.7-1~18.04) ... [2022-06-02T22:59:17.593Z] Selecting previously unselected package multiarch-support. [2022-06-02T22:59:17.593Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ... [2022-06-02T22:59:17.593Z] Unpacking multiarch-support (2.27-3ubuntu1.6) ... [2022-06-02T22:59:17.593Z] Setting up multiarch-support (2.27-3ubuntu1.6) ... [2022-06-02T22:59:17.593Z] Selecting previously unselected package liblzo2-2:amd64. [2022-06-02T22:59:17.593Z] (Reading database ... 13479 files and directories currently installed.) [2022-06-02T22:59:17.593Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2022-06-02T22:59:17.593Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2022-06-02T22:59:17.854Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-06-02T22:59:17.854Z] Preparing to unpack .../01-libdbus-1-3_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:17.854Z] Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... [2022-06-02T22:59:17.854Z] Selecting previously unselected package dbus. [2022-06-02T22:59:17.854Z] Preparing to unpack .../02-dbus_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:17.854Z] Unpacking dbus (1.12.2-1ubuntu1.3) ... [2022-06-02T22:59:17.854Z] Selecting previously unselected package libbsd0:amd64. [2022-06-02T22:59:17.854Z] Preparing to unpack .../03-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2022-06-02T22:59:17.854Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-06-02T22:59:17.854Z] Selecting previously unselected package libpam-systemd:amd64. [2022-06-02T22:59:17.854Z] Preparing to unpack .../04-libpam-systemd_237-3ubuntu10.53_amd64.deb ... [2022-06-02T22:59:17.854Z] Unpacking libpam-systemd:amd64 (237-3ubuntu10.53) ... [2022-06-02T22:59:18.116Z] Selecting previously unselected package sudo. [2022-06-02T22:59:18.116Z] Preparing to unpack .../05-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2022-06-02T22:59:18.116Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2022-06-02T22:59:18.116Z] Selecting previously unselected package apparmor. [2022-06-02T22:59:18.116Z] Preparing to unpack .../06-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2022-06-02T22:59:18.116Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2022-06-02T22:59:18.375Z] Selecting previously unselected package libedit2:amd64. [2022-06-02T22:59:18.375Z] Preparing to unpack .../07-libedit2_3.1-20170329-1_amd64.deb ... [2022-06-02T22:59:18.375Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2022-06-02T22:59:18.375Z] Selecting previously unselected package libkrb5support0:amd64. [2022-06-02T22:59:18.375Z] Preparing to unpack .../08-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2022-06-02T22:59:18.375Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:18.375Z] Selecting previously unselected package libk5crypto3:amd64. [2022-06-02T22:59:18.375Z] Preparing to unpack .../09-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2022-06-02T22:59:18.375Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:18.375Z] Selecting previously unselected package libkeyutils1:amd64. [2022-06-02T22:59:18.375Z] Preparing to unpack .../10-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ... [2022-06-02T22:59:18.636Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... [2022-06-02T22:59:18.636Z] Selecting previously unselected package libkrb5-3:amd64. [2022-06-02T22:59:18.636Z] Preparing to unpack .../11-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2022-06-02T22:59:18.636Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:18.636Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-06-02T22:59:18.636Z] Preparing to unpack .../12-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2022-06-02T22:59:18.636Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:18.636Z] Selecting previously unselected package libssl1.0.0:amd64. [2022-06-02T22:59:18.636Z] Preparing to unpack .../13-libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb ... [2022-06-02T22:59:18.636Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... [2022-06-02T22:59:18.896Z] Selecting previously unselected package openssh-client. [2022-06-02T22:59:18.896Z] Preparing to unpack .../14-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ... [2022-06-02T22:59:18.896Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ... [2022-06-02T22:59:18.896Z] Selecting previously unselected package dbus-user-session. [2022-06-02T22:59:18.896Z] Preparing to unpack .../15-dbus-user-session_1.12.2-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:18.896Z] Unpacking dbus-user-session (1.12.2-1ubuntu1.3) ... [2022-06-02T22:59:18.896Z] Selecting previously unselected package squashfs-tools. [2022-06-02T22:59:18.896Z] Preparing to unpack .../16-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2022-06-02T22:59:18.896Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-06-02T22:59:19.156Z] Selecting previously unselected package snapd. [2022-06-02T22:59:19.156Z] Preparing to unpack .../17-snapd_2.54.3+18.04.2ubuntu0.2_amd64.deb ... [2022-06-02T22:59:19.156Z] Unpacking snapd (2.54.3+18.04.2ubuntu0.2) ... [2022-06-02T22:59:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-02T22:59:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-02T22:59:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-02T22:59:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-02T22:59:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-02T22:59:21.747Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-02T22:59:22.449Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2022-06-02T22:59:22.449Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... [2022-06-02T22:59:22.449Z] Setting up mime-support (3.60ubuntu1) ... [2022-06-02T22:59:22.449Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2022-06-02T22:59:22.449Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-06-02T22:59:22.449Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:22.449Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-02T22:59:22.449Z] Setting up systemd (237-3ubuntu10.53) ... [2022-06-02T22:59:22.449Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-06-02T22:59:22.709Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... [2022-06-02T22:59:22.709Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-06-02T22:59:22.709Z] Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... [2022-06-02T22:59:22.709Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2022-06-02T22:59:22.709Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:22.709Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:22.709Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ... [2022-06-02T22:59:22.732Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-02T22:59:22.732Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-02T22:59:22.732Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-02T22:59:22.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-02T22:59:23.278Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-06-02T22:59:23.278Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:23.278Z] Setting up dbus (1.12.2-1ubuntu1.3) ... [2022-06-02T22:59:23.541Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-06-02T22:59:23.541Z] Setting up libpam-systemd:amd64 (237-3ubuntu10.53) ... [2022-06-02T22:59:23.801Z] Setting up python3 (3.6.7-1~18.04) ... [2022-06-02T22:59:23.801Z] running python rtupdate hooks for python3.6... [2022-06-02T22:59:23.801Z] running python post-rtupdate hooks for python3.6... [2022-06-02T22:59:23.801Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2022-06-02T22:59:24.741Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-06-02T22:59:24.741Z] Setting up dbus-user-session (1.12.2-1ubuntu1.3) ... [2022-06-02T22:59:24.741Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-06-02T22:59:24.741Z] Setting up openssh-client (1:7.6p1-4ubuntu0.7) ... [2022-06-02T22:59:24.741Z] Setting up snapd (2.54.3+18.04.2ubuntu0.2) ... [2022-06-02T22:59:25.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-06-02T22:59:25.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-06-02T22:59:25.573Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-06-02T22:59:25.831Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-06-02T22:59:25.831Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-02T22:59:25.831Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-06-02T22:59:26.091Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-06-02T22:59:26.351Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-06-02T22:59:26.351Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-06-02T22:59:26.630Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-06-02T22:59:26.961Z] /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-02T22:59:26.961Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-06-02T22:59:26.961Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-06-02T22:59:27.559Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-06-02T22:59:27.828Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-06-02T22:59:27.828Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-06-02T22:59:29.075Z] Reading package lists... [2022-06-02T22:59:29.075Z] Reading package lists... [2022-06-02T22:59:29.337Z] Building dependency tree... [2022-06-02T22:59:29.337Z] Reading state information... [2022-06-02T22:59:29.596Z] Calculating upgrade... [2022-06-02T22:59:29.596Z] The following packages will be upgraded: [2022-06-02T22:59:29.596Z] advancecomp base-files bash binutils binutils-common [2022-06-02T22:59:29.596Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2022-06-02T22:59:29.596Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2022-06-02T22:59:29.596Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2022-06-02T22:59:29.596Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2022-06-02T22:59:29.596Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2022-06-02T22:59:29.596Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2022-06-02T22:59:29.596Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2022-06-02T22:59:29.597Z] libkmod2 liblsan0 liblz4-1 liblzma5 libmount1 libmpx2 libncurses5 [2022-06-02T22:59:29.597Z] libncursesw5 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin [2022-06-02T22:59:29.597Z] libpam-runtime libpam0g libpcre3 libperl5.26 libpng16-16 libprocps6 [2022-06-02T22:59:29.597Z] libquadmath0 libseccomp2 libsepol1 libsmartcols1 libsqlite3-0 libss2 [2022-06-02T22:59:29.597Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2022-06-02T22:59:29.597Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2022-06-02T22:59:29.597Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2022-06-02T22:59:29.597Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux xz-utils zlib1g [2022-06-02T22:59:29.856Z] 108 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-06-02T22:59:29.856Z] Need to get 64.9 MB of archives. [2022-06-02T22:59:29.856Z] After this operation, 5211 kB of additional disk space will be used. [2022-06-02T22:59:29.856Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB] [2022-06-02T22:59:29.856Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-180.189 [990 kB] [2022-06-02T22:59:29.856Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB] [2022-06-02T22:59:29.856Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.6 [2831 kB] [2022-06-02T22:59:29.856Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2022-06-02T22:59:29.856Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2022-06-02T22:59:29.856Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2022-06-02T22:59:29.856Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2022-06-02T22:59:29.856Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2022-06-02T22:59:29.856Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2022-06-02T22:59:29.856Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.6 [640 kB] [2022-06-02T22:59:29.856Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2022-06-02T22:59:30.115Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2022-06-02T22:59:30.115Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2022-06-02T22:59:30.115Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2022-06-02T22:59:30.115Z] 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-02T22:59:30.115Z] 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-02T22:59:30.115Z] 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-02T22:59:30.115Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.53 [13.2 kB] [2022-06-02T22:59:30.115Z] 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-02T22:59:30.115Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2022-06-02T22:59:30.115Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2022-06-02T22:59:30.115Z] 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-02T22:59:30.115Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2022-06-02T22:59:30.115Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2022-06-02T22:59:30.115Z] 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-02T22:59:30.115Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2022-06-02T22:59:30.115Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2022-06-02T22:59:30.115Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2022-06-02T22:59:30.115Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2022-06-02T22:59:30.687Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2022-06-02T22:59:30.687Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2022-06-02T22:59:30.687Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2022-06-02T22:59:30.687Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2022-06-02T22:59:30.687Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2022-06-02T22:59:30.687Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2022-06-02T22:59:30.687Z] 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-02T22:59:30.687Z] 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-02T22:59:30.687Z] 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-02T22:59:30.687Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2022-06-02T22:59:30.687Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2022-06-02T22:59:30.687Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bash amd64 4.4.18-2ubuntu1.3 [615 kB] [2022-06-02T22:59:30.687Z] 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-02T22:59:30.687Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.3 [234 kB] [2022-06-02T22:59:30.687Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg amd64 1.19.0.5ubuntu2.4 [1137 kB] [2022-06-02T22:59:30.687Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2022-06-02T22:59:30.687Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2022-06-02T22:59:30.947Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gzip amd64 1.6-5ubuntu1.2 [90.3 kB] [2022-06-02T22:59:30.947Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 login amd64 1:4.5-1ubuntu2.2 [308 kB] [2022-06-02T22:59:30.947Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2022-06-02T22:59:30.947Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2022-06-02T22:59:30.947Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2022-06-02T22:59:30.947Z] 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-02T22:59:31.212Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2022-06-02T22:59:31.212Z] 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-02T22:59:31.212Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2022-06-02T22:59:31.212Z] 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-02T22:59:31.212Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2022-06-02T22:59:31.212Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2022-06-02T22:59:31.212Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2022-06-02T22:59:31.212Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2022-06-02T22:59:31.212Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2022-06-02T22:59:31.212Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2022-06-02T22:59:31.212Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2022-06-02T22:59:31.212Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2022-06-02T22:59:31.212Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2022-06-02T22:59:31.212Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2022-06-02T22:59:31.212Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2022-06-02T22:59:31.212Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblzma5 amd64 5.2.2-1.3ubuntu0.1 [91.1 kB] [2022-06-02T22:59:31.212Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpcre3 amd64 2:8.39-9ubuntu0.1 [231 kB] [2022-06-02T22:59:31.212Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsepol1 amd64 2.7-1ubuntu0.1 [250 kB] [2022-06-02T22:59:31.212Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2022-06-02T22:59:31.473Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2022-06-02T22:59:31.473Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 passwd amd64 1:4.5-1ubuntu2.2 [818 kB] [2022-06-02T22:59:31.473Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.5 [198 kB] [2022-06-02T22:59:31.473Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2022-06-02T22:59:31.473Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2022-06-02T22:59:31.473Z] 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-02T22:59:31.473Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2022-06-02T22:59:31.473Z] 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-02T22:59:31.473Z] 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-02T22:59:31.473Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2022-06-02T22:59:31.473Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2022-06-02T22:59:31.473Z] 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-02T22:59:31.473Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.5 [499 kB] [2022-06-02T22:59:31.473Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2022a-0ubuntu0.18.04 [190 kB] [2022-06-02T22:59:31.734Z] 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-02T22:59:31.734Z] 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-02T22:59:31.734Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2022-06-02T22:59:31.734Z] 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-02T22:59:31.734Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2022-06-02T22:59:31.734Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2022-06-02T22:59:31.734Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2022-06-02T22:59:31.734Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2022-06-02T22:59:31.734Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2022-06-02T22:59:31.734Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2022-06-02T22:59:31.734Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2022-06-02T22:59:31.993Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2022-06-02T22:59:32.253Z] 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-02T22:59:32.512Z] 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-02T22:59:32.512Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2022-06-02T22:59:32.773Z] 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-02T22:59:32.773Z] Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2022-06-02T22:59:32.773Z] Get:104 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB] [2022-06-02T22:59:32.773Z] Get:105 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB] [2022-06-02T22:59:32.773Z] Get:106 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2022-06-02T22:59:32.773Z] Get:107 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2022-06-02T22:59:32.773Z] Get:108 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2022-06-02T22:59:33.033Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-02T22:59:33.033Z] Fetched 64.9 MB in 3s (20.9 MB/s) [2022-06-02T22:59:33.033Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-02T22:59:33.033Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.6_amd64.deb ... [2022-06-02T22:59:33.033Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-02T22:59:33.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.324s coverage: 28.7% of statements [2022-06-02T22:59:33.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-02T22:59:33.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-02T22:59:33.293Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ... [2022-06-02T22:59:33.293Z] Unpacking libc-dev-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-02T22:59:33.556Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-180.189_amd64.deb ... [2022-06-02T22:59:33.556Z] Unpacking linux-libc-dev:amd64 (4.15.0-180.189) over (4.15.0-20.21) ... [2022-06-02T22:59:33.815Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:33.815Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:33.815Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:33.815Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.075Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.075Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.075Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.075Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.075Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.075Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.075Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.075Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.335Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.335Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.335Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:34.335Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-02T22:59:34.335Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.335Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.594Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:34.594Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-02T22:59:34.595Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.595Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.595Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.595Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.595Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:34.595Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-06-02T22:59:34.855Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:34.855Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-02T22:59:34.855Z] Preparing to unpack .../libc6_2.27-3ubuntu1.6_amd64.deb ... [2022-06-02T22:59:35.117Z] Unpacking libc6:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-02T22:59:35.384Z] Setting up libc6:amd64 (2.27-3ubuntu1.6) ... [2022-06-02T22:59:35.646Z] (Reading database ... 13984 files and directories currently installed.) [2022-06-02T22:59:35.646Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2022-06-02T22:59:35.646Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-06-02T22:59:35.646Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-06-02T22:59:35.646Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2022-06-02T22:59:35.907Z] Setting up base-files (10.1ubuntu2.11) ... [2022-06-02T22:59:35.907Z] Installing new version of config file /etc/issue ... [2022-06-02T22:59:35.907Z] Installing new version of config file /etc/issue.net ... [2022-06-02T22:59:35.907Z] Installing new version of config file /etc/lsb-release ... [2022-06-02T22:59:35.907Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-06-02T22:59:36.171Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-06-02T22:59:36.171Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-06-02T22:59:36.171Z] Removing obsolete conffile /etc/default/motd-news ... [2022-06-02T22:59:36.171Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:36.171Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.3_amd64.deb ... [2022-06-02T22:59:36.431Z] Unpacking bash (4.4.18-2ubuntu1.3) over (4.4.18-2ubuntu1) ... [2022-06-02T22:59:36.431Z] Setting up bash (4.4.18-2ubuntu1.3) ... [2022-06-02T22:59:36.431Z] 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-02T22:59:36.431Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:36.431Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:36.431Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:36.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.380s coverage: 98.5% of statements [2022-06-02T22:59:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-02T22:59:36.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.427s coverage: 44.7% of statements [2022-06-02T22:59:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-02T22:59:36.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-02T22:59:36.702Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:36.702Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:36.702Z] Preparing to unpack .../tar_1.29b-2ubuntu0.3_amd64.deb ... [2022-06-02T22:59:36.702Z] Unpacking tar (1.29b-2ubuntu0.3) over (1.29b-2) ... [2022-06-02T22:59:36.702Z] Setting up tar (1.29b-2ubuntu0.3) ... [2022-06-02T22:59:37.271Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:37.271Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.4_amd64.deb ... [2022-06-02T22:59:37.271Z] Unpacking dpkg (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-02T22:59:37.271Z] Setting up dpkg (1.19.0.5ubuntu2.4) ... [2022-06-02T22:59:37.534Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:37.534Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:37.534Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-02T22:59:37.534Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-02T22:59:37.534Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:37.534Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:37.534Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-02T22:59:37.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.686s coverage: 89.5% of statements [2022-06-02T22:59:37.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-02T22:59:37.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-02T22:59:37.793Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2022-06-02T22:59:37.793Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:37.793Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2022-06-02T22:59:37.793Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2022-06-02T22:59:37.793Z] Setting up grep (3.1-2build1) ... [2022-06-02T22:59:37.793Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:37.793Z] Preparing to unpack .../gzip_1.6-5ubuntu1.2_amd64.deb ... [2022-06-02T22:59:37.793Z] Unpacking gzip (1.6-5ubuntu1.2) over (1.6-5ubuntu1) ... [2022-06-02T22:59:38.053Z] Setting up gzip (1.6-5ubuntu1.2) ... [2022-06-02T22:59:38.054Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:38.054Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2.2_amd64.deb ... [2022-06-02T22:59:38.054Z] Unpacking login (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... [2022-06-02T22:59:38.054Z] Setting up login (1:4.5-1ubuntu2.2) ... [2022-06-02T22:59:38.313Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:38.314Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-02T22:59:38.314Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-02T22:59:38.314Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2022-06-02T22:59:38.314Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:38.314Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-02T22:59:38.314Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-02T22:59:38.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.272s coverage: 83.8% of statements [2022-06-02T22:59:38.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-02T22:59:38.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-02T22:59:38.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-02T22:59:38.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-02T22:59:38.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-02T22:59:38.882Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-02T22:59:38.882Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-02T22:59:39.141Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2022-06-02T22:59:39.141Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-02T22:59:39.402Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2022-06-02T22:59:39.402Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:39.402Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2022-06-02T22:59:39.402Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-06-02T22:59:39.976Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-06-02T22:59:39.976Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-06-02T22:59:39.976Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-06-02T22:59:39.976Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-06-02T22:59:39.976Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2022-06-02T22:59:40.235Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:40.235Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2022-06-02T22:59:40.235Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2022-06-02T22:59:40.235Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2022-06-02T22:59:40.235Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:40.235Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-0ubuntu2.1_amd64.deb ... [2022-06-02T22:59:40.235Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) over (1:1.2.11.dfsg-0ubuntu2) ... [2022-06-02T22:59:40.498Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) ... [2022-06-02T22:59:40.498Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:40.498Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:40.498Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:40.498Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:40.498Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:40.498Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:40.498Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:40.757Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:40.757Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:40.757Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:40.757Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:40.757Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:41.019Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:41.019Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:41.019Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:41.019Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:41.019Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:41.019Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-02T22:59:41.019Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-02T22:59:41.019Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-02T22:59:41.019Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-02T22:59:41.280Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-02T22:59:41.280Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:41.280Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-06-02T22:59:41.280Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-02T22:59:41.280Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-02T22:59:41.541Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:41.541Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:41.541Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:41.541Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:41.541Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:41.541Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:41.541Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:41.541Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:41.802Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:41.802Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:41.802Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:42.064Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:42.324Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-06-02T22:59:42.584Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-06-02T22:59:42.584Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:42.584Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.6_amd64.deb ... [2022-06-02T22:59:42.584Z] Unpacking libc-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... [2022-06-02T22:59:42.846Z] Setting up libc-bin (2.27-3ubuntu1.6) ... [2022-06-02T22:59:42.846Z] (Reading database ... 13985 files and directories currently installed.) [2022-06-02T22:59:42.846Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2022-06-02T22:59:42.846Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-06-02T22:59:43.106Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2022-06-02T22:59:43.106Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-02T22:59:43.106Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2022-06-02T22:59:43.106Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2022-06-02T22:59:43.366Z] Setting up debconf (1.5.66ubuntu1) ... [2022-06-02T22:59:43.366Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-02T22:59:43.366Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2022-06-02T22:59:43.628Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-06-02T22:59:43.628Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2022-06-02T22:59:43.628Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-02T22:59:43.628Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2022-06-02T22:59:43.628Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-06-02T22:59:43.628Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2022-06-02T22:59:43.628Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-02T22:59:43.628Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-02T22:59:43.628Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-02T22:59:43.888Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-02T22:59:43.888Z] (Reading database ... 13987 files and directories currently installed.) [2022-06-02T22:59:43.888Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-02T22:59:43.888Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-02T22:59:44.161Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-02T22:59:44.161Z] (Reading database ... 13989 files and directories currently installed.) [2022-06-02T22:59:44.161Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-06-02T22:59:44.161Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-02T22:59:44.421Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-02T22:59:44.421Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:44.421Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-06-02T22:59:44.421Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-06-02T22:59:44.682Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.53_amd64.deb ... [2022-06-02T22:59:44.682Z] Unpacking systemd-sysv (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-06-02T22:59:44.682Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:44.682Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-02T22:59:44.682Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-02T22:59:44.682Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:44.682Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2022-06-02T22:59:44.682Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2022-06-02T22:59:44.942Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2022-06-02T22:59:44.942Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:44.942Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2022-06-02T22:59:44.942Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2022-06-02T22:59:44.942Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2022-06-02T22:59:45.204Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.204Z] Preparing to unpack .../liblzma5_5.2.2-1.3ubuntu0.1_amd64.deb ... [2022-06-02T22:59:45.204Z] Unpacking liblzma5:amd64 (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... [2022-06-02T22:59:45.204Z] Setting up liblzma5:amd64 (5.2.2-1.3ubuntu0.1) ... [2022-06-02T22:59:45.204Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.204Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2022-06-02T22:59:45.204Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-06-02T22:59:45.204Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2022-06-02T22:59:45.464Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.465Z] Preparing to unpack .../libpcre3_2%3a8.39-9ubuntu0.1_amd64.deb ... [2022-06-02T22:59:45.465Z] Unpacking libpcre3:amd64 (2:8.39-9ubuntu0.1) over (2:8.39-9) ... [2022-06-02T22:59:45.732Z] Setting up libpcre3:amd64 (2:8.39-9ubuntu0.1) ... [2022-06-02T22:59:45.732Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.732Z] Preparing to unpack .../libsepol1_2.7-1ubuntu0.1_amd64.deb ... [2022-06-02T22:59:45.732Z] Unpacking libsepol1:amd64 (2.7-1ubuntu0.1) over (2.7-1) ... [2022-06-02T22:59:45.732Z] Setting up libsepol1:amd64 (2.7-1ubuntu0.1) ... [2022-06-02T22:59:45.732Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.732Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-06-02T22:59:45.732Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-06-02T22:59:45.992Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2022-06-02T22:59:45.992Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.992Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2022-06-02T22:59:45.992Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2022-06-02T22:59:45.992Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2022-06-02T22:59:45.992Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:45.992Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2.2_amd64.deb ... [2022-06-02T22:59:45.992Z] Unpacking passwd (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... [2022-06-02T22:59:46.252Z] Setting up passwd (1:4.5-1ubuntu2.2) ... [2022-06-02T22:59:46.252Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:46.252Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.5_amd64.deb ... [2022-06-02T22:59:46.512Z] Unpacking gpgv (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... [2022-06-02T22:59:46.512Z] Setting up gpgv (2.2.4-1ubuntu1.5) ... [2022-06-02T22:59:46.512Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:46.512Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-06-02T22:59:46.512Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-06-02T22:59:46.512Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-06-02T22:59:46.772Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:46.772Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-06-02T22:59:46.772Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-06-02T22:59:46.772Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-06-02T22:59:46.772Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:46.772Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2022-06-02T22:59:46.772Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2022-06-02T22:59:47.032Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2022-06-02T22:59:47.032Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:47.032Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2022-06-02T22:59:47.032Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2022-06-02T22:59:47.032Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2022-06-02T22:59:47.032Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:47.032Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2022-06-02T22:59:47.032Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2022-06-02T22:59:47.292Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2022-06-02T22:59:47.292Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:47.292Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2022-06-02T22:59:47.292Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2022-06-02T22:59:47.553Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2022-06-02T22:59:47.553Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:47.553Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ... [2022-06-02T22:59:47.553Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.3.1-2.1ubuntu4) ... [2022-06-02T22:59:47.553Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ... [2022-06-02T22:59:47.553Z] (Reading database ... 13993 files and directories currently installed.) [2022-06-02T22:59:47.553Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2022-06-02T22:59:47.553Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2022-06-02T22:59:47.553Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2022-06-02T22:59:47.814Z] (Reading database ... 13994 files and directories currently installed.) [2022-06-02T22:59:47.814Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-06-02T22:59:47.814Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-06-02T22:59:47.814Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-06-02T22:59:47.814Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-06-02T22:59:48.079Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... [2022-06-02T22:59:48.079Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... [2022-06-02T22:59:48.079Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2022-06-02T22:59:48.079Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2022-06-02T22:59:48.339Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2022-06-02T22:59:48.339Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2022-06-02T22:59:48.339Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2022-06-02T22:59:48.339Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2022-06-02T22:59:48.339Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2022-06-02T22:59:48.339Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2022-06-02T22:59:48.339Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2022-06-02T22:59:48.339Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2022-06-02T22:59:48.600Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2022-06-02T22:59:48.600Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2022-06-02T22:59:48.600Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2022-06-02T22:59:48.600Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2022-06-02T22:59:48.600Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb ... [2022-06-02T22:59:48.600Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) over (3.22.0-1) ... [2022-06-02T22:59:48.871Z] Preparing to unpack .../11-tzdata_2022a-0ubuntu0.18.04_all.deb ... [2022-06-02T22:59:48.871Z] Unpacking tzdata (2022a-0ubuntu0.18.04) over (2018d-1) ... [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.667s coverage: 94.2% of statements [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.232s coverage: 59.1% of statements [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.259s coverage: 60.0% of statements [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.498s coverage: 0.9% of statements [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.178s coverage: 58.8% of statements [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.248s coverage: 21.7% of statements [2022-06-02T22:59:48.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.240s coverage: 47.1% of statements [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.229s coverage: 79.5% of statements [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.196s coverage: 94.1% of statements [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.236s coverage: 96.3% of statements [2022-06-02T22:59:48.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.277s coverage: 87.5% of statements [2022-06-02T22:59:49.130Z] Preparing to unpack .../12-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ... [2022-06-02T22:59:49.130Z] Unpacking xz-utils (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... [2022-06-02T22:59:49.130Z] Preparing to unpack .../13-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2022-06-02T22:59:49.130Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2022-06-02T22:59:49.130Z] Preparing to unpack .../14-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2022-06-02T22:59:49.130Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2022-06-02T22:59:49.130Z] Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-02T22:59:49.389Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-02T22:59:49.389Z] Preparing to unpack .../16-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-02T22:59:49.389Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-02T22:59:49.648Z] Preparing to unpack .../17-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-02T22:59:49.649Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-02T22:59:49.649Z] Preparing to unpack .../18-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-06-02T22:59:49.649Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-06-02T22:59:49.909Z] Preparing to unpack .../19-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:49.909Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:49.909Z] Preparing to unpack .../20-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:49.909Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:50.170Z] Preparing to unpack .../21-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:50.170Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:50.170Z] Preparing to unpack .../22-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:50.170Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:51.113Z] Preparing to unpack .../23-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:51.113Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:51.683Z] Preparing to unpack .../24-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:51.683Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:52.256Z] Preparing to unpack .../25-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:52.256Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:52.256Z] Preparing to unpack .../26-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:52.256Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:53.198Z] Preparing to unpack .../27-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-06-02T22:59:53.198Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-06-02T22:59:53.198Z] Preparing to unpack .../28-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-02T22:59:53.198Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-02T22:59:53.198Z] Preparing to unpack .../29-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ... [2022-06-02T22:59:53.198Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-02T22:59:53.460Z] Preparing to unpack .../30-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ... [2022-06-02T22:59:53.460Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... [2022-06-02T22:59:53.460Z] Preparing to unpack .../31-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2022-06-02T22:59:53.460Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2022-06-02T22:59:53.720Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-02T22:59:53.720Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-02T22:59:53.720Z] Preparing to unpack .../33-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-06-02T22:59:53.720Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-06-02T22:59:53.720Z] Preparing to unpack .../34-pkgbinarymangler_138.18.04.1_all.deb ... [2022-06-02T22:59:53.720Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2022-06-02T22:59:53.980Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:53.980Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2022-06-02T22:59:53.980Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:53.980Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:53.980Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:53.980Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2022-06-02T22:59:53.980Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2022-06-02T22:59:53.980Z] Setting up tzdata (2022a-0ubuntu0.18.04) ... [2022-06-02T22:59:53.980Z] [2022-06-02T22:59:53.980Z] Current default time zone: 'Etc/UTC' [2022-06-02T22:59:53.980Z] Local time is now: Thu Jun 2 22:59:53 UTC 2022. [2022-06-02T22:59:53.980Z] Universal Time is now: Thu Jun 2 22:59:53 UTC 2022. [2022-06-02T22:59:53.980Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-06-02T22:59:53.980Z] [2022-06-02T22:59:53.980Z] Setting up systemd-sysv (237-3ubuntu10.53) ... [2022-06-02T22:59:53.980Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:53.980Z] Setting up linux-libc-dev:amd64 (4.15.0-180.189) ... [2022-06-02T22:59:53.980Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2022-06-02T22:59:53.980Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2022-06-02T22:59:53.980Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2022-06-02T22:59:53.980Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2022-06-02T22:59:53.980Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2022-06-02T22:59:54.241Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2022-06-02T22:59:54.241Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2022-06-02T22:59:54.241Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:54.241Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2022-06-02T22:59:54.241Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:54.241Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-06-02T22:59:54.241Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:54.241Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2022-06-02T22:59:54.241Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2022-06-02T22:59:54.241Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2022-06-02T22:59:54.241Z] Setting up xz-utils (5.2.2-1.3ubuntu0.1) ... [2022-06-02T22:59:54.241Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.17) ... [2022-06-02T22:59:54.241Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2022-06-02T22:59:54.241Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) ... [2022-06-02T22:59:54.241Z] Setting up libc-dev-bin (2.27-3ubuntu1.6) ... [2022-06-02T22:59:54.500Z] Setting up ca-certificates (20210119~18.04.2) ... [2022-06-02T22:59:55.890Z] Updating certificates in /etc/ssl/certs... [2022-06-02T22:59:56.834Z] 23 added, 28 removed; done. [2022-06-02T22:59:56.834Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ... [2022-06-02T22:59:56.834Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-06-02T22:59:56.834Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2022-06-02T22:59:56.834Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2022-06-02T22:59:56.834Z] Setting up pkgbinarymangler (138.18.04.1) ... [2022-06-02T22:59:56.834Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-06-02T22:59:57.093Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2022-06-02T22:59:57.093Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2022-06-02T22:59:57.093Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2022-06-02T22:59:57.093Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ... [2022-06-02T22:59:57.093Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2022-06-02T22:59:57.093Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2022-06-02T22:59:57.093Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2022-06-02T22:59:57.093Z] Setting up dpkg-dev (1.19.0.5ubuntu2.4) ... [2022-06-02T22:59:57.093Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2022-06-02T22:59:57.093Z] Processing triggers for libc-bin (2.27-3ubuntu1.6) ... [2022-06-02T22:59:57.093Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-06-02T22:59:57.353Z] Processing triggers for mime-support (3.60ubuntu1) ... [2022-06-02T22:59:57.353Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2022-06-02T22:59:57.353Z] Updating certificates in /etc/ssl/certs... [2022-06-02T22:59:57.925Z] 0 added, 0 removed; done. [2022-06-02T22:59:57.925Z] Running hooks in /etc/ca-certificates/update.d... [2022-06-02T22:59:57.925Z] done. [2022-06-02T22:59:58.187Z] Reading package lists... [2022-06-02T22:59:58.450Z] Building dependency tree... [2022-06-02T22:59:58.450Z] Reading state information... [2022-06-02T22:59:58.712Z] The following NEW packages will be installed: [2022-06-02T22:59:58.712Z] apt-transport-https [2022-06-02T22:59:58.712Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-06-02T22:59:58.712Z] Need to get 4348 B of archives. [2022-06-02T22:59:58.712Z] After this operation, 154 kB of additional disk space will be used. [2022-06-02T22:59:58.712Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2022-06-02T22:59:58.712Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-02T22:59:58.712Z] Fetched 4348 B in 0s (105 kB/s) [2022-06-02T22:59:58.712Z] Selecting previously unselected package apt-transport-https. [2022-06-02T22:59:58.973Z] (Reading database ... 14001 files and directories currently installed.) [2022-06-02T22:59:58.973Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2022-06-02T22:59:58.973Z] Unpacking apt-transport-https (1.6.14) ... [2022-06-02T22:59:58.973Z] Setting up apt-transport-https (1.6.14) ... [2022-06-02T22:59:59.234Z] Waiting for network to be ready... [2022-06-02T23:00:01.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.257s coverage: 94.4% of statements [2022-06-02T23:00:01.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.168s coverage: 44.8% of statements [2022-06-02T23:00:05.819Z] 2022-06-02T23:00:03Z INFO Waiting for automatic snapd restart... [2022-06-02T23:00:06.389Z] snapd 2.55.5 from Canonical* installed [2022-06-02T23:00:06.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.650s coverage: 82.5% of statements [2022-06-02T23:00:06.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-02T23:00:07.771Z] "snapd" switched to the "latest/stable" channel [2022-06-02T23:00:07.771Z] [2022-06-02T23:00:13.057Z] core18 20220428 from Canonical* installed [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.296s coverage: 92.9% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.192s coverage: 87.2% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.164s coverage: 100.0% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.257s coverage: 58.8% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.277s coverage: 80.0% of statements [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.215s coverage: 87.2% of statements [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.247s coverage: 85.4% of statements [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.785s coverage: 91.2% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.763s coverage: 64.4% of statements [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-02T23:00:14.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.178s coverage: 100.0% of statements [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 89.4% of statements [2022-06-02T23:00:14.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2022-06-02T23:00:15.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2022-06-02T23:00:15.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements [2022-06-02T23:00:15.598Z] core20 20220512 from Canonical* installed [2022-06-02T23:00:15.598Z] "core20" switched to the "latest/stable" channel [2022-06-02T23:00:15.598Z] [2022-06-02T23:00:18.139Z] snapcraft 6.1 from Canonical* installed [2022-06-02T23:00:18.139Z] "snapcraft" switched to the "latest/stable" channel [2022-06-02T23:00:18.139Z] [2022-06-02T23:00:19.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.375s coverage: 65.4% of statements [2022-06-02T23:00:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-02T23:00:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-02T23:00:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-02T23:00:21.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.777s coverage: 43.8% of statements [2022-06-02T23:00:21.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-02T23:00:21.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-02T23:00:21.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements [2022-06-02T23:00:21.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-02T23:00:21.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.208s coverage: 84.8% of statements [2022-06-02T23:00:21.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-02T23:00:23.421Z] 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-02T23:00:23.421Z] - README.md [2022-06-02T23:00:23.421Z] [2022-06-02T23:00:23.421Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-06-02T23:00:24.361Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-06-02T23:00:24.361Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-06-02T23:00:24.361Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-06-02T23:00:25.564Z] Reading package lists... [2022-06-02T23:00:26.947Z] 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-02T23:00:27.887Z] Reading package lists... [2022-06-02T23:00:27.887Z] Building dependency tree... [2022-06-02T23:00:27.887Z] Reading state information... [2022-06-02T23:00:28.148Z] Suggested packages: [2022-06-02T23:00:28.148Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2022-06-02T23:00:28.148Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2022-06-02T23:00:28.148Z] Recommended packages: [2022-06-02T23:00:28.148Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-06-02T23:00:28.148Z] The following NEW packages will be installed: [2022-06-02T23:00:28.148Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2022-06-02T23:00:28.148Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2022-06-02T23:00:28.148Z] pkg-config zip [2022-06-02T23:00:28.148Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-06-02T23:00:28.411Z] Need to get 7670 kB of archives. [2022-06-02T23:00:28.411Z] After this operation, 43.8 MB of additional disk space will be used. [2022-06-02T23:00:28.411Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2022-06-02T23:00:28.411Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2022-06-02T23:00:28.411Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2022-06-02T23:00:28.411Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2022-06-02T23:00:28.411Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2022-06-02T23:00:28.411Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2022-06-02T23:00:28.411Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2022-06-02T23:00:28.411Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2022-06-02T23:00:28.411Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-06-02T23:00:28.411Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB] [2022-06-02T23:00:29.354Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.18 [219 kB] [2022-06-02T23:00:29.354Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.11 [804 kB] [2022-06-02T23:00:29.354Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.11 [3925 kB] [2022-06-02T23:00:29.354Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2022-06-02T23:00:29.354Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2022-06-02T23:00:29.354Z] debconf: delaying package configuration, since apt-utils is not installed [2022-06-02T23:00:29.614Z] Fetched 7670 kB in 1s (6948 kB/s) [2022-06-02T23:00:29.614Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-06-02T23:00:29.614Z] (Reading database ... 14005 files and directories currently installed.) [2022-06-02T23:00:29.614Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... [2022-06-02T23:00:29.614Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-06-02T23:00:29.614Z] Selecting previously unselected package libpsl5:amd64. [2022-06-02T23:00:29.614Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2022-06-02T23:00:29.614Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2022-06-02T23:00:29.875Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-06-02T23:00:29.875Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2022-06-02T23:00:29.875Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-06-02T23:00:29.875Z] Selecting previously unselected package librtmp1:amd64. [2022-06-02T23:00:29.875Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2022-06-02T23:00:29.875Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-06-02T23:00:29.875Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-06-02T23:00:29.875Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.18_amd64.deb ... [2022-06-02T23:00:29.875Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... [2022-06-02T23:00:29.875Z] Selecting previously unselected package liberror-perl. [2022-06-02T23:00:29.875Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2022-06-02T23:00:29.875Z] Unpacking liberror-perl (0.17025-1) ... [2022-06-02T23:00:29.875Z] Selecting previously unselected package git-man. [2022-06-02T23:00:29.875Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ... [2022-06-02T23:00:29.875Z] Unpacking git-man (1:2.17.1-1ubuntu0.11) ... [2022-06-02T23:00:30.135Z] Selecting previously unselected package git. [2022-06-02T23:00:30.135Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.11_amd64.deb ... [2022-06-02T23:00:30.135Z] Unpacking git (1:2.17.1-1ubuntu0.11) ... [2022-06-02T23:00:30.708Z] Selecting previously unselected package libnorm1:amd64. [2022-06-02T23:00:30.708Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2022-06-02T23:00:30.708Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-06-02T23:00:30.708Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-06-02T23:00:30.709Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2022-06-02T23:00:30.709Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-06-02T23:00:30.709Z] Selecting previously unselected package libsodium23:amd64. [2022-06-02T23:00:30.709Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2022-06-02T23:00:30.709Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2022-06-02T23:00:30.970Z] Selecting previously unselected package libzmq5:amd64. [2022-06-02T23:00:30.970Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2022-06-02T23:00:30.970Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-02T23:00:30.970Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-06-02T23:00:30.970Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2022-06-02T23:00:30.970Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-02T23:00:30.970Z] Selecting previously unselected package pkg-config. [2022-06-02T23:00:30.970Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2022-06-02T23:00:30.970Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2022-06-02T23:00:31.233Z] Selecting previously unselected package zip. [2022-06-02T23:00:31.233Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2022-06-02T23:00:31.233Z] Unpacking zip (3.0-11build1) ... [2022-06-02T23:00:31.233Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-06-02T23:00:31.233Z] Setting up git-man (1:2.17.1-1ubuntu0.11) ... [2022-06-02T23:00:31.233Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-06-02T23:00:31.233Z] Setting up liberror-perl (0.17025-1) ... [2022-06-02T23:00:31.233Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2022-06-02T23:00:31.233Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-06-02T23:00:31.233Z] No schema files found: doing nothing. [2022-06-02T23:00:31.233Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-06-02T23:00:31.233Z] Setting up zip (3.0-11build1) ... [2022-06-02T23:00:31.233Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-06-02T23:00:31.233Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2022-06-02T23:00:31.233Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2022-06-02T23:00:31.233Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-02T23:00:31.233Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... [2022-06-02T23:00:31.233Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-06-02T23:00:31.495Z] Setting up git (1:2.17.1-1ubuntu0.11) ... [2022-06-02T23:00:31.495Z] Processing triggers for libc-bin (2.27-3ubuntu1.6) ... [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.236s coverage: 17.7% of statements [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.613s coverage: 92.3% of statements [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.269s coverage: 63.2% of statements [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.419s coverage: 97.7% of statements [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.181s coverage: 28.9% of statements [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-02T23:00:32.052Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.182s coverage: 100.0% of statements [2022-06-02T23:00:32.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements [2022-06-02T23:00:32.052Z] 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-02T23:00:32.052Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-02T23:00:32.052Z] GO111MODULE=on go vet ./... [2022-06-02T23:00:32.067Z] git set to automatically installed. [2022-06-02T23:00:32.067Z] git-man set to automatically installed. [2022-06-02T23:00:32.067Z] libcurl3-gnutls set to automatically installed. [2022-06-02T23:00:32.067Z] liberror-perl set to automatically installed. [2022-06-02T23:00:32.067Z] libglib2.0-0 set to automatically installed. [2022-06-02T23:00:32.067Z] libnghttp2-14 set to automatically installed. [2022-06-02T23:00:32.067Z] libnorm1 set to automatically installed. [2022-06-02T23:00:32.067Z] libpgm-5.2-0 set to automatically installed. [2022-06-02T23:00:32.067Z] libpsl5 set to automatically installed. [2022-06-02T23:00:32.067Z] librtmp1 set to automatically installed. [2022-06-02T23:00:32.067Z] libsodium23 set to automatically installed. [2022-06-02T23:00:32.067Z] libzmq3-dev set to automatically installed. [2022-06-02T23:00:32.067Z] libzmq5 set to automatically installed. [2022-06-02T23:00:32.067Z] pkg-config set to automatically installed. [2022-06-02T23:00:32.067Z] zip set to automatically installed. [2022-06-02T23:00:32.635Z] snapd is not logged in, snap install commands will use sudo [2022-06-02T23:00:36.836Z] go (1.16/stable) 1.16.15 from Michael Hudson-Doyle (mwhudson) installed [2022-06-02T23:00:36.836Z] Pulling config-common [2022-06-02T23:00:36.836Z] + snapcraftctl pull [2022-06-02T23:00:38.215Z] Pulling go-build-helper [2022-06-02T23:00:38.215Z] + snapcraftctl pull [2022-06-02T23:00:39.620Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-06-02T23:00:39.620Z] Skipping pull go-build-helper (already ran) [2022-06-02T23:00:39.620Z] Building go-build-helper [2022-06-02T23:00:39.620Z] + snapcraftctl build [2022-06-02T23:00:43.038Z] Staging go-build-helper [2022-06-02T23:00:43.038Z] + snapcraftctl stage [2022-06-02T23:00:47.237Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2022-06-02T23:00:47.237Z] Fetched 224 kB in 0s (0 B/s) [2022-06-02T23:00:47.237Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2022-06-02T23:00:47.237Z] Fetched 157 kB in 0s (0 B/s) [2022-06-02T23:00:47.237Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2022-06-02T23:00:47.237Z] Fetched 221 kB in 0s (0 B/s) [2022-06-02T23:00:47.237Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2022-06-02T23:00:47.237Z] Fetched 143 kB in 0s (0 B/s) [2022-06-02T23:00:47.237Z] Pulling edgex-go [2022-06-02T23:00:47.237Z] + snapcraftctl pull [2022-06-02T23:00:48.619Z] Pulling hooks [2022-06-02T23:00:48.619Z] + snapcraftctl pull [2022-06-02T23:01:06.728Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2022-06-02T23:01:06.728Z] Fetched 96.5 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2022-06-02T23:01:06.728Z] Fetched 279 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2022-06-02T23:01:06.728Z] Fetched 122 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2022-06-02T23:01:06.728Z] Fetched 77.8 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2022-06-02T23:01:06.728Z] Fetched 8848 B in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2022-06-02T23:01:06.728Z] Fetched 47.8 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2022-06-02T23:01:06.728Z] Fetched 45.6 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [15.0 kB] [2022-06-02T23:01:06.728Z] Fetched 15.0 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libcurl4_7.58.0-2ubuntu3.18_amd64.deb [220 kB] [2022-06-02T23:01:06.728Z] Fetched 220 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb [154 kB] [2022-06-02T23:01:06.728Z] Fetched 154 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-06-02T23:01:06.728Z] Fetched 50.6 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2022-06-02T23:01:06.728Z] Fetched 14.8 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2022-06-02T23:01:06.728Z] Fetched 41.8 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb [499 kB] [2022-06-02T23:01:06.728Z] Fetched 499 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2022-06-02T23:01:06.728Z] Fetched 111 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2022-06-02T23:01:06.728Z] Fetched 240 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2022-06-02T23:01:06.728Z] Fetched 29.3 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2022-06-02T23:01:06.728Z] Fetched 85.5 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2022-06-02T23:01:06.728Z] Fetched 24.5 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [49.2 kB] [2022-06-02T23:01:06.728Z] Fetched 49.2 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2022-06-02T23:01:06.728Z] Fetched 54.2 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2022-06-02T23:01:06.728Z] Fetched 30.8 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb [15.8 kB] [2022-06-02T23:01:06.728Z] Fetched 15.8 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2022-06-02T23:01:06.728Z] Fetched 85.9 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb [8764 B] [2022-06-02T23:01:06.728Z] Fetched 8764 B in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2022-06-02T23:01:06.728Z] Fetched 140 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2022-06-02T23:01:06.728Z] Fetched 119 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2022-06-02T23:01:06.728Z] Fetched 111 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2022-06-02T23:01:06.728Z] Fetched 11.1 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2022-06-02T23:01:06.728Z] Fetched 646 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2022-06-02T23:01:06.728Z] Fetched 41.3 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2022-06-02T23:01:06.728Z] Fetched 17.9 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2022-06-02T23:01:06.728Z] Fetched 368 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2022-06-02T23:01:06.728Z] Fetched 187 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2022-06-02T23:01:06.728Z] Fetched 175 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2022-06-02T23:01:06.728Z] Fetched 206 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb [1302 kB] [2022-06-02T23:01:06.728Z] Fetched 1302 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2022-06-02T23:01:06.728Z] Fetched 36.2 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 curl_7.58.0-2ubuntu3.18_amd64.deb [159 kB] [2022-06-02T23:01:06.728Z] Fetched 159 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2022-06-02T23:01:06.728Z] Fetched 107 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2022-06-02T23:01:06.728Z] Fetched 48.7 kB in 0s (0 B/s) [2022-06-02T23:01:06.728Z] Pulling static-packages [2022-06-02T23:01:06.728Z] + snapcraftctl pull [2022-06-02T23:01:06.728Z] Pulling version [2022-06-02T23:01:06.728Z] + cd /root/project [2022-06-02T23:01:06.728Z] + git describe --tags --abbrev=0 [2022-06-02T23:01:06.728Z] + sed s/v// [2022-06-02T23:01:06.728Z] + GIT_VERSION=2.1.1-dev.2 [2022-06-02T23:01:06.728Z] + [ -z 2.1.1-dev.2 ] [2022-06-02T23:01:06.728Z] + snapcraftctl set-version 2.1.1-dev.2 [2022-06-02T23:01:07.669Z] Building config-common [2022-06-02T23:01:07.669Z] + snapcraftctl build [2022-06-02T23:01:09.585Z] Skipping build go-build-helper (already ran) [2022-06-02T23:01:09.846Z] Building edgex-go [2022-06-02T23:01:09.846Z] + cd /root/parts/edgex-go/src [2022-06-02T23:01:09.846Z] + git describe --tags --abbrev=0 [2022-06-02T23:01:09.846Z] + sed s/v// [2022-06-02T23:01:09.846Z] + GIT_VERSION=2.1.1-dev.2 [2022-06-02T23:01:09.846Z] + [ -z 2.1.1-dev.2 ] [2022-06-02T23:01:09.846Z] + echo 2.1.1-dev.2 [2022-06-02T23:01:09.846Z] + [ ! -d vendor ] [2022-06-02T23:01:09.846Z] + echo skipping... [2022-06-02T23:01:09.846Z] + make build [2022-06-02T23:01:09.846Z] skipping... [2022-06-02T23:01:09.846Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data [2022-06-02T23:01:22.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-02T23:01:25.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2022-06-02T23:01:26.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-02T23:01:27.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-02T23:01:27.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-02T23:01:28.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-02T23:01:30.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-02T23:01:31.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-02T23:01:32.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-02T23:01:33.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-02T23:01:34.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.2" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-02T23:01:35.722Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-06-02T23:01:35.722Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-06-02T23:01:35.722Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-06-02T23:01:35.722Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-06-02T23:01:35.722Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-06-02T23:01:35.722Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-06-02T23:01:35.722Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-06-02T23:01:35.722Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-06-02T23:01:35.722Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-06-02T23:01:35.722Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-06-02T23:01:35.982Z] + 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-02T23:01:35.982Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-06-02T23:01:35.982Z] + 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-02T23:01:35.983Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-06-02T23:01:35.983Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-06-02T23:01:35.983Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-06-02T23:01:35.983Z] + 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-02T23:01:35.983Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-06-02T23:01:35.983Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-06-02T23:01:35.983Z] + 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-02T23:01:36.552Z] Building hooks [2022-06-02T23:01:36.552Z] + cd /root/parts/hooks/src [2022-06-02T23:01:36.552Z] + make build [2022-06-02T23:01:36.552Z] go mod tidy [2022-06-02T23:01:37.122Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 [2022-06-02T23:01:37.122Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-02T23:01:37.122Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-06-02T23:01:37.122Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-02T23:01:37.122Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-06-02T23:01:37.383Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-06-02T23:01:38.320Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-06-02T23:01:38.580Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-06-02T23:01:38.580Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-06-02T23:01:40.079Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-02T23:01:40.079Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-02T23:01:41.120Z] Building static-packages [2022-06-02T23:01:41.120Z] + snapcraftctl build [2022-06-02T23:01:41.508Z] ./bin/test-attribution-txt.sh [2022-06-02T23:01:43.031Z] Building version [2022-06-02T23:01:43.031Z] + snapcraftctl build [Pipeline] echo [2022-06-02T23:01:44.177Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-02T23:01:44.908Z] + go mod tidy [2022-06-02T23:01:44.941Z] Staging config-common [2022-06-02T23:01:44.941Z] + snapcraftctl stage [Pipeline] sh [2022-06-02T23:01:46.184Z] + ls -al . [2022-06-02T23:01:46.185Z] total 676 [2022-06-02T23:01:46.185Z] drwxrwxr-x 10 1001 1001 4096 Jun 2 23:01 . [2022-06-02T23:01:46.185Z] drwxr-xr-x 4 root root 4096 Jun 2 22:57 .. [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 11 Jun 2 22:55 .dockerignore [2022-06-02T23:01:46.185Z] drwxrwxr-x 8 1001 1001 4096 Jun 2 22:55 .git [2022-06-02T23:01:46.185Z] drwxrwxr-x 4 1001 1001 4096 Jun 2 22:55 .github [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 797 Jun 2 22:55 .gitignore [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 42 Jun 2 22:55 .golangci.yml [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 76 Jun 2 22:55 .hadolint.yml [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 166 Jun 2 22:55 .sonarcloud.properties [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 1171 Jun 2 22:55 ADOPTERS.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 8910 Jun 2 22:55 Attribution.txt [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 52201 Jun 2 22:55 CHANGELOG.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 3804 Jun 2 22:55 CONTRIBUTING.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 677 Jun 2 22:55 GOVERNANCE.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 849 Jun 2 22:55 Jenkinsfile [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 10775 Jun 2 22:55 LICENSE [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 6508 Jun 2 22:55 Makefile [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 582 Jun 2 22:55 OWNERS.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 8207 Jun 2 22:55 README.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 6912 Jun 2 22:55 SECURITY.md [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 5 Jun 2 22:52 VERSION [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 4131 Jun 2 22:55 ZMQWindows.md [2022-06-02T23:01:46.185Z] drwxrwxr-x 2 1001 1001 4096 Jun 2 22:55 bin [2022-06-02T23:01:46.185Z] drwxrwxr-x 14 1001 1001 4096 Jun 2 22:55 cmd [2022-06-02T23:01:46.185Z] -rw-r--r-- 1 root root 428658 Jun 2 23:00 coverage.out [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 822 Jun 2 23:01 go.mod [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 49471 Jun 2 22:55 go.sum [2022-06-02T23:01:46.185Z] drwxrwxr-x 8 1001 1001 4096 Jun 2 22:55 internal [2022-06-02T23:01:46.185Z] drwxrwxr-x 3 1001 1001 4096 Jun 2 22:55 openapi [2022-06-02T23:01:46.185Z] drwxrwxr-x 4 1001 1001 4096 Jun 2 22:55 snap [2022-06-02T23:01:46.185Z] drwxrwxr-x 6 1001 1001 4096 Jun 2 22:55 vendor [2022-06-02T23:01:46.185Z] -rw-rw-r-- 1 1001 1001 204 Jun 2 22:55 version.go [Pipeline] sh [2022-06-02T23:01:46.328Z] Skipping stage go-build-helper (already ran) [2022-06-02T23:01:46.328Z] Staging edgex-go [2022-06-02T23:01:46.328Z] + snapcraftctl stage [2022-06-02T23:01:46.855Z] + '[' -e coverage.out ] [2022-06-02T23:01:46.855Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-02T23:01:46.893Z] Warning: overwriting stash ‘coverage-report’ [2022-06-02T23:01:47.710Z] Staging hooks [2022-06-02T23:01:47.710Z] + snapcraftctl stage [2022-06-02T23:01:47.799Z] Stashed 1 file(s) [Pipeline] sh [2022-06-02T23:01:48.453Z] + make build [2022-06-02T23:01:48.453Z] 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-02T23:01:49.090Z] Staging static-packages [2022-06-02T23:01:49.090Z] + snapcraftctl stage [2022-06-02T23:01:50.473Z] Staging version [2022-06-02T23:01:50.473Z] + snapcraftctl stage [2022-06-02T23:01:51.857Z] Priming config-common [2022-06-02T23:01:51.858Z] + snapcraftctl prime [2022-06-02T23:01:52.802Z] Priming go-build-helper [2022-06-02T23:01:52.802Z] + snapcraftctl prime [2022-06-02T23:01:54.184Z] Priming edgex-go [2022-06-02T23:01:54.184Z] + snapcraftctl prime [2022-06-02T23:01:55.172Z] 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-02T23:01:56.103Z] Priming hooks [2022-06-02T23:01:56.103Z] + snapcraftctl prime [2022-06-02T23:01:57.482Z] Priming static-packages [2022-06-02T23:01:57.482Z] + snapcraftctl prime [2022-06-02T23:02:00.024Z] Priming version [2022-06-02T23:02:00.024Z] + snapcraftctl prime [2022-06-02T23:02:01.404Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-02T23:02:22.302Z] 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-02T23:02:23.282Z] 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-02T23:02:27.583Z] 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-02T23:02:28.185Z] 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-02T23:02:31.594Z] 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-02T23:02:35.896Z] 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-02T23:02:38.520Z] 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-02T23:02:42.854Z] 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-02T23:02:46.253Z] 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-02T23:02:49.644Z] 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-02T23:02:56.401Z] $ docker stop --time=1 f08a523f27d0dde73f6f3da7f270d020f582b7a4d2dfd10f3aa65eb963723b8f [2022-06-02T23:02:58.410Z] $ docker rm -f f08a523f27d0dde73f6f3da7f270d020f582b7a4d2dfd10f3aa65eb963723b8f [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-02T23:03:00.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-02T23:03:00.265Z] [2022-06-02T23:03:00.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:03:00.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-02T23:03:00.948Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-06-02T23:03:00.948Z] 29e5d40040c1: Pulling fs layer [2022-06-02T23:03:00.948Z] 1ce36da41761: Pulling fs layer [2022-06-02T23:03:00.948Z] 25b303627fd3: Pulling fs layer [2022-06-02T23:03:00.948Z] 29e5d40040c1: Verifying Checksum [2022-06-02T23:03:00.948Z] 29e5d40040c1: Download complete [2022-06-02T23:03:01.226Z] 1ce36da41761: Verifying Checksum [2022-06-02T23:03:01.226Z] 1ce36da41761: Download complete [2022-06-02T23:03:01.499Z] 29e5d40040c1: Pull complete [2022-06-02T23:03:02.931Z] 25b303627fd3: Verifying Checksum [2022-06-02T23:03:02.931Z] 25b303627fd3: Download complete [2022-06-02T23:03:02.931Z] 1ce36da41761: Pull complete [2022-06-02T23:03:13.071Z] 25b303627fd3: Pull complete [2022-06-02T23:03:13.071Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-06-02T23:03:13.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-02T23:03:13.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:03:13.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2022-06-02T23:03:13.576Z] $ 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-02T23:03:15.883Z] $ docker top 86a7e3ce66423ff125c3b4c4d74d5ff7a200b5985dc60cfa2c27248385d6d12f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T23:03:16.801Z] + docker-compose build --help [2022-06-02T23:03:16.801Z] + grep parallel [2022-06-02T23:03:21.079Z] --parallel Build images in parallel. [Pipeline] } [2022-06-02T23:03:21.116Z] $ docker stop --time=1 86a7e3ce66423ff125c3b4c4d74d5ff7a200b5985dc60cfa2c27248385d6d12f [2022-06-02T23:03:22.742Z] $ docker rm -f 86a7e3ce66423ff125c3b4c4d74d5ff7a200b5985dc60cfa2c27248385d6d12f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:03:23.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-02T23:03:23.530Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:03:23.824Z] prd-ubuntu20.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2022-06-02T23:03:23.907Z] $ 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-02T23:03:25.080Z] $ docker top 5c56a5bc17467fb091f4296ce75138714b61bc1311cf61a96bdf369879923bce -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T23:03:25.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-02T23:03:31.364Z] Building core-command ... [2022-06-02T23:03:31.364Z] Building core-data ... [2022-06-02T23:03:31.364Z] Building core-metadata ... [2022-06-02T23:03:31.364Z] Building security-bootstrapper ... [2022-06-02T23:03:31.364Z] Building security-proxy-setup ... [2022-06-02T23:03:31.364Z] Building security-secretstore-setup ... [2022-06-02T23:03:31.364Z] Building support-notifications ... [2022-06-02T23:03:31.364Z] Building support-scheduler ... [2022-06-02T23:03:31.364Z] Building sys-mgmt-agent ... [2022-06-02T23:03:31.364Z] Building core-data [2022-06-02T23:03:31.364Z] Building security-bootstrapper [2022-06-02T23:03:31.364Z] Building security-secretstore-setup [2022-06-02T23:03:31.364Z] Building security-proxy-setup [2022-06-02T23:03:31.364Z] Building sys-mgmt-agent [2022-06-02T23:05:08.227Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:05:08.227Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:05:08.227Z] ---> d8b67b6089e3 [2022-06-02T23:05:08.227Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T23:05:08.227Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:05:08.227Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:05:08.227Z] ---> d8b67b6089e3 [2022-06-02T23:05:08.227Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T23:05:08.227Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:05:08.227Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:05:08.227Z] ---> d8b67b6089e3 [2022-06-02T23:05:08.227Z] Step 3/30 : WORKDIR /edgex-go [2022-06-02T23:05:08.227Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:05:08.227Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:05:08.227Z] ---> d8b67b6089e3 [2022-06-02T23:05:08.227Z] Step 3/24 : WORKDIR /edgex-go [2022-06-02T23:05:08.227Z] ---> Running in 52e44d35e043 [2022-06-02T23:05:08.227Z] ---> Running in fce928645bd0 [2022-06-02T23:05:08.227Z] ---> Running in 92aeb743db34 [2022-06-02T23:05:08.227Z] ---> Running in 49d1937f00ed [2022-06-02T23:05:08.227Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:05:08.227Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:05:08.227Z] ---> d8b67b6089e3 [2022-06-02T23:05:08.227Z] Step 3/20 : WORKDIR /edgex-go [2022-06-02T23:05:08.227Z] ---> Running in b68af6f53423 [2022-06-02T23:05:08.227Z] Removing intermediate container fce928645bd0 [2022-06-02T23:05:08.227Z] ---> f1c95683a5dc [2022-06-02T23:05:08.227Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:05:08.227Z] Removing intermediate container 52e44d35e043 [2022-06-02T23:05:08.227Z] ---> 2e77189249e4 [2022-06-02T23:05:08.227Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:05:08.227Z] Removing intermediate container b68af6f53423 [2022-06-02T23:05:08.227Z] ---> 7d60be3af277 [2022-06-02T23:05:08.227Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:05:08.227Z] Removing intermediate container 92aeb743db34 [2022-06-02T23:05:08.227Z] ---> f303483820f7 [2022-06-02T23:05:08.227Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:05:08.227Z] ---> Running in 7acca374cf7a [2022-06-02T23:05:08.227Z] Removing intermediate container 49d1937f00ed [2022-06-02T23:05:08.227Z] ---> b47ffd2424ee [2022-06-02T23:05:08.227Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:05:08.227Z] ---> Running in 16f62541b2ca [2022-06-02T23:05:08.227Z] ---> Running in 601b18fa9efd [2022-06-02T23:05:08.227Z] ---> Running in 3b5109305d89 [2022-06-02T23:05:08.227Z] ---> Running in fb17d19c37d6 [2022-06-02T23:05:11.634Z] Removing intermediate container 7acca374cf7a [2022-06-02T23:05:11.634Z] ---> 67da8fe0ebc4 [2022-06-02T23:05:11.634Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-02T23:05:11.634Z] ---> Running in 07ca2651f369 [2022-06-02T23:05:11.634Z] Removing intermediate container 601b18fa9efd [2022-06-02T23:05:11.634Z] ---> c4af1ade2e60 [2022-06-02T23:05:11.634Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-06-02T23:05:11.634Z] ---> Running in 9904356c0ad9 [2022-06-02T23:05:11.912Z] Removing intermediate container 3b5109305d89 [2022-06-02T23:05:11.912Z] ---> cdaacb05f245 [2022-06-02T23:05:11.912Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-06-02T23:05:12.189Z] ---> Running in a91c8614c8d5 [2022-06-02T23:05:12.189Z] Removing intermediate container 16f62541b2ca [2022-06-02T23:05:12.189Z] ---> bb82649ddf6a [2022-06-02T23:05:12.189Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-06-02T23:05:12.189Z] Removing intermediate container fb17d19c37d6 [2022-06-02T23:05:12.189Z] ---> 83931802f7d4 [2022-06-02T23:05:12.189Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-06-02T23:05:12.463Z] ---> Running in 9d6a70aa0eaa [2022-06-02T23:05:12.463Z] ---> Running in 9e8f4b5088eb [2022-06-02T23:05:13.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:13.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:13.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:14.178Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:14.453Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:14.733Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:14.733Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:15.010Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:15.286Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:15.286Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:05:15.572Z] OK: 220 MiB in 52 packages [2022-06-02T23:05:15.858Z] OK: 220 MiB in 52 packages [2022-06-02T23:05:16.497Z] OK: 220 MiB in 52 packages [2022-06-02T23:05:16.770Z] OK: 220 MiB in 52 packages [2022-06-02T23:05:16.770Z] OK: 220 MiB in 52 packages [2022-06-02T23:05:17.383Z] Removing intermediate container 07ca2651f369 [2022-06-02T23:05:17.383Z] ---> 1f89e23392ce [2022-06-02T23:05:17.383Z] Step 6/22 : COPY . . [2022-06-02T23:05:17.664Z] Removing intermediate container 9904356c0ad9 [2022-06-02T23:05:17.664Z] ---> e43f828ddc6e [2022-06-02T23:05:17.664Z] Step 6/30 : COPY . . [2022-06-02T23:05:18.261Z] Removing intermediate container a91c8614c8d5 [2022-06-02T23:05:18.261Z] ---> 07e90fe2363c [2022-06-02T23:05:18.261Z] Step 6/22 : COPY . . [2022-06-02T23:05:18.261Z] Removing intermediate container 9d6a70aa0eaa [2022-06-02T23:05:18.261Z] ---> 3a5da7cc560f [2022-06-02T23:05:18.261Z] Step 6/20 : COPY . . [2022-06-02T23:05:18.261Z] Removing intermediate container 9e8f4b5088eb [2022-06-02T23:05:18.261Z] ---> 8701b057780d [2022-06-02T23:05:18.261Z] Step 6/24 : COPY . . [2022-06-02T23:05:50.637Z] ---> 3392ef702bfe [2022-06-02T23:05:50.637Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:05:50.637Z] ---> eb006b52ca49 [2022-06-02T23:05:50.637Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:05:50.637Z] ---> 513f2988d13d [2022-06-02T23:05:50.637Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:05:50.637Z] ---> Running in 23c14bc9fdcf [2022-06-02T23:05:50.637Z] ---> Running in 54739921ef47 [2022-06-02T23:05:50.637Z] ---> 2741338da58d [2022-06-02T23:05:50.637Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:05:50.637Z] ---> Running in 56b026978a1b [2022-06-02T23:05:50.637Z] ---> Running in 9ec1d78641a9 [2022-06-02T23:05:50.637Z] ---> aaf47836ca76 [2022-06-02T23:05:50.637Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:05:50.637Z] ---> Running in 30c70acef914 [2022-06-02T23:05:51.237Z] skipping... [2022-06-02T23:05:51.510Z] skipping... [2022-06-02T23:05:51.784Z] skipping... [2022-06-02T23:05:51.784Z] skipping... [2022-06-02T23:05:52.387Z] skipping... [2022-06-02T23:05:52.664Z] Removing intermediate container 23c14bc9fdcf [2022-06-02T23:05:52.664Z] ---> de9e9bb0a5ee [2022-06-02T23:05:52.664Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-02T23:05:52.943Z] ---> Running in 9c3780f72f9f [2022-06-02T23:05:53.215Z] Removing intermediate container 56b026978a1b [2022-06-02T23:05:53.215Z] ---> 22577247d25c [2022-06-02T23:05:53.215Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-06-02T23:05:53.497Z] ---> Running in 2dc412c763f4 [2022-06-02T23:05:53.497Z] Removing intermediate container 9ec1d78641a9 [2022-06-02T23:05:53.497Z] ---> 1f2a4683af9b [2022-06-02T23:05:53.497Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-02T23:05:53.497Z] Removing intermediate container 30c70acef914 [2022-06-02T23:05:53.497Z] ---> a0d192674f21 [2022-06-02T23:05:53.497Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-02T23:05:53.497Z] Removing intermediate container 54739921ef47 [2022-06-02T23:05:53.497Z] ---> 28675d8f631e [2022-06-02T23:05:53.497Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-02T23:05:53.784Z] ---> Running in 10ef75ffd07a [2022-06-02T23:05:53.784Z] ---> Running in 5cd39e3f28b7 [2022-06-02T23:05:53.784Z] ---> Running in a709cf8020b7 [2022-06-02T23:05:54.762Z] 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-02T23:05:55.753Z] 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-02T23:05:56.369Z] 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-02T23:05:56.653Z] 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-02T23:05:56.653Z] 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-02T23:08:03.539Z] 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-02T23:08:10.306Z] 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-02T23:08:17.049Z] Removing intermediate container 10ef75ffd07a [2022-06-02T23:08:17.049Z] ---> 9a4dd25635d1 [2022-06-02T23:08:17.049Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-02T23:08:17.049Z] ---> Running in ae140436fc8b [2022-06-02T23:08:19.691Z] 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-02T23:08:23.130Z] Removing intermediate container 9c3780f72f9f [2022-06-02T23:08:23.130Z] ---> d8a9f59f037c [2022-06-02T23:08:23.130Z] [2022-06-02T23:08:23.130Z] Step 9/30 : FROM alpine:3.14 [2022-06-02T23:08:23.405Z] 3.14: Pulling from library/alpine [2022-06-02T23:08:24.408Z] Removing intermediate container ae140436fc8b [2022-06-02T23:08:24.408Z] ---> 455f93597b60 [2022-06-02T23:08:24.408Z] [2022-06-02T23:08:24.408Z] Step 10/22 : FROM docker:20.10.8 [2022-06-02T23:08:24.737Z] 20.10.8: Pulling from library/docker [2022-06-02T23:08:26.221Z] Removing intermediate container a709cf8020b7 [2022-06-02T23:08:26.221Z] ---> 0c9a8040520b [2022-06-02T23:08:26.221Z] [2022-06-02T23:08:26.221Z] Step 9/20 : FROM alpine:3.14 [2022-06-02T23:08:26.221Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T23:08:26.221Z] Status: Downloaded newer image for alpine:3.14 [2022-06-02T23:08:26.221Z] ---> ac73e934f311 [2022-06-02T23:08:26.221Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-02T23:08:26.221Z] 3.14: Pulling from library/alpine [2022-06-02T23:08:26.221Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-02T23:08:26.221Z] Status: Image is up to date for alpine:3.14 [2022-06-02T23:08:26.221Z] ---> ac73e934f311 [2022-06-02T23:08:26.221Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-06-02T23:08:26.509Z] ---> Running in 4b687199aa07 [2022-06-02T23:08:26.509Z] ---> Running in cc88911537d6 [2022-06-02T23:08:28.118Z] Removing intermediate container 5cd39e3f28b7 [2022-06-02T23:08:28.118Z] ---> 1eeee99ef3b0 [2022-06-02T23:08:28.118Z] [2022-06-02T23:08:28.118Z] Step 9/24 : FROM alpine:3.14 [2022-06-02T23:08:28.405Z] ---> ac73e934f311 [2022-06-02T23:08:28.405Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-02T23:08:28.405Z] Removing intermediate container 4b687199aa07 [2022-06-02T23:08:28.405Z] ---> 9e86ace234aa [2022-06-02T23:08:28.405Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-02T23:08:28.405Z] ---> Running in 8de4cad8ff1b [2022-06-02T23:08:28.773Z] ---> Running in abee63f3561f [2022-06-02T23:08:29.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:29.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:30.872Z] (1/5) Installing ca-certificates (20211220-r0) [2022-06-02T23:08:30.872Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-06-02T23:08:30.872Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-06-02T23:08:30.872Z] (4/5) Installing libcurl (7.79.1-r1) [2022-06-02T23:08:30.872Z] (5/5) Installing curl (7.79.1-r1) [2022-06-02T23:08:30.872Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:08:30.872Z] Executing ca-certificates-20211220-r0.trigger [2022-06-02T23:08:31.479Z] OK: 8 MiB in 19 packages [2022-06-02T23:08:31.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:31.763Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:32.047Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:32.325Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:32.931Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-02T23:08:33.207Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-02T23:08:33.207Z] (3/3) Installing su-exec (0.2-r1) [2022-06-02T23:08:33.207Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:08:33.207Z] Executing ca-certificates-20211220-r0.trigger [2022-06-02T23:08:33.207Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-02T23:08:33.207Z] (2/2) Installing su-exec (0.2-r1) [2022-06-02T23:08:33.207Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:08:33.207Z] OK: 6 MiB in 16 packages [2022-06-02T23:08:33.486Z] OK: 6 MiB in 17 packages [2022-06-02T23:08:34.477Z] Removing intermediate container cc88911537d6 [2022-06-02T23:08:34.477Z] ---> 9ed76f588394 [2022-06-02T23:08:34.477Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-02T23:08:34.477Z] ---> Running in 152fb4dce322 [2022-06-02T23:08:34.754Z] Removing intermediate container abee63f3561f [2022-06-02T23:08:34.754Z] ---> 948beeb4337c [2022-06-02T23:08:34.754Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-02T23:08:35.027Z] ---> Running in 9436b9b95cb4 [2022-06-02T23:08:35.302Z] Removing intermediate container 152fb4dce322 [2022-06-02T23:08:35.302Z] ---> 897172eaa032 [2022-06-02T23:08:35.302Z] Step 12/20 : WORKDIR /edgex [2022-06-02T23:08:35.302Z] ---> Running in 1cd892899361 [2022-06-02T23:08:35.900Z] Removing intermediate container 9436b9b95cb4 [2022-06-02T23:08:35.900Z] ---> d484bb581937 [2022-06-02T23:08:35.900Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-02T23:08:36.174Z] ---> Running in a37929ce44b3 [2022-06-02T23:08:36.174Z] Removing intermediate container 1cd892899361 [2022-06-02T23:08:36.174Z] ---> 7a25ef685090 [2022-06-02T23:08:36.174Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-02T23:08:36.449Z] Removing intermediate container 8de4cad8ff1b [2022-06-02T23:08:36.449Z] ---> a968185a04e5 [2022-06-02T23:08:36.449Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-02T23:08:36.724Z] Removing intermediate container a37929ce44b3 [2022-06-02T23:08:36.724Z] ---> ab613462693e [2022-06-02T23:08:36.724Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-02T23:08:36.724Z] ---> Running in 859b1cc04bc2 [2022-06-02T23:08:36.999Z] ---> Running in 7137107ecd11 [2022-06-02T23:08:37.606Z] ---> c3d30d188da5 [2022-06-02T23:08:37.606Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-02T23:08:37.606Z] Removing intermediate container 859b1cc04bc2 [2022-06-02T23:08:37.606Z] ---> 650a276bb851 [2022-06-02T23:08:37.606Z] Step 12/24 : WORKDIR / [2022-06-02T23:08:37.606Z] ---> Running in 0b75a7d15dcd [2022-06-02T23:08:38.596Z] Removing intermediate container 0b75a7d15dcd [2022-06-02T23:08:38.596Z] ---> bd5dacadbf2e [2022-06-02T23:08:38.596Z] 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-02T23:08:40.036Z] ---> 651afd2ce089 [2022-06-02T23:08:40.036Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-02T23:08:40.036Z] ---> 5df3077ef5cb [2022-06-02T23:08:40.036Z] 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-02T23:08:40.036Z] Removing intermediate container 7137107ecd11 [2022-06-02T23:08:40.036Z] ---> 219686b628e2 [2022-06-02T23:08:40.036Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-02T23:08:40.335Z] ---> Running in 7cc8751b1bed [2022-06-02T23:08:40.944Z] Removing intermediate container 7cc8751b1bed [2022-06-02T23:08:40.944Z] ---> 41ed502b3636 [2022-06-02T23:08:40.944Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-02T23:08:41.221Z] ---> aa7f8c911d22 [2022-06-02T23:08:41.221Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-02T23:08:42.205Z] ---> 8753f1eb5b16 [2022-06-02T23:08:42.205Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-02T23:08:42.205Z] ---> 47c2f1a77316 [2022-06-02T23:08:42.205Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-06-02T23:08:42.486Z] ---> ee999766f04c [2022-06-02T23:08:42.486Z] 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-02T23:08:42.486Z] ---> Running in 826936c1a4fc [2022-06-02T23:08:42.486Z] ---> Running in 9fa9d2890a22 [2022-06-02T23:08:43.476Z] Removing intermediate container 9fa9d2890a22 [2022-06-02T23:08:43.476Z] ---> c43bfd1a3fc2 [2022-06-02T23:08:43.476Z] Step 17/20 : CMD ["--init=true"] [2022-06-02T23:08:43.476Z] ---> Running in 120ee10c2477 [2022-06-02T23:08:43.752Z] ---> 797e26465914 [2022-06-02T23:08:43.752Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-02T23:08:44.042Z] Removing intermediate container 2dc412c763f4 [2022-06-02T23:08:44.042Z] ---> 8b89dafe67b6 [2022-06-02T23:08:44.042Z] [2022-06-02T23:08:44.042Z] Step 9/22 : FROM alpine:3.14 [2022-06-02T23:08:44.043Z] ---> ac73e934f311 [2022-06-02T23:08:44.043Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-02T23:08:44.043Z] Removing intermediate container 120ee10c2477 [2022-06-02T23:08:44.043Z] ---> 72b824c8de35 [2022-06-02T23:08:44.043Z] Step 18/20 : LABEL arch=arm64 [2022-06-02T23:08:44.336Z] ---> Running in b59d130c183a [2022-06-02T23:08:44.336Z] ---> Running in 4102c4ce82ec [2022-06-02T23:08:45.312Z] Removing intermediate container b59d130c183a [2022-06-02T23:08:45.312Z] ---> 4c6e2a237425 [2022-06-02T23:08:45.312Z] Step 19/20 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:08:45.312Z] Removing intermediate container 4102c4ce82ec [2022-06-02T23:08:45.312Z] ---> d7e689f4ac91 [2022-06-02T23:08:45.312Z] Step 11/22 : ENV APP_PORT=59880 [2022-06-02T23:08:45.312Z] ---> Running in 4150f523127c [2022-06-02T23:08:45.312Z] ---> Running in c17be6ae2ac8 [2022-06-02T23:08:45.312Z] Removing intermediate container 826936c1a4fc [2022-06-02T23:08:45.312Z] ---> 92188cd112bd [2022-06-02T23:08:45.312Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T23:08:45.916Z] Removing intermediate container 4150f523127c [2022-06-02T23:08:45.917Z] ---> 86f638e36207 [2022-06-02T23:08:45.917Z] Step 20/20 : LABEL version=0.0.0 [2022-06-02T23:08:45.917Z] ---> Running in ee3c869b734a [2022-06-02T23:08:45.917Z] Removing intermediate container c17be6ae2ac8 [2022-06-02T23:08:45.917Z] ---> 6332958d9f82 [2022-06-02T23:08:45.917Z] Step 12/22 : EXPOSE $APP_PORT [2022-06-02T23:08:46.195Z] ---> Running in 09d7936932f4 [2022-06-02T23:08:46.475Z] ---> c5a622998552 [2022-06-02T23:08:46.475Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-02T23:08:46.475Z] Removing intermediate container ee3c869b734a [2022-06-02T23:08:46.475Z] ---> eba03a651d4f [2022-06-02T23:08:46.475Z] [2022-06-02T23:08:46.756Z] ---> 6707a649ad9d [2022-06-02T23:08:46.756Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-02T23:08:47.043Z] Removing intermediate container 09d7936932f4 [2022-06-02T23:08:47.043Z] ---> 7613caca8534 [2022-06-02T23:08:47.043Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:08:47.043Z] ---> Running in 1ee2a7842820 [2022-06-02T23:08:47.658Z] Successfully built eba03a651d4f [2022-06-02T23:08:47.658Z] Successfully tagged security-proxy-setup-arm64:latest [2022-06-02T23:08:47.658Z]  Building security-proxy-setup ... done Building support-scheduler [2022-06-02T23:08:47.937Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2022-06-02T23:08:47.937Z] Status: Downloaded newer image for docker:20.10.8 [2022-06-02T23:08:47.937Z] ---> 3734d5adc5ac [2022-06-02T23:08:47.937Z] 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-02T23:08:48.218Z] ---> Running in c3009c6d0730 [2022-06-02T23:08:48.825Z] ---> a46bc8cfeed9 [2022-06-02T23:08:48.825Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-02T23:08:48.825Z] Removing intermediate container c3009c6d0730 [2022-06-02T23:08:48.825Z] ---> b10e19f30e68 [2022-06-02T23:08:48.825Z] 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-02T23:08:49.105Z] ---> Running in c7780dbd6d86 [2022-06-02T23:08:49.710Z] ---> b0432235fb72 [2022-06-02T23:08:49.710Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-02T23:08:50.339Z] ---> a7d83bffd658 [2022-06-02T23:08:50.339Z] 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-02T23:08:50.339Z] Removing intermediate container 1ee2a7842820 [2022-06-02T23:08:50.339Z] ---> 97963473659f [2022-06-02T23:08:50.339Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-02T23:08:50.339Z] ---> Running in fbd1e991b2ce [2022-06-02T23:08:50.618Z] ---> Running in b8f27b607533 [2022-06-02T23:08:51.229Z] ---> 5fc4bad4ea7e [2022-06-02T23:08:51.229Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-02T23:08:51.507Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:51.782Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:52.790Z] ---> e4733c60173c [2022-06-02T23:08:52.790Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-02T23:08:52.790Z] (1/42) Installing readline (8.1.0-r0) [2022-06-02T23:08:52.790Z] (2/42) Installing bash (5.1.16-r0) [2022-06-02T23:08:53.069Z] Executing bash-5.1.16-r0.post-install [2022-06-02T23:08:53.069Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-06-02T23:08:53.069Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:53.069Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-06-02T23:08:53.069Z] (5/42) Installing libcurl (7.79.1-r1) [2022-06-02T23:08:53.069Z] (6/42) Installing curl (7.79.1-r1) [2022-06-02T23:08:53.069Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-06-02T23:08:53.069Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-06-02T23:08:53.069Z] (9/42) Installing expat (2.4.7-r0) [2022-06-02T23:08:53.069Z] (10/42) Installing libffi (3.3-r2) [2022-06-02T23:08:53.069Z] (11/42) Installing gdbm (1.19-r0) [2022-06-02T23:08:53.069Z] (12/42) Installing xz-libs (5.2.5-r1) [2022-06-02T23:08:53.352Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-06-02T23:08:53.352Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-02T23:08:53.352Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-06-02T23:08:53.352Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-06-02T23:08:53.352Z] (17/42) Installing python3 (3.9.5-r2) [2022-06-02T23:08:53.958Z] ---> c5002a7574bc [2022-06-02T23:08:53.958Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-06-02T23:08:53.958Z] Removing intermediate container fbd1e991b2ce [2022-06-02T23:08:53.958Z] ---> d0a746ee9fe6 [2022-06-02T23:08:53.958Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-06-02T23:08:53.958Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:08:54.249Z] ---> Running in 3f4b1fbc65d6 [2022-06-02T23:08:54.249Z] ---> Running in b90773305838 [2022-06-02T23:08:54.887Z] Removing intermediate container 3f4b1fbc65d6 [2022-06-02T23:08:54.887Z] ---> 46b6d189180d [2022-06-02T23:08:54.887Z] Step 22/24 : LABEL arch=arm64 [2022-06-02T23:08:54.887Z] ---> Running in fe394d58f97b [2022-06-02T23:08:55.165Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-02T23:08:55.165Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-02T23:08:55.165Z] Removing intermediate container b90773305838 [2022-06-02T23:08:55.165Z] ---> 15a122ffc84d [2022-06-02T23:08:55.165Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-02T23:08:55.165Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-02T23:08:55.444Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-02T23:08:55.444Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-02T23:08:55.724Z] Removing intermediate container fe394d58f97b [2022-06-02T23:08:55.724Z] ---> 0767eea551a9 [2022-06-02T23:08:55.724Z] Step 23/24 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:08:55.724Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-02T23:08:55.724Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:08:55.724Z] ---> Running in 8a1ad4cf12f7 [2022-06-02T23:08:55.724Z] OK: 8 MiB in 20 packages [2022-06-02T23:08:56.345Z] ---> 9f80524e4f62 [2022-06-02T23:08:56.345Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-06-02T23:08:56.628Z] Removing intermediate container 8a1ad4cf12f7 [2022-06-02T23:08:56.628Z] ---> cf4a3fe64f53 [2022-06-02T23:08:56.628Z] Step 24/24 : LABEL version=0.0.0(18/42) Installing py3-appdirs (1.4.4-r2) [2022-06-02T23:08:56.628Z] [2022-06-02T23:08:56.628Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-06-02T23:08:56.628Z] ---> Running in 90381f537c4e [2022-06-02T23:08:56.910Z] (20/42) Installing py3-idna (3.2-r0) [2022-06-02T23:08:56.910Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-06-02T23:08:56.910Z] ---> Running in 2769dda7fe5d [2022-06-02T23:08:56.910Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-06-02T23:08:56.910Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-06-02T23:08:56.910Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-06-02T23:08:56.910Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-06-02T23:08:56.910Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-06-02T23:08:57.184Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-06-02T23:08:57.184Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-06-02T23:08:57.184Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-06-02T23:08:57.184Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-06-02T23:08:57.184Z] (31/42) Installing py3-six (1.15.0-r1) [2022-06-02T23:08:57.184Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-06-02T23:08:57.184Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-06-02T23:08:57.184Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-06-02T23:08:57.184Z] (35/42) Installing py3-packaging (20.9-r1) [2022-06-02T23:08:57.457Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-06-02T23:08:57.458Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-06-02T23:08:57.458Z] (38/42) Installing py3-progress (1.5-r2) [2022-06-02T23:08:57.458Z] Removing intermediate container b8f27b607533 [2022-06-02T23:08:57.458Z] ---> adadbaff8a2b [2022-06-02T23:08:57.458Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T23:08:57.458Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-06-02T23:08:57.458Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-06-02T23:08:57.458Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-06-02T23:08:57.458Z] Removing intermediate container 90381f537c4e [2022-06-02T23:08:57.458Z] ---> d56c83a27aee [2022-06-02T23:08:57.458Z] [2022-06-02T23:08:57.735Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-06-02T23:08:58.336Z] Executing busybox-1.33.1-r3.trigger [2022-06-02T23:08:58.337Z] OK: 84 MiB in 64 packages [2022-06-02T23:08:58.617Z] Successfully built d56c83a27aee [2022-06-02T23:08:58.617Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-06-02T23:08:58.617Z] Building support-notifications [2022-06-02T23:08:58.617Z] ---> e53c8173eab4 [2022-06-02T23:08:58.617Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-02T23:09:00.062Z]  Building security-secretstore-setup ... done Removing intermediate container 2769dda7fe5d [2022-06-02T23:09:00.062Z] ---> 51d2e9e7fc46 [2022-06-02T23:09:00.062Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-02T23:09:00.062Z] ---> Running in 4c7f19c70777 [2022-06-02T23:09:00.336Z] ---> f4c1ca760633 [2022-06-02T23:09:00.608Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-02T23:09:00.608Z] Removing intermediate container 4c7f19c70777 [2022-06-02T23:09:00.608Z] ---> d013fb599c92 [2022-06-02T23:09:00.608Z] Step 27/30 : CMD ["gate"] [2022-06-02T23:09:00.886Z] ---> Running in 42a5ea3915ed [2022-06-02T23:09:01.167Z] ---> 388613edfad8 [2022-06-02T23:09:01.167Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-06-02T23:09:01.449Z] ---> Running in 198b5a698ec7 [2022-06-02T23:09:01.449Z] Removing intermediate container 42a5ea3915ed [2022-06-02T23:09:01.449Z] ---> 48c1e55c4526 [2022-06-02T23:09:01.449Z] Step 28/30 : LABEL arch=arm64 [2022-06-02T23:09:01.730Z] ---> Running in 5e0d0c671fc8 [2022-06-02T23:09:01.730Z] Removing intermediate container 198b5a698ec7 [2022-06-02T23:09:01.730Z] ---> 04fa1e7e8251 [2022-06-02T23:09:02.005Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:09:02.005Z] ---> Running in b6130102c2e8 [2022-06-02T23:09:02.284Z] Removing intermediate container 5e0d0c671fc8 [2022-06-02T23:09:02.284Z] ---> 14312b714a25 [2022-06-02T23:09:02.284Z] Step 29/30 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:09:02.567Z] Removing intermediate container b6130102c2e8 [2022-06-02T23:09:02.567Z] ---> c7234edc60a9 [2022-06-02T23:09:02.567Z] Step 20/22 : LABEL arch=arm64 [2022-06-02T23:09:02.567Z] ---> Running in b2c2ae4d3151 [2022-06-02T23:09:02.567Z] ---> Running in ac4f1a591ab1 [2022-06-02T23:09:03.168Z] Removing intermediate container b2c2ae4d3151 [2022-06-02T23:09:03.168Z] ---> a45bbe99ad9e [2022-06-02T23:09:03.168Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:09:03.168Z] Removing intermediate container ac4f1a591ab1 [2022-06-02T23:09:03.168Z] ---> 817a882b2f73 [2022-06-02T23:09:03.168Z] Step 30/30 : LABEL version=0.0.0 [2022-06-02T23:09:03.168Z] ---> Running in a9946388f305 [2022-06-02T23:09:03.441Z] Collecting docker-compose==1.23.2 [2022-06-02T23:09:03.441Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-02T23:09:03.441Z] ---> Running in 21a33d9cd1de [2022-06-02T23:09:03.714Z] Removing intermediate container a9946388f305 [2022-06-02T23:09:03.714Z] ---> 2515b19f23a8 [2022-06-02T23:09:03.714Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T23:09:03.714Z] ---> Running in 94c6a283ff02 [2022-06-02T23:09:03.990Z] Removing intermediate container 21a33d9cd1de [2022-06-02T23:09:03.990Z] ---> 65023434a77e [2022-06-02T23:09:03.990Z] [2022-06-02T23:09:04.265Z] Removing intermediate container 94c6a283ff02 [2022-06-02T23:09:04.265Z] ---> 0d460211f344 [2022-06-02T23:09:04.265Z] [2022-06-02T23:09:04.265Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-02T23:09:04.265Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-02T23:09:04.540Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-02T23:09:04.540Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-02T23:09:04.814Z] Successfully built 65023434a77e [2022-06-02T23:09:04.815Z] Successfully tagged security-bootstrapper-arm64:latest [2022-06-02T23:09:04.815Z]  Building security-bootstrapper ... done Building core-metadata [2022-06-02T23:09:04.815Z] Successfully built 0d460211f344 [2022-06-02T23:09:04.815Z] Successfully tagged core-data-arm64:latest [2022-06-02T23:09:04.815Z] Building core-command [2022-06-02T23:09:06.245Z]  Building core-data ... done 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-02T23:09:06.245Z] Collecting texttable<0.10,>=0.9.0 [2022-06-02T23:09:06.245Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-02T23:09:08.860Z] Collecting docker<4.0,>=3.6.0 [2022-06-02T23:09:08.860Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-02T23:09:09.457Z] Collecting PyYAML<4,>=3.10 [2022-06-02T23:09:09.457Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-02T23:09:13.765Z] Collecting jsonschema<3,>=2.5.1 [2022-06-02T23:09:13.765Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-02T23:09:13.765Z] Collecting cached-property<2,>=1.2.0 [2022-06-02T23:09:13.765Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-02T23:09:14.746Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-02T23:09:14.746Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-02T23:09:14.746Z] Collecting docopt<0.7,>=0.6.1 [2022-06-02T23:09:14.746Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-02T23:09:16.736Z] Collecting docker-pycreds>=0.4.0 [2022-06-02T23:09:16.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-02T23:09:17.723Z] 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-02T23:09:18.322Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-02T23:09:18.322Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-02T23:09:18.322Z] Collecting idna<2.8,>=2.5 [2022-06-02T23:09:18.322Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-02T23:09:18.597Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-02T23:09:18.597Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-02T23:09:18.871Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-02T23:09:18.872Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-02T23:09:18.872Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-02T23:09:18.872Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-02T23:09:19.870Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-02T23:09:19.870Z] Attempting uninstall: urllib3 [2022-06-02T23:09:19.870Z] Found existing installation: urllib3 1.26.5 [2022-06-02T23:09:19.870Z] Uninstalling urllib3-1.26.5: [2022-06-02T23:09:19.870Z] Successfully uninstalled urllib3-1.26.5 [2022-06-02T23:09:20.477Z] Attempting uninstall: idna [2022-06-02T23:09:20.477Z] Found existing installation: idna 3.2 [2022-06-02T23:09:20.753Z] Uninstalling idna-3.2: [2022-06-02T23:09:20.753Z] Successfully uninstalled idna-3.2 [2022-06-02T23:09:21.735Z] Attempting uninstall: chardet [2022-06-02T23:09:21.735Z] Found existing installation: chardet 4.0.0 [2022-06-02T23:09:21.735Z] Uninstalling chardet-4.0.0: [2022-06-02T23:09:21.735Z] Successfully uninstalled chardet-4.0.0 [2022-06-02T23:09:23.731Z] Attempting uninstall: requests [2022-06-02T23:09:23.731Z] Found existing installation: requests 2.25.1 [2022-06-02T23:09:23.731Z] Uninstalling requests-2.25.1: [2022-06-02T23:09:23.731Z] Successfully uninstalled requests-2.25.1 [2022-06-02T23:09:24.010Z] Running setup.py install for texttable: started [2022-06-02T23:09:25.986Z] Running setup.py install for texttable: finished with status 'done' [2022-06-02T23:09:25.986Z] Running setup.py install for PyYAML: started [2022-06-02T23:09:28.610Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-02T23:09:28.884Z] Running setup.py install for docopt: started [2022-06-02T23:09:30.863Z] Running setup.py install for docopt: finished with status 'done' [2022-06-02T23:09:30.863Z] Running setup.py install for dockerpty: started [2022-06-02T23:09:32.845Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-02T23:09:34.815Z] 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-02T23:09:50.019Z] Removing intermediate container c7780dbd6d86 [2022-06-02T23:09:50.019Z] ---> 30e230d19f95 [2022-06-02T23:09:50.019Z] Step 13/22 : ENV APP_PORT=58890 [2022-06-02T23:09:50.019Z] ---> Running in cc5ebe72195b [2022-06-02T23:09:50.019Z] Removing intermediate container cc5ebe72195b [2022-06-02T23:09:50.019Z] ---> 7929e195c5af [2022-06-02T23:09:50.019Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-02T23:09:50.019Z] ---> Running in 46aa2cf67bb8 [2022-06-02T23:09:50.298Z] Removing intermediate container 46aa2cf67bb8 [2022-06-02T23:09:50.298Z] ---> d42362aebf28 [2022-06-02T23:09:50.298Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-02T23:09:52.304Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:09:52.304Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:09:52.304Z] ---> d8b67b6089e3 [2022-06-02T23:09:52.304Z] Step 3/23 : WORKDIR /edgex-go [2022-06-02T23:09:52.304Z] ---> Using cache [2022-06-02T23:09:52.304Z] ---> b47ffd2424ee [2022-06-02T23:09:52.304Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:09:52.304Z] ---> Using cache [2022-06-02T23:09:52.304Z] ---> 83931802f7d4 [2022-06-02T23:09:52.304Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-02T23:09:52.304Z] ---> Using cache [2022-06-02T23:09:52.304Z] ---> 8701b057780d [2022-06-02T23:09:52.304Z] Step 6/23 : COPY go.mod . [2022-06-02T23:09:52.585Z] ---> 3cba3913c053 [2022-06-02T23:09:52.585Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-02T23:09:53.184Z] ---> e1db352f2004 [2022-06-02T23:09:53.184Z] Step 7/23 : RUN go mod download [2022-06-02T23:09:53.184Z] ---> Running in 247a040538e3 [2022-06-02T23:09:54.164Z] ---> 72d432c760fb [2022-06-02T23:09:54.164Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-02T23:09:55.618Z] ---> bbab4097611f [2022-06-02T23:09:55.618Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-02T23:09:55.892Z] ---> Running in 51156087d08f [2022-06-02T23:09:56.863Z] Removing intermediate container 51156087d08f [2022-06-02T23:09:56.863Z] ---> 7f884e1ab90a [2022-06-02T23:09:56.863Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:09:56.863Z] ---> Running in 15afe1c3ed09 [2022-06-02T23:09:57.847Z] Removing intermediate container 15afe1c3ed09 [2022-06-02T23:09:57.847Z] ---> da6b79393a11 [2022-06-02T23:09:57.847Z] Step 20/22 : LABEL arch=arm64 [2022-06-02T23:09:57.847Z] ---> Running in 973904b54ae7 [2022-06-02T23:09:58.489Z] Removing intermediate container 247a040538e3 [2022-06-02T23:09:58.489Z] ---> 93fd17c7336c [2022-06-02T23:09:58.489Z] Step 8/23 : COPY . . [2022-06-02T23:09:58.489Z] Removing intermediate container 973904b54ae7 [2022-06-02T23:09:58.489Z] ---> 1d741d51f608 [2022-06-02T23:09:58.489Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:09:58.760Z] ---> Running in d3e2076eb9ff [2022-06-02T23:09:59.740Z] Removing intermediate container d3e2076eb9ff [2022-06-02T23:09:59.740Z] ---> 372098bdcd8c [2022-06-02T23:09:59.740Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T23:09:59.740Z] ---> Running in cccf9416d8fd [2022-06-02T23:10:00.342Z] Removing intermediate container cccf9416d8fd [2022-06-02T23:10:00.342Z] ---> 10300753335a [2022-06-02T23:10:00.342Z] [2022-06-02T23:10:01.320Z] Successfully built 10300753335a [2022-06-02T23:10:01.320Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-06-02T23:10:04.720Z]  Building sys-mgmt-agent ... done Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:10:04.720Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:10:04.720Z] ---> d8b67b6089e3 [2022-06-02T23:10:04.720Z] Step 3/21 : WORKDIR /edgex-go [2022-06-02T23:10:04.720Z] ---> Using cache [2022-06-02T23:10:04.720Z] ---> b47ffd2424ee [2022-06-02T23:10:04.720Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:10:04.720Z] ---> Using cache [2022-06-02T23:10:04.720Z] ---> 83931802f7d4 [2022-06-02T23:10:04.720Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-02T23:10:04.997Z] ---> Running in f631d5305318 [2022-06-02T23:10:06.985Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:10:07.584Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:10:07.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:10:07.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:10:07.860Z] ---> d8b67b6089e3 [2022-06-02T23:10:07.860Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T23:10:07.860Z] ---> Using cache [2022-06-02T23:10:07.860Z] ---> b47ffd2424ee [2022-06-02T23:10:07.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:10:07.860Z] ---> Using cache [2022-06-02T23:10:07.860Z] ---> 83931802f7d4 [2022-06-02T23:10:07.860Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-02T23:10:07.860Z] ---> Using cache [2022-06-02T23:10:07.860Z] ---> 8701b057780d [2022-06-02T23:10:07.860Z] Step 6/22 : COPY . . [2022-06-02T23:10:07.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-06-02T23:10:07.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-02T23:10:07.860Z] ---> d8b67b6089e3 [2022-06-02T23:10:07.860Z] Step 3/22 : WORKDIR /edgex-go [2022-06-02T23:10:07.860Z] ---> Using cache [2022-06-02T23:10:07.860Z] ---> b47ffd2424ee [2022-06-02T23:10:07.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-02T23:10:07.860Z] ---> Using cache [2022-06-02T23:10:07.860Z] ---> 83931802f7d4 [2022-06-02T23:10:07.860Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-02T23:10:07.860Z] ---> Using cache [2022-06-02T23:10:07.860Z] ---> 8701b057780d [2022-06-02T23:10:07.860Z] Step 6/22 : COPY . . [2022-06-02T23:10:08.459Z] ---> Using cache [2022-06-02T23:10:08.459Z] ---> aaf47836ca76 [2022-06-02T23:10:08.459Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:10:08.459Z] ---> Using cache [2022-06-02T23:10:08.459Z] ---> a0d192674f21 [2022-06-02T23:10:08.459Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-06-02T23:10:08.739Z] OK: 220 MiB in 52 packages [2022-06-02T23:10:08.739Z] ---> Using cache [2022-06-02T23:10:08.739Z] ---> aaf47836ca76 [2022-06-02T23:10:08.739Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:10:08.739Z] ---> Using cache [2022-06-02T23:10:08.739Z] ---> a0d192674f21 [2022-06-02T23:10:08.739Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-06-02T23:10:09.020Z] ---> Running in ac65fae0c84d [2022-06-02T23:10:09.020Z] ---> Running in 5c35d1a52b41 [2022-06-02T23:10:10.020Z] Removing intermediate container f631d5305318 [2022-06-02T23:10:10.020Z] ---> 8f1506a5d07c [2022-06-02T23:10:10.020Z] Step 6/21 : COPY . . [2022-06-02T23:10:11.000Z] 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-02T23:10:11.000Z] 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-02T23:10:33.220Z] ---> 9086f69da2d2 [2022-06-02T23:10:33.220Z] Step 9/23 : RUN go mod tidy [2022-06-02T23:10:33.220Z] ---> Running in 76e2645356e0 [2022-06-02T23:10:43.418Z] Removing intermediate container 76e2645356e0 [2022-06-02T23:10:43.418Z] ---> 073000e3ef32 [2022-06-02T23:10:43.418Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-06-02T23:10:43.418Z] ---> Running in 54f5049dbfec [2022-06-02T23:10:43.704Z] ---> c3e862d12bff [2022-06-02T23:10:43.704Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-02T23:10:43.987Z] ---> Running in e1489b128bf6 [2022-06-02T23:10:44.598Z] 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-02T23:10:45.593Z] skipping... [2022-06-02T23:10:47.047Z] Removing intermediate container e1489b128bf6 [2022-06-02T23:10:47.047Z] ---> 4f158d1f0974 [2022-06-02T23:10:47.047Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-06-02T23:10:47.047Z] ---> Running in e664705ae27e [2022-06-02T23:10:48.493Z] 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-02T23:11:56.543Z] Removing intermediate container ac65fae0c84d [2022-06-02T23:11:56.543Z] ---> 53cd791ad00d [2022-06-02T23:11:56.543Z] [2022-06-02T23:11:56.543Z] Step 9/22 : FROM alpine:3.14 [2022-06-02T23:11:56.543Z] ---> ac73e934f311 [2022-06-02T23:11:56.543Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-02T23:11:56.543Z] ---> Running in 87ff21fdfd6c [2022-06-02T23:11:56.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:11:56.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:11:56.543Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-02T23:11:56.543Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:11:56.543Z] OK: 5 MiB in 15 packages [2022-06-02T23:11:57.988Z] Removing intermediate container 87ff21fdfd6c [2022-06-02T23:11:57.988Z] ---> eba893f028de [2022-06-02T23:11:57.988Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T23:11:57.988Z] ---> Running in db7e420aa886 [2022-06-02T23:11:58.265Z] Removing intermediate container db7e420aa886 [2022-06-02T23:11:58.265Z] ---> 2cc573f60713 [2022-06-02T23:11:58.265Z] Step 12/22 : ENV APP_PORT=59882 [2022-06-02T23:11:58.551Z] ---> Running in 37d8183c14e9 [2022-06-02T23:11:58.848Z] Removing intermediate container 37d8183c14e9 [2022-06-02T23:11:58.848Z] ---> 99b3d17ccb87 [2022-06-02T23:11:58.848Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-02T23:11:59.125Z] ---> Running in c4a742703e49 [2022-06-02T23:11:59.413Z] Removing intermediate container c4a742703e49 [2022-06-02T23:11:59.413Z] ---> 520345052d31 [2022-06-02T23:11:59.413Z] Step 14/22 : WORKDIR / [2022-06-02T23:11:59.690Z] ---> Running in be23e0855e19 [2022-06-02T23:11:59.967Z] Removing intermediate container be23e0855e19 [2022-06-02T23:11:59.967Z] ---> 07b05ce8b715 [2022-06-02T23:12:00.244Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T23:12:01.245Z] ---> ac5004a29bc3 [2022-06-02T23:12:01.245Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-02T23:12:03.248Z] ---> 893b98a6c24c [2022-06-02T23:12:03.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-02T23:12:03.860Z] ---> 09fcfba58452 [2022-06-02T23:12:03.860Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-06-02T23:12:03.860Z] ---> Running in c739366e32bc [2022-06-02T23:12:04.456Z] Removing intermediate container c739366e32bc [2022-06-02T23:12:04.457Z] ---> 987fa32e6ba3 [2022-06-02T23:12:04.457Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:12:04.457Z] ---> Running in f401483f316c [2022-06-02T23:12:05.062Z] Removing intermediate container f401483f316c [2022-06-02T23:12:05.062Z] ---> a6f2c60f0c78 [2022-06-02T23:12:05.062Z] Step 20/22 : LABEL arch=arm64 [2022-06-02T23:12:05.062Z] ---> Running in 614ec50518ca [2022-06-02T23:12:06.055Z] Removing intermediate container 614ec50518ca [2022-06-02T23:12:06.055Z] ---> 2be04fb2fc47 [2022-06-02T23:12:06.055Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:12:06.055Z] ---> Running in 64e0f0f0cb7e [2022-06-02T23:12:07.044Z] Removing intermediate container 64e0f0f0cb7e [2022-06-02T23:12:07.044Z] ---> e9d9ff0f8f3f [2022-06-02T23:12:07.044Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T23:12:07.044Z] ---> Running in e6e5d35ffab2 [2022-06-02T23:12:08.032Z] Removing intermediate container e6e5d35ffab2 [2022-06-02T23:12:08.032Z] ---> 6b1e3547db11 [2022-06-02T23:12:08.032Z] [2022-06-02T23:12:09.022Z] Successfully built 6b1e3547db11 [2022-06-02T23:12:09.306Z] Successfully tagged core-command-arm64:latest [2022-06-02T23:12:10.752Z]  Building core-command ... done Removing intermediate container 5c35d1a52b41 [2022-06-02T23:12:10.752Z] ---> 50b0d847f6b4 [2022-06-02T23:12:10.752Z] [2022-06-02T23:12:10.752Z] Step 9/22 : FROM alpine:3.14 [2022-06-02T23:12:10.752Z] ---> ac73e934f311 [2022-06-02T23:12:10.752Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-06-02T23:12:10.752Z] ---> Using cache [2022-06-02T23:12:10.752Z] ---> eba893f028de [2022-06-02T23:12:10.752Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T23:12:10.752Z] ---> Using cache [2022-06-02T23:12:10.752Z] ---> 2cc573f60713 [2022-06-02T23:12:10.752Z] Step 12/22 : ENV APP_PORT=59881 [2022-06-02T23:12:10.752Z] ---> Running in ac3f7ea11a52 [2022-06-02T23:12:11.097Z] Removing intermediate container ac3f7ea11a52 [2022-06-02T23:12:11.097Z] ---> 0f13b4245eb8 [2022-06-02T23:12:11.097Z] Step 13/22 : EXPOSE $APP_PORT [2022-06-02T23:12:11.461Z] ---> Running in 188855d3fa84 [2022-06-02T23:12:12.092Z] Removing intermediate container 188855d3fa84 [2022-06-02T23:12:12.092Z] ---> 3a79b9bbe98c [2022-06-02T23:12:12.092Z] Step 14/22 : WORKDIR / [2022-06-02T23:12:12.092Z] ---> Running in 860ca8df6726 [2022-06-02T23:12:12.921Z] Removing intermediate container 860ca8df6726 [2022-06-02T23:12:12.921Z] ---> db37554bd43a [2022-06-02T23:12:12.921Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T23:12:13.579Z] ---> 4e30587021de [2022-06-02T23:12:13.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-02T23:12:15.597Z] ---> ec11364c1a6e [2022-06-02T23:12:15.597Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-02T23:12:16.576Z] ---> 8998196e7d7d [2022-06-02T23:12:16.576Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-06-02T23:12:16.576Z] ---> Running in 8df44262c3c3 [2022-06-02T23:12:16.852Z] Removing intermediate container 8df44262c3c3 [2022-06-02T23:12:16.852Z] ---> fd7bdc2cb37c [2022-06-02T23:12:16.852Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:12:17.129Z] ---> Running in 7899c54980bb [2022-06-02T23:12:17.406Z] Removing intermediate container 7899c54980bb [2022-06-02T23:12:17.406Z] ---> d8bda4f365bd [2022-06-02T23:12:17.406Z] Step 20/22 : LABEL arch=arm64 [2022-06-02T23:12:17.683Z] ---> Running in 3169acecfcb2 [2022-06-02T23:12:17.969Z] Removing intermediate container 3169acecfcb2 [2022-06-02T23:12:17.969Z] ---> ca09e9e30166 [2022-06-02T23:12:17.969Z] Step 21/22 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:12:18.246Z] ---> Running in e542e6c39a47 [2022-06-02T23:12:18.850Z] Removing intermediate container e542e6c39a47 [2022-06-02T23:12:18.850Z] ---> 9cd9611d0443 [2022-06-02T23:12:18.850Z] Step 22/22 : LABEL version=0.0.0 [2022-06-02T23:12:18.850Z] ---> Running in 99db04755151 [2022-06-02T23:12:19.478Z] Removing intermediate container 99db04755151 [2022-06-02T23:12:19.478Z] ---> 1d4877bb96b6 [2022-06-02T23:12:19.478Z] [2022-06-02T23:12:20.089Z] Successfully built 1d4877bb96b6 [2022-06-02T23:12:20.089Z] Successfully tagged core-metadata-arm64:latest [2022-06-02T23:12:32.510Z]  Building core-metadata ... done Removing intermediate container 54f5049dbfec [2022-06-02T23:12:32.510Z] ---> 934047d263f2 [2022-06-02T23:12:32.510Z] [2022-06-02T23:12:32.510Z] Step 11/23 : FROM alpine:3.14 [2022-06-02T23:12:32.510Z] ---> ac73e934f311 [2022-06-02T23:12:32.510Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-06-02T23:12:32.510Z] ---> Using cache [2022-06-02T23:12:32.510Z] ---> eba893f028de [2022-06-02T23:12:32.511Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T23:12:32.511Z] ---> Using cache [2022-06-02T23:12:32.511Z] ---> 2cc573f60713 [2022-06-02T23:12:32.511Z] Step 14/23 : ENV APP_PORT=59861 [2022-06-02T23:12:32.511Z] ---> Running in a98f43b52a6f [2022-06-02T23:12:32.511Z] Removing intermediate container a98f43b52a6f [2022-06-02T23:12:32.511Z] ---> 392cdecfd2a8 [2022-06-02T23:12:32.511Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-02T23:12:32.779Z] ---> Running in 65587da659fa [2022-06-02T23:12:33.049Z] Removing intermediate container 65587da659fa [2022-06-02T23:12:33.049Z] ---> ff05035c6445 [2022-06-02T23:12:33.049Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T23:12:33.648Z] Removing intermediate container e664705ae27e [2022-06-02T23:12:33.648Z] ---> 049bf58225a5 [2022-06-02T23:12:33.648Z] [2022-06-02T23:12:33.648Z] Step 9/21 : FROM alpine:3.14 [2022-06-02T23:12:33.648Z] ---> ac73e934f311 [2022-06-02T23:12:33.648Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-02T23:12:33.920Z] ---> f17ae546d0e7 [2022-06-02T23:12:33.920Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-02T23:12:33.920Z] ---> Running in e07c245b92c3 [2022-06-02T23:12:34.891Z] ---> 6122a5ba7daa [2022-06-02T23:12:34.891Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-02T23:12:34.891Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-02T23:12:35.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-02T23:12:35.489Z] ---> 6270e6cf03e4 [2022-06-02T23:12:35.489Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-06-02T23:12:35.489Z] ---> Running in d840ba3eba01 [2022-06-02T23:12:36.079Z] Removing intermediate container d840ba3eba01 [2022-06-02T23:12:36.079Z] ---> 18d1176a721a [2022-06-02T23:12:36.079Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:12:36.079Z] ---> Running in 4e65079c801c [2022-06-02T23:12:36.354Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-02T23:12:36.354Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-02T23:12:36.354Z] Executing busybox-1.33.1-r7.trigger [2022-06-02T23:12:36.354Z] Removing intermediate container 4e65079c801c [2022-06-02T23:12:36.354Z] ---> 80b221fb9339 [2022-06-02T23:12:36.354Z] Step 21/23 : LABEL arch=arm64 [2022-06-02T23:12:36.354Z] Executing ca-certificates-20211220-r0.trigger [2022-06-02T23:12:36.627Z] ---> Running in d7105d18b0e4 [2022-06-02T23:12:36.627Z] OK: 6 MiB in 16 packages [2022-06-02T23:12:36.915Z] Removing intermediate container d7105d18b0e4 [2022-06-02T23:12:36.915Z] ---> cfdc7ac8bb07 [2022-06-02T23:12:36.915Z] Step 22/23 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:12:36.915Z] ---> Running in 5ec2e6f0faf7 [2022-06-02T23:12:37.517Z] Removing intermediate container 5ec2e6f0faf7 [2022-06-02T23:12:37.517Z] ---> 16ad2baa7751 [2022-06-02T23:12:37.517Z] Step 23/23 : LABEL version=0.0.0 [2022-06-02T23:12:37.517Z] ---> Running in 06af608cee8c [2022-06-02T23:12:37.793Z] Removing intermediate container 06af608cee8c [2022-06-02T23:12:37.793Z] ---> 371b5c8eb4eb [2022-06-02T23:12:37.793Z] [2022-06-02T23:12:37.793Z] Removing intermediate container e07c245b92c3 [2022-06-02T23:12:37.793Z] ---> e141cac8005a [2022-06-02T23:12:37.793Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-02T23:12:38.064Z] ---> Running in 61829f07caeb [2022-06-02T23:12:38.335Z] Removing intermediate container 61829f07caeb [2022-06-02T23:12:38.335Z] ---> d9a4385e4609 [2022-06-02T23:12:38.335Z] Step 12/21 : ENV APP_PORT=59860 [2022-06-02T23:12:38.335Z] ---> Running in de9185243f9d [2022-06-02T23:12:38.606Z] Successfully built 371b5c8eb4eb [2022-06-02T23:12:38.606Z] Successfully tagged support-scheduler-arm64:latest [2022-06-02T23:12:38.606Z]  Building support-scheduler ... done Removing intermediate container de9185243f9d [2022-06-02T23:12:38.606Z] ---> 91efd9b7c5a0 [2022-06-02T23:12:38.606Z] Step 13/21 : EXPOSE $APP_PORT [2022-06-02T23:12:38.879Z] ---> Running in cd5d4f88d59d [2022-06-02T23:12:39.148Z] Removing intermediate container cd5d4f88d59d [2022-06-02T23:12:39.148Z] ---> 557b3f8fab96 [2022-06-02T23:12:39.148Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-02T23:12:39.740Z] ---> 1141a13b3f69 [2022-06-02T23:12:39.740Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-02T23:12:40.709Z] ---> 2ae407164dae [2022-06-02T23:12:40.709Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-02T23:12:40.987Z] ---> 51b181973d3b [2022-06-02T23:12:40.987Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-06-02T23:12:40.987Z] ---> Running in 4d9f0d9c6cb6 [2022-06-02T23:12:41.261Z] Removing intermediate container 4d9f0d9c6cb6 [2022-06-02T23:12:41.261Z] ---> 0f0ee659a52d [2022-06-02T23:12:41.261Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-02T23:12:41.532Z] ---> Running in 2dc334d7c27a [2022-06-02T23:12:41.801Z] Removing intermediate container 2dc334d7c27a [2022-06-02T23:12:41.801Z] ---> 67d10960f4b9 [2022-06-02T23:12:41.801Z] Step 19/21 : LABEL arch=arm64 [2022-06-02T23:12:41.801Z] ---> Running in 7a05898747bf [2022-06-02T23:12:42.073Z] Removing intermediate container 7a05898747bf [2022-06-02T23:12:42.073Z] ---> af34429aa810 [2022-06-02T23:12:42.073Z] Step 20/21 : LABEL git_sha=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [2022-06-02T23:12:42.073Z] ---> Running in ecfbcba8d387 [2022-06-02T23:12:42.352Z] Removing intermediate container ecfbcba8d387 [2022-06-02T23:12:42.352Z] ---> b768a3d3fd5a [2022-06-02T23:12:42.352Z] Step 21/21 : LABEL version=0.0.0 [2022-06-02T23:12:42.624Z] ---> Running in f0c3188046a1 [2022-06-02T23:12:42.894Z] Removing intermediate container f0c3188046a1 [2022-06-02T23:12:42.894Z] ---> 4c3efdc0e9b4 [2022-06-02T23:12:42.894Z] [2022-06-02T23:12:43.483Z] Successfully built 4c3efdc0e9b4 [2022-06-02T23:12:43.483Z] Successfully tagged support-notifications-arm64:latest [2022-06-02T23:12:43.767Z]  Building support-notifications ... done  [Pipeline] } [2022-06-02T23:12:43.786Z] $ docker stop --time=1 5c56a5bc17467fb091f4296ce75138714b61bc1311cf61a96bdf369879923bce [2022-06-02T23:12:45.412Z] $ docker rm -f 5c56a5bc17467fb091f4296ce75138714b61bc1311cf61a96bdf369879923bce [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-02T23:12:45.997Z] + docker images [2022-06-02T23:12:46.267Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-02T23:12:46.267Z] support-notifications-arm64 latest 4c3efdc0e9b4 4 seconds ago 16MB [2022-06-02T23:12:46.267Z] support-scheduler-arm64 latest 371b5c8eb4eb 9 seconds ago 15.3MB [2022-06-02T23:12:46.267Z] 049bf58225a5 13 seconds ago 1.61GB [2022-06-02T23:12:46.267Z] 934047d263f2 15 seconds ago 1.6GB [2022-06-02T23:12:46.267Z] core-metadata-arm64 latest 1d4877bb96b6 27 seconds ago 15.9MB [2022-06-02T23:12:46.267Z] 50b0d847f6b4 37 seconds ago 1.61GB [2022-06-02T23:12:46.267Z] core-command-arm64 latest 6b1e3547db11 39 seconds ago 15.1MB [2022-06-02T23:12:46.267Z] 53cd791ad00d 54 seconds ago 1.6GB [2022-06-02T23:12:46.267Z] sys-mgmt-agent-arm64 latest 10300753335a 2 minutes ago 277MB [2022-06-02T23:12:46.267Z] core-data-arm64 latest 0d460211f344 3 minutes ago 19.2MB [2022-06-02T23:12:46.267Z] security-bootstrapper-arm64 latest 65023434a77e 3 minutes ago 18MB [2022-06-02T23:12:46.268Z] security-secretstore-setup-arm64 latest d56c83a27aee 3 minutes ago 26.8MB [2022-06-02T23:12:46.268Z] security-proxy-setup-arm64 latest eba03a651d4f 4 minutes ago 25.3MB [2022-06-02T23:12:46.268Z] 8b89dafe67b6 4 minutes ago 1.61GB [2022-06-02T23:12:46.268Z] 1eeee99ef3b0 4 minutes ago 1.61GB [2022-06-02T23:12:46.268Z] 0c9a8040520b 4 minutes ago 1.61GB [2022-06-02T23:12:46.268Z] 455f93597b60 4 minutes ago 1.6GB [2022-06-02T23:12:46.268Z] d8a9f59f037c 4 minutes ago 1.6GB [2022-06-02T23:12:46.268Z] ci-base-image-arm64 latest d8b67b6089e3 15 minutes ago 1.26GB [2022-06-02T23:12:46.268Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64 1.17-alpine-lts 5f011755c4a2 6 days ago 551MB [2022-06-02T23:12:46.268Z] alpine 3.14 ac73e934f311 8 weeks ago 5.34MB [2022-06-02T23:12:46.268Z] docker 20.10.8 3734d5adc5ac 9 months ago 198MB [2022-06-02T23:12:46.268Z] 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-02T23:12:47.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-02T23:12:47.075Z] [2022-06-02T23:12:47.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:12:47.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-02T23:12:47.754Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-02T23:12:47.754Z] 8998bd30e6a1: Pulling fs layer [2022-06-02T23:12:47.754Z] 04944245beec: Pulling fs layer [2022-06-02T23:12:47.754Z] 699f458cf7ca: Pulling fs layer [2022-06-02T23:12:47.754Z] 765212b225bb: Pulling fs layer [2022-06-02T23:12:47.754Z] f23df028b6ca: Pulling fs layer [2022-06-02T23:12:47.754Z] d65c8cfc05b1: Pulling fs layer [2022-06-02T23:12:47.754Z] 2437ff75d9bd: Pulling fs layer [2022-06-02T23:12:47.754Z] f23df028b6ca: Waiting [2022-06-02T23:12:47.754Z] 765212b225bb: Waiting [2022-06-02T23:12:47.754Z] d65c8cfc05b1: Waiting [2022-06-02T23:12:47.754Z] 2437ff75d9bd: Waiting [2022-06-02T23:12:47.754Z] 04944245beec: Verifying Checksum [2022-06-02T23:12:47.754Z] 04944245beec: Download complete [2022-06-02T23:12:47.754Z] 765212b225bb: Verifying Checksum [2022-06-02T23:12:47.754Z] 765212b225bb: Download complete [2022-06-02T23:12:47.754Z] f23df028b6ca: Verifying Checksum [2022-06-02T23:12:47.754Z] f23df028b6ca: Download complete [2022-06-02T23:12:47.754Z] d65c8cfc05b1: Verifying Checksum [2022-06-02T23:12:47.754Z] d65c8cfc05b1: Download complete [2022-06-02T23:12:48.027Z] 699f458cf7ca: Verifying Checksum [2022-06-02T23:12:48.027Z] 699f458cf7ca: Download complete [2022-06-02T23:12:48.298Z] 8998bd30e6a1: Verifying Checksum [2022-06-02T23:12:48.298Z] 8998bd30e6a1: Download complete [2022-06-02T23:12:50.271Z] 2437ff75d9bd: Verifying Checksum [2022-06-02T23:12:50.271Z] 2437ff75d9bd: Download complete [2022-06-02T23:12:52.888Z] 8998bd30e6a1: Pull complete [2022-06-02T23:12:52.888Z] 04944245beec: Pull complete [2022-06-02T23:12:54.318Z] 699f458cf7ca: Pull complete [2022-06-02T23:12:54.594Z] 765212b225bb: Pull complete [2022-06-02T23:12:55.566Z] f23df028b6ca: Pull complete [2022-06-02T23:12:55.566Z] d65c8cfc05b1: Pull complete [2022-06-02T23:13:10.641Z] 2437ff75d9bd: Pull complete [2022-06-02T23:13:10.641Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-02T23:13:10.641Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-02T23:13:10.641Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:13:11.029Z] prd-ubuntu20.04-docker-arm64-4c-16g-711 does not seem to be running inside a container [2022-06-02T23:13:11.112Z] $ 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-02T23:13:13.784Z] $ docker top 196d36920ab04162f267bc922543dd0d4584d597a026878a1148d248108847bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:14.803Z] ---> job-cost.sh [2022-06-02T23:13:14.803Z] lf-activate-venv: SKIPPING [2022-06-02T23:13:14.803Z] INFO: No Stack... [2022-06-02T23:13:15.396Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-02T23:13:16.371Z] INFO: Archiving Costs [Pipeline] sh [2022-06-02T23:13:17.048Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-06-02T23:13:17.048Z] + cut -d, -f6 [Pipeline] lock [2022-06-02T23:13:17.097Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4042-1-stack-cost] [2022-06-02T23:13:17.102Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4042-1-stack-cost] did not exist. Created. [2022-06-02T23:13:17.102Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4042-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-02T23:13:17.956Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-02T23:13:18.338Z] Stashed 1 file(s) [Pipeline] } [2022-06-02T23:13:18.354Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4042-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-02T23:13:18.442Z] $ docker stop --time=1 196d36920ab04162f267bc922543dd0d4584d597a026878a1148d248108847bb [2022-06-02T23:13:20.004Z] $ docker rm -f 196d36920ab04162f267bc922543dd0d4584d597a026878a1148d248108847bb [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-02T23:13:21.047Z] provisioning config files... [2022-06-02T23:13:21.095Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1054136590734778792tmp [Pipeline] { [Pipeline] sh [2022-06-02T23:13:21.411Z] + set +x [2022-06-02T23:13:21.411Z] + bash -s -- [2022-06-02T23:13:21.411Z] + curl -s https://codecov.io/bash [2022-06-02T23:13:21.411Z] [2022-06-02T23:13:21.411Z] _____ _ [2022-06-02T23:13:21.411Z] / ____| | | [2022-06-02T23:13:21.411Z] | | ___ __| | ___ ___ _____ __ [2022-06-02T23:13:21.411Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-02T23:13:21.411Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-02T23:13:21.411Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-02T23:13:21.411Z] Bash-1.0.6 [2022-06-02T23:13:21.411Z] [2022-06-02T23:13:21.411Z] [2022-06-02T23:13:21.411Z] ==> git version 2.25.1 found [2022-06-02T23:13:21.411Z] ==> 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-02T23:13:21.411Z] Release-Date: 2020-01-08 [2022-06-02T23:13:21.411Z] 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-02T23:13:21.411Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-02T23:13:21.411Z] ==> Jenkins CI detected. [2022-06-02T23:13:21.411Z] current dir:  /w/workspace/edgex-go/1 [2022-06-02T23:13:21.411Z] project root: . [2022-06-02T23:13:21.411Z] --> token set from env [2022-06-02T23:13:21.411Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-02T23:13:21.411Z] ==> Running gcov in . (disable via -X gcov) [2022-06-02T23:13:21.411Z] ==> Python coveragepy not found [2022-06-02T23:13:21.411Z] ==> Searching for coverage reports in: [2022-06-02T23:13:21.411Z] + . [2022-06-02T23:13:21.411Z] -> Found 1 reports [2022-06-02T23:13:21.411Z] ==> Detecting git/mercurial file structure [2022-06-02T23:13:21.411Z] ==> Reading reports [2022-06-02T23:13:21.411Z] + ./coverage.out bytes=428658 [2022-06-02T23:13:21.411Z] ==> Appending adjustments [2022-06-02T23:13:21.411Z] https://docs.codecov.io/docs/fixing-reports [2022-06-02T23:13:22.790Z] + Found adjustments [2022-06-02T23:13:22.790Z] ==> Gzipping contents [2022-06-02T23:13:22.790Z] 64K /tmp/codecov.WNYa1p.gz [2022-06-02T23:13:22.790Z] ==> Uploading reports [2022-06-02T23:13:22.790Z] url: https://codecov.io [2022-06-02T23:13:22.790Z] query: branch=PR-4042&commit=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4042%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4042&job=&cmd_args= [2022-06-02T23:13:22.790Z] -> Pinging Codecov [2022-06-02T23:13:22.790Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4042&commit=c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4042%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4042&job=&cmd_args= [2022-06-02T23:13:23.051Z] -> Uploading to [2022-06-02T23:13:23.051Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-02/00271124DB129430A58F1EEE437C3FCB/c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1/c272b2f8-ed15-4d2d-9fa0-aff1f2b13f31.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220602%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220602T231322Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39a3ec688a79b6f33c2a1e1bfeae31d4922eb5e062083da2fd95eb7f3970c19b [2022-06-02T23:13:23.051Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-02T23:13:23.051Z] Dload Upload Total Spent Left Speed [2022-06-02T23:13:23.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65003 0 0 100 65003 0 312k --:--:-- --:--:-- --:--:-- 311k 100 65003 0 0 100 65003 0 287k --:--:-- --:--:-- --:--:-- 285k [2022-06-02T23:13:23.311Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c1ceb6cb17968105a5d02bbf7f6b690f1ca137b1 [Pipeline] } [2022-06-02T23:13:23.337Z] 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-02T23:13:24.646Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:24.969Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:25.862Z] ---> package-listing.sh [2022-06-02T23:13:25.862Z] ++ facter osfamily [2022-06-02T23:13:25.862Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-02T23:13:26.123Z] + OS_FAMILY=debian [2022-06-02T23:13:26.123Z] + workspace=/w/workspace/edgex-go/1 [2022-06-02T23:13:26.123Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-02T23:13:26.123Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-02T23:13:26.123Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-02T23:13:26.123Z] + PACKAGES=/tmp/packages_start.txt [2022-06-02T23:13:26.123Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-02T23:13:26.123Z] + PACKAGES=/tmp/packages_end.txt [2022-06-02T23:13:26.123Z] + case "${OS_FAMILY}" in [2022-06-02T23:13:26.123Z] + dpkg -l [2022-06-02T23:13:26.123Z] + grep '^ii' [2022-06-02T23:13:26.123Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-02T23:13:26.123Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-02T23:13:26.123Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-02T23:13:26.123Z] + '[' /w/workspace/edgex-go/1 ']' [2022-06-02T23:13:26.123Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-06-02T23:13:26.123Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-06-02T23:13:26.157Z] 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-02T23:13:26.458Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:13:27.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:13:27.087Z] [2022-06-02T23:13:27.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-02T23:13:27.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:13:27.465Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-02T23:13:27.465Z] 5eb5b503b376: Pulling fs layer [2022-06-02T23:13:27.465Z] 5c69ac0246d0: Pulling fs layer [2022-06-02T23:13:27.465Z] ec43610c2a17: Pulling fs layer [2022-06-02T23:13:27.465Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-02T23:13:27.465Z] 33b1e0a273af: Pulling fs layer [2022-06-02T23:13:27.465Z] 5d3b04190fa2: Pulling fs layer [2022-06-02T23:13:27.465Z] 2f39f015ded8: Pulling fs layer [2022-06-02T23:13:27.465Z] 5d3b04190fa2: Waiting [2022-06-02T23:13:27.465Z] 2f39f015ded8: Waiting [2022-06-02T23:13:27.465Z] 3a2ae6a8a46f: Waiting [2022-06-02T23:13:27.465Z] 33b1e0a273af: Waiting [2022-06-02T23:13:27.465Z] 5c69ac0246d0: Verifying Checksum [2022-06-02T23:13:27.465Z] 5c69ac0246d0: Download complete [2022-06-02T23:13:27.465Z] 3a2ae6a8a46f: Download complete [2022-06-02T23:13:27.727Z] 33b1e0a273af: Verifying Checksum [2022-06-02T23:13:27.727Z] 33b1e0a273af: Download complete [2022-06-02T23:13:27.727Z] ec43610c2a17: Verifying Checksum [2022-06-02T23:13:27.727Z] ec43610c2a17: Download complete [2022-06-02T23:13:27.727Z] 5d3b04190fa2: Verifying Checksum [2022-06-02T23:13:27.727Z] 5d3b04190fa2: Download complete [2022-06-02T23:13:27.727Z] 5eb5b503b376: Verifying Checksum [2022-06-02T23:13:27.727Z] 5eb5b503b376: Download complete [2022-06-02T23:13:28.295Z] 2f39f015ded8: Download complete [2022-06-02T23:13:28.864Z] 5eb5b503b376: Pull complete [2022-06-02T23:13:29.124Z] 5c69ac0246d0: Pull complete [2022-06-02T23:13:29.384Z] ec43610c2a17: Pull complete [2022-06-02T23:13:29.646Z] 3a2ae6a8a46f: Pull complete [2022-06-02T23:13:29.906Z] 33b1e0a273af: Pull complete [2022-06-02T23:13:29.906Z] 5d3b04190fa2: Pull complete [2022-06-02T23:13:34.098Z] 2f39f015ded8: Pull complete [2022-06-02T23:13:34.098Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-02T23:13:34.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-02T23:13:34.098Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-02T23:13:34.306Z] prd-ubuntu20.04-docker-8c-8g-710 does not seem to be running inside a container [2022-06-02T23:13:34.345Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-02T23:13:36.116Z] $ docker top 813bec771ac6fb7f932415ce85d640f8b106f5264a880e7b6cef80fa397880ec -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-02T23:13:36.512Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-02T23:13:36.823Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-02T23:13:37.138Z] + ls /var/log/sa-host [2022-06-02T23:13:37.138Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-02T23:13:37.265Z] provisioning config files... [2022-06-02T23:13:37.274Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config899444634621224888tmp [Pipeline] { [Pipeline] echo [2022-06-02T23:13:37.324Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:37.637Z] ---> create-netrc.sh [Pipeline] } [2022-06-02T23:13:37.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:38.076Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-02T23:13:38.109Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:38.423Z] ---> sudo-logs.sh [2022-06-02T23:13:38.423Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-02T23:13:38.495Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:38.812Z] ---> job-cost.sh [2022-06-02T23:13:38.812Z] lf-activate-venv: SKIPPING [2022-06-02T23:13:38.812Z] DEBUG: total: 0.10999999940395355 [2022-06-02T23:13:38.812Z] INFO: Retrieving Stack Cost... [2022-06-02T23:13:39.385Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-02T23:13:39.643Z] INFO: Archiving Costs [Pipeline] echo [2022-06-02T23:13:39.675Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-02T23:13:39.990Z] ---> logs-deploy.sh [2022-06-02T23:13:39.990Z] lf-activate-venv: SKIPPING [2022-06-02T23:13:39.990Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4042/1 [2022-06-02T23:13:39.990Z] INFO: archiving workspace using pattern(s): [2022-06-02T23:13:40.933Z] Archives upload complete. [2022-06-02T23:13:40.933Z] INFO: archiving logs to Nexus