Pull request #4049 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of farshidtz for edgexfoundry/edgex-go Obtained Jenkinsfile from 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f+db608d24777f3846be0c8d00faf18a86b4479024 (37dafc5e318e53d1ec4aafd7a586d8df0f69f083) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10616618318392430687.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e2cac8b444d664382c771f5dccbf61e369ddf83e Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12991272570307112141.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e2cac8b444d664382c771f5dccbf61e369ddf83e The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8968665451730073865.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4909464951030716447.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e2cac8b444d664382c771f5dccbf61e369ddf83e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e2cac8b444d664382c771f5dccbf61e369ddf83e # timeout=10 Commit message: "Merge pull request #396 from ernestojeda/snyk-enhancements" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10834649259687180520.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4049/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5563113488024108898.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-961’ Running on prd-ubuntu20.04-docker-8c-8g-966 in /w/workspace/edgexfoundry_edgex-go_PR-4049 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/jakarta commit db608d24777f3846be0c8d00faf18a86b4479024 into PR head commit 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f Merge succeeded, producing 584be5715a8a5b697f057ea5ff59149c218b4b77 Checking out Revision 584be5715a8a5b697f057ea5ff59149c218b4b77 (PR-4049) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4049/head:refs/remotes/origin/PR-4049 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge db608d24777f3846be0c8d00faf18a86b4479024 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 584be5715a8a5b697f057ea5ff59149c218b4b77 # timeout=10 Commit message: "Merge commit 'db608d24777f3846be0c8d00faf18a86b4479024' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:06:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:06:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:06:11 ========================================================= 17:06:11 EdgeX Global Pipelines Version Info 17:06:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:06:12 ------------------- 17:06:12 stable info: 17:06:12 ------------------- 17:06:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:06:12 Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e 17:06:12 Message: update stable to v1.0.231 17:06:12 ------------------- 17:06:12 experimental info: 17:06:12 ------------------- 17:06:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:06:12 Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e 17:06:12 Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:06:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4049 [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4049 [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4049 [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 584be57 [Pipeline] echo 17:06:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:06:14 provisioning config files... 17:06:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7663731856248495916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:14 ---> docker-login.sh 17:06:14 nexus3.edgexfoundry.org:10001 17:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:15 Configure a credential helper to remove this warning. See 17:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:15 17:06:15 Login Succeeded 17:06:15 nexus3.edgexfoundry.org:10002 17:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:15 Configure a credential helper to remove this warning. See 17:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:15 17:06:15 Login Succeeded 17:06:15 nexus3.edgexfoundry.org:10003 17:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:15 Configure a credential helper to remove this warning. See 17:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:15 17:06:15 Login Succeeded 17:06:15 nexus3.edgexfoundry.org:10004 17:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:15 Configure a credential helper to remove this warning. See 17:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:15 17:06:15 Login Succeeded 17:06:15 docker.io 17:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:16 Configure a credential helper to remove this warning. See 17:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:16 17:06:16 Login Succeeded 17:06:16 ---> docker-login.sh ends [Pipeline] } 17:06:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:06:16 + 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 17:06:16 + + cutdirname -d/ cmd/core-command/Dockerfile -f2 17:06:16 17:06:16 + echo core-command,cmd/core-command/Dockerfile 17:06:16 + dirname cmd/core-data/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo core-data,cmd/core-data/Dockerfile 17:06:16 + dirname cmd/core-metadata/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo core-metadata,cmd/core-metadata/Dockerfile 17:06:16 + dirname cmd/security-bootstrapper/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:06:16 + dirname cmd/security-proxy-setup/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:06:16 + dirname cmd/security-secretstore-setup/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:06:16 + dirname cmd/support-notifications/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo support-notifications,cmd/support-notifications/Dockerfile 17:06:16 + dirname cmd/support-scheduler/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:06:16 + dirname cmd/sys-mgmt-agent/Dockerfile 17:06:16 + cut -d/ -f2 17:06:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:06:16 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 17:06:17 + git rev-list -1 --merges 584be5715a8a5b697f057ea5ff59149c218b4b77~1..584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] echo 17:06:17 -----------> git rev-list -1 --merges 584be5715a8a5b697f057ea5ff59149c218b4b77~1..584be5715a8a5b697f057ea5ff59149c218b4b77 584be5715a8a5b697f057ea5ff59149c218b4b77 17:06:17 584be5715a8a5b697f057ea5ff59149c218b4b77 [false] [Pipeline] sh 17:06:17 + git log --format=format:%s -1 584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] echo 17:06:17 ========================================================= 17:06:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:06:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 17:06:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:06:18 + grep -v github /etc/ssh/ssh_known_hosts 17:06:18 + [ -e /tmp/ssh_known_hosts ] 17:06:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:06:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:06:18 + sudo tee -a /etc/ssh/ssh_known_hosts 17:06:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 17:06:18 17:06:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:06:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 17:06:18 latest: Pulling from edgex-devops/py-git-semver 17:06:18 42c077c10790: Pulling fs layer 17:06:18 f63e77b7563a: Pulling fs layer 17:06:18 bd5fdadae976: Pulling fs layer 17:06:18 205491f53016: Pulling fs layer 17:06:18 df18705c85c3: Pulling fs layer 17:06:18 bdb3f477010e: Pulling fs layer 17:06:18 c8a8fc8e1c8f: Pulling fs layer 17:06:18 2c6e9b1d212d: Pulling fs layer 17:06:18 bdb8f0575790: Pulling fs layer 17:06:18 386e3cb2ff24: Pulling fs layer 17:06:18 2343380bae48: Pulling fs layer 17:06:18 bdb3f477010e: Waiting 17:06:18 df18705c85c3: Waiting 17:06:18 386e3cb2ff24: Waiting 17:06:18 c8a8fc8e1c8f: Waiting 17:06:18 2343380bae48: Waiting 17:06:18 f63e77b7563a: Verifying Checksum 17:06:18 f63e77b7563a: Download complete 17:06:18 205491f53016: Verifying Checksum 17:06:18 205491f53016: Download complete 17:06:18 df18705c85c3: Verifying Checksum 17:06:18 df18705c85c3: Download complete 17:06:19 bdb3f477010e: Download complete 17:06:19 bd5fdadae976: Verifying Checksum 17:06:19 bd5fdadae976: Download complete 17:06:19 2c6e9b1d212d: Download complete 17:06:19 bdb8f0575790: Download complete 17:06:19 386e3cb2ff24: Verifying Checksum 17:06:19 386e3cb2ff24: Download complete 17:06:19 2343380bae48: Download complete 17:06:19 42c077c10790: Verifying Checksum 17:06:19 42c077c10790: Download complete 17:06:19 c8a8fc8e1c8f: Download complete 17:06:20 42c077c10790: Pull complete 17:06:20 f63e77b7563a: Pull complete 17:06:21 bd5fdadae976: Pull complete 17:06:21 205491f53016: Pull complete 17:06:21 df18705c85c3: Pull complete 17:06:21 bdb3f477010e: Pull complete 17:06:23 c8a8fc8e1c8f: Pull complete 17:06:23 2c6e9b1d212d: Pull complete 17:06:24 bdb8f0575790: Pull complete 17:06:24 386e3cb2ff24: Pull complete 17:06:24 2343380bae48: Pull complete 17:06:24 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 17:06:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 17:06:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:06:24 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 17:06:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 17:06:26 $ docker top 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 -eo pid,comm 17:06:26 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). 17:06:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:06:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:06:26 [ssh-agent] Looking for ssh-agent implementation... 17:06:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:06:26 $ docker exec 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent 17:06:26 SSH_AUTH_SOCK=/tmp/ssh-JRGy5FUsylvT/agent.34 17:06:26 SSH_AGENT_PID=40 17:06:26 Running ssh-add (command line suppressed) 17:06:27 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7412513738790454078.key (/w/workspace/edgex-go/1@tmp/private_key_7412513738790454078.key) 17:06:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:06:27 + git tag --points-at HEAD [Pipeline] } 17:06:27 $ docker exec --env ******** --env ******** 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent -k 17:06:27 unset SSH_AUTH_SOCK; 17:06:27 unset SSH_AGENT_PID; 17:06:27 echo Agent pid 40 killed; 17:06:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:06:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:06:27 [ssh-agent] Looking for ssh-agent implementation... 17:06:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:06:27 $ docker exec 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent 17:06:27 SSH_AUTH_SOCK=/tmp/ssh-5Pskq2eJGLZ7/agent.73 17:06:27 SSH_AGENT_PID=80 17:06:27 Running ssh-add (command line suppressed) 17:06:28 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5538350172010773645.key (/w/workspace/edgex-go/1@tmp/private_key_5538350172010773645.key) 17:06:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:06:28 + git semver init 17:06:28 2022-06-03 17:06:28,668 [run_init] DEBUG init version:0.0.0 force:False 17:06:28 2022-06-03 17:06:28,669 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 17:06:28 2022-06-03 17:06:28,670 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 17:06:28 2022-06-03 17:06:28,670 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 17:06:32 2022-06-03 17:06:32,571 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 17:06:32 2022-06-03 17:06:32,572 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4049 with force:False 17:06:32 2022-06-03 17:06:32,572 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4049 17:06:32 2022-06-03 17:06:32,577 [execute] INFO git cat-file --batch-check 17:06:32 2022-06-03 17:06:32,577 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 17:06:32 2022-06-03 17:06:32,583 [execute] INFO git cat-file --batch 17:06:32 2022-06-03 17:06:32,584 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 17:06:32 2022-06-03 17:06:32,589 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4049 17:06:32 0.0.0 [Pipeline] } 17:06:32 $ docker exec --env ******** --env ******** 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 ssh-agent -k 17:06:33 unset SSH_AUTH_SOCK; 17:06:33 unset SSH_AGENT_PID; 17:06:33 echo Agent pid 80 killed; 17:06:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:06:33 + git semver [Pipeline] } 17:06:33 $ docker stop --time=1 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 17:06:35 $ docker rm -f 6f4016ab7768f251bae71b8a071d93e1c287cbb73466bb742cbd6abf380ca7c6 [Pipeline] // withDockerContainer [Pipeline] sh 17:06:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:06:35 Stashed 1 file(s) [Pipeline] echo 17:06:35 [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 17:06:36 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:06:36 ========================================================= 17:06:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] 17:06:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:06:36 + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 17:06:36 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base 17:06:36 59bf1c3509f3: Pulling fs layer 17:06:36 666ba61612fd: Pulling fs layer 17:06:36 8ed8ca486205: Pulling fs layer 17:06:36 4fe6c5a15a65: Pulling fs layer 17:06:36 22a0e8bec74d: Pulling fs layer 17:06:36 812f408151ee: Pulling fs layer 17:06:36 bab7bd504b26: Pulling fs layer 17:06:36 070449caade9: Pulling fs layer 17:06:36 8f1a5288e3a6: Pulling fs layer 17:06:36 812f408151ee: Waiting 17:06:36 bab7bd504b26: Waiting 17:06:36 070449caade9: Waiting 17:06:36 8f1a5288e3a6: Waiting 17:06:36 4fe6c5a15a65: Waiting 17:06:36 22a0e8bec74d: Waiting 17:06:36 8ed8ca486205: Verifying Checksum 17:06:36 8ed8ca486205: Download complete 17:06:36 666ba61612fd: Verifying Checksum 17:06:36 666ba61612fd: Download complete 17:06:36 22a0e8bec74d: Download complete 17:06:36 812f408151ee: Verifying Checksum 17:06:36 812f408151ee: Download complete 17:06:36 bab7bd504b26: Verifying Checksum 17:06:36 bab7bd504b26: Download complete 17:06:36 59bf1c3509f3: Verifying Checksum 17:06:36 59bf1c3509f3: Download complete 17:06:36 070449caade9: Verifying Checksum 17:06:36 070449caade9: Download complete 17:06:36 59bf1c3509f3: Pull complete 17:06:36 666ba61612fd: Pull complete 17:06:37 8ed8ca486205: Pull complete 17:06:37 8f1a5288e3a6: Verifying Checksum 17:06:37 8f1a5288e3a6: Download complete 17:06:37 4fe6c5a15a65: Verifying Checksum 17:06:37 4fe6c5a15a65: Download complete 17:06:41 4fe6c5a15a65: Pull complete 17:06:41 22a0e8bec74d: Pull complete 17:06:41 812f408151ee: Pull complete 17:06:41 bab7bd504b26: Pull complete 17:06:41 070449caade9: Pull complete 17:06:43 8f1a5288e3a6: Pull complete 17:06:43 Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 17:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 17:06:43 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh 17:06:43 + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 17:06:43 WORKDIR /edgex 17:06:43 COPY go.mod . 17:06:43 RUN go mod download 17:06:43 + docker build -t ci-base-image-x86_64 -f - . 17:06:45 Sending build context to Docker daemon 346.5MB 17:06:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 17:06:45 ---> c47586b81864 17:06:45 Step 2/4 : WORKDIR /edgex 17:06:47 ---> Running in a821467fc97b 17:06:47 Removing intermediate container a821467fc97b 17:06:47 ---> d901e17abad7 17:06:47 Step 3/4 : COPY go.mod . 17:06:47 ---> 054f6c7ab2e8 17:06:47 Step 4/4 : RUN go mod download 17:06:47 ---> Running in 12971971c3ee 17:06:51 Still waiting to schedule task 17:06:51 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-963’ 17:07:14 Removing intermediate container 12971971c3ee 17:07:14 ---> 64fb9fc74727 17:07:14 Successfully built 64fb9fc74727 17:07:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:14 + docker inspect -f . ci-base-image-x86_64 17:07:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:07:14 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 17:07:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:07:15 $ docker top 827168cac42f03d5897b1fb4dfce4fbea82bdec26d42c0827c65c8e6d0cf427a -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:15 + go version 17:07:15 go version go1.17.6 linux/amd64 [Pipeline] } 17:07:15 $ docker stop --time=1 827168cac42f03d5897b1fb4dfce4fbea82bdec26d42c0827c65c8e6d0cf427a 17:07:16 $ docker rm -f 827168cac42f03d5897b1fb4dfce4fbea82bdec26d42c0827c65c8e6d0cf427a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:17 + docker inspect -f . ci-base-image-x86_64 17:07:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:07:17 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 17:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:07:18 $ docker top 106d845a0c56283d9001590a4cdf6a8c78dd8cd33016c9ef2b6e9bd58f1eed43 -eo pid,comm [Pipeline] { [Pipeline] echo 17:07:18 ========================================================= 17:07:18 [edgeXBuildGoParallel] Running Tests and Build... 17:07:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:07:18 + make test 17:07:18 go mod tidy 17:07:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:07:24 ? github.com/edgexfoundry/edgex-go [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.069s coverage: 28.7% of statements 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 98.5% of statements 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.087s coverage: 44.7% of statements 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.127s coverage: 89.5% of statements 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 83.8% of statements 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.342s coverage: 94.2% of statements 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 59.1% of statements 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 60.0% of statements 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.054s coverage: 0.9% of statements 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.051s coverage: 21.7% of statements 17:07:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 17:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 17:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements 17:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 17:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.171s coverage: 82.5% of statements 17:07:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 85.4% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.2% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 65.4% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 43.8% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.057s coverage: 63.2% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.047s coverage: 28.9% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 17:07:59 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 17:08:14 GO111MODULE=on go vet ./... 17:08:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:08:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:08:17 ./bin/test-attribution-txt.sh [Pipeline] echo 17:08:18 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 17:08:18 + go mod tidy [Pipeline] sh 17:08:19 + ls -al . 17:08:19 total 680 17:08:19 drwxrwxr-x 11 1001 1001 4096 Jun 3 17:08 . 17:08:19 drwxr-xr-x 4 root root 4096 Jun 3 17:07 .. 17:08:19 -rw-rw-r-- 1 1001 1001 11 Jun 3 17:06 .dockerignore 17:08:19 drwxrwxr-x 8 1001 1001 4096 Jun 3 17:06 .git 17:08:19 drwxrwxr-x 4 1001 1001 4096 Jun 3 17:06 .github 17:08:19 -rw-rw-r-- 1 1001 1001 797 Jun 3 17:06 .gitignore 17:08:19 -rw-rw-r-- 1 1001 1001 42 Jun 3 17:06 .golangci.yml 17:08:19 -rw-rw-r-- 1 1001 1001 76 Jun 3 17:06 .hadolint.yml 17:08:19 drwxr-xr-x 3 1001 1001 4096 Jun 3 17:06 .semver 17:08:19 -rw-rw-r-- 1 1001 1001 166 Jun 3 17:06 .sonarcloud.properties 17:08:19 -rw-rw-r-- 1 1001 1001 1171 Jun 3 17:06 ADOPTERS.md 17:08:19 -rw-rw-r-- 1 1001 1001 8910 Jun 3 17:06 Attribution.txt 17:08:19 -rw-rw-r-- 1 1001 1001 52201 Jun 3 17:06 CHANGELOG.md 17:08:19 -rw-rw-r-- 1 1001 1001 3804 Jun 3 17:06 CONTRIBUTING.md 17:08:19 -rw-rw-r-- 1 1001 1001 677 Jun 3 17:06 GOVERNANCE.md 17:08:19 -rw-rw-r-- 1 1001 1001 849 Jun 3 17:06 Jenkinsfile 17:08:19 -rw-rw-r-- 1 1001 1001 10775 Jun 3 17:06 LICENSE 17:08:19 -rw-rw-r-- 1 1001 1001 6508 Jun 3 17:06 Makefile 17:08:19 -rw-rw-r-- 1 1001 1001 582 Jun 3 17:06 OWNERS.md 17:08:19 -rw-rw-r-- 1 1001 1001 8212 Jun 3 17:06 README.md 17:08:19 -rw-rw-r-- 1 1001 1001 6912 Jun 3 17:06 SECURITY.md 17:08:19 -rw-rw-r-- 1 1001 1001 5 Jun 3 17:06 VERSION 17:08:19 -rw-rw-r-- 1 1001 1001 4131 Jun 3 17:06 ZMQWindows.md 17:08:19 drwxrwxr-x 2 1001 1001 4096 Jun 3 17:06 bin 17:08:19 drwxrwxr-x 14 1001 1001 4096 Jun 3 17:06 cmd 17:08:19 -rw-r--r-- 1 root root 428658 Jun 3 17:07 coverage.out 17:08:19 -rw-rw-r-- 1 1001 1001 822 Jun 3 17:08 go.mod 17:08:19 -rw-rw-r-- 1 1001 1001 49471 Jun 3 17:06 go.sum 17:08:19 drwxrwxr-x 8 1001 1001 4096 Jun 3 17:06 internal 17:08:19 drwxrwxr-x 3 1001 1001 4096 Jun 3 17:06 openapi 17:08:19 drwxrwxr-x 4 1001 1001 4096 Jun 3 17:06 snap 17:08:19 drwxrwxr-x 6 1001 1001 4096 Jun 3 17:06 vendor 17:08:19 -rw-rw-r-- 1 1001 1001 204 Jun 3 17:06 version.go [Pipeline] sh 17:08:19 + '[' -e coverage.out ] 17:08:19 + chown 1001:1001 coverage.out [Pipeline] stash 17:08:19 Stashed 1 file(s) [Pipeline] sh 17:08:19 + make build 17:08:19 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 17:08:21 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 17:08:26 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 17:08:27 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 17:08:28 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 17:08:28 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 17:08:29 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 17:08:29 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 17:08:30 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 17:08:31 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 17:08:32 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 17:08:33 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] } 17:08:34 $ docker stop --time=1 106d845a0c56283d9001590a4cdf6a8c78dd8cd33016c9ef2b6e9bd58f1eed43 17:08:36 $ docker rm -f 106d845a0c56283d9001590a4cdf6a8c78dd8cd33016c9ef2b6e9bd58f1eed43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:08:37 17:08:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:08:37 latest: Pulling from edgex-devops/edgex-compose 17:08:37 cbdbe7a5bc2a: Pulling fs layer 17:08:37 ca9280d653b3: Pulling fs layer 17:08:37 7e9c9ca2126c: Pulling fs layer 17:08:37 cbdbe7a5bc2a: Verifying Checksum 17:08:37 cbdbe7a5bc2a: Download complete 17:08:38 ca9280d653b3: Verifying Checksum 17:08:38 ca9280d653b3: Download complete 17:08:38 cbdbe7a5bc2a: Pull complete 17:08:38 7e9c9ca2126c: Download complete 17:08:38 ca9280d653b3: Pull complete 17:08:41 7e9c9ca2126c: Pull complete 17:08:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:08:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:08:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:08:41 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 17:08:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:08:43 $ docker top fe67a48eac6ec5d7a64f715baa0ce35b073fcea48b443a1e7dd54c88ac3eafb7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:43 + docker-compose build --help 17:08:43 + grep parallel 17:08:44 --parallel Build images in parallel. [Pipeline] } 17:08:44 $ docker stop --time=1 fe67a48eac6ec5d7a64f715baa0ce35b073fcea48b443a1e7dd54c88ac3eafb7 17:08:45 $ docker rm -f fe67a48eac6ec5d7a64f715baa0ce35b073fcea48b443a1e7dd54c88ac3eafb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:08:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:08:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:08:46 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 17:08:46 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:08:46 $ docker top 423c294efdb286d00cbf8002363b38aef8d85196b5d315a061d0956cc102aa70 -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:47 + docker-compose -f ./docker-compose-build.yml build --parallel 17:08:47 Building core-command ... 17:08:47 Building core-data ... 17:08:47 Building core-metadata ... 17:08:47 Building security-bootstrapper ... 17:08:47 Building security-proxy-setup ... 17:08:47 Building security-secretstore-setup ... 17:08:47 Building support-notifications ... 17:08:47 Building support-scheduler ... 17:08:47 Building sys-mgmt-agent ... 17:08:47 Building core-metadata 17:08:47 Building support-notifications 17:08:47 Building core-data 17:08:47 Building core-command 17:08:47 Building security-secretstore-setup 17:09:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:09:09 ---> 64fb9fc74727 17:09:09 Step 3/24 : WORKDIR /edgex-go 17:09:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:09:09 ---> 64fb9fc74727 17:09:09 Step 3/22 : WORKDIR /edgex-go 17:09:09 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:09:09 ---> 64fb9fc74727 17:09:09 Step 3/21 : WORKDIR /edgex-go 17:09:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:09:09 ---> 64fb9fc74727 17:09:09 Step 3/22 : WORKDIR /edgex-go 17:09:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:09:09 ---> 64fb9fc74727 17:09:09 Step 3/22 : WORKDIR /edgex-go 17:09:09 ---> Running in 01bfff66e560 17:09:09 ---> Running in ca54a87988a0 17:09:09 ---> Running in 2cfb77869301 17:09:09 ---> Running in 50160e3d433a 17:09:09 ---> Running in 9fb047d2a917 17:09:09 Removing intermediate container 01bfff66e560 17:09:09 ---> 3ab1b55a1978 17:09:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:09 Removing intermediate container 50160e3d433a 17:09:09 ---> 768b41c27578 17:09:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:09 Removing intermediate container 2cfb77869301 17:09:09 ---> c50d97920133 17:09:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:09 Removing intermediate container ca54a87988a0 17:09:09 ---> 0b4dad770a6f 17:09:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:09 ---> Running in 8ecdca7629df 17:09:09 ---> Running in d24532070e4d 17:09:09 Removing intermediate container 9fb047d2a917 17:09:09 ---> 4371fe847163 17:09:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:09 ---> Running in ef16f625a08e 17:09:09 ---> Running in 1cc6f36096ff 17:09:09 ---> Running in 1ea96a22c83e 17:09:10 Removing intermediate container d24532070e4d 17:09:10 ---> 97020237810f 17:09:10 Step 5/22 : RUN apk add --update --no-cache make git 17:09:10 Removing intermediate container 8ecdca7629df 17:09:10 ---> 60867d691e6d 17:09:10 Step 5/24 : RUN apk add --update --no-cache make git 17:09:10 ---> Running in 2ab9eb658357 17:09:10 ---> Running in c7931d614373 17:09:10 Removing intermediate container 1cc6f36096ff 17:09:10 ---> e270eb572136 17:09:10 Step 5/22 : RUN apk add --update --no-cache make git 17:09:10 ---> Running in 303878d7f6e6 17:09:10 Removing intermediate container 1ea96a22c83e 17:09:10 ---> f5612eda6e40 17:09:10 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:09:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:09:10 Removing intermediate container ef16f625a08e 17:09:10 ---> 647df1990268 17:09:10 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 17:09:10 ---> Running in 15fa4f93d5d6 17:09:10 ---> Running in 0b87f1dd0241 17:09:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:09:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:09:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:09:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:09:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:09:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:09:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:09:11 OK: 221 MiB in 52 packages 17:09:11 OK: 221 MiB in 52 packages 17:09:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:09:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:09:12 OK: 221 MiB in 52 packages 17:09:12 Removing intermediate container 2ab9eb658357 17:09:12 ---> be29a37787dc 17:09:12 Step 6/22 : COPY . . 17:09:12 OK: 221 MiB in 52 packages 17:09:12 OK: 221 MiB in 52 packages 17:09:12 Removing intermediate container c7931d614373 17:09:12 ---> ea25f84f9c14 17:09:12 Step 6/24 : COPY . . 17:09:14 Removing intermediate container 303878d7f6e6 17:09:14 ---> 7a81936eb3f9 17:09:14 Step 6/22 : COPY . . 17:09:14 Removing intermediate container 0b87f1dd0241 17:09:14 ---> 1f32188de740 17:09:14 Step 6/21 : COPY . . 17:09:14 Removing intermediate container 15fa4f93d5d6 17:09:14 ---> 092cf1747f55 17:09:14 Step 6/22 : COPY . . 17:09:23 ---> 2ef5e48666ef 17:09:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:09:23 ---> 2b5267a10d4f 17:09:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:09:23 ---> 09bf5f967b75 17:09:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:09:23 ---> 827916353557 17:09:23 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:09:23 ---> 070980a3dd9d 17:09:23 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:09:23 ---> Running in 9d093afda360 17:09:23 ---> Running in d04ee3b97ed5 17:09:23 ---> Running in 4c1d5cc4888a 17:09:23 ---> Running in 7fcb26427997 17:09:23 ---> Running in 99daa04183bb 17:09:23 skipping... 17:09:23 skipping... 17:09:23 skipping... 17:09:23 skipping... 17:09:23 Removing intermediate container 9d093afda360 17:09:23 ---> fa2ec337b54e 17:09:23 Step 8/22 : RUN make cmd/core-command/core-command 17:09:23 ---> Running in 31a25d645ea2 17:09:23 skipping... 17:09:23 Removing intermediate container 99daa04183bb 17:09:23 ---> c2ecab216d81 17:09:23 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:09:23 ---> Running in 7f5c355cf0ef 17:09:23 Removing intermediate container d04ee3b97ed5 17:09:23 ---> ea0234a7bb65 17:09:23 Step 8/22 : RUN make cmd/core-data/core-data 17:09:23 ---> Running in 6ce6ad79a050 17:09:23 Removing intermediate container 4c1d5cc4888a 17:09:23 ---> 7dc484d9693a 17:09:23 Step 8/22 : RUN make cmd/core-metadata/core-metadata 17:09:23 ---> Running in 80d71a293938 17:09:23 Removing intermediate container 7fcb26427997 17:09:23 ---> e4b9e388614a 17:09:23 Step 8/21 : RUN make cmd/support-notifications/support-notifications 17:09:23 ---> Running in 6eb5169e1f1e 17:09:24 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 17:09:24 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 17:09:24 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 17:09:24 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 17:09:24 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 17:09:39 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 17:09:40 Removing intermediate container 31a25d645ea2 17:09:40 ---> 320739003106 17:09:40 17:09:40 Step 9/22 : FROM alpine:3.14 17:09:40 3.14: Pulling from library/alpine 17:09:40 Removing intermediate container 6eb5169e1f1e 17:09:40 ---> 337467fd16c7 17:09:40 17:09:40 Step 9/21 : FROM alpine:3.14 17:09:40 Removing intermediate container 80d71a293938 17:09:40 ---> 5e78e45fce0e 17:09:40 17:09:40 Step 9/22 : FROM alpine:3.14 17:09:40 Removing intermediate container 6ce6ad79a050 17:09:40 ---> cf4ec0fdea2c 17:09:40 17:09:40 Step 9/22 : FROM alpine:3.14 17:09:40 Removing intermediate container 7f5c355cf0ef 17:09:40 ---> 7b05947e83fb 17:09:40 17:09:40 Step 9/24 : FROM alpine:3.14 17:09:40 3.14: Pulling from library/alpine 17:09:40 3.14: Pulling from library/alpine 17:09:40 3.14: Pulling from library/alpine 17:09:40 3.14: Pulling from library/alpine 17:09:40 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:09:40 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:09:40 Status: Downloaded newer image for alpine:3.14 17:09:40 Status: Image is up to date for alpine:3.14 17:09:40 ---> e04c818066af 17:09:40 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:09:40 ---> e04c818066af 17:09:40 Step 10/22 : RUN apk add --update --no-cache dumb-init 17:09:40 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:09:40 Status: Image is up to date for alpine:3.14 17:09:41 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:09:41 Status: Image is up to date for alpine:3.14 17:09:41 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:09:41 Status: Image is up to date for alpine:3.14 17:09:41 ---> e04c818066af 17:09:41 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 17:09:41 ---> e04c818066af 17:09:41 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 17:09:41 ---> e04c818066af 17:09:41 Step 10/22 : RUN apk add --update --no-cache dumb-init 17:09:41 ---> Running in cfbc4eca06de 17:09:41 ---> Running in a9483eae36e8 17:09:41 ---> Running in faf1790fd910 17:09:41 ---> Running in db6b9b449a3a 17:09:41 ---> Running in 312b2137cffe 17:09:41 Removing intermediate container a9483eae36e8 17:09:41 ---> 5a452533112a 17:09:41 Step 11/22 : ENV APP_PORT=59880 17:09:41 ---> Running in ebc5861a3f15 17:09:41 Removing intermediate container ebc5861a3f15 17:09:41 ---> 329d5fdd1399 17:09:41 Step 12/22 : EXPOSE $APP_PORT 17:09:41 ---> Running in 66d0dfcbeaa9 17:09:41 Removing intermediate container 66d0dfcbeaa9 17:09:41 ---> a8967f258b32 17:09:41 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:41 ---> Running in db259fd466ae 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:09:41 (1/1) Installing dumb-init (1.2.5-r1) 17:09:41 Executing busybox-1.33.1-r7.trigger 17:09:41 OK: 6 MiB in 15 packages 17:09:41 (1/3) Installing ca-certificates (20211220-r0) 17:09:41 (2/3) Installing dumb-init (1.2.5-r1) 17:09:41 (3/3) Installing su-exec (0.2-r1) 17:09:41 Executing busybox-1.33.1-r7.trigger 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:09:41 Executing ca-certificates-20211220-r0.trigger 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:09:41 OK: 6 MiB in 17 packages 17:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:09:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:09:42 Removing intermediate container db259fd466ae 17:09:42 ---> 31ecd5375eeb 17:09:42 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 17:09:42 (1/1) Installing dumb-init (1.2.5-r1) 17:09:42 Executing busybox-1.33.1-r7.trigger 17:09:42 OK: 6 MiB in 15 packages 17:09:42 (1/2) Installing ca-certificates (20211220-r0) 17:09:42 Removing intermediate container cfbc4eca06de 17:09:42 ---> d6df98a97f21 17:09:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:09:42 (2/2) Installing dumb-init (1.2.5-r1) 17:09:42 Executing busybox-1.33.1-r7.trigger 17:09:42 ---> Running in 7c66daecd1f0 17:09:42 Executing ca-certificates-20211220-r0.trigger 17:09:42 ---> Running in 74e21c96bfb7 17:09:42 OK: 6 MiB in 16 packages 17:09:42 Removing intermediate container 74e21c96bfb7 17:09:42 ---> 8d17828f1b52 17:09:42 Step 12/22 : ENV APP_PORT=59882 17:09:42 ---> Running in 015fa2deec6c 17:09:42 Removing intermediate container faf1790fd910 17:09:42 ---> 2d5fb2d37186 17:09:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:09:42 ---> Running in a09fe71b2969 17:09:42 Removing intermediate container 015fa2deec6c 17:09:42 ---> f61b34c3c77f 17:09:42 Step 13/22 : EXPOSE $APP_PORT 17:09:42 ---> Running in c95ebbdf870f 17:09:42 Removing intermediate container a09fe71b2969 17:09:42 ---> 3f8995aa2c63 17:09:42 Step 12/24 : WORKDIR / 17:09:42 Removing intermediate container c95ebbdf870f 17:09:42 ---> 02d9d0dafb63 17:09:42 Step 14/22 : WORKDIR / 17:09:42 ---> Running in 71f98d83ec3e 17:09:42 ---> Running in 90944264d141 17:09:42 Removing intermediate container 312b2137cffe 17:09:42 ---> 08d45b3c691d 17:09:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:09:42 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:09:42 ---> Running in b1b077a952af 17:09:43 Removing intermediate container 71f98d83ec3e 17:09:43 ---> 87ff33eda7f7 17:09:43 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:09:43 Removing intermediate container 90944264d141 17:09:43 ---> 80cbd99b2a37 17:09:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:43 Removing intermediate container b1b077a952af 17:09:43 ---> 6768493d6b36 17:09:43 Step 12/22 : ENV APP_PORT=59881 17:09:43 Removing intermediate container db6b9b449a3a 17:09:43 ---> 583040b9a3b6 17:09:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:09:43 ---> Running in 6983c30bbf54 17:09:43 ---> Running in 4f250e2b909f 17:09:43 ---> cd070adc68e7 17:09:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:09:43 ---> 33345fab60ab 17:09:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:09:43 Removing intermediate container 6983c30bbf54 17:09:43 ---> 0548f962d008 17:09:43 Step 13/22 : EXPOSE $APP_PORT 17:09:43 Removing intermediate container 4f250e2b909f 17:09:43 ---> c47127043c2e 17:09:43 Step 12/21 : ENV APP_PORT=59860 17:09:43 ---> Running in cdcc77a2988a 17:09:43 ---> Running in 4d8841c97566 17:09:43 ---> b51101f0ad25 17:09:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:09:43 Removing intermediate container cdcc77a2988a 17:09:43 ---> 267455c6faae 17:09:43 Step 14/22 : WORKDIR / 17:09:43 Removing intermediate container 4d8841c97566 17:09:43 ---> cd8341cd2780 17:09:43 Step 13/21 : EXPOSE $APP_PORT 17:09:43 ---> Running in 57ab4ba6c0a6 17:09:43 ---> Running in fbee022d0386 17:09:43 ---> 92d71b708205 17:09:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:09:43 ---> dbade7275bee 17:09:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:09:43 Removing intermediate container fbee022d0386 17:09:43 ---> b372ccf9c084 17:09:43 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:43 Removing intermediate container 57ab4ba6c0a6 17:09:43 ---> 91b28f0ad02e 17:09:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:43 ---> ce9df217be0c 17:09:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:09:43 ---> 4315535a1f2b 17:09:43 Step 18/22 : ENTRYPOINT ["/core-command"] 17:09:43 ---> 89c8f7026a07 17:09:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:09:43 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:09:43 ---> 1744d0d59ad4 17:09:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:09:43 ---> Running in a4ced3eec720 17:09:43 Removing intermediate container a4ced3eec720 17:09:43 ---> bdd64424fa67 17:09:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:09:44 ---> b4d3c79b2ef3 17:09:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:09:44 ---> Running in ca0a7e7fd671 17:09:44 (1/6) Installing dumb-init (1.2.5-r1) 17:09:44 ---> 265265a3ee79 17:09:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:09:44 ---> b93f1f82d72d 17:09:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:09:44 (2/6) Installing libgcc (10.3.1_git20210424-r2) 17:09:44 Removing intermediate container ca0a7e7fd671 17:09:44 ---> 7f57acd02f34 17:09:44 Step 20/22 : LABEL arch=x86_64 17:09:44 ---> e45837fc4791 17:09:44 (3/6) Installing libsodium (1.0.18-r0) 17:09:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:09:44 ---> Running in dc57502ece0b 17:09:44 ---> b5c43699cd40 17:09:44 Step 17/21 : ENTRYPOINT ["/support-notifications"] 17:09:44 ---> Running in 55fa099134fd 17:09:44 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 17:09:44 ---> Running in 26ca5595e06d 17:09:44 Removing intermediate container dc57502ece0b 17:09:44 ---> 287accd2b6ac 17:09:44 Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:09:44 ---> 1044469d7db2 17:09:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:09:44 ---> Running in 567ef900a5dc 17:09:44 Removing intermediate container 55fa099134fd 17:09:44 ---> ad2e2f0ec132 17:09:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:09:44 (5/6) Installing libzmq (4.3.4-r0) 17:09:44 ---> Running in ff6b3e20f593 17:09:44 Removing intermediate container 26ca5595e06d 17:09:44 ---> 65dfcfbc5ef5 17:09:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:09:44 ---> Running in af3dff3e40ec 17:09:44 (6/6) Installing zeromq (4.3.4-r0) 17:09:44 Removing intermediate container 567ef900a5dc 17:09:44 ---> 2ab12aa263a8 17:09:44 Step 22/22 : LABEL version=0.0.0 17:09:44 Removing intermediate container ff6b3e20f593 17:09:44 ---> 4e39eb319b9b 17:09:44 Step 20/22 : LABEL arch=x86_64 17:09:44 ---> Running in 2deca64c1c30 17:09:44 Executing busybox-1.33.1-r7.trigger 17:09:44 ---> 636d15ad1467 17:09:44 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/ 17:09:44 OK: 8 MiB in 20 packages 17:09:44 ---> Running in 824ed42960ee 17:09:44 ---> Running in 1361bb9b664c 17:09:44 Removing intermediate container af3dff3e40ec 17:09:44 ---> c3f6cbe08ac6 17:09:44 Step 19/21 : LABEL arch=x86_64 17:09:44 Removing intermediate container 2deca64c1c30 17:09:44 ---> 469036de4198 17:09:44 17:09:44 ---> Running in 359c7c51a127 17:09:44 Removing intermediate container 824ed42960ee 17:09:44 ---> b985f99dde27 17:09:44 Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:09:44 ---> Running in fb2d6433aeec 17:09:44 Removing intermediate container 359c7c51a127 17:09:44 ---> 0ddadede6bd0 17:09:44 Step 20/21 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:09:44 Successfully built 469036de4198 17:09:44 Successfully tagged core-command:latest 17:09:44  Building core-command ... done Building security-bootstrapper 17:09:44 ---> Running in 98b83f2f38af 17:09:44 Removing intermediate container fb2d6433aeec 17:09:44 ---> ecae838cbd92 17:09:44 Step 22/22 : LABEL version=0.0.0 17:09:44 ---> Running in 7df4c75b427b 17:09:44 Removing intermediate container 98b83f2f38af 17:09:44 ---> f211f2498bcb 17:09:44 Step 21/21 : LABEL version=0.0.0 17:09:45 ---> Running in bc3c3e3bdaea 17:09:45 Removing intermediate container 7c66daecd1f0 17:09:45 ---> 02ef74e5fc2a 17:09:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:45 Removing intermediate container 7df4c75b427b 17:09:45 ---> af337bd9edb8 17:09:45 17:09:45 Successfully built af337bd9edb8 17:09:45 Successfully tagged core-metadata:latest 17:09:45  Building core-metadata ... done Building sys-mgmt-agent 17:09:45 Removing intermediate container bc3c3e3bdaea 17:09:45 ---> f53263a0b66a 17:09:45 17:09:45 Successfully built f53263a0b66a 17:09:45 Successfully tagged support-notifications:latest 17:09:45  Building support-notifications ... done Building support-scheduler 17:09:45 ---> 6bc393272f41 17:09:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:09:45 Removing intermediate container 1361bb9b664c 17:09:45 ---> 55b5498ce0d9 17:09:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:09:46 ---> Running in c5ab90df4ad2 17:09:46 ---> 54b179e5d58f 17:09:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:09:46 Removing intermediate container c5ab90df4ad2 17:09:46 ---> f4768549d8f0 17:09:46 Step 22/24 : LABEL arch=x86_64 17:09:46 ---> Running in 3994da44d6ec 17:09:46 ---> 8500cd4744b4 17:09:47 Step 18/22 : ENTRYPOINT ["/core-data"] 17:09:47 ---> Running in 92fe6c1e0d73 17:09:47 Removing intermediate container 3994da44d6ec 17:09:47 ---> 97bd4f32c316 17:09:47 Step 23/24 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:09:47 ---> Running in e39257436c84 17:09:47 Removing intermediate container 92fe6c1e0d73 17:09:47 ---> bd9bae8c194b 17:09:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:09:47 ---> Running in 1e817e6f1691 17:09:47 Removing intermediate container e39257436c84 17:09:47 ---> 136abe37568c 17:09:47 Step 24/24 : LABEL version=0.0.0 17:09:47 ---> Running in bc536f133cc6 17:09:47 Removing intermediate container 1e817e6f1691 17:09:47 ---> 14819f1a5c8d 17:09:47 Step 20/22 : LABEL arch=x86_64 17:09:47 Removing intermediate container bc536f133cc6 17:09:47 ---> 5928df1faae4 17:09:47 17:09:47 ---> Running in 00f360a0db11 17:09:47 Successfully built 5928df1faae4 17:09:47 Successfully tagged security-secretstore-setup:latest 17:09:47 Building security-proxy-setup 17:09:47  Building security-secretstore-setup ... done Removing intermediate container 00f360a0db11 17:09:47 ---> d80167a3a3f4 17:09:47 Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:09:47 ---> Running in 55b960b5098f 17:09:47 Removing intermediate container 55b960b5098f 17:09:47 ---> 8173a1be2349 17:09:47 Step 22/22 : LABEL version=0.0.0 17:09:47 ---> Running in c54b53a6c53d 17:09:47 Removing intermediate container c54b53a6c53d 17:09:47 ---> 871bdd568072 17:09:47 17:09:47 Successfully built 871bdd568072 17:09:47 Successfully tagged core-data:latest 17:09:57  Building core-data ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:57 Step 2/30 : FROM ${BUILDER_BASE} AS builder 17:09:57 ---> 64fb9fc74727 17:09:57 Step 3/30 : WORKDIR /edgex-go 17:09:57 ---> Using cache 17:09:57 ---> 4371fe847163 17:09:57 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:57 ---> Using cache 17:09:57 ---> f5612eda6e40 17:09:57 Step 5/30 : RUN apk add --update --no-cache make git 17:09:57 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:09:57 ---> 64fb9fc74727 17:09:57 Step 3/23 : WORKDIR /edgex-go 17:09:57 ---> Using cache 17:09:57 ---> 4371fe847163 17:09:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:57 ---> Using cache 17:09:57 ---> f5612eda6e40 17:09:57 Step 5/23 : RUN apk add --update --no-cache make git 17:09:57 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:09:57 ---> 64fb9fc74727 17:09:57 Step 3/22 : WORKDIR /edgex-go 17:09:57 ---> Using cache 17:09:57 ---> 4371fe847163 17:09:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:57 ---> Using cache 17:09:57 ---> f5612eda6e40 17:09:57 Step 5/22 : RUN apk add --update --no-cache make bash git 17:09:57 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:09:57 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:09:57 ---> 64fb9fc74727 17:09:57 Step 3/20 : WORKDIR /edgex-go 17:09:57 ---> Using cache 17:09:57 ---> 4371fe847163 17:09:57 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:57 ---> Using cache 17:09:57 ---> f5612eda6e40 17:09:57 Step 5/20 : RUN apk add --update --no-cache make git 17:10:01 ---> Running in 9724edbb8269 17:10:01 ---> Running in 8c0b39b9c935 17:10:01 ---> Running in fa4aea9f7baa 17:10:01 ---> Running in 06e160eaa5fe 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:10:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:10:02 OK: 221 MiB in 52 packages 17:10:02 OK: 221 MiB in 52 packages 17:10:02 OK: 221 MiB in 52 packages 17:10:02 OK: 221 MiB in 52 packages 17:10:02 Removing intermediate container 9724edbb8269 17:10:02 ---> 982ecb737eef 17:10:02 Step 6/22 : COPY . . 17:10:03 Removing intermediate container fa4aea9f7baa 17:10:03 ---> a97a5861036a 17:10:03 Step 6/30 : COPY . . 17:10:03 Removing intermediate container 06e160eaa5fe 17:10:03 ---> 567835f6ac38 17:10:03 Step 6/20 : COPY . . 17:10:03 Removing intermediate container 8c0b39b9c935 17:10:03 ---> 506b3afa26fc 17:10:03 Step 6/23 : COPY go.mod . 17:10:05 ---> 8c9daf519d6a 17:10:05 Step 7/23 : RUN go mod download 17:10:07 ---> Running in 753a052024c6 17:10:07 ---> df229b2f584d 17:10:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:10:07 ---> Running in b835f48f0d9e 17:10:07 ---> 698788b70348 17:10:07 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:10:07 ---> cc185f0d3db0 17:10:07 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:10:07 ---> Running in 31b14b5ae05d 17:10:07 ---> Running in 017ed4fde843 17:10:08 skipping... 17:10:08 skipping... 17:10:08 Removing intermediate container 753a052024c6 17:10:08 ---> 75e2e64ef2ae 17:10:08 Step 8/23 : COPY . . 17:10:08 skipping... 17:10:09 Removing intermediate container 017ed4fde843 17:10:09 ---> 1033d7021b4a 17:10:09 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:10:09 Removing intermediate container b835f48f0d9e 17:10:09 ---> 8a65907cc3f3 17:10:09 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:10:09 ---> Running in e63dfec3b7a9 17:10:09 ---> Running in 0d607d5ac58a 17:10:09 Removing intermediate container 31b14b5ae05d 17:10:09 ---> 8a28f0f8a078 17:10:09 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:10:09 ---> Running in 06e4db553010 17:10:10 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 17:10:10 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 17:10:10 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 17:10:15 ---> d8a9843ee048 17:10:15 Step 9/23 : RUN go mod tidy 17:10:15 ---> Running in 5e1ae9b22fdf 17:10:17 Removing intermediate container 5e1ae9b22fdf 17:10:17 ---> 5405973b9e3c 17:10:17 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 17:10:17 ---> Running in 5c2fea696eee 17:10:18 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 17:10:19 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 17:10:24 Removing intermediate container 0d607d5ac58a 17:10:24 ---> 1d3150b7925d 17:10:24 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:10:24 Removing intermediate container e63dfec3b7a9 17:10:24 ---> d988d8bb368e 17:10:24 17:10:24 Step 9/30 : FROM alpine:3.14 17:10:24 ---> e04c818066af 17:10:24 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:10:24 Removing intermediate container 06e4db553010 17:10:24 ---> 5b4440c4d62b 17:10:24 17:10:24 Step 9/20 : FROM alpine:3.14 17:10:24 ---> e04c818066af 17:10:24 Step 10/20 : RUN apk add --update --no-cache curl 17:10:24 ---> Running in 79919cc13fbb 17:10:24 ---> Running in a600ef6bbb1a 17:10:24 ---> Running in ea40397765b9 17:10:24 Removing intermediate container 79919cc13fbb 17:10:24 ---> 9f665b6de644 17:10:24 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 17:10:25 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 17:10:25 ---> Running in 47a8e8c3595a 17:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:10:26 (1/5) Installing ca-certificates (20211220-r0) 17:10:26 (2/5) Installing brotli-libs (1.0.9-r5) 17:10:26 (3/5) Installing nghttp2-libs (1.43.0-r0) 17:10:26 (4/5) Installing libcurl (7.79.1-r1) 17:10:26 (5/5) Installing curl (7.79.1-r1) 17:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:10:26 Executing busybox-1.33.1-r7.trigger 17:10:26 Executing ca-certificates-20211220-r0.trigger 17:10:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:10:26 OK: 8 MiB in 19 packages 17:10:26 (1/2) Installing dumb-init (1.2.5-r1) 17:10:26 (2/2) Installing su-exec (0.2-r1) 17:10:26 Executing busybox-1.33.1-r7.trigger 17:10:26 OK: 6 MiB in 16 packages 17:10:27 Removing intermediate container a600ef6bbb1a 17:10:27 ---> 596291b65e85 17:10:27 17:10:27 Step 10/22 : FROM docker:20.10.8 17:10:28 Removing intermediate container 5c2fea696eee 17:10:28 ---> 1c5380bd145d 17:10:28 17:10:28 Step 11/23 : FROM alpine:3.14 17:10:28 ---> e04c818066af 17:10:28 Step 12/23 : RUN apk add --update --no-cache dumb-init 17:10:28 ---> Using cache 17:10:28 ---> 08d45b3c691d 17:10:28 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:10:28 ---> Using cache 17:10:28 ---> 6768493d6b36 17:10:28 Step 14/23 : ENV APP_PORT=59861 17:10:28 20.10.8: Pulling from library/docker 17:10:28 ---> Running in fecd66a989af 17:10:28 Removing intermediate container ea40397765b9 17:10:28 ---> 723be8b0b11e 17:10:28 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:10:28 Removing intermediate container 47a8e8c3595a 17:10:28 ---> 72edf1d321c8 17:10:28 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 17:10:29 ---> Running in 4be32f6989e8 17:10:29 Removing intermediate container fecd66a989af 17:10:29 ---> 1c81c34c9bbb 17:10:29 Step 15/23 : EXPOSE $APP_PORT 17:10:29 ---> Running in 5802e2f0058c 17:10:29 ---> Running in 642aa89ed503 17:10:30 Removing intermediate container 4be32f6989e8 17:10:30 ---> 350dba27c855 17:10:30 Step 12/20 : WORKDIR /edgex 17:10:30 Removing intermediate container 5802e2f0058c 17:10:30 ---> c846d6504ac3 17:10:30 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:10:30 ---> Running in 17b3454e8bd9 17:10:30 ---> Running in b3f86ca72796 17:10:30 Removing intermediate container 642aa89ed503 17:10:30 ---> e9cc2abbfaed 17:10:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:10:30 Removing intermediate container 17b3454e8bd9 17:10:30 ---> 0da7d8d342db 17:10:30 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:10:30 Removing intermediate container b3f86ca72796 17:10:30 ---> 6334f39674e2 17:10:30 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:10:30 ---> Running in d069aed67d49 17:10:30 ---> 5bfe4c32bd19 17:10:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:10:30 ---> d40f6035bfcd 17:10:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:10:30 ---> 51f95746462b 17:10:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:10:31 ---> a99b167bcb42 17:10:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:10:31 ---> 9f3ddcd688e5 17:10:31 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 17:10:31 ---> Running in 5851363ab9b5 17:10:31 ---> b223a8fb0457 17:10:31 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:10:31 Removing intermediate container d069aed67d49 17:10:31 ---> c2022f07fe1a 17:10:31 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 17:10:31 ---> Running in 2d05621f94e4 17:10:31 Removing intermediate container 5851363ab9b5 17:10:31 ---> bd029f57e83e 17:10:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:31 ---> Running in 9cadb1b401a2 17:10:31 ---> Running in 4848a1148799 17:10:31 Removing intermediate container 2d05621f94e4 17:10:31 ---> be9fa13f0516 17:10:31 Step 17/20 : CMD ["--init=true"] 17:10:31 Removing intermediate container 4848a1148799 17:10:31 ---> 6ca8fb0df3c1 17:10:31 Step 21/23 : LABEL arch=x86_64 17:10:31 ---> Running in d2e9566acd42 17:10:31 Removing intermediate container 9cadb1b401a2 17:10:31 ---> e72c65833437 17:10:31 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:10:31 ---> Running in a6667a4b69fc 17:10:32 Removing intermediate container d2e9566acd42 17:10:32 ---> 7f8a62643eb6 17:10:32 Step 18/20 : LABEL arch=x86_64 17:10:32 ---> Running in 75d2acf96cc7 17:10:32 Removing intermediate container a6667a4b69fc 17:10:32 ---> 4b3b1b0bc685 17:10:32 Step 22/23 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:10:32 ---> 8c17ac1221ab 17:10:32 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:10:32 ---> Running in d73b1d6a172d 17:10:32 ---> Running in 8d9fbdf7430f 17:10:32 Removing intermediate container 75d2acf96cc7 17:10:32 ---> 51cf3070f694 17:10:32 Step 19/20 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:10:32 ---> Running in 51f95e9b06d7 17:10:32 Removing intermediate container d73b1d6a172d 17:10:32 ---> eed20206df07 17:10:32 Step 23/23 : LABEL version=0.0.0 17:10:32 ---> Running in af8d07575d5b 17:10:32 Removing intermediate container 51f95e9b06d7 17:10:32 ---> 63acc7e842c1 17:10:32 Step 20/20 : LABEL version=0.0.0 17:10:32 ---> Running in 30c48efa67eb 17:10:32 Removing intermediate container af8d07575d5b 17:10:32 ---> e4b56bae8f09 17:10:32 17:10:32 Removing intermediate container 30c48efa67eb 17:10:32 ---> ab48e4c197d5 17:10:32 17:10:32 Successfully built e4b56bae8f09 17:10:32 Successfully tagged support-scheduler:latest 17:10:33  Building support-scheduler ... done Successfully built ab48e4c197d5 17:10:33 Successfully tagged security-proxy-setup:latest 17:10:33  Building security-proxy-setup ... done Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 17:10:33 Status: Downloaded newer image for docker:20.10.8 17:10:33 ---> bc6c0ffef665 17:10:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:10:33 Removing intermediate container 8d9fbdf7430f 17:10:33 ---> 54e2b4646880 17:10:33 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 17:10:33 ---> Running in 5c18a949717c 17:10:33 Removing intermediate container 5c18a949717c 17:10:33 ---> 92cbb4e8292b 17:10:33 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 17:10:33 ---> Running in 4af51f1afee2 17:10:33 ---> ac32024a3736 17:10:33 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:10:34 ---> 49308318b5ea 17:10:34 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:10:34 (1/42) Installing readline (8.1.0-r0) 17:10:34 (2/42) Installing bash (5.1.16-r0) 17:10:34 Executing bash-5.1.16-r0.post-install 17:10:34 (3/42) Installing brotli-libs (1.0.9-r5) 17:10:34 (4/42) Installing nghttp2-libs (1.43.0-r0) 17:10:34 (5/42) Installing libcurl (7.79.1-r1) 17:10:34 (6/42) Installing curl (7.79.1-r1) 17:10:34 (7/42) Installing dumb-init (1.2.5-r1) 17:10:34 (8/42) Installing libbz2 (1.0.8-r1) 17:10:34 (9/42) Installing expat (2.4.7-r0) 17:10:34 (10/42) Installing libffi (3.3-r2) 17:10:34 (11/42) Installing gdbm (1.19-r0) 17:10:34 (12/42) Installing xz-libs (5.2.5-r1) 17:10:34 (13/42) Installing libgcc (10.3.1_git20210424-r2) 17:10:34 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 17:10:34 (15/42) Installing mpdecimal (2.5.1-r1) 17:10:34 (16/42) Installing sqlite-libs (3.35.5-r0) 17:10:34 ---> ed3d1a1002ae 17:10:34 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:10:34 (17/42) Installing python3 (3.9.5-r2) 17:10:34 (18/42) Installing py3-appdirs (1.4.4-r2) 17:10:34 (19/42) Installing py3-chardet (4.0.0-r2) 17:10:34 (20/42) Installing py3-idna (3.2-r0) 17:10:34 (21/42) Installing py3-urllib3 (1.26.5-r0) 17:10:34 (22/42) Installing py3-certifi (2020.12.5-r1) 17:10:34 (23/42) Installing py3-requests (2.25.1-r4) 17:10:34 (24/42) Installing py3-msgpack (1.0.2-r1) 17:10:34 (25/42) Installing py3-lockfile (0.12.2-r4) 17:10:34 (26/42) Installing py3-cachecontrol (0.12.6-r1) 17:10:34 (27/42) Installing py3-colorama (0.4.4-r1) 17:10:34 (28/42) Installing py3-contextlib2 (0.6.0-r1) 17:10:34 (29/42) Installing py3-distlib (0.3.1-r3) 17:10:34 ---> 92265524f013 17:10:34 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:10:34 (30/42) Installing py3-distro (1.5.0-r3) 17:10:34 (31/42) Installing py3-six (1.15.0-r1) 17:10:34 (32/42) Installing py3-webencodings (0.5.1-r4) 17:10:34 (33/42) Installing py3-html5lib (1.1-r1) 17:10:34 (34/42) Installing py3-parsing (2.4.7-r2) 17:10:34 (35/42) Installing py3-packaging (20.9-r1) 17:10:34 (36/42) Installing py3-toml (0.10.2-r2) 17:10:34 (37/42) Installing py3-pep517 (0.10.0-r2) 17:10:34 (38/42) Installing py3-progress (1.5-r2) 17:10:34 (39/42) Installing py3-retrying (1.3.3-r1) 17:10:34 (40/42) Installing py3-ordered-set (4.0.2-r1) 17:10:34 (41/42) Installing py3-setuptools (52.0.0-r3) 17:10:35 (42/42) Installing py3-pip (20.3.4-r1) 17:10:35 ---> 2bc3419180b9 17:10:35 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 17:10:35 Executing busybox-1.33.1-r3.trigger 17:10:35 OK: 84 MiB in 64 packages 17:10:35 ---> Running in 69c0d4b2f545 17:10:35 Removing intermediate container 69c0d4b2f545 17:10:35 ---> dd87ced1a26f 17:10:35 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:10:35 ---> a432fcac0abc 17:10:35 Step 25/30 : RUN chmod +x /entrypoint.sh 17:10:35 ---> Running in 069266548be9 17:10:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-967 in /w/workspace/edgexfoundry_edgex-go_PR-4049 [Pipeline] { [Pipeline] ws 17:10:35 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:10:35 The recommended git tool is: git 17:10:35 Collecting docker-compose==1.23.2 17:10:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:10:36 Collecting cached-property<2,>=1.2.0 17:10:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:10:36 Collecting PyYAML<4,>=3.10 17:10:36 Downloading PyYAML-3.13.tar.gz (270 kB) 17:10:36 Removing intermediate container 069266548be9 17:10:36 ---> 46de9fb034ee 17:10:36 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 17:10:36 ---> Running in f44a96cc2b57 17:10:36 Removing intermediate container f44a96cc2b57 17:10:36 ---> 8e8921d6c9bc 17:10:36 Step 27/30 : CMD ["gate"] 17:10:36 ---> Running in 3d51f075086e 17:10:37 Collecting docker<4.0,>=3.6.0 17:10:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:10:37 Collecting docopt<0.7,>=0.6.1 17:10:37 Downloading docopt-0.6.2.tar.gz (25 kB) 17:10:37 Removing intermediate container 3d51f075086e 17:10:37 ---> 7eda2ae0c933 17:10:37 Step 28/30 : LABEL arch=x86_64 17:10:37 Collecting dockerpty<0.5,>=0.4.1 17:10:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:10:37 ---> Running in 492ce123677f 17:10:37 Removing intermediate container 492ce123677f 17:10:37 ---> 3ca69ec91fe0 17:10:37 Step 29/30 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:10:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:10:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:10:38 Collecting websocket-client<1.0,>=0.32.0 17:10:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 17:10:38 Collecting texttable<0.10,>=0.9.0 17:10:38 Downloading texttable-0.9.1.tar.gz (11 kB) 17:10:38 ---> Running in a57e982bec37 17:10:38 Removing intermediate container a57e982bec37 17:10:38 ---> 53ee461f4a97 17:10:38 Step 30/30 : LABEL version=0.0.0 17:10:38 Collecting jsonschema<3,>=2.5.1 17:10:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:10:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 17:10:38 Collecting docker-pycreds>=0.4.0 17:10:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:10:38 ---> Running in f20d7b1ae469 17:10:38 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) 17:10:38 Collecting idna<2.8,>=2.5 17:10:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:10:38 Collecting chardet<3.1.0,>=3.0.2 17:10:38 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 17:10:38 Collecting urllib3<1.25,>=1.21.1 17:10:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:10:38 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 17:10:38 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 17:10:38 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 17:10:38 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 17:10:38 Removing intermediate container f20d7b1ae469 17:10:38 ---> 1a291c1347e1 17:10:38 17:10:39 Successfully built 1a291c1347e1 17:10:39 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 17:10:39 Attempting uninstall: urllib3 17:10:39 Found existing installation: urllib3 1.26.5 17:10:39 Uninstalling urllib3-1.26.5: 17:10:39 Successfully uninstalled urllib3-1.26.5 17:10:39 Successfully tagged security-bootstrapper:latest 17:10:39  Building security-bootstrapper ... done  Attempting uninstall: idna 17:10:39 Found existing installation: idna 3.2 17:10:39 Uninstalling idna-3.2: 17:10:39 Successfully uninstalled idna-3.2 17:10:39 Attempting uninstall: chardet 17:10:39 Found existing installation: chardet 4.0.0 17:10:39 Uninstalling chardet-4.0.0: 17:10:39 Successfully uninstalled chardet-4.0.0 17:10:39 Attempting uninstall: requests 17:10:39 Found existing installation: requests 2.25.1 17:10:39 Uninstalling requests-2.25.1: 17:10:39 Successfully uninstalled requests-2.25.1 17:10:40 Running setup.py install for texttable: started 17:10:40 Running setup.py install for texttable: finished with status 'done' 17:10:40 Running setup.py install for PyYAML: started 17:10:40 Running setup.py install for PyYAML: finished with status 'done' 17:10:40 Running setup.py install for docopt: started 17:10:41 Running setup.py install for docopt: finished with status 'done' 17:10:41 Running setup.py install for dockerpty: started 17:10:41 Running setup.py install for dockerpty: finished with status 'done' 17:10:41 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 17:10:41 using credential edgex-jenkins-ssh 17:10:41 Cloning the remote Git repository 17:10:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:10:42 > git init /w/workspace/edgex-go/1 # timeout=10 17:10:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:10:42 > git --version # timeout=10 17:10:42 > git --version # 'git version 2.25.1' 17:10:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:44 Removing intermediate container 4af51f1afee2 17:10:44 ---> 41ad3adc1920 17:10:44 Step 13/22 : ENV APP_PORT=58890 17:10:44 ---> Running in 6f341652d0e0 17:10:44 Removing intermediate container 6f341652d0e0 17:10:44 ---> 7be539f5b95d 17:10:44 Step 14/22 : EXPOSE $APP_PORT 17:10:44 ---> Running in 017eae45ce3c 17:10:44 Removing intermediate container 017eae45ce3c 17:10:44 ---> 238354bb9c3b 17:10:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:10:44 ---> a55586df9ba1 17:10:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:10:44 ---> 39bb6de5aa03 17:10:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:10:45 ---> e6938432a027 17:10:45 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 17:10:45 ---> Running in 53210bee0837 17:10:45 Removing intermediate container 53210bee0837 17:10:45 ---> 2b4bd9deeaf6 17:10:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:10:45 ---> Running in ab216454d210 17:10:45 Removing intermediate container ab216454d210 17:10:45 ---> 412dd4ce6a72 17:10:45 Step 20/22 : LABEL arch=x86_64 17:10:45 ---> Running in 49e6e2619228 17:10:45 Removing intermediate container 49e6e2619228 17:10:45 ---> 2c4cfb0c8a9d 17:10:45 Step 21/22 : LABEL git_sha=584be5715a8a5b697f057ea5ff59149c218b4b77 17:10:46 ---> Running in 474b00d96b8a 17:10:46 Removing intermediate container 474b00d96b8a 17:10:46 ---> 217201606103 17:10:46 Step 22/22 : LABEL version=0.0.0 17:10:46 ---> Running in 4d78626865f8 17:10:46 Removing intermediate container 4d78626865f8 17:10:46 ---> acb299a0de76 17:10:46 17:10:46 Successfully built acb299a0de76 17:10:46 Successfully tagged sys-mgmt-agent:latest 17:10:46  Building sys-mgmt-agent ... done  [Pipeline] } 17:10:46 $ docker stop --time=1 423c294efdb286d00cbf8002363b38aef8d85196b5d315a061d0956cc102aa70 17:10:47 $ docker rm -f 423c294efdb286d00cbf8002363b38aef8d85196b5d315a061d0956cc102aa70 [Pipeline] // withDockerContainer [Pipeline] sh 17:10:47 + docker images 17:10:47 REPOSITORY TAG IMAGE ID CREATED SIZE 17:10:47 sys-mgmt-agent latest acb299a0de76 1 second ago 294MB 17:10:47 security-bootstrapper latest 1a291c1347e1 9 seconds ago 18.7MB 17:10:47 support-scheduler latest e4b56bae8f09 15 seconds ago 15.9MB 17:10:47 security-proxy-setup latest ab48e4c197d5 15 seconds ago 26.1MB 17:10:47 1c5380bd145d 20 seconds ago 1.79GB 17:10:47 596291b65e85 21 seconds ago 1.78GB 17:10:47 5b4440c4d62b 24 seconds ago 1.79GB 17:10:47 d988d8bb368e 26 seconds ago 1.78GB 17:10:47 security-secretstore-setup latest 5928df1faae4 About a minute ago 27.7MB 17:10:47 core-data latest 871bdd568072 About a minute ago 19.9MB 17:10:47 support-notifications latest f53263a0b66a About a minute ago 16.6MB 17:10:47 core-command latest 469036de4198 About a minute ago 15.7MB 17:10:47 core-metadata latest af337bd9edb8 About a minute ago 16.5MB 17:10:47 337467fd16c7 About a minute ago 1.79GB 17:10:47 cf4ec0fdea2c About a minute ago 1.79GB 17:10:47 5e78e45fce0e About a minute ago 1.79GB 17:10:47 7b05947e83fb About a minute ago 1.79GB 17:10:47 320739003106 About a minute ago 1.78GB 17:10:47 ci-base-image-x86_64 latest 64fb9fc74727 3 minutes ago 1.27GB 17:10:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver latest d7ea09dbb500 18 hours ago 253MB 17:10:47 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base 1.17-alpine-lts c47586b81864 6 days ago 562MB 17:10:47 alpine 3.14 e04c818066af 8 weeks ago 5.59MB 17:10:47 docker 20.10.8 bc6c0ffef665 9 months ago 214MB 17:10:47 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 17:10:59 Merging remotes/origin/jakarta commit db608d24777f3846be0c8d00faf18a86b4479024 into PR head commit 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f 17:10:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:10:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:10:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:10:58 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4049/head:refs/remotes/origin/PR-4049 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 17:10:59 > git config core.sparsecheckout # timeout=10 17:10:59 > git checkout -f 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f # timeout=10 17:11:00 > git remote # timeout=10 17:11:00 > git config --get remote.origin.url # timeout=10 17:11:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:00 > git merge db608d24777f3846be0c8d00faf18a86b4479024 # timeout=10 17:11:01 Merge succeeded, producing 44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:11:01 Checking out Revision 44e962ee17722b1afdf6b04aee7f5d37a4dde695 (PR-4049) 17:11:01 > git rev-parse HEAD^{commit} # timeout=10 17:11:01 > git config core.sparsecheckout # timeout=10 17:11:01 > git checkout -f 44e962ee17722b1afdf6b04aee7f5d37a4dde695 # timeout=10 17:11:03 Still waiting to schedule task 17:11:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:11:05 Commit message: "Merge commit 'db608d24777f3846be0c8d00faf18a86b4479024' into HEAD" 17:11:05 First time build. Skipping changelog. 17:11:05 > git --version # timeout=10 17:11:05 > git --version # 'git version 2.25.1' 17:11:05 fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:11:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:11:06 % Total % Received % Xferd Average Speed Time Time Time Current 17:11:06 Dload Upload Total Spent Left Speed 17:11:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 69225 0 --:--:-- --:--:-- --:--:-- 69225 [Pipeline] sh 17:11:08 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:11:08 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 17:11:08 sudo tee /etc/docker/daemon.new 17:11:08 { 17:11:08 "registry-mirrors": [ 17:11:08 "https://nexus3.edgexfoundry.org:10001" 17:11:08 ], 17:11:08 "bip": "10.250.0.254/24", 17:11:08 "hosts": [ 17:11:08 "tcp://0.0.0.0:5555", 17:11:08 "unix:///var/run/docker.sock" 17:11:08 ], 17:11:08 "mtu": 1458, 17:11:08 "selinux-enabled": true, 17:11:08 "seccomp-profile": "/etc/docker/seccomp.json" 17:11:08 } [Pipeline] sh 17:11:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:11:09 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:11:27 provisioning config files... 17:11:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3678166468633087388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:28 ---> docker-login.sh 17:11:28 nexus3.edgexfoundry.org:10001 17:11:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:28 Configure a credential helper to remove this warning. See 17:11:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:28 17:11:28 Login Succeeded 17:11:28 nexus3.edgexfoundry.org:10002 17:11:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:29 Configure a credential helper to remove this warning. See 17:11:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:29 17:11:29 Login Succeeded 17:11:29 nexus3.edgexfoundry.org:10003 17:11:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:30 Configure a credential helper to remove this warning. See 17:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:30 17:11:30 Login Succeeded 17:11:30 nexus3.edgexfoundry.org:10004 17:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:30 Configure a credential helper to remove this warning. See 17:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:30 17:11:30 Login Succeeded 17:11:30 docker.io 17:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:31 Configure a credential helper to remove this warning. See 17:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:31 17:11:31 Login Succeeded 17:11:31 ---> docker-login.sh ends [Pipeline] } 17:11:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:11:31 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:11:31 ========================================================= 17:11:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] 17:11:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:11:32 + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 17:11:32 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 17:11:32 9b3977197b4f: Pulling fs layer 17:11:32 1a89e8eeedd5: Pulling fs layer 17:11:32 94645a83ff95: Pulling fs layer 17:11:32 3f3a8bcf1eab: Pulling fs layer 17:11:32 0c92f367c5e7: Pulling fs layer 17:11:32 63b1bc5785f6: Pulling fs layer 17:11:32 626d30ff41c6: Pulling fs layer 17:11:32 de1d54c125be: Pulling fs layer 17:11:32 3f3a8bcf1eab: Waiting 17:11:32 0c92f367c5e7: Waiting 17:11:32 63b1bc5785f6: Waiting 17:11:32 626d30ff41c6: Waiting 17:11:32 94645a83ff95: Verifying Checksum 17:11:32 94645a83ff95: Download complete 17:11:32 1a89e8eeedd5: Verifying Checksum 17:11:32 1a89e8eeedd5: Download complete 17:11:32 0c92f367c5e7: Verifying Checksum 17:11:32 0c92f367c5e7: Download complete 17:11:32 63b1bc5785f6: Download complete 17:11:32 9b3977197b4f: Download complete 17:11:32 626d30ff41c6: Verifying Checksum 17:11:32 626d30ff41c6: Download complete 17:11:33 9b3977197b4f: Pull complete 17:11:33 1a89e8eeedd5: Pull complete 17:11:34 94645a83ff95: Pull complete 17:11:34 de1d54c125be: Verifying Checksum 17:11:34 de1d54c125be: Download complete 17:11:35 3f3a8bcf1eab: Download complete 17:11:41 Running on prd-ubuntu18.04-docker-8c-8g-968 in /w/workspace/edgexfoundry_edgex-go_PR-4049 [Pipeline] { [Pipeline] ws 17:11:41 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 17:11:41 The recommended git tool is: git 17:11:42 using credential edgex-jenkins-ssh 17:11:42 Cloning the remote Git repository 17:11:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:11:42 > git init /w/workspace/edgex-go/1 # timeout=10 17:11:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:11:42 > git --version # timeout=10 17:11:42 > git --version # 'git version 2.17.1' 17:11:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:11:47 3f3a8bcf1eab: Pull complete 17:11:47 0c92f367c5e7: Pull complete 17:11:47 Merging remotes/origin/jakarta commit db608d24777f3846be0c8d00faf18a86b4479024 into PR head commit 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f 17:11:47 63b1bc5785f6: Pull complete 17:11:48 Merge succeeded, producing e1f12873ea02c856e8c0baca1e93c6efc3519f5a 17:11:48 Checking out Revision e1f12873ea02c856e8c0baca1e93c6efc3519f5a (PR-4049) 17:11:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:11:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:11:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:11:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:11:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4049/head:refs/remotes/origin/PR-4049 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 17:11:47 > git config core.sparsecheckout # timeout=10 17:11:47 > git checkout -f 8ddb9fa8f7d76ff8fef8c7fc414b2b8ea72d770f # timeout=10 17:11:47 > git remote # timeout=10 17:11:47 > git config --get remote.origin.url # timeout=10 17:11:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:47 > git merge db608d24777f3846be0c8d00faf18a86b4479024 # timeout=10 17:11:48 > git rev-parse HEAD^{commit} # timeout=10 17:11:48 > git config core.sparsecheckout # timeout=10 17:11:48 > git checkout -f e1f12873ea02c856e8c0baca1e93c6efc3519f5a # timeout=10 17:11:48 626d30ff41c6: Pull complete 17:11:51 Commit message: "Merge commit 'db608d24777f3846be0c8d00faf18a86b4479024' into HEAD" 17:11:51 First time build. Skipping changelog. 17:11:51 > git --version # timeout=10 17:11:51 > git --version # 'git version 2.17.1' 17:11:51 fatal: bad object e2cac8b444d664382c771f5dccbf61e369ddf83e [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:52 + echo snap-build.sh 17:11:52 snap-build.sh 17:11:52 + SNAP_BASE_DIR=. 17:11:52 + '[' '!' -z /w/workspace/edgex-go/1 ']' 17:11:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 17:11:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 17:11:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 17:11:52 + cd /w/workspace/edgex-go/1 17:11:52 + sudo apt-get remove -qy --purge lxd lxd-client 17:11:52 Reading package lists... 17:11:52 Building dependency tree... 17:11:52 Reading state information... 17:11:52 The following packages were automatically installed and are no longer required: 17:11:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:11:52 uidmap xdelta3 17:11:52 Use 'sudo apt autoremove' to remove them. 17:11:52 The following packages will be REMOVED: 17:11:52 lxd* lxd-client* 17:11:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:11:52 After this operation, 31.7 MB disk space will be freed. 17:11:53 (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.) 17:11:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:11:54 Removing lxd dnsmasq configuration 17:11:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:11:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:11:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:11:54 de1d54c125be: Pull complete 17:11:54 Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 17:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 17:11:54 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [Pipeline] fileExists [Pipeline] sh 17:11:55 (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.) 17:11:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:11:55 + echo FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 17:11:55 WORKDIR /edgex 17:11:55 COPY go.mod . 17:11:55 RUN go mod download 17:11:55 + docker build -t ci-base-image-arm64 -f - . 17:11:56 Processing triggers for systemd (237-3ubuntu10.52) ... 17:11:56 Processing triggers for ureadahead (0.100.0-21) ... 17:11:57 + sudo snap remove --purge lxd 17:11:57 snap "lxd" is not installed 17:11:57 + sudo groupadd --force --system lxd 17:11:57 ++ whoami 17:11:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:11:57 + newgrp - lxd 17:11:57 + sudo snap install lxd 17:11:58 Sending build context to Docker daemon 180.5MB 17:11:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 17:11:58 ---> 5f011755c4a2 17:11:58 Step 2/4 : WORKDIR /edgex 17:12:00 ---> Running in bdff34499b20 17:12:01 Removing intermediate container bdff34499b20 17:12:01 ---> 20157a029a59 17:12:01 Step 3/4 : COPY go.mod . 17:12:01 ---> 4c3991aedb10 17:12:01 Step 4/4 : RUN go mod download 17:12:01 ---> Running in cf200ea5dcb1 17:12:05 2022-06-03T17:12:02Z INFO Waiting for automatic snapd restart... 17:12:21 lxd 5.2-79c3c3b from Canonical* installed 17:12:21 + sudo lxd init --auto 17:12:31 + sudo snap install --classic snapcraft 17:12:32 snapcraft 6.1 from Canonical* installed 17:12:32 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 17:12:32 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 17:12:32 % Total % Received % Xferd Average Speed Time Time Time Current 17:12:32 Dload Upload Total Spent Left Speed 17:12:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17:12:32 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 8169k 0 --:--:-- --:--:-- --:--:-- 49.9M 17:12:32 ./yq_linux_amd64 17:12:33 + sudo snapcraft prime --use-lxd 17:12:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:12:35 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: 17:12:35 - README.md 17:12:35 17:12:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:12:35 Launching a container. 17:12:45 Waiting for container to be ready 17:12:45 To start your first container, try: lxc launch ubuntu:22.04 17:12:45 Or for a virtual machine: lxc launch ubuntu:22.04 --vm 17:12:45 17:12:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:12:49 Waiting for network to be ready... 17:12:50 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:12:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:12:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:12:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2254 kB] 17:12:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:12:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [395 kB] 17:12:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.0 kB] 17:12:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3836 B] 17:12:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [747 kB] 17:12:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [102 kB] 17:12:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1205 kB] 17:12:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [278 kB] 17:12:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:12:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:12:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:12:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:12:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:12:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:12:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:12:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2595 kB] 17:12:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [484 kB] 17:12:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:12:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6012 B] 17:12:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [772 kB] 17:12:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [106 kB] 17:12:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1817 kB] 17:12:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [394 kB] 17:12:54 Fetched 26.9 MB in 4s (6228 kB/s) 17:12:55 Reading package lists... 17:12:55 Reading package lists... 17:12:55 Building dependency tree... 17:12:55 Reading state information... 17:12:56 The following additional packages will be installed: 17:12:56 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:12:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:12:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:12:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:12:56 Suggested packages: 17:12:56 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:12:56 Recommended packages: 17:12:56 gnupg libsasl2-modules 17:12:56 The following NEW packages will be installed: 17:12:56 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:12:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:12:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:12:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:12:56 The following packages will be upgraded: 17:12:56 gpg gpg-agent gpgconf libudev1 17:12:56 4 upgraded, 18 newly installed, 0 to remove and 113 not upgraded. 17:12:56 Need to get 3529 kB of archives. 17:12:56 After this operation, 13.3 MB of additional disk space will be used. 17:12:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.5 [468 kB] 17:12:56 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.53 [55.6 kB] 17:12:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.53 [1102 kB] 17:12:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.5 [123 kB] 17:12:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.5 [227 kB] 17:12:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB] 17:12:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB] 17:12:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB] 17:12:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB] 17:12:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.5 [317 kB] 17:12:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:12:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:12:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:12:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:12:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:12:57 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:12:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:12:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:12:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:12:57 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:12:57 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:12:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:12:57 debconf: delaying package configuration, since apt-utils is not installed 17:12:57 Fetched 3529 kB in 1s (3041 kB/s) 17:12:57 (Reading database ... 12511 files and directories currently installed.) 17:12:57 Preparing to unpack .../libudev1_237-3ubuntu10.53_amd64.deb ... 17:12:57 Unpacking libudev1:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... 17:12:57 Setting up libudev1:amd64 (237-3ubuntu10.53) ... 17:12:57 Selecting previously unselected package udev. 17:12:57 (Reading database ... 12511 files and directories currently installed.) 17:12:57 Preparing to unpack .../00-udev_237-3ubuntu10.53_amd64.deb ... 17:12:57 Unpacking udev (237-3ubuntu10.53) ... 17:12:57 Selecting previously unselected package libfuse2:amd64. 17:12:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:12:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:12:57 Selecting previously unselected package fuse. 17:12:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:12:57 Unpacking fuse (2.9.7-1ubuntu1) ... 17:12:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.5_amd64.deb ... 17:12:57 Unpacking gpg (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... 17:12:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.5_amd64.deb ... 17:12:57 Unpacking gpgconf (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... 17:12:58 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.5_amd64.deb ... 17:12:58 Unpacking gpg-agent (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... 17:12:58 Selecting previously unselected package libksba8:amd64. 17:12:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:12:58 Unpacking libksba8:amd64 (1.3.5-2) ... 17:12:58 Selecting previously unselected package libroken18-heimdal:amd64. 17:12:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:12:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:12:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:12:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libwind0-heimdal:amd64. 17:12:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:12:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:12:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:12:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:12:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:12:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:58 Selecting previously unselected package libsasl2-modules-db:amd64. 17:12:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... 17:12:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... 17:12:58 Selecting previously unselected package libsasl2-2:amd64. 17:12:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ... 17:12:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... 17:12:58 Selecting previously unselected package libldap-common. 17:12:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ... 17:12:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ... 17:12:58 Selecting previously unselected package libldap-2.4-2:amd64. 17:12:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ... 17:12:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... 17:12:58 Selecting previously unselected package dirmngr. 17:12:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.5_amd64.deb ... 17:12:58 Unpacking dirmngr (2.2.4-1ubuntu1.5) ... 17:12:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ... 17:12:59 Setting up gpgconf (2.2.4-1ubuntu1.5) ... 17:12:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:12:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... 17:12:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ... 17:12:59 Setting up gpg-agent (2.2.4-1ubuntu1.5) ... 17:12:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libksba8:amd64 (1.3.5-2) ... 17:12:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:12:59 Setting up udev (237-3ubuntu10.53) ... 17:12:59 invoke-rc.d: policy-rc.d denied execution of start. 17:12:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Processing triggers for systemd (237-3ubuntu10) ... 17:12:59 Setting up fuse (2.9.7-1ubuntu1) ... 17:12:59 Setting up gpg (2.2.4-1ubuntu1.5) ... 17:12:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:12:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ... 17:12:59 Setting up dirmngr (2.2.4-1ubuntu1.5) ... 17:12:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:13:00 settings in the [Install] section, and DefaultInstance for template units). 17:13:00 This means they are not meant to be enabled using systemctl. 17:13:00 Possible reasons for having this kind of units are: 17:13:00 1) A unit may be statically enabled by being symlinked from another unit's 17:13:00 .wants/ or .requires/ directory. 17:13:00 2) A unit's purpose may be to act as a helper for some other unit which has 17:13:00 a requirement dependency on it. 17:13:00 3) A unit may be started when needed via activation (socket, path, timer, 17:13:00 D-Bus, udev, scripted systemctl call, ...). 17:13:00 4) In case of template units, the unit is meant to be enabled with some 17:13:00 instance name specified. 17:13:00 Reading package lists... 17:13:00 Building dependency tree... 17:13:00 Reading state information... 17:13:00 The following additional packages will be installed: 17:13:00 apparmor apt dbus dbus-user-session libapt-pkg5.0 libbsd0 libdbus-1-3 17:13:00 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 17:13:00 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 17:13:00 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 libssl1.1 libsystemd0 17:13:00 mime-support multiarch-support openssh-client python3 python3-minimal 17:13:00 python3.6 python3.6-minimal squashfs-tools systemd 17:13:00 Suggested packages: 17:13:00 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:13:00 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:13:00 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:13:00 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:13:00 systemd-container policykit-1 17:13:00 Recommended packages: 17:13:00 krb5-locales file xauth gnupg networkd-dispatcher 17:13:00 The following NEW packages will be installed: 17:13:00 apparmor dbus dbus-user-session libbsd0 libdbus-1-3 libedit2 libexpat1 17:13:00 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 17:13:00 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib libpython3.6-minimal 17:13:00 libpython3.6-stdlib libssl1.0.0 mime-support multiarch-support 17:13:00 openssh-client python3 python3-minimal python3.6 python3.6-minimal snapd 17:13:00 squashfs-tools sudo 17:13:00 The following packages will be upgraded: 17:13:00 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:13:00 5 upgraded, 29 newly installed, 0 to remove and 108 not upgraded. 17:13:00 Need to get 48.9 MB of archives. 17:13:00 After this operation, 186 MB of additional disk space will be used. 17:13:00 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.53 [2915 kB] 17:13:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.17 [1302 kB] 17:13:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [534 kB] 17:13:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.7 [82.6 kB] 17:13:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.7 [1610 kB] 17:13:01 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.53 [206 kB] 17:13:01 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 17:13:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.7 [1710 kB] 17:13:01 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 17:13:01 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:13:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:13:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:13:01 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:13:01 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:13:01 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B] 17:13:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:13:01 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.53 [107 kB] 17:13:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.7 [203 kB] 17:13:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.3 [175 kB] 17:13:01 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus amd64 1.12.2-1ubuntu1.3 [150 kB] 17:13:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:13:01 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:13:01 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:13:01 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:13:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B] 17:13:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB] 17:13:01 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:13:01 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:13:01 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:13:01 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:13:01 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.9 [1088 kB] 17:13:01 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.3 [9392 B] 17:13:01 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] 17:13:01 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.54.3+18.04.2ubuntu0.2 [34.3 MB] 17:13:01 debconf: delaying package configuration, since apt-utils is not installed 17:13:01 Fetched 48.9 MB in 1s (71.8 MB/s) 17:13:01 (Reading database ... 12757 files and directories currently installed.) 17:13:01 Preparing to unpack .../systemd_237-3ubuntu10.53_amd64.deb ... 17:13:01 Unpacking systemd (237-3ubuntu10.53) over (237-3ubuntu10) ... 17:13:02 Preparing to unpack .../libsystemd0_237-3ubuntu10.53_amd64.deb ... 17:13:02 Unpacking libsystemd0:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... 17:13:02 Setting up libsystemd0:amd64 (237-3ubuntu10.53) ... 17:13:02 (Reading database ... 12757 files and directories currently installed.) 17:13:02 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 17:13:02 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 17:13:02 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 17:13:02 (Reading database ... 12757 files and directories currently installed.) 17:13:02 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 17:13:02 Unpacking apt (1.6.14) over (1.6.1) ... 17:13:02 Setting up apt (1.6.14) ... 17:13:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:13:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:13:03 (Reading database ... 12764 files and directories currently installed.) 17:13:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... 17:13:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... 17:13:03 Selecting previously unselected package libpython3.6-minimal:amd64. 17:13:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... 17:13:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... 17:13:03 Selecting previously unselected package libexpat1:amd64. 17:13:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_amd64.deb ... 17:13:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.7) ... 17:13:03 Selecting previously unselected package python3.6-minimal. 17:13:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.7_amd64.deb ... 17:13:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... 17:13:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.17) ... 17:13:04 Checking for services that may need to be restarted...done. 17:13:04 Checking for services that may need to be restarted...done. 17:13:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.7) ... 17:13:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.7) ... 17:13:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.7) ... 17:13:04 Selecting previously unselected package python3-minimal. 17:13:04 (Reading database ... 13012 files and directories currently installed.) 17:13:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:13:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:13:04 Selecting previously unselected package mime-support. 17:13:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:13:04 Unpacking mime-support (3.60ubuntu1) ... 17:13:04 Selecting previously unselected package libmpdec2:amd64. 17:13:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:13:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:13:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:13:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.7_amd64.deb ... 17:13:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... 17:13:04 Selecting previously unselected package python3.6. 17:13:04 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.7_amd64.deb ... 17:13:04 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.7) ... 17:13:04 Selecting previously unselected package libpython3-stdlib:amd64. 17:13:04 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:13:04 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:13:05 Setting up python3-minimal (3.6.7-1~18.04) ... 17:13:05 Selecting previously unselected package python3. 17:13:05 (Reading database ... 13442 files and directories currently installed.) 17:13:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:13:05 Unpacking python3 (3.6.7-1~18.04) ... 17:13:05 Selecting previously unselected package multiarch-support. 17:13:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ... 17:13:05 Unpacking multiarch-support (2.27-3ubuntu1.6) ... 17:13:05 Setting up multiarch-support (2.27-3ubuntu1.6) ... 17:13:05 Selecting previously unselected package liblzo2-2:amd64. 17:13:05 (Reading database ... 13479 files and directories currently installed.) 17:13:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:13:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:13:05 Selecting previously unselected package libdbus-1-3:amd64. 17:13:05 Preparing to unpack .../01-libdbus-1-3_1.12.2-1ubuntu1.3_amd64.deb ... 17:13:05 Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... 17:13:05 Selecting previously unselected package dbus. 17:13:05 Preparing to unpack .../02-dbus_1.12.2-1ubuntu1.3_amd64.deb ... 17:13:05 Unpacking dbus (1.12.2-1ubuntu1.3) ... 17:13:05 Selecting previously unselected package libbsd0:amd64. 17:13:05 Preparing to unpack .../03-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:13:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:13:05 Selecting previously unselected package libpam-systemd:amd64. 17:13:05 Preparing to unpack .../04-libpam-systemd_237-3ubuntu10.53_amd64.deb ... 17:13:05 Unpacking libpam-systemd:amd64 (237-3ubuntu10.53) ... 17:13:05 Selecting previously unselected package sudo. 17:13:05 Preparing to unpack .../05-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:13:05 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:13:05 Selecting previously unselected package apparmor. 17:13:05 Preparing to unpack .../06-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:13:05 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:13:05 Selecting previously unselected package libedit2:amd64. 17:13:05 Preparing to unpack .../07-libedit2_3.1-20170329-1_amd64.deb ... 17:13:05 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:13:05 Selecting previously unselected package libkrb5support0:amd64. 17:13:06 Preparing to unpack .../08-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:13:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:13:06 Selecting previously unselected package libk5crypto3:amd64. 17:13:06 Preparing to unpack .../09-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:13:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:13:06 Selecting previously unselected package libkeyutils1:amd64. 17:13:06 Preparing to unpack .../10-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ... 17:13:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... 17:13:06 Selecting previously unselected package libkrb5-3:amd64. 17:13:06 Preparing to unpack .../11-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:13:06 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:13:06 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:13:06 Preparing to unpack .../12-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:13:06 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:13:06 Selecting previously unselected package libssl1.0.0:amd64. 17:13:06 Preparing to unpack .../13-libssl1.0.0_1.0.2n-1ubuntu5.9_amd64.deb ... 17:13:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... 17:13:06 Selecting previously unselected package openssh-client. 17:13:06 Preparing to unpack .../14-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ... 17:13:06 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ... 17:13:06 Selecting previously unselected package dbus-user-session. 17:13:06 Preparing to unpack .../15-dbus-user-session_1.12.2-1ubuntu1.3_amd64.deb ... 17:13:06 Unpacking dbus-user-session (1.12.2-1ubuntu1.3) ... 17:13:06 Selecting previously unselected package squashfs-tools. 17:13:06 Preparing to unpack .../16-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... 17:13:06 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 17:13:06 Selecting previously unselected package snapd. 17:13:06 Preparing to unpack .../17-snapd_2.54.3+18.04.2ubuntu0.2_amd64.deb ... 17:13:06 Unpacking snapd (2.54.3+18.04.2ubuntu0.2) ... 17:13:10 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:13:10 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.9) ... 17:13:10 Setting up mime-support (3.60ubuntu1) ... 17:13:10 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:13:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:13:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:13:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:10 Setting up systemd (237-3ubuntu10.53) ... 17:13:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:13:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ... 17:13:10 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:13:10 Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.3) ... 17:13:10 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:13:10 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.7) ... 17:13:10 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:13:10 Setting up python3.6 (3.6.9-1~18.04ubuntu1.7) ... 17:13:11 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 17:13:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:13:11 Setting up dbus (1.12.2-1ubuntu1.3) ... 17:13:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:13:11 Setting up libpam-systemd:amd64 (237-3ubuntu10.53) ... 17:13:11 Setting up python3 (3.6.7-1~18.04) ... 17:13:11 running python rtupdate hooks for python3.6... 17:13:11 running python post-rtupdate hooks for python3.6... 17:13:11 Setting up apparmor (2.12-4ubuntu5.1) ... 17:13:12 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:13:12 Setting up dbus-user-session (1.12.2-1ubuntu1.3) ... 17:13:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:13:12 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ... 17:13:12 Setting up snapd (2.54.3+18.04.2ubuntu0.2) ... 17:13:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:13:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:13:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:13:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:13:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:13:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:13:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:13:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:13:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:13:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:13:14 /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' 17:13:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:13:14 Processing triggers for systemd (237-3ubuntu10.53) ... 17:13:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:13:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:13:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:13:16 Reading package lists... 17:13:16 Reading package lists... 17:13:16 Building dependency tree... 17:13:16 Reading state information... 17:13:17 Calculating upgrade... 17:13:17 The following packages will be upgraded: 17:13:17 advancecomp base-files bash binutils binutils-common 17:13:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:13:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:13:17 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 17:13:17 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 17:13:17 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:13:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:13:17 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 17:13:17 libkmod2 liblsan0 liblz4-1 liblzma5 libmount1 libmpx2 libncurses5 17:13:17 libncursesw5 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin 17:13:17 libpam-runtime libpam0g libpcre3 libperl5.26 libpng16-16 libprocps6 17:13:17 libquadmath0 libseccomp2 libsepol1 libsmartcols1 libsqlite3-0 libss2 17:13:17 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:13:17 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:13:17 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:13:17 procps systemd-sysv tar tzdata ubuntu-keyring util-linux xz-utils zlib1g 17:13:17 108 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:13:17 Need to get 64.9 MB of archives. 17:13:17 After this operation, 5211 kB of additional disk space will be used. 17:13:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB] 17:13:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-180.189 [990 kB] 17:13:17 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB] 17:13:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.6 [2831 kB] 17:13:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] 17:13:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:13:17 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:13:17 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:13:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:13:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:13:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.6 [640 kB] 17:13:17 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:13:17 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:13:17 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:13:17 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:13:17 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 17:13:17 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] 17:13:17 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 17:13:17 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.53 [13.2 kB] 17:13:17 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] 17:13:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:13:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] 17:13:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 17:13:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:13:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:13:17 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] 17:13:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:13:17 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:13:17 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:13:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:13:18 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:13:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:13:18 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:13:18 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:13:18 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:13:18 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:13:18 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:13:18 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:13:18 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:13:18 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:13:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:13:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bash amd64 4.4.18-2ubuntu1.3 [615 kB] 17:13:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:13:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.3 [234 kB] 17:13:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg amd64 1.19.0.5ubuntu2.4 [1137 kB] 17:13:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:13:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:13:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gzip amd64 1.6-5ubuntu1.2 [90.3 kB] 17:13:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 login amd64 1:4.5-1ubuntu2.2 [308 kB] 17:13:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:13:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:13:18 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:13:18 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:13:18 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:13:18 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:13:18 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:13:18 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-0ubuntu2.1 [56.4 kB] 17:13:18 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:13:18 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:13:18 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:13:18 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:13:18 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:13:18 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:13:18 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:13:18 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:13:18 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:13:18 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] 17:13:18 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 17:13:18 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblzma5 amd64 5.2.2-1.3ubuntu0.1 [91.1 kB] 17:13:18 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpcre3 amd64 2:8.39-9ubuntu0.1 [231 kB] 17:13:19 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsepol1 amd64 2.7-1ubuntu0.1 [250 kB] 17:13:19 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:13:19 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:13:19 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 passwd amd64 1:4.5-1ubuntu2.2 [818 kB] 17:13:19 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.5 [198 kB] 17:13:19 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 17:13:19 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 17:13:19 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:13:19 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:13:19 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.2 [43.0 kB] 17:13:19 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.17 [614 kB] 17:13:19 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] 17:13:19 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:13:19 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:13:19 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.5 [499 kB] 17:13:19 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2022a-0ubuntu0.18.04 [190 kB] 17:13:19 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB] 17:13:19 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:13:19 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:13:19 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] 17:13:19 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] 17:13:19 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] 17:13:19 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] 17:13:19 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:13:19 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:13:19 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:13:19 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:13:19 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:13:20 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:13:20 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:13:20 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:13:20 Get:102 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:13:20 Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:13:20 Get:104 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB] 17:13:20 Get:105 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB] 17:13:20 Get:106 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:13:20 Get:107 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:13:20 Get:108 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:13:20 debconf: delaying package configuration, since apt-utils is not installed 17:13:20 Fetched 64.9 MB in 3s (20.9 MB/s) 17:13:20 (Reading database ... 13984 files and directories currently installed.) 17:13:20 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.6_amd64.deb ... 17:13:20 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... 17:13:20 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ... 17:13:20 Unpacking libc-dev-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... 17:13:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-180.189_amd64.deb ... 17:13:21 Unpacking linux-libc-dev:amd64 (4.15.0-180.189) over (4.15.0-20.21) ... 17:13:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:22 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:22 (Reading database ... 13984 files and directories currently installed.) 17:13:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:13:22 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:13:22 (Reading database ... 13984 files and directories currently installed.) 17:13:22 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:22 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:13:22 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:13:22 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:22 (Reading database ... 13984 files and directories currently installed.) 17:13:22 Preparing to unpack .../libc6_2.27-3ubuntu1.6_amd64.deb ... 17:13:22 Unpacking libc6:amd64 (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... 17:13:23 Setting up libc6:amd64 (2.27-3ubuntu1.6) ... 17:13:23 (Reading database ... 13984 files and directories currently installed.) 17:13:23 Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... 17:13:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:13:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:13:23 Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... 17:13:23 Setting up base-files (10.1ubuntu2.11) ... 17:13:23 Removing intermediate container cf200ea5dcb1 17:13:23 ---> 7305e8059a6c 17:13:23 Successfully built 7305e8059a6c 17:13:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:23 Installing new version of config file /etc/issue ... 17:13:23 Installing new version of config file /etc/issue.net ... 17:13:23 Installing new version of config file /etc/lsb-release ... 17:13:23 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:13:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:13:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:13:23 Removing obsolete conffile /etc/default/motd-news ... 17:13:23 (Reading database ... 13985 files and directories currently installed.) 17:13:23 Preparing to unpack .../bash_4.4.18-2ubuntu1.3_amd64.deb ... 17:13:23 Unpacking bash (4.4.18-2ubuntu1.3) over (4.4.18-2ubuntu1) ... 17:13:23 Setting up bash (4.4.18-2ubuntu1.3) ... 17:13:23 + docker inspect -f . ci-base-image-arm64 17:13:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:24 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 17:13:24 (Reading database ... 13985 files and directories currently installed.) 17:13:24 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:24 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:13:24 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:13:24 (Reading database ... 13985 files and directories currently installed.) 17:13:24 Preparing to unpack .../tar_1.29b-2ubuntu0.3_amd64.deb ... 17:13:24 Unpacking tar (1.29b-2ubuntu0.3) over (1.29b-2) ... 17:13:24 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 17:13:24 $ 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 17:13:24 Setting up tar (1.29b-2ubuntu0.3) ... 17:13:24 (Reading database ... 13985 files and directories currently installed.) 17:13:24 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.4_amd64.deb ... 17:13:24 Unpacking dpkg (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... 17:13:25 Setting up dpkg (1.19.0.5ubuntu2.4) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:13:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:13:25 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:13:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:13:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:13:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:13:25 Setting up grep (3.1-2build1) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../gzip_1.6-5ubuntu1.2_amd64.deb ... 17:13:25 Unpacking gzip (1.6-5ubuntu1.2) over (1.6-5ubuntu1) ... 17:13:25 Setting up gzip (1.6-5ubuntu1.2) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../login_1%3a4.5-1ubuntu2.2_amd64.deb ... 17:13:25 Unpacking login (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... 17:13:25 $ docker top 60204e945edb08a71d9072c4a659632adaabb0c2500848d6349f6913680bdf1d -eo pid,comm 17:13:25 Setting up login (1:4.5-1ubuntu2.2) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:25 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:25 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:13:25 (Reading database ... 13985 files and directories currently installed.) 17:13:25 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:13:25 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh 17:13:26 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:13:26 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:26 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:13:26 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:26 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:13:26 (Reading database ... 13985 files and directories currently installed.) 17:13:26 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:13:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:13:26 + go version 17:13:26 go version go1.17.6 linux/arm64 [Pipeline] } 17:13:26 $ docker stop --time=1 60204e945edb08a71d9072c4a659632adaabb0c2500848d6349f6913680bdf1d 17:13:27 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:13:27 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:13:27 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:13:27 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:13:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:13:27 (Reading database ... 13985 files and directories currently installed.) 17:13:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:13:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:13:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:13:27 (Reading database ... 13985 files and directories currently installed.) 17:13:27 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-0ubuntu2.1_amd64.deb ... 17:13:27 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) over (1:1.2.11.dfsg-0ubuntu2) ... 17:13:27 Setting up zlib1g:amd64 (1:1.2.11.dfsg-0ubuntu2.1) ... 17:13:27 (Reading database ... 13985 files and directories currently installed.) 17:13:27 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:27 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:27 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:27 (Reading database ... 13985 files and directories currently installed.) 17:13:27 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:27 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:27 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:27 (Reading database ... 13985 files and directories currently installed.) 17:13:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:27 (Reading database ... 13985 files and directories currently installed.) 17:13:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:13:28 (Reading database ... 13985 files and directories currently installed.) 17:13:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:28 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:13:28 $ docker rm -f 60204e945edb08a71d9072c4a659632adaabb0c2500848d6349f6913680bdf1d 17:13:28 (Reading database ... 13985 files and directories currently installed.) 17:13:28 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:13:28 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:13:28 (Reading database ... 13985 files and directories currently installed.) 17:13:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:28 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:13:28 (Reading database ... 13985 files and directories currently installed.) 17:13:28 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:28 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:28 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:13:28 (Reading database ... 13985 files and directories currently installed.) 17:13:28 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:28 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:29 + docker inspect -f . ci-base-image-arm64 17:13:29 . 17:13:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:13:29 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 17:13:29 $ 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 17:13:29 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:13:29 (Reading database ... 13985 files and directories currently installed.) 17:13:29 Preparing to unpack .../libc-bin_2.27-3ubuntu1.6_amd64.deb ... 17:13:29 Unpacking libc-bin (2.27-3ubuntu1.6) over (2.27-3ubuntu1) ... 17:13:29 Setting up libc-bin (2.27-3ubuntu1.6) ... 17:13:30 (Reading database ... 13985 files and directories currently installed.) 17:13:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:13:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:13:30 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:13:30 (Reading database ... 13987 files and directories currently installed.) 17:13:30 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:13:30 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:13:30 Setting up debconf (1.5.66ubuntu1) ... 17:13:30 (Reading database ... 13987 files and directories currently installed.) 17:13:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:13:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:13:30 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:13:30 (Reading database ... 13987 files and directories currently installed.) 17:13:30 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:13:30 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:13:30 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:13:30 (Reading database ... 13987 files and directories currently installed.) 17:13:30 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 17:13:30 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 17:13:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 17:13:30 (Reading database ... 13987 files and directories currently installed.) 17:13:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 17:13:30 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 17:13:30 $ docker top d6da9016ffb9450a2d60de8cd2ef36ec6a1ff3a6bb51e48bccfede794db7c04f -eo pid,comm 17:13:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 17:13:31 (Reading database ... 13989 files and directories currently installed.) 17:13:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 17:13:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 17:13:31 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [Pipeline] { [Pipeline] echo 17:13:31 ========================================================= 17:13:31 [edgeXBuildGoParallel] Running Tests and Build... 17:13:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 17:13:31 (Reading database ... 13993 files and directories currently installed.) 17:13:31 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:13:31 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:13:31 Preparing to unpack .../systemd-sysv_237-3ubuntu10.53_amd64.deb ... 17:13:31 Unpacking systemd-sysv (237-3ubuntu10.53) over (237-3ubuntu10) ... 17:13:31 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:13:31 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:13:31 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:13:31 (Reading database ... 13993 files and directories currently installed.) 17:13:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... 17:13:31 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... 17:13:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... 17:13:31 (Reading database ... 13993 files and directories currently installed.) 17:13:31 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 17:13:31 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 17:13:31 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 17:13:31 (Reading database ... 13993 files and directories currently installed.) 17:13:31 Preparing to unpack .../liblzma5_5.2.2-1.3ubuntu0.1_amd64.deb ... 17:13:31 Unpacking liblzma5:amd64 (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... 17:13:31 Setting up liblzma5:amd64 (5.2.2-1.3ubuntu0.1) ... 17:13:31 (Reading database ... 13993 files and directories currently installed.) 17:13:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 17:13:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 17:13:32 + make test 17:13:32 go mod tidy 17:13:32 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 17:13:32 (Reading database ... 13993 files and directories currently installed.) 17:13:32 Preparing to unpack .../libpcre3_2%3a8.39-9ubuntu0.1_amd64.deb ... 17:13:32 Unpacking libpcre3:amd64 (2:8.39-9ubuntu0.1) over (2:8.39-9) ... 17:13:32 Setting up libpcre3:amd64 (2:8.39-9ubuntu0.1) ... 17:13:32 (Reading database ... 13993 files and directories currently installed.) 17:13:32 Preparing to unpack .../libsepol1_2.7-1ubuntu0.1_amd64.deb ... 17:13:32 Unpacking libsepol1:amd64 (2.7-1ubuntu0.1) over (2.7-1) ... 17:13:32 Setting up libsepol1:amd64 (2.7-1ubuntu0.1) ... 17:13:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:13:32 (Reading database ... 13993 files and directories currently installed.) 17:13:32 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:13:32 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:13:32 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:13:32 (Reading database ... 13993 files and directories currently installed.) 17:13:32 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:13:32 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:13:32 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:13:32 (Reading database ... 13993 files and directories currently installed.) 17:13:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2.2_amd64.deb ... 17:13:32 Unpacking passwd (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu1) ... 17:13:32 Setting up passwd (1:4.5-1ubuntu2.2) ... 17:13:33 (Reading database ... 13993 files and directories currently installed.) 17:13:33 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.5_amd64.deb ... 17:13:33 Unpacking gpgv (2.2.4-1ubuntu1.5) over (2.2.4-1ubuntu1) ... 17:13:33 Setting up gpgv (2.2.4-1ubuntu1.5) ... 17:13:33 (Reading database ... 13993 files and directories currently installed.) 17:13:33 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 17:13:33 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 17:13:33 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 17:13:33 (Reading database ... 13993 files and directories currently installed.) 17:13:33 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 17:13:33 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 17:13:33 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 17:13:33 (Reading database ... 13993 files and directories currently installed.) 17:13:33 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:13:33 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:13:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:13:33 (Reading database ... 13993 files and directories currently installed.) 17:13:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:13:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:13:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:13:33 (Reading database ... 13993 files and directories currently installed.) 17:13:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:13:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:13:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:13:34 (Reading database ... 13993 files and directories currently installed.) 17:13:34 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... 17:13:34 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... 17:13:34 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... 17:13:34 (Reading database ... 13993 files and directories currently installed.) 17:13:34 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ... 17:13:34 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.3.1-2.1ubuntu4) ... 17:13:34 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ... 17:13:34 (Reading database ... 13993 files and directories currently installed.) 17:13:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 17:13:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 17:13:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 17:13:34 (Reading database ... 13994 files and directories currently installed.) 17:13:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:13:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:13:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:13:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:13:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.17_amd64.deb ... 17:13:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.17) over (1.1.0g-2ubuntu4) ... 17:13:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... 17:13:34 Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... 17:13:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:13:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:13:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:13:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:13:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:13:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:13:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:13:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:13:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:13:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:13:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:13:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:13:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb ... 17:13:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) over (3.22.0-1) ... 17:13:35 Preparing to unpack .../11-tzdata_2022a-0ubuntu0.18.04_all.deb ... 17:13:35 Unpacking tzdata (2022a-0ubuntu0.18.04) over (2018d-1) ... 17:13:35 Preparing to unpack .../12-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ... 17:13:35 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) over (5.2.2-1.3) ... 17:13:35 Preparing to unpack .../13-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:13:35 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:13:35 Preparing to unpack .../14-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:13:35 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:13:35 Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... 17:13:35 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 17:13:36 Preparing to unpack .../16-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 17:13:36 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 17:13:36 Preparing to unpack .../17-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 17:13:36 Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 17:13:36 Preparing to unpack .../18-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... 17:13:36 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 17:13:36 Preparing to unpack .../19-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:36 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:36 Preparing to unpack .../20-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:36 Preparing to unpack .../21-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:36 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:36 Preparing to unpack .../22-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:36 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:37 Preparing to unpack .../23-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:38 Preparing to unpack .../24-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:38 Preparing to unpack .../25-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:38 Preparing to unpack .../26-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:39 Preparing to unpack .../27-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:13:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:13:39 Preparing to unpack .../28-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:13:39 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:13:39 Preparing to unpack .../29-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ... 17:13:39 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... 17:13:39 Preparing to unpack .../30-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ... 17:13:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) over (1.19.0.5ubuntu2) ... 17:13:40 Preparing to unpack .../31-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:13:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:13:40 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:13:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:13:40 Preparing to unpack .../33-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:13:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:13:40 Preparing to unpack .../34-pkgbinarymangler_138.18.04.1_all.deb ... 17:13:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:13:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:13:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:13:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:13:40 Setting up tzdata (2022a-0ubuntu0.18.04) ... 17:13:40 17:13:40 Current default time zone: 'Etc/UTC' 17:13:40 Local time is now: Fri Jun 3 17:13:40 UTC 2022. 17:13:40 Universal Time is now: Fri Jun 3 17:13:40 UTC 2022. 17:13:40 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:13:40 17:13:40 Setting up systemd-sysv (237-3ubuntu10.53) ... 17:13:40 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up linux-libc-dev:amd64 (4.15.0-180.189) ... 17:13:40 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:13:40 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:13:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:13:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:13:40 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:13:40 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:13:40 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:13:40 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:13:40 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:13:40 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... 17:13:40 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:40 Setting up patch (2.7.6-2ubuntu1.1) ... 17:13:40 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:13:40 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:13:40 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ... 17:13:40 Setting up openssl (1.1.1-1ubuntu2.1~18.04.17) ... 17:13:40 Installing new version of config file /etc/ssl/openssl.cnf ... 17:13:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) ... 17:13:40 Setting up libc-dev-bin (2.27-3ubuntu1.6) ... 17:13:40 Setting up ca-certificates (20210119~18.04.2) ... 17:13:42 Updating certificates in /etc/ssl/certs... 17:13:43 23 added, 28 removed; done. 17:13:43 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ... 17:13:43 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:13:43 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:13:43 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:13:43 Setting up pkgbinarymangler (138.18.04.1) ... 17:13:43 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... 17:13:43 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up perl (5.26.1-6ubuntu0.5) ... 17:13:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... 17:13:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:13:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ... 17:13:43 Setting up binutils (2.30-21ubuntu1~18.04.7) ... 17:13:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:13:43 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:13:43 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ... 17:13:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:13:43 Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 17:13:43 Processing triggers for systemd (237-3ubuntu10.53) ... 17:13:43 Processing triggers for mime-support (3.60ubuntu1) ... 17:13:43 Processing triggers for ca-certificates (20210119~18.04.2) ... 17:13:43 Updating certificates in /etc/ssl/certs... 17:13:44 0 added, 0 removed; done. 17:13:44 Running hooks in /etc/ca-certificates/update.d... 17:13:44 done. 17:13:45 Reading package lists... 17:13:45 Building dependency tree... 17:13:45 Reading state information... 17:13:45 The following NEW packages will be installed: 17:13:45 apt-transport-https 17:13:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:13:45 Need to get 4348 B of archives. 17:13:45 After this operation, 154 kB of additional disk space will be used. 17:13:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 17:13:45 debconf: delaying package configuration, since apt-utils is not installed 17:13:45 Fetched 4348 B in 0s (24.8 kB/s) 17:13:45 Selecting previously unselected package apt-transport-https. 17:13:45 (Reading database ... 14001 files and directories currently installed.) 17:13:45 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 17:13:45 Unpacking apt-transport-https (1.6.14) ... 17:13:45 Setting up apt-transport-https (1.6.14) ... 17:13:45 Waiting for network to be ready... 17:13:52 2022-06-03T17:13:49Z INFO Waiting for automatic snapd restart... 17:13:53 snapd 2.55.5 from Canonical* installed 17:13:54 "snapd" switched to the "latest/stable" channel 17:13:54 17:13:57 core18 20220428 from Canonical* installed 17:14:00 core20 20220512 from Canonical* installed 17:14:00 "core20" switched to the "latest/stable" channel 17:14:00 17:14:02 snapcraft 6.1 from Canonical* installed 17:14:02 "snapcraft" switched to the "latest/stable" channel 17:14:02 17:14:05 ? github.com/edgexfoundry/edgex-go [no test files] 17:14:08 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: 17:14:08 - README.md 17:14:08 17:14:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:14:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:14:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:14:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:14:10 Reading package lists... 17:14:11 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 17:14:13 Reading package lists... 17:14:13 Building dependency tree... 17:14:13 Reading state information... 17:14:13 Suggested packages: 17:14:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:14:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:14:13 Recommended packages: 17:14:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:14:13 The following NEW packages will be installed: 17:14:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:14:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:14:13 pkg-config zip 17:14:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:14:13 Need to get 7670 kB of archives. 17:14:13 After this operation, 43.8 MB of additional disk space will be used. 17:14:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB] 17:14:13 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:14:13 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:14:13 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:14:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:14:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:14:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:14:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:14:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:14:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:14:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.18 [219 kB] 17:14:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.11 [804 kB] 17:14:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.11 [3925 kB] 17:14:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:14:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:14:14 debconf: delaying package configuration, since apt-utils is not installed 17:14:14 Fetched 7670 kB in 1s (7011 kB/s) 17:14:14 Selecting previously unselected package libglib2.0-0:amd64. 17:14:14 (Reading database ... 14005 files and directories currently installed.) 17:14:14 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... 17:14:14 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... 17:14:15 Selecting previously unselected package libpsl5:amd64. 17:14:15 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:14:15 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:14:15 Selecting previously unselected package libnghttp2-14:amd64. 17:14:15 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:14:15 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:14:15 Selecting previously unselected package librtmp1:amd64. 17:14:15 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:14:15 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:14:15 Selecting previously unselected package libcurl3-gnutls:amd64. 17:14:15 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.18_amd64.deb ... 17:14:15 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... 17:14:15 Selecting previously unselected package liberror-perl. 17:14:15 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:14:15 Unpacking liberror-perl (0.17025-1) ... 17:14:15 Selecting previously unselected package git-man. 17:14:15 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.11_all.deb ... 17:14:15 Unpacking git-man (1:2.17.1-1ubuntu0.11) ... 17:14:15 Selecting previously unselected package git. 17:14:15 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.11_amd64.deb ... 17:14:15 Unpacking git (1:2.17.1-1ubuntu0.11) ... 17:14:15 Selecting previously unselected package libnorm1:amd64. 17:14:15 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:14:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:14:16 Selecting previously unselected package libpgm-5.2-0:amd64. 17:14:16 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:14:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:14:16 Selecting previously unselected package libsodium23:amd64. 17:14:16 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:14:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:14:16 Selecting previously unselected package libzmq5:amd64. 17:14:16 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:14:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:14:16 Selecting previously unselected package libzmq3-dev:amd64. 17:14:16 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:14:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:14:16 Selecting previously unselected package pkg-config. 17:14:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:14:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:14:16 Selecting previously unselected package zip. 17:14:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:14:16 Unpacking zip (3.0-11build1) ... 17:14:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:14:16 Setting up git-man (1:2.17.1-1ubuntu0.11) ... 17:14:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:14:16 Setting up liberror-perl (0.17025-1) ... 17:14:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:14:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... 17:14:16 No schema files found: doing nothing. 17:14:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:14:16 Setting up zip (3.0-11build1) ... 17:14:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:14:16 Setting up libsodium23:amd64 (1.0.16-2) ... 17:14:16 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:14:16 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:14:16 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.18) ... 17:14:16 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:14:16 Setting up git (1:2.17.1-1ubuntu0.11) ... 17:14:16 Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 17:14:17 git set to automatically installed. 17:14:17 git-man set to automatically installed. 17:14:17 libcurl3-gnutls set to automatically installed. 17:14:17 liberror-perl set to automatically installed. 17:14:17 libglib2.0-0 set to automatically installed. 17:14:17 libnghttp2-14 set to automatically installed. 17:14:17 libnorm1 set to automatically installed. 17:14:17 libpgm-5.2-0 set to automatically installed. 17:14:17 libpsl5 set to automatically installed. 17:14:17 librtmp1 set to automatically installed. 17:14:17 libsodium23 set to automatically installed. 17:14:17 libzmq3-dev set to automatically installed. 17:14:17 libzmq5 set to automatically installed. 17:14:17 pkg-config set to automatically installed. 17:14:17 zip set to automatically installed. 17:14:18 snapd is not logged in, snap install commands will use sudo 17:14:26 go (1.16/stable) 1.16.15 from Michael Hudson-Doyle (mwhudson) installed 17:14:26 Downloading snap 'edgex-app-service-configurable' 17:14:27 Pulling app-service-configurable 17:14:27 + snapcraftctl pull 17:14:29 Pulling config-common 17:14:29 + snapcraftctl pull 17:14:30 Pulling go-build-helper 17:14:30 + snapcraftctl pull 17:14:31 'edgex-go' has dependencies that need to be staged: go-build-helper 17:14:31 Skipping pull go-build-helper (already ran) 17:14:31 Building go-build-helper 17:14:31 + snapcraftctl build 17:14:35 Staging go-build-helper 17:14:35 + snapcraftctl stage 17:14:39 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:14:39 Fetched 224 kB in 0s (0 B/s) 17:14:39 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:14:39 Fetched 157 kB in 0s (0 B/s) 17:14:39 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:14:39 Fetched 221 kB in 0s (0 B/s) 17:14:39 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:14:39 Fetched 143 kB in 0s (0 B/s) 17:14:39 Pulling edgex-go 17:14:39 + snapcraftctl pull 17:14:40 Pulling hooks 17:14:40 + snapcraftctl pull 17:14:55 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:14:55 Fetched 96.5 kB in 0s (0 B/s) 17:14:55 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:14:55 Fetched 279 kB in 0s (0 B/s) 17:14:55 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:14:55 Fetched 122 kB in 0s (0 B/s) 17:14:55 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:14:55 Fetched 77.8 kB in 0s (0 B/s) 17:14:55 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:14:55 Fetched 8848 B in 0s (0 B/s) 17:14:55 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:14:55 Fetched 47.8 kB in 0s (0 B/s) 17:14:55 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:14:55 Fetched 45.6 kB in 0s (0 B/s) 17:14:55 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [15.0 kB] 17:14:55 Fetched 15.0 kB in 0s (0 B/s) 17:14:55 Get:1 libcurl4_7.58.0-2ubuntu3.18_amd64.deb [220 kB] 17:14:55 Fetched 220 kB in 0s (0 B/s) 17:14:55 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb [154 kB] 17:14:55 Fetched 154 kB in 0s (0 B/s) 17:14:55 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:14:55 Fetched 50.6 kB in 0s (0 B/s) 17:14:55 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:14:55 Fetched 14.8 kB in 0s (0 B/s) 17:14:55 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:14:55 Fetched 41.8 kB in 0s (0 B/s) 17:14:55 Get:1 libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb [499 kB] 17:14:55 Fetched 499 kB in 0s (0 B/s) 17:14:55 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:14:55 Fetched 111 kB in 0s (0 B/s) 17:14:55 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:14:55 Fetched 240 kB in 0s (0 B/s) 17:14:55 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:14:55 Fetched 29.3 kB in 0s (0 B/s) 17:14:55 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:14:55 Fetched 85.5 kB in 0s (0 B/s) 17:14:55 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:14:55 Fetched 24.5 kB in 0s (0 B/s) 17:14:55 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb [49.2 kB] 17:14:55 Fetched 49.2 kB in 0s (0 B/s) 17:14:55 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:14:55 Fetched 54.2 kB in 0s (0 B/s) 17:14:55 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:14:55 Fetched 30.8 kB in 0s (0 B/s) 17:14:55 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb [15.8 kB] 17:14:55 Fetched 15.8 kB in 0s (0 B/s) 17:14:55 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:14:55 Fetched 85.9 kB in 0s (0 B/s) 17:14:55 Get:1 libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb [8764 B] 17:14:55 Fetched 8764 B in 0s (0 B/s) 17:14:55 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 17:14:55 Fetched 140 kB in 0s (0 B/s) 17:14:55 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:14:55 Fetched 119 kB in 0s (0 B/s) 17:14:55 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 17:14:55 Fetched 111 kB in 0s (0 B/s) 17:14:55 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:14:55 Fetched 11.1 kB in 0s (0 B/s) 17:14:55 Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] 17:14:55 Fetched 646 kB in 0s (0 B/s) 17:14:55 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:14:55 Fetched 41.3 kB in 0s (0 B/s) 17:14:55 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:14:55 Fetched 17.9 kB in 0s (0 B/s) 17:14:55 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:14:55 Fetched 368 kB in 0s (0 B/s) 17:14:55 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:14:55 Fetched 187 kB in 0s (0 B/s) 17:14:55 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:14:55 Fetched 175 kB in 0s (0 B/s) 17:14:55 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:14:55 Fetched 206 kB in 0s (0 B/s) 17:14:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.17_amd64.deb [1302 kB] 17:14:55 Fetched 1302 kB in 0s (0 B/s) 17:14:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:14:55 Fetched 36.2 kB in 0s (0 B/s) 17:14:55 Get:1 curl_7.58.0-2ubuntu3.18_amd64.deb [159 kB] 17:14:55 Fetched 159 kB in 0s (0 B/s) 17:14:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:14:55 Fetched 107 kB in 0s (0 B/s) 17:14:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:14:55 Fetched 48.7 kB in 0s (0 B/s) 17:14:55 Pulling static-packages 17:14:55 + snapcraftctl pull 17:14:57 Pulling version 17:14:57 + cd /root/project 17:14:57 + git describe --tags --abbrev=0 17:14:57 + sed s/v// 17:14:57 + GIT_VERSION=2.1.1-dev.6 17:14:57 + [ -z 2.1.1-dev.6 ] 17:14:57 + snapcraftctl set-version 2.1.1-dev.6 17:14:58 Building app-service-configurable 17:14:58 + snapcraftctl build 17:15:00 Building config-common 17:15:00 + snapcraftctl build 17:15:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:15:02 Skipping build go-build-helper (already ran) 17:15:02 Building edgex-go 17:15:02 + cd /root/parts/edgex-go/src 17:15:02 + git describe --tags --abbrev=0 17:15:02 + sed s/v// 17:15:02 + GIT_VERSION=2.1.1-dev.6 17:15:02 + [ -z 2.1.1-dev.6 ] 17:15:02 + echo 2.1.1-dev.6 17:15:02 skipping... 17:15:02 + [ ! -d vendor ] 17:15:02 + echo skipping... 17:15:02 + make build 17:15:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/core-data/core-data ./cmd/core-data 17:15:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:15:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:15:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:15:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:15:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:15:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:15:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:15:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 17:15:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/core-command/core-command ./cmd/core-command 17:15:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:15:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:15:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:15:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:15:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:15:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:15:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.206s coverage: 28.7% of statements 17:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:15:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:15:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:15:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/secrets-config ./cmd/secrets-config 17:15:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.1.1-dev.6" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.372s coverage: 98.5% of statements 17:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 17:15:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.411s coverage: 44.7% of statements 17:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:15:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:15:28 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:15:28 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:15:28 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:15:28 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:15:28 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:15:28 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:15:28 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:15:28 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:15:28 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:15:28 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:15:28 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:15:28 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:15:28 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:15:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:15:28 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:15:28 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:15:28 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:15:28 + 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 17:15:28 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:15:28 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:15:28 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 17:15:28 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:15:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:15:28 + 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 17:15:28 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:15:28 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:15:28 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:15:29 Building hooks 17:15:29 + cd /root/parts/hooks/src 17:15:29 + make build 17:15:29 go mod tidy 17:15:30 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 17:15:30 go: downloading github.com/stretchr/testify v1.7.0 17:15:30 go: downloading github.com/davecgh/go-spew v1.1.0 17:15:30 go: downloading github.com/pmezard/go-difflib v1.0.0 17:15:30 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:15:30 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 17:15:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.647s coverage: 89.5% of statements 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 17:15:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.284s coverage: 83.8% of statements 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:15:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:15:31 GO111MODULE=on go build -o cmd/install/install ./cmd/install 17:15:31 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 17:15:31 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 17:15:34 Building static-packages 17:15:34 + snapcraftctl build 17:15:36 Building version 17:15:36 + snapcraftctl build 17:15:38 Staging app-service-configurable 17:15:38 + snapcraftctl stage 17:15:40 Staging config-common 17:15:40 + snapcraftctl stage 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.716s coverage: 94.2% of statements 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/io 0.219s coverage: 59.1% of statements 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.223s coverage: 60.0% of statements 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.350s coverage: 0.9% of statements 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.187s coverage: 58.8% of statements 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.187s coverage: 21.7% of statements 17:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.276s coverage: 47.1% of statements 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.245s coverage: 79.5% of statements 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.242s coverage: 94.1% of statements 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.241s coverage: 96.3% of statements 17:15:41 Skipping stage go-build-helper (already ran) 17:15:41 Staging edgex-go 17:15:41 + snapcraftctl stage 17:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.200s coverage: 87.5% of statements 17:15:42 Staging hooks 17:15:42 + snapcraftctl stage 17:15:43 Staging static-packages 17:15:43 + snapcraftctl stage 17:15:45 Staging version 17:15:45 + snapcraftctl stage 17:15:46 Priming app-service-configurable 17:15:46 + snapcraftctl prime 17:15:49 The 'app-service-configurable' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part 17:15:49 stage-packages: 17:15:49 - libnorm1 17:15:49 - libpgm-5.2-0 17:15:49 - libsodium23 17:15:49 - libzmq5 17:15:49 Priming config-common 17:15:49 + snapcraftctl prime 17:15:50 Priming go-build-helper 17:15:50 + snapcraftctl prime 17:15:51 Priming edgex-go 17:15:51 + snapcraftctl prime 17:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements 17:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements 17:15:53 Priming hooks 17:15:53 + snapcraftctl prime 17:15:54 Priming static-packages 17:15:54 + snapcraftctl prime 17:15:58 Priming version 17:15:58 + snapcraftctl prime 17:15:59 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 17:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.622s coverage: 82.5% of statements 17:15:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.276s coverage: 92.9% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 65.1% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.196s coverage: 87.2% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.262s coverage: 58.8% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.282s coverage: 80.0% of statements 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.239s coverage: 87.2% of statements 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.291s coverage: 85.4% of statements 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.810s coverage: 91.2% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.771s coverage: 64.4% of statements 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:16:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.177s coverage: 100.0% of statements 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 89.4% of statements 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 17:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 17:16:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 17:16:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.484s coverage: 65.4% of statements 17:16:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:16:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:16:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.842s coverage: 43.8% of statements 17:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.266s coverage: 89.5% of statements 17:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements 17:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.259s coverage: 17.7% of statements 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.653s coverage: 92.3% of statements 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.303s coverage: 63.2% of statements 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.439s coverage: 97.7% of statements 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.194s coverage: 28.9% of statements 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 17:16:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.194s coverage: 100.0% of statements 17:16:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements 17:16:23 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 17:16:23 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:16:23 GO111MODULE=on go vet ./... 17:17:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:17:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:17:45 ./bin/test-attribution-txt.sh [Pipeline] echo 17:17:45 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 17:17:46 + go mod tidy [Pipeline] sh 17:17:47 + ls -al . 17:17:47 total 676 17:17:47 drwxrwxr-x 10 1001 1001 4096 Jun 3 17:17 . 17:17:47 drwxr-xr-x 4 root root 4096 Jun 3 17:13 .. 17:17:47 -rw-rw-r-- 1 1001 1001 11 Jun 3 17:10 .dockerignore 17:17:47 drwxrwxr-x 8 1001 1001 4096 Jun 3 17:11 .git 17:17:47 drwxrwxr-x 4 1001 1001 4096 Jun 3 17:10 .github 17:17:47 -rw-rw-r-- 1 1001 1001 797 Jun 3 17:10 .gitignore 17:17:47 -rw-rw-r-- 1 1001 1001 42 Jun 3 17:10 .golangci.yml 17:17:47 -rw-rw-r-- 1 1001 1001 76 Jun 3 17:10 .hadolint.yml 17:17:47 -rw-rw-r-- 1 1001 1001 166 Jun 3 17:10 .sonarcloud.properties 17:17:47 -rw-rw-r-- 1 1001 1001 1171 Jun 3 17:10 ADOPTERS.md 17:17:47 -rw-rw-r-- 1 1001 1001 8910 Jun 3 17:10 Attribution.txt 17:17:47 -rw-rw-r-- 1 1001 1001 52201 Jun 3 17:10 CHANGELOG.md 17:17:47 -rw-rw-r-- 1 1001 1001 3804 Jun 3 17:10 CONTRIBUTING.md 17:17:47 -rw-rw-r-- 1 1001 1001 677 Jun 3 17:10 GOVERNANCE.md 17:17:47 -rw-rw-r-- 1 1001 1001 849 Jun 3 17:10 Jenkinsfile 17:17:47 -rw-rw-r-- 1 1001 1001 10775 Jun 3 17:10 LICENSE 17:17:47 -rw-rw-r-- 1 1001 1001 6508 Jun 3 17:10 Makefile 17:17:47 -rw-rw-r-- 1 1001 1001 582 Jun 3 17:10 OWNERS.md 17:17:47 -rw-rw-r-- 1 1001 1001 8212 Jun 3 17:10 README.md 17:17:47 -rw-rw-r-- 1 1001 1001 6912 Jun 3 17:10 SECURITY.md 17:17:47 -rw-rw-r-- 1 1001 1001 5 Jun 3 17:06 VERSION 17:17:47 -rw-rw-r-- 1 1001 1001 4131 Jun 3 17:10 ZMQWindows.md 17:17:47 drwxrwxr-x 2 1001 1001 4096 Jun 3 17:10 bin 17:17:47 drwxrwxr-x 14 1001 1001 4096 Jun 3 17:10 cmd 17:17:47 -rw-r--r-- 1 root root 428658 Jun 3 17:16 coverage.out 17:17:47 -rw-rw-r-- 1 1001 1001 822 Jun 3 17:17 go.mod 17:17:47 -rw-rw-r-- 1 1001 1001 49471 Jun 3 17:10 go.sum 17:17:47 drwxrwxr-x 8 1001 1001 4096 Jun 3 17:10 internal 17:17:47 drwxrwxr-x 3 1001 1001 4096 Jun 3 17:10 openapi 17:17:47 drwxrwxr-x 4 1001 1001 4096 Jun 3 17:11 snap 17:17:47 drwxrwxr-x 6 1001 1001 4096 Jun 3 17:11 vendor 17:17:47 -rw-rw-r-- 1 1001 1001 204 Jun 3 17:11 version.go [Pipeline] sh 17:17:48 + '[' -e coverage.out ] 17:17:48 + chown 1001:1001 coverage.out [Pipeline] stash 17:17:48 Warning: overwriting stash ‘coverage-report’ 17:17:49 Stashed 1 file(s) [Pipeline] sh 17:17:50 + make build 17:17:50 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 17:17:56 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 17:18:29 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 17:18:29 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 17:18:33 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 17:18:34 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 17:18:37 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 17:18:42 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 17:18:45 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 17:18:49 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 17:18:53 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 17:18:56 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] } 17:19:03 $ docker stop --time=1 d6da9016ffb9450a2d60de8cd2ef36ec6a1ff3a6bb51e48bccfede794db7c04f 17:19:05 $ docker rm -f d6da9016ffb9450a2d60de8cd2ef36ec6a1ff3a6bb51e48bccfede794db7c04f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:19:07 17:19:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:19:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:19:08 latest: Pulling from edgex-devops/edgex-compose-arm64 17:19:08 29e5d40040c1: Pulling fs layer 17:19:08 1ce36da41761: Pulling fs layer 17:19:08 25b303627fd3: Pulling fs layer 17:19:08 29e5d40040c1: Verifying Checksum 17:19:08 29e5d40040c1: Download complete 17:19:08 1ce36da41761: Verifying Checksum 17:19:08 1ce36da41761: Download complete 17:19:09 29e5d40040c1: Pull complete 17:19:10 25b303627fd3: Verifying Checksum 17:19:10 25b303627fd3: Download complete 17:19:10 1ce36da41761: Pull complete 17:19:22 25b303627fd3: Pull complete 17:19:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:19:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:19:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:19:22 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 17:19:23 $ 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 17:19:25 $ docker top 397958f6e2ca512edd25898ae2e9c0a54e68de91624c8b7a57640f58c6e21263 -eo pid,comm [Pipeline] { [Pipeline] sh 17:19:26 + docker-compose build --help 17:19:26 + grep parallel 17:19:30 --parallel Build images in parallel. [Pipeline] } 17:19:31 $ docker stop --time=1 397958f6e2ca512edd25898ae2e9c0a54e68de91624c8b7a57640f58c6e21263 17:19:32 $ docker rm -f 397958f6e2ca512edd25898ae2e9c0a54e68de91624c8b7a57640f58c6e21263 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:19:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:19:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:19:33 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 17:19:33 $ 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 17:19:35 $ docker top 2f23953e992d7686ad0fe55b9ec9fae340f59ff42fbe0099296db03678076a3e -eo pid,comm [Pipeline] { [Pipeline] sh 17:19:36 + docker-compose -f ./docker-compose-build.yml build --parallel 17:19:41 Building core-command ... 17:19:41 Building core-data ... 17:19:41 Building core-metadata ... 17:19:41 Building security-bootstrapper ... 17:19:41 Building security-proxy-setup ... 17:19:41 Building security-secretstore-setup ... 17:19:41 Building support-notifications ... 17:19:41 Building support-scheduler ... 17:19:41 Building sys-mgmt-agent ... 17:19:41 Building support-notifications 17:19:41 Building security-secretstore-setup 17:19:41 Building core-metadata 17:19:41 Building security-bootstrapper 17:19:41 Building core-data 17:21:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:21:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:21:18 ---> 7305e8059a6c 17:21:18 Step 3/22 : WORKDIR /edgex-go 17:21:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:21:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:21:18 ---> 7305e8059a6c 17:21:18 Step 3/24 : WORKDIR /edgex-go 17:21:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:21:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:21:18 ---> 7305e8059a6c 17:21:18 Step 3/22 : WORKDIR /edgex-go 17:21:18 ---> Running in 66ce4059acfb 17:21:18 ---> Running in 6afa94f89451 17:21:18 ---> Running in 2b93ddf58a14 17:21:18 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:21:18 Step 2/30 : FROM ${BUILDER_BASE} AS builder 17:21:18 ---> 7305e8059a6c 17:21:18 Step 3/30 : WORKDIR /edgex-go 17:21:18 ---> Running in cb60e4f8c207 17:21:18 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:21:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:21:18 ---> 7305e8059a6c 17:21:18 Step 3/21 : WORKDIR /edgex-go 17:21:18 ---> Running in f1849b086253 17:21:18 Removing intermediate container 6afa94f89451 17:21:18 ---> 5d29420a4abb 17:21:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:18 ---> Running in daca634b2908 17:21:18 Removing intermediate container 66ce4059acfb 17:21:18 ---> 4ff5c35519d7 17:21:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:18 Removing intermediate container 2b93ddf58a14 17:21:18 ---> 9e0c0fa5d157 17:21:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:18 Removing intermediate container cb60e4f8c207 17:21:18 ---> 2e314f8b4cbd 17:21:18 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:18 ---> Running in b6a01f56d95b 17:21:18 ---> Running in a0dac86c7f90 17:21:18 ---> Running in aad03260651f 17:21:18 Removing intermediate container f1849b086253 17:21:18 ---> e4aa3ea31ed6 17:21:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:18 ---> Running in 8823615e0055 17:21:19 Removing intermediate container daca634b2908 17:21:19 ---> 0711a818a59c 17:21:19 Step 5/22 : RUN apk add --update --no-cache make git 17:21:20 ---> Running in 1299ad5eac43 17:21:20 Removing intermediate container b6a01f56d95b 17:21:20 ---> 58193c11f0b9 17:21:20 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:21:21 ---> Running in 1229b2fd86f7 17:21:21 Removing intermediate container aad03260651f 17:21:21 ---> 6a12bfa8c618 17:21:21 Step 5/30 : RUN apk add --update --no-cache make git 17:21:21 ---> Running in 7d499f9ec5cd 17:21:21 Removing intermediate container a0dac86c7f90 17:21:21 ---> 1aa8a231e70d 17:21:21 Step 5/24 : RUN apk add --update --no-cache make git 17:21:21 ---> Running in 78547dcc5cd7 17:21:21 Removing intermediate container 8823615e0055 17:21:21 ---> ebc81c8547e3 17:21:21 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 17:21:22 ---> Running in 9d47c1bef98e 17:21:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:21:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:21:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:21:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:21:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:21:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:21:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:21:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:21:24 OK: 220 MiB in 52 packages 17:21:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:21:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:21:25 OK: 220 MiB in 52 packages 17:21:25 OK: 220 MiB in 52 packages 17:21:26 OK: 220 MiB in 52 packages 17:21:26 Removing intermediate container 1299ad5eac43 17:21:26 ---> 9aac841379e4 17:21:26 Step 6/22 : COPY . . 17:21:26 OK: 220 MiB in 52 packages 17:21:27 Removing intermediate container 7d499f9ec5cd 17:21:27 ---> 791bab167c3d 17:21:27 Step 6/30 : COPY . . 17:21:27 Removing intermediate container 1229b2fd86f7 17:21:27 ---> 59b5f5cbd496 17:21:27 Step 6/22 : COPY . . 17:21:28 Removing intermediate container 9d47c1bef98e 17:21:28 ---> da55cb82b9db 17:21:28 Step 6/21 : COPY . . 17:21:28 Removing intermediate container 78547dcc5cd7 17:21:28 ---> 6c8a0a4c2bf6 17:21:28 Step 6/24 : COPY . . 17:22:00 ---> 21fd3c8ce5e8 17:22:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:22:00 ---> dcc3bb95935b 17:22:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:22:00 ---> 7c0f5fff4089 17:22:00 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:22:00 ---> 9175e2a418be 17:22:00 ---> Running in 47e2ea9ddd7b 17:22:00 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:22:00 ---> Running in 0c965bbb23aa 17:22:00 ---> Running in 0123e587a4e3 17:22:00 ---> Running in 62318604c5e7 17:22:00 ---> ce2168d0dff5 17:22:00 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:22:00 ---> Running in 9a0a988e8490 17:22:01 skipping... 17:22:02 skipping... 17:22:02 skipping... 17:22:02 skipping... 17:22:03 skipping... 17:22:04 Removing intermediate container 47e2ea9ddd7b 17:22:04 ---> 4bf9ebd563f3 17:22:04 Step 8/22 : RUN make cmd/core-data/core-data 17:22:04 Removing intermediate container 0c965bbb23aa 17:22:04 ---> ce042f1da9d4 17:22:04 Step 8/22 : RUN make cmd/core-metadata/core-metadata 17:22:04 Removing intermediate container 0123e587a4e3 17:22:04 ---> 2c573c82332e 17:22:04 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:22:04 ---> Running in bdf0d32480f5 17:22:04 ---> Running in 29ffacf7ac80 17:22:04 ---> Running in 81df03c6c6f0 17:22:04 Removing intermediate container 62318604c5e7 17:22:04 ---> 28dd3664a3c4 17:22:04 Step 8/21 : RUN make cmd/support-notifications/support-notifications 17:22:04 ---> Running in a908b3b784f1 17:22:04 Removing intermediate container 9a0a988e8490 17:22:04 ---> 5a6df6c96bfa 17:22:04 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:22:04 ---> Running in 4d767623a7ea 17:22:06 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 17:22:06 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 17:22:06 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 17:22:07 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 17:22:07 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 17:24:29 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 17:24:34 Removing intermediate container 4d767623a7ea 17:24:34 ---> 39116c607cab 17:24:34 17:24:34 Step 9/30 : FROM alpine:3.14 17:24:34 3.14: Pulling from library/alpine 17:24:37 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:24:37 Status: Downloaded newer image for alpine:3.14 17:24:37 ---> ac73e934f311 17:24:37 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:24:37 ---> Running in 4e2a4ee77c14 17:24:38 Removing intermediate container 4e2a4ee77c14 17:24:38 ---> bf3295973644 17:24:38 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 17:24:38 ---> Running in e19e7540581e 17:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:24:41 Removing intermediate container 81df03c6c6f0 17:24:41 ---> e4b1ab5fe84b 17:24:41 17:24:41 Step 9/24 : FROM alpine:3.14 17:24:41 ---> ac73e934f311 17:24:41 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 17:24:41 ---> Running in 3edb08263b78 17:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:24:42 (1/2) Installing dumb-init (1.2.5-r1) 17:24:42 (2/2) Installing su-exec (0.2-r1) 17:24:42 Executing busybox-1.33.1-r7.trigger 17:24:42 OK: 6 MiB in 16 packages 17:24:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:24:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:24:44 Removing intermediate container e19e7540581e 17:24:44 (1/3) Installing ca-certificates (20211220-r0) 17:24:44 ---> c3bf7db1926a 17:24:44 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 17:24:44 (2/3) Installing dumb-init (1.2.5-r1) 17:24:44 (3/3) Installing su-exec (0.2-r1) 17:24:44 Executing busybox-1.33.1-r7.trigger 17:24:44 Executing ca-certificates-20211220-r0.trigger 17:24:44 ---> Running in 6bfbde59b91d 17:24:45 OK: 6 MiB in 17 packages 17:24:46 Removing intermediate container 6bfbde59b91d 17:24:46 ---> d5ea36c9dc26 17:24:46 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:24:46 ---> Running in 1c2aafe729e0 17:24:47 Removing intermediate container 1c2aafe729e0 17:24:47 ---> 573660c01119 17:24:47 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:24:47 ---> Running in d3c0048bfb47 17:24:48 Removing intermediate container 3edb08263b78 17:24:48 ---> 17a78c82dfea 17:24:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:24:48 ---> Running in 195b21e6c3b7 17:24:49 Removing intermediate container 195b21e6c3b7 17:24:49 ---> 8b12495934eb 17:24:49 Step 12/24 : WORKDIR / 17:24:49 ---> Running in 1f0768519113 17:24:50 Removing intermediate container a908b3b784f1 17:24:50 ---> 15b26b134ec1 17:24:50 17:24:50 Step 9/21 : FROM alpine:3.14 17:24:50 ---> ac73e934f311 17:24:50 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 17:24:50 ---> Running in bb30ccd23259 17:24:50 Removing intermediate container 1f0768519113 17:24:50 ---> d7a115aa765c 17:24:50 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:24:51 Removing intermediate container d3c0048bfb47 17:24:51 ---> 4b5677f4027d 17:24:51 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 17:24:51 ---> Running in 49dec5986ce8 17:24:52 Removing intermediate container 49dec5986ce8 17:24:52 ---> 55b02f232bea 17:24:52 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:24:53 ---> 8b4806aa0110 17:24:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:24:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:24:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:24:53 ---> b587d86de781 17:24:53 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:24:54 ---> Running in 13b6049c6de0 17:24:54 ---> 092cd458b6d8 17:24:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:24:54 Removing intermediate container 29ffacf7ac80 17:24:54 ---> 60b1ecb62504 17:24:54 17:24:54 Step 9/22 : FROM alpine:3.14 17:24:54 ---> ac73e934f311 17:24:54 Step 10/22 : RUN apk add --update --no-cache dumb-init 17:24:54 ---> Running in 7687a4916632 17:24:54 (1/2) Installing ca-certificates (20211220-r0) 17:24:55 (2/2) Installing dumb-init (1.2.5-r1) 17:24:55 Executing busybox-1.33.1-r7.trigger 17:24:55 Executing ca-certificates-20211220-r0.trigger 17:24:55 OK: 6 MiB in 16 packages 17:24:55 ---> a3b345abeaba 17:24:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:24:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:24:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:24:57 ---> 370436954ad6 17:24:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:24:57 Removing intermediate container bb30ccd23259 17:24:57 ---> 54a8a0cdd146 17:24:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:24:58 ---> Running in 88ec7eabf81e 17:24:58 Removing intermediate container 13b6049c6de0 17:24:58 ---> b8d900aac71f 17:24:58 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 17:24:58 (1/1) Installing dumb-init (1.2.5-r1) 17:24:58 Executing busybox-1.33.1-r7.trigger 17:24:58 OK: 5 MiB in 15 packages 17:24:58 Removing intermediate container 88ec7eabf81e 17:24:58 ---> 94b035e65f50 17:24:58 Step 12/21 : ENV APP_PORT=59860 17:24:58 ---> Running in 68596b76bd0e 17:24:59 Removing intermediate container 68596b76bd0e 17:24:59 ---> fcfeb338d0cf 17:24:59 Step 13/21 : EXPOSE $APP_PORT 17:24:59 Removing intermediate container 7687a4916632 17:24:59 ---> 8f79515e1d61 17:24:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:24:59 ---> f4080638584d 17:24:59 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:24:59 ---> Running in 0670b7fc878e 17:25:00 ---> 628bbc59d349 17:25:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:25:00 ---> Running in ad6980ce001d 17:25:00 Removing intermediate container ad6980ce001d 17:25:00 ---> a638c608fdf9 17:25:00 Step 12/22 : ENV APP_PORT=59881 17:25:01 Removing intermediate container 0670b7fc878e 17:25:01 ---> 47bfb5d8cdae 17:25:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:01 ---> Running in f55f0a734c81 17:25:02 Removing intermediate container f55f0a734c81 17:25:02 ---> 33102cb3958e 17:25:02 Step 13/22 : EXPOSE $APP_PORT 17:25:02 ---> Running in 7f2d2cf3fe0f 17:25:02 ---> 1dcfb0a7aa65 17:25:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:25:02 ---> 476632e03243 17:25:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:25:02 Removing intermediate container 7f2d2cf3fe0f 17:25:02 ---> a37e9c47962b 17:25:02 Step 14/22 : WORKDIR / 17:25:02 ---> d3eb3347090d 17:25:02 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:25:02 ---> Running in b990f4636292 17:25:03 Removing intermediate container b990f4636292 17:25:03 ---> 5f09d4dff00c 17:25:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:03 ---> 469981ac3ab3 17:25:03 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/ 17:25:03 ---> Running in 935db30f9d89 17:25:04 ---> da58bb1c4af6 17:25:04 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:25:04 Removing intermediate container bdf0d32480f5 17:25:04 ---> cb1273fe7a03 17:25:04 17:25:04 Step 9/22 : FROM alpine:3.14 17:25:04 ---> ac73e934f311 17:25:04 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:25:04 ---> Running in 154977e2ad4c 17:25:04 ---> f6458c943738 17:25:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:25:04 ---> 2489eafdbf84 17:25:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:25:05 Removing intermediate container 154977e2ad4c 17:25:05 ---> 1dd2491f5647 17:25:05 Step 11/22 : ENV APP_PORT=59880 17:25:05 ---> Running in 2b0e52d6f1bb 17:25:05 ---> 3990e5800086 17:25:05 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:25:05 Removing intermediate container 2b0e52d6f1bb 17:25:05 ---> 0d5dec11c88d 17:25:05 Step 12/22 : EXPOSE $APP_PORT 17:25:05 ---> Running in 220a5d29f693 17:25:06 ---> f3a94d4b4f38 17:25:06 Step 17/21 : ENTRYPOINT ["/support-notifications"] 17:25:06 ---> Running in 02c0d2003a16 17:25:06 ---> a26ca4b75598 17:25:06 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 17:25:06 Removing intermediate container 935db30f9d89 17:25:06 ---> 354c3329bcbe 17:25:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:25:06 Removing intermediate container 220a5d29f693 17:25:06 ---> e241278e470f 17:25:06 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:07 ---> Running in 03cb624717d7 17:25:07 ---> Running in 6e76bc9da0bf 17:25:07 Removing intermediate container 02c0d2003a16 17:25:07 ---> 8c8db540fe61 17:25:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:07 ---> Running in 5b9f695ceead 17:25:07 ---> Running in 4a67205fa65f 17:25:07 ---> 2d2512d344da 17:25:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:25:07 Removing intermediate container 03cb624717d7 17:25:07 ---> 6c7ce3a7b286 17:25:07 Step 22/24 : LABEL arch=arm64 17:25:07 ---> Running in 1f8db2a0bcb6 17:25:08 Removing intermediate container 4a67205fa65f 17:25:08 ---> 1bba35223ba3 17:25:08 Step 19/21 : LABEL arch=arm64 17:25:08 Removing intermediate container 5b9f695ceead 17:25:08 ---> a1052536dce3 17:25:08 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:25:08 ---> Running in 9ab562c599de 17:25:08 Removing intermediate container 1f8db2a0bcb6 17:25:08 ---> 2f3a4221a532 17:25:08 Step 23/24 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:25:08 ---> Running in f061b8d94a6f 17:25:09 Removing intermediate container 9ab562c599de 17:25:09 ---> 79c149f63019 17:25:09 Step 20/21 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:25:09 ---> 63299d835dcd 17:25:09 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:25:09 ---> Running in f8aa3856e512 17:25:09 ---> Running in 9f0c9d2efa98 17:25:09 Removing intermediate container f061b8d94a6f 17:25:09 ---> b327affb3f9b 17:25:09 Step 24/24 : LABEL version=0.0.0 17:25:09 ---> 6d29fa5323aa 17:25:09 Step 25/30 : RUN chmod +x /entrypoint.sh 17:25:09 ---> Running in 9f3d9ea0fe22 17:25:10 Removing intermediate container f8aa3856e512 17:25:10 ---> 26aaef381aa5 17:25:10 Step 21/21 : LABEL version=0.0.0 17:25:10 Removing intermediate container 9f0c9d2efa98 17:25:10 ---> c658f503b4ef 17:25:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:10 ---> Running in 437ae414df8f 17:25:10 Removing intermediate container 6e76bc9da0bf 17:25:10 ---> 8f52aa9e27e4 17:25:10 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 17:25:10 ---> Running in 39a34c678a42 17:25:10 ---> Running in f9e2e750cde5 17:25:10 Removing intermediate container 9f3d9ea0fe22 17:25:10 ---> 187b1778a00b 17:25:10 17:25:10 ---> Running in 110323712e92 17:25:11 Removing intermediate container 39a34c678a42 17:25:11 ---> ab257569ca9b 17:25:11 Step 20/22 : LABEL arch=arm64 17:25:11 Removing intermediate container f9e2e750cde5 17:25:11 ---> e37c5033cdf9 17:25:11 17:25:11 ---> Running in fd9bdcf7ff5a 17:25:11 Successfully built 187b1778a00b 17:25:11 Successfully tagged security-secretstore-setup-arm64:latest 17:25:11  Building security-secretstore-setup ... done Building security-proxy-setup 17:25:11 Removing intermediate container fd9bdcf7ff5a 17:25:11 ---> fb44cfeadf4b 17:25:11 Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:25:11 ---> Running in 1dde847ece95 17:25:12 Successfully built e37c5033cdf9 17:25:12 Successfully tagged support-notifications-arm64:latest 17:25:12  Building support-notifications ... done Building core-command 17:25:12 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:25:12 Removing intermediate container 1dde847ece95 17:25:12 ---> 67cb05c6755a 17:25:12 Step 22/22 : LABEL version=0.0.0 17:25:12 ---> Running in e84337f7ffb8 17:25:13 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:25:13 Removing intermediate container 437ae414df8f 17:25:13 ---> 84440c7192c1 17:25:13 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 17:25:13 Removing intermediate container e84337f7ffb8 17:25:13 ---> d6a1c04c122a 17:25:13 17:25:13 ---> Running in cad711e8fdb2 17:25:15 (1/6) Installing dumb-init (1.2.5-r1) 17:25:15 (2/6) Installing libgcc (10.3.1_git20210424-r2) 17:25:15 Removing intermediate container cad711e8fdb2 17:25:15 ---> 0ebe48d6c1be 17:25:15 Step 27/30 : CMD ["gate"] 17:25:15 (3/6) Installing libsodium (1.0.18-r0) 17:25:15 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 17:25:15 ---> Running in 5c7219f508ab 17:25:15 (5/6) Installing libzmq (4.3.4-r0) 17:25:15 Successfully built d6a1c04c122a 17:25:15 Successfully tagged core-metadata-arm64:latest 17:25:15  Building core-metadata ... done Building support-scheduler 17:25:15 (6/6) Installing zeromq (4.3.4-r0) 17:25:15 Executing busybox-1.33.1-r7.trigger 17:25:15 OK: 8 MiB in 20 packages 17:25:15 Removing intermediate container 5c7219f508ab 17:25:15 ---> 78ed33bff89e 17:25:15 Step 28/30 : LABEL arch=arm64 17:25:15 ---> Running in 63b022091582 17:25:17 Removing intermediate container 110323712e92 17:25:17 Removing intermediate container 63b022091582 17:25:17 ---> e85af89ee372 17:25:17 Step 29/30 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:25:17 ---> 4e1c0e68674b 17:25:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:25:17 ---> Running in e09f9ee08f37 17:25:17 Removing intermediate container e09f9ee08f37 17:25:17 ---> cbaac692f380 17:25:17 Step 30/30 : LABEL version=0.0.0 17:25:17 ---> 22ce85f7d6ba 17:25:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:25:17 ---> Running in 56025a6e9224 17:25:18 Removing intermediate container 56025a6e9224 17:25:18 ---> 2e57c081ff9c 17:25:18 17:25:19 ---> fb5e144941ef 17:25:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:25:19 Successfully built 2e57c081ff9c 17:25:19 Successfully tagged security-bootstrapper-arm64:latest 17:25:19  Building security-bootstrapper ... done Building sys-mgmt-agent 17:25:19 ---> a504348057ac 17:25:19 Step 18/22 : ENTRYPOINT ["/core-data"] 17:25:19 ---> Running in 2cde936d7045 17:25:20 Removing intermediate container 2cde936d7045 17:25:20 ---> b327b93323c8 17:25:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:20 ---> Running in 8528e2c6c9a7 17:25:20 Removing intermediate container 8528e2c6c9a7 17:25:20 ---> d4c7692fe16c 17:25:20 Step 20/22 : LABEL arch=arm64 17:25:20 ---> Running in 937f05c0461d 17:25:21 Removing intermediate container 937f05c0461d 17:25:21 ---> 9a3647df26d7 17:25:21 Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:25:21 ---> Running in c119e41f204d 17:25:21 Removing intermediate container c119e41f204d 17:25:21 ---> 6e3abd54d099 17:25:21 Step 22/22 : LABEL version=0.0.0 17:25:21 ---> Running in 5d30a0665c35 17:25:21 Removing intermediate container 5d30a0665c35 17:25:21 ---> d173831cdc2e 17:25:21 17:25:22 Successfully built d173831cdc2e 17:25:22 Successfully tagged core-data-arm64:latest 17:26:30  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:26:30 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:26:30 ---> 7305e8059a6c 17:26:30 Step 3/20 : WORKDIR /edgex-go 17:26:30 ---> Using cache 17:26:30 ---> e4aa3ea31ed6 17:26:30 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:30 ---> Using cache 17:26:30 ---> ebc81c8547e3 17:26:30 Step 5/20 : RUN apk add --update --no-cache make git 17:26:30 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:26:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:26:30 ---> 7305e8059a6c 17:26:30 Step 3/22 : WORKDIR /edgex-go 17:26:30 ---> Using cache 17:26:30 ---> e4aa3ea31ed6 17:26:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:30 ---> Using cache 17:26:30 ---> ebc81c8547e3 17:26:30 Step 5/22 : RUN apk add --update --no-cache make git 17:26:30 ---> Running in 997496e4739e 17:26:30 ---> Running in ba2523ee2e05 17:26:30 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:26:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:26:30 ---> 7305e8059a6c 17:26:30 Step 3/23 : WORKDIR /edgex-go 17:26:30 ---> Using cache 17:26:30 ---> e4aa3ea31ed6 17:26:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:30 ---> Using cache 17:26:30 ---> ebc81c8547e3 17:26:30 Step 5/23 : RUN apk add --update --no-cache make git 17:26:30 ---> Running in 8eff6ef9b2c8 17:26:30 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 17:26:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:26:30 ---> 7305e8059a6c 17:26:30 Step 3/22 : WORKDIR /edgex-go 17:26:30 ---> Using cache 17:26:30 ---> e4aa3ea31ed6 17:26:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:30 ---> Using cache 17:26:30 ---> ebc81c8547e3 17:26:30 Step 5/22 : RUN apk add --update --no-cache make bash git 17:26:30 ---> Running in 610e493df0c2 17:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:26:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:26:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:26:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:26:31 OK: 220 MiB in 52 packages 17:26:32 OK: 220 MiB in 52 packages 17:26:32 OK: 220 MiB in 52 packages 17:26:32 OK: 220 MiB in 52 packages 17:26:33 Removing intermediate container ba2523ee2e05 17:26:33 ---> 3977fd3181db 17:26:33 Step 6/20 : COPY . . 17:26:33 Removing intermediate container 997496e4739e 17:26:33 ---> 1844e4df508b 17:26:33 Step 6/22 : COPY . . 17:26:34 Removing intermediate container 610e493df0c2 17:26:34 ---> 04e9eb944085 17:26:34 Step 6/22 : COPY . . 17:26:34 Removing intermediate container 8eff6ef9b2c8 17:26:34 ---> ade2fd7167ed 17:26:34 Step 6/23 : COPY go.mod . 17:26:35 ---> b9a68b4a31aa 17:26:35 Step 7/23 : RUN go mod download 17:26:35 ---> Running in aa83b0f46b88 17:26:39 Removing intermediate container aa83b0f46b88 17:26:39 ---> faddbd25ac91 17:26:39 Step 8/23 : COPY . . 17:27:01 ---> 67c4f33c5c21 17:27:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:27:01 ---> be367ac75e9d 17:27:01 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:27:01 ---> b16704df1ae3 17:27:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:27:01 ---> Running in 4a918362cce2 17:27:01 ---> Running in b0403585648c 17:27:01 ---> Running in 3f53abaf15f2 17:27:02 ---> 5cf3e5302361 17:27:02 Step 9/23 : RUN go mod tidy 17:27:03 ---> Running in 52e429035664 17:27:03 skipping... 17:27:03 skipping... 17:27:03 skipping... 17:27:04 Removing intermediate container 3f53abaf15f2 17:27:04 ---> a62186f1a562 17:27:04 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:27:04 ---> Running in aea159a2fb97 17:27:05 Removing intermediate container b0403585648c 17:27:05 ---> a8bdb0f0953e 17:27:05 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:27:05 Removing intermediate container 4a918362cce2 17:27:05 ---> 105e6cf13f57 17:27:05 Step 8/22 : RUN make cmd/core-command/core-command 17:27:05 ---> Running in 0270748fbe16 17:27:05 ---> Running in 62f0c0847bd5 17:27:06 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 17:27:07 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 17:27:07 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 17:27:09 Removing intermediate container 52e429035664 17:27:09 ---> a04cf012c71c 17:27:09 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 17:27:09 ---> Running in 7e1f0b449cda 17:27:11 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 17:28:48 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 17:28:58 Removing intermediate container 0270748fbe16 17:28:58 ---> 6a73b39ee60b 17:28:58 17:28:58 Step 9/22 : FROM alpine:3.14 17:28:58 ---> ac73e934f311 17:28:58 Step 10/22 : RUN apk add --update --no-cache dumb-init 17:28:58 ---> Using cache 17:28:58 ---> 8f79515e1d61 17:28:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:28:58 ---> Using cache 17:28:58 ---> a638c608fdf9 17:28:58 Step 12/22 : ENV APP_PORT=59882 17:28:58 ---> Running in e048e15c12bb 17:28:58 Removing intermediate container 62f0c0847bd5 17:28:58 ---> deccf8b3acd2 17:28:58 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:28:58 ---> Running in c302ea7ad3b5 17:28:58 Removing intermediate container e048e15c12bb 17:28:58 ---> 6522e473447c 17:28:58 Step 13/22 : EXPOSE $APP_PORT 17:28:58 ---> Running in 21094ef36399 17:28:58 Removing intermediate container 21094ef36399 17:28:58 ---> 9100761e1534 17:28:58 Step 14/22 : WORKDIR / 17:28:58 ---> Running in 7cccdd6ae503 17:28:59 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 17:28:59 Removing intermediate container 7cccdd6ae503 17:28:59 ---> 109966fcb427 17:28:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:29:00 ---> 55cbc31c5a68 17:29:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:29:01 Removing intermediate container aea159a2fb97 17:29:01 ---> ecf4531f2a91 17:29:01 17:29:01 Step 9/20 : FROM alpine:3.14 17:29:01 ---> ac73e934f311 17:29:01 Step 10/20 : RUN apk add --update --no-cache curl 17:29:01 ---> Running in 172af9613563 17:29:02 ---> be24ff18539e 17:29:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:29:03 Removing intermediate container c302ea7ad3b5 17:29:03 ---> 0afc8e2e8f77 17:29:03 17:29:03 Step 10/22 : FROM docker:20.10.8 17:29:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:29:03 20.10.8: Pulling from library/docker 17:29:03 ---> 48ec511b4ff0 17:29:03 Step 18/22 : ENTRYPOINT ["/core-command"] 17:29:04 ---> Running in d0c2450aa11c 17:29:04 (1/5) Installing ca-certificates (20211220-r0) 17:29:04 (2/5) Installing brotli-libs (1.0.9-r5) 17:29:04 (3/5) Installing nghttp2-libs (1.43.0-r0) 17:29:04 (4/5) Installing libcurl (7.79.1-r1) 17:29:04 (5/5) Installing curl (7.79.1-r1) 17:29:04 Executing busybox-1.33.1-r7.trigger 17:29:04 Executing ca-certificates-20211220-r0.trigger 17:29:04 OK: 8 MiB in 19 packages 17:29:05 Removing intermediate container d0c2450aa11c 17:29:05 ---> 8393dca9d908 17:29:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:29:05 ---> Running in a28c73973028 17:29:06 Removing intermediate container a28c73973028 17:29:06 ---> f5fc64ed9343 17:29:06 Step 20/22 : LABEL arch=arm64 17:29:06 Removing intermediate container 7e1f0b449cda 17:29:06 ---> 9c5a1b6d7c2c 17:29:06 17:29:06 Step 11/23 : FROM alpine:3.14 17:29:06 ---> ac73e934f311 17:29:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 17:29:06 ---> Using cache 17:29:06 ---> 8f79515e1d61 17:29:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:29:06 ---> Using cache 17:29:06 ---> a638c608fdf9 17:29:06 Step 14/23 : ENV APP_PORT=59861 17:29:06 ---> Running in 0d152b2344f5 17:29:06 ---> Running in 813f542a6a19 17:29:06 Removing intermediate container 172af9613563 17:29:06 ---> 46155fae68df 17:29:06 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:29:07 ---> Running in 17748e49824e 17:29:07 Removing intermediate container 0d152b2344f5 17:29:07 ---> 47b1b48b5843 17:29:07 Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:29:07 Removing intermediate container 813f542a6a19 17:29:07 ---> 55870c85ca7f 17:29:07 Step 15/23 : EXPOSE $APP_PORT 17:29:07 ---> Running in a6d0dd49c7b0 17:29:07 ---> Running in 4b19612d5043 17:29:07 Removing intermediate container 17748e49824e 17:29:07 ---> 10eda734592c 17:29:07 Step 12/20 : WORKDIR /edgex 17:29:07 ---> Running in 74c3d2f2cd02 17:29:07 Removing intermediate container a6d0dd49c7b0 17:29:07 ---> a3d1b620df64 17:29:07 Step 22/22 : LABEL version=0.0.0 17:29:07 Removing intermediate container 4b19612d5043 17:29:07 ---> 74825f099206 17:29:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:29:07 ---> Running in e646659cbe92 17:29:08 Removing intermediate container 74c3d2f2cd02 17:29:08 ---> ffb3fc702be8 17:29:08 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:29:08 Removing intermediate container e646659cbe92 17:29:08 ---> 6f6216e359f7 17:29:08 17:29:09 ---> fb366b0ca02d 17:29:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:29:09 ---> 0a6c16d5c1da 17:29:09 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:29:09 Successfully built 6f6216e359f7 17:29:09 Successfully tagged core-command-arm64:latest 17:29:10  Building core-command ... done  ---> b723c4914681 17:29:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:29:10 ---> d57e7ec38d5f 17:29:10 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:29:11 ---> bdc8f0f660e3 17:29:11 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 17:29:11 ---> Running in 6df0d86a961c 17:29:12 ---> cc028a7f7dd4 17:29:12 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:29:12 Removing intermediate container 6df0d86a961c 17:29:12 ---> 3c3c713c0877 17:29:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:29:12 ---> Running in ee4aaf49ed43 17:29:12 ---> Running in c7be1caee682 17:29:12 Removing intermediate container ee4aaf49ed43 17:29:12 ---> 2dd51216b4e2 17:29:12 Step 17/20 : CMD ["--init=true"] 17:29:12 ---> Running in 8d1a89471e4a 17:29:12 Removing intermediate container c7be1caee682 17:29:12 ---> 63ef8542d62b 17:29:12 Step 21/23 : LABEL arch=arm64 17:29:13 ---> Running in f4367242b566 17:29:13 Removing intermediate container 8d1a89471e4a 17:29:13 ---> 2f4ed1bbdf25 17:29:13 Step 18/20 : LABEL arch=arm64 17:29:13 ---> Running in 45f110fa374c 17:29:13 Removing intermediate container f4367242b566 17:29:13 ---> 06f8fecb23e7 17:29:13 Step 22/23 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:29:13 ---> Running in eceb8af5103f 17:29:14 Removing intermediate container 45f110fa374c 17:29:14 ---> 2af74ea2859e 17:29:14 Step 19/20 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:29:14 Removing intermediate container eceb8af5103f 17:29:14 ---> 61c320cb6614 17:29:14 Step 23/23 : LABEL version=0.0.0 17:29:14 ---> Running in c4fa7e6a2b9e 17:29:14 ---> Running in ed3f25171f95 17:29:14 Removing intermediate container c4fa7e6a2b9e 17:29:14 ---> 81ea0af47a6e 17:29:14 Step 20/20 : LABEL version=0.0.0 17:29:14 ---> Running in 511790201bfd 17:29:14 Removing intermediate container ed3f25171f95 17:29:14 ---> ab3f3245b1b9 17:29:14 17:29:15 Removing intermediate container 511790201bfd 17:29:15 ---> 75f99c6b9648 17:29:15 17:29:15 Successfully built ab3f3245b1b9 17:29:15 Successfully tagged support-scheduler-arm64:latest 17:29:16  Building support-scheduler ... done Successfully built 75f99c6b9648 17:29:16 Successfully tagged security-proxy-setup-arm64:latest 17:29:16  Building security-proxy-setup ... done Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 17:29:16 Status: Downloaded newer image for docker:20.10.8 17:29:16 ---> 3734d5adc5ac 17:29:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 17:29:16 ---> Running in 11b67ee5dc51 17:29:16 Removing intermediate container 11b67ee5dc51 17:29:16 ---> e49415f477d1 17:29:16 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 17:29:16 ---> Running in d1a9cc6a7c66 17:29:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:29:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:29:19 (1/42) Installing readline (8.1.0-r0) 17:29:19 (2/42) Installing bash (5.1.16-r0) 17:29:19 Executing bash-5.1.16-r0.post-install 17:29:19 (3/42) Installing brotli-libs (1.0.9-r5) 17:29:19 (4/42) Installing nghttp2-libs (1.43.0-r0) 17:29:19 (5/42) Installing libcurl (7.79.1-r1) 17:29:19 (6/42) Installing curl (7.79.1-r1) 17:29:19 (7/42) Installing dumb-init (1.2.5-r1) 17:29:19 (8/42) Installing libbz2 (1.0.8-r1) 17:29:19 (9/42) Installing expat (2.4.7-r0) 17:29:19 (10/42) Installing libffi (3.3-r2) 17:29:19 (11/42) Installing gdbm (1.19-r0) 17:29:19 (12/42) Installing xz-libs (5.2.5-r1) 17:29:19 (13/42) Installing libgcc (10.3.1_git20210424-r2) 17:29:19 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 17:29:19 (15/42) Installing mpdecimal (2.5.1-r1) 17:29:19 (16/42) Installing sqlite-libs (3.35.5-r0) 17:29:19 (17/42) Installing python3 (3.9.5-r2) 17:29:21 (18/42) Installing py3-appdirs (1.4.4-r2) 17:29:21 (19/42) Installing py3-chardet (4.0.0-r2) 17:29:21 (20/42) Installing py3-idna (3.2-r0) 17:29:21 (21/42) Installing py3-urllib3 (1.26.5-r0) 17:29:21 (22/42) Installing py3-certifi (2020.12.5-r1) 17:29:21 (23/42) Installing py3-requests (2.25.1-r4) 17:29:21 (24/42) Installing py3-msgpack (1.0.2-r1) 17:29:21 (25/42) Installing py3-lockfile (0.12.2-r4) 17:29:21 (26/42) Installing py3-cachecontrol (0.12.6-r1) 17:29:21 (27/42) Installing py3-colorama (0.4.4-r1) 17:29:21 (28/42) Installing py3-contextlib2 (0.6.0-r1) 17:29:21 (29/42) Installing py3-distlib (0.3.1-r3) 17:29:21 (30/42) Installing py3-distro (1.5.0-r3) 17:29:21 (31/42) Installing py3-six (1.15.0-r1) 17:29:21 (32/42) Installing py3-webencodings (0.5.1-r4) 17:29:21 (33/42) Installing py3-html5lib (1.1-r1) 17:29:21 (34/42) Installing py3-parsing (2.4.7-r2) 17:29:21 (35/42) Installing py3-packaging (20.9-r1) 17:29:21 (36/42) Installing py3-toml (0.10.2-r2) 17:29:21 (37/42) Installing py3-pep517 (0.10.0-r2) 17:29:21 (38/42) Installing py3-progress (1.5-r2) 17:29:21 (39/42) Installing py3-retrying (1.3.3-r1) 17:29:21 (40/42) Installing py3-ordered-set (4.0.2-r1) 17:29:21 (41/42) Installing py3-setuptools (52.0.0-r3) 17:29:21 (42/42) Installing py3-pip (20.3.4-r1) 17:29:22 Executing busybox-1.33.1-r3.trigger 17:29:22 OK: 84 MiB in 64 packages 17:29:26 Collecting docker-compose==1.23.2 17:29:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:29:26 Collecting docopt<0.7,>=0.6.1 17:29:26 Downloading docopt-0.6.2.tar.gz (25 kB) 17:29:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 17:29:28 Collecting websocket-client<1.0,>=0.32.0 17:29:28 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 17:29:29 Collecting PyYAML<4,>=3.10 17:29:29 Downloading PyYAML-3.13.tar.gz (270 kB) 17:29:34 Collecting cached-property<2,>=1.2.0 17:29:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:29:34 Collecting dockerpty<0.5,>=0.4.1 17:29:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:29:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:29:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:29:38 Collecting docker<4.0,>=3.6.0 17:29:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:29:38 Collecting texttable<0.10,>=0.9.0 17:29:38 Downloading texttable-0.9.1.tar.gz (11 kB) 17:29:41 Collecting jsonschema<3,>=2.5.1 17:29:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:29:42 Collecting docker-pycreds>=0.4.0 17:29:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:29:44 Collecting urllib3<1.25,>=1.21.1 17:29:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:29:44 Collecting chardet<3.1.0,>=3.0.2 17:29:44 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 17:29:44 Collecting idna<2.8,>=2.5 17:29:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:29:44 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) 17:29:44 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 17:29:44 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 17:29:44 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 17:29:44 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 17:29:45 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 17:29:45 Attempting uninstall: urllib3 17:29:45 Found existing installation: urllib3 1.26.5 17:29:45 Uninstalling urllib3-1.26.5: 17:29:46 Successfully uninstalled urllib3-1.26.5 17:29:46 Attempting uninstall: idna 17:29:46 Found existing installation: idna 3.2 17:29:46 Uninstalling idna-3.2: 17:29:46 Successfully uninstalled idna-3.2 17:29:47 Attempting uninstall: chardet 17:29:47 Found existing installation: chardet 4.0.0 17:29:47 Uninstalling chardet-4.0.0: 17:29:47 Successfully uninstalled chardet-4.0.0 17:29:49 Attempting uninstall: requests 17:29:49 Found existing installation: requests 2.25.1 17:29:49 Uninstalling requests-2.25.1: 17:29:49 Successfully uninstalled requests-2.25.1 17:29:50 Running setup.py install for texttable: started 17:29:52 Running setup.py install for texttable: finished with status 'done' 17:29:52 Running setup.py install for PyYAML: started 17:29:55 Running setup.py install for PyYAML: finished with status 'done' 17:29:55 Running setup.py install for docopt: started 17:29:58 Running setup.py install for docopt: finished with status 'done' 17:29:58 Running setup.py install for dockerpty: started 17:30:00 Running setup.py install for dockerpty: finished with status 'done' 17:30:02 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 17:30:12 Removing intermediate container d1a9cc6a7c66 17:30:12 ---> 54682ae71d0a 17:30:12 Step 13/22 : ENV APP_PORT=58890 17:30:12 ---> Running in 48fa9cdeb3bb 17:30:12 Removing intermediate container 48fa9cdeb3bb 17:30:12 ---> 51557ea4ba2c 17:30:12 Step 14/22 : EXPOSE $APP_PORT 17:30:12 ---> Running in 7ba9f1ded7a3 17:30:12 Removing intermediate container 7ba9f1ded7a3 17:30:12 ---> 781034ee8a21 17:30:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:30:13 ---> 77a564cd83d3 17:30:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:30:13 ---> 70c9e6f7d081 17:30:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:30:14 ---> b62c27553348 17:30:14 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 17:30:14 ---> Running in 8fc435840d35 17:30:14 Removing intermediate container 8fc435840d35 17:30:14 ---> 7f47907c9619 17:30:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:14 ---> Running in cb3fb55547e0 17:30:15 Removing intermediate container cb3fb55547e0 17:30:15 ---> 079e6b4719ef 17:30:15 Step 20/22 : LABEL arch=arm64 17:30:15 ---> Running in 381ea35ebe75 17:30:15 Removing intermediate container 381ea35ebe75 17:30:15 ---> d523699b3769 17:30:15 Step 21/22 : LABEL git_sha=44e962ee17722b1afdf6b04aee7f5d37a4dde695 17:30:15 ---> Running in a62c83e954da 17:30:16 Removing intermediate container a62c83e954da 17:30:16 ---> f888c0af3e2e 17:30:16 Step 22/22 : LABEL version=0.0.0 17:30:16 ---> Running in 236c34eebb18 17:30:16 Removing intermediate container 236c34eebb18 17:30:16 ---> 48ad98f6e652 17:30:16 17:30:17 Successfully built 48ad98f6e652 17:30:17 Successfully tagged sys-mgmt-agent-arm64:latest 17:30:17  Building sys-mgmt-agent ... done  [Pipeline] } 17:30:17 $ docker stop --time=1 2f23953e992d7686ad0fe55b9ec9fae340f59ff42fbe0099296db03678076a3e 17:30:19 $ docker rm -f 2f23953e992d7686ad0fe55b9ec9fae340f59ff42fbe0099296db03678076a3e [Pipeline] // withDockerContainer [Pipeline] sh 17:30:20 + docker images 17:30:20 REPOSITORY TAG IMAGE ID CREATED SIZE 17:30:20 sys-mgmt-agent-arm64 latest 48ad98f6e652 4 seconds ago 277MB 17:30:20 security-proxy-setup-arm64 latest 75f99c6b9648 About a minute ago 25.3MB 17:30:20 support-scheduler-arm64 latest ab3f3245b1b9 About a minute ago 15.3MB 17:30:20 core-command-arm64 latest 6f6216e359f7 About a minute ago 15.1MB 17:30:20 9c5a1b6d7c2c About a minute ago 1.6GB 17:30:20 0afc8e2e8f77 About a minute ago 1.6GB 17:30:20 ecf4531f2a91 About a minute ago 1.61GB 17:30:20 6a73b39ee60b About a minute ago 1.6GB 17:30:20 core-data-arm64 latest d173831cdc2e 4 minutes ago 19.2MB 17:30:20 security-bootstrapper-arm64 latest 2e57c081ff9c 5 minutes ago 18MB 17:30:20 core-metadata-arm64 latest d6a1c04c122a 5 minutes ago 15.9MB 17:30:20 security-secretstore-setup-arm64 latest 187b1778a00b 5 minutes ago 26.8MB 17:30:20 support-notifications-arm64 latest e37c5033cdf9 5 minutes ago 16MB 17:30:20 cb1273fe7a03 5 minutes ago 1.61GB 17:30:20 60b1ecb62504 5 minutes ago 1.61GB 17:30:20 15b26b134ec1 5 minutes ago 1.61GB 17:30:20 e4b1ab5fe84b 5 minutes ago 1.61GB 17:30:20 39116c607cab 5 minutes ago 1.6GB 17:30:20 ci-base-image-arm64 latest 7305e8059a6c 17 minutes ago 1.26GB 17:30:20 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64 1.17-alpine-lts 5f011755c4a2 6 days ago 551MB 17:30:20 alpine 3.14 ac73e934f311 8 weeks ago 5.34MB 17:30:20 docker 20.10.8 3734d5adc5ac 9 months ago 198MB 17:30:20 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 17:30:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:21 17:30:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:21 arm64: Pulling from edgex-lftools-log-publisher 17:30:21 8998bd30e6a1: Pulling fs layer 17:30:21 04944245beec: Pulling fs layer 17:30:21 699f458cf7ca: Pulling fs layer 17:30:21 765212b225bb: Pulling fs layer 17:30:21 f23df028b6ca: Pulling fs layer 17:30:21 d65c8cfc05b1: Pulling fs layer 17:30:21 2437ff75d9bd: Pulling fs layer 17:30:21 765212b225bb: Waiting 17:30:21 f23df028b6ca: Waiting 17:30:21 d65c8cfc05b1: Waiting 17:30:21 2437ff75d9bd: Waiting 17:30:21 04944245beec: Verifying Checksum 17:30:21 04944245beec: Download complete 17:30:21 765212b225bb: Verifying Checksum 17:30:21 765212b225bb: Download complete 17:30:22 f23df028b6ca: Download complete 17:30:22 d65c8cfc05b1: Verifying Checksum 17:30:22 d65c8cfc05b1: Download complete 17:30:22 699f458cf7ca: Verifying Checksum 17:30:22 699f458cf7ca: Download complete 17:30:22 8998bd30e6a1: Verifying Checksum 17:30:22 8998bd30e6a1: Download complete 17:30:24 2437ff75d9bd: Verifying Checksum 17:30:24 2437ff75d9bd: Download complete 17:30:26 8998bd30e6a1: Pull complete 17:30:27 04944245beec: Pull complete 17:30:28 699f458cf7ca: Pull complete 17:30:29 765212b225bb: Pull complete 17:30:30 f23df028b6ca: Pull complete 17:30:30 d65c8cfc05b1: Pull complete 17:30:45 2437ff75d9bd: Pull complete 17:30:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:30:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:30:46 prd-ubuntu20.04-docker-arm64-4c-16g-967 does not seem to be running inside a container 17:30:46 $ 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 17:30:48 $ docker top 20a6ea3a46c8f81e9742c6f020c12b0683e138b15db10f290074d6bd4eca4eaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:50 ---> job-cost.sh 17:30:50 lf-activate-venv: SKIPPING 17:30:50 INFO: No Stack... 17:30:50 INFO: Retrieving Pricing Info for: v3-standard-4 17:30:51 INFO: Archiving Costs [Pipeline] sh 17:30:52 + cut -d, -f6 17:30:52 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 17:30:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] 17:30:52 Resource [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] did not exist. Created. 17:30:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:30:53 + echo total: 0.10999999940395355 [Pipeline] stash 17:30:53 Stashed 1 file(s) [Pipeline] } 17:30:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4049-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:30:53 $ docker stop --time=1 20a6ea3a46c8f81e9742c6f020c12b0683e138b15db10f290074d6bd4eca4eaf 17:30:55 $ docker rm -f 20a6ea3a46c8f81e9742c6f020c12b0683e138b15db10f290074d6bd4eca4eaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 17:30:56 provisioning config files... 17:30:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3008090912025299402tmp [Pipeline] { [Pipeline] sh 17:30:56 + set +x 17:30:56 + curl -s https://codecov.io/bash 17:30:56 + bash -s -- 17:30:56 17:30:56 _____ _ 17:30:56 / ____| | | 17:30:56 | | ___ __| | ___ ___ _____ __ 17:30:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:30:56 | |___| (_) | (_| | __/ (_| (_) \ V / 17:30:56 \_____\___/ \__,_|\___|\___\___/ \_/ 17:30:56 Bash-1.0.6 17:30:56 17:30:56 17:30:56 ==> git version 2.25.1 found 17:30:56 ==> 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 17:30:56 Release-Date: 2020-01-08 17:30:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:30:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:30:56 ==> Jenkins CI detected. 17:30:56 current dir:  /w/workspace/edgex-go/1 17:30:56 project root: . 17:30:56 --> token set from env 17:30:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:30:56 ==> Running gcov in . (disable via -X gcov) 17:30:56 ==> Python coveragepy not found 17:30:56 ==> Searching for coverage reports in: 17:30:56 + . 17:30:56 -> Found 1 reports 17:30:56 ==> Detecting git/mercurial file structure 17:30:56 ==> Reading reports 17:30:56 + ./coverage.out bytes=428658 17:30:56 ==> Appending adjustments 17:30:56 https://docs.codecov.io/docs/fixing-reports 17:30:57 + Found adjustments 17:30:57 ==> Gzipping contents 17:30:57 64K /tmp/codecov.FKv5uV.gz 17:30:57 ==> Uploading reports 17:30:57 url: https://codecov.io 17:30:57 query: branch=PR-4049&commit=584be5715a8a5b697f057ea5ff59149c218b4b77&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4049%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4049&job=&cmd_args= 17:30:57 -> Pinging Codecov 17:30:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4049&commit=584be5715a8a5b697f057ea5ff59149c218b4b77&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4049%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4049&job=&cmd_args= 17:30:58 -> Uploading to 17:30:58 https://storage.googleapis.com/codecov/v4/raw/2022-06-03/00271124DB129430A58F1EEE437C3FCB/584be5715a8a5b697f057ea5ff59149c218b4b77/3961c5d7-4d5d-419a-a781-4c18573509c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220603%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220603T173058Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2463380a1f677d0420ea659168b1a639cbe110db840b14bc41cf8c6e1899e594 17:30:58 % Total % Received % Xferd Average Speed Time Time Time Current 17:30:58 Dload Upload Total Spent Left Speed 17:30:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65239 0 0 100 65239 0 267k --:--:-- --:--:-- --:--:-- 268k 17:30:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/584be5715a8a5b697f057ea5ff59149c218b4b77 [Pipeline] } 17:30:58 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 17:31:00 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 17:31:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:31:01 ---> package-listing.sh 17:31:01 ++ facter osfamily 17:31:01 ++ tr '[:upper:]' '[:lower:]' 17:31:01 + OS_FAMILY=debian 17:31:01 + workspace=/w/workspace/edgex-go/1 17:31:01 + START_PACKAGES=/tmp/packages_start.txt 17:31:01 + END_PACKAGES=/tmp/packages_end.txt 17:31:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:31:01 + PACKAGES=/tmp/packages_start.txt 17:31:01 + '[' /w/workspace/edgex-go/1 ']' 17:31:01 + PACKAGES=/tmp/packages_end.txt 17:31:01 + case "${OS_FAMILY}" in 17:31:01 + dpkg -l 17:31:01 + grep '^ii' 17:31:01 + '[' -f /tmp/packages_start.txt ']' 17:31:01 + '[' -f /tmp/packages_end.txt ']' 17:31:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:31:01 + '[' /w/workspace/edgex-go/1 ']' 17:31:01 + mkdir -p /w/workspace/edgex-go/1/archives/ 17:31:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 17:31:01 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 17:31:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:02 17:31:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:02 latest: Pulling from edgex-lftools-log-publisher 17:31:02 5eb5b503b376: Pulling fs layer 17:31:02 5c69ac0246d0: Pulling fs layer 17:31:02 ec43610c2a17: Pulling fs layer 17:31:02 3a2ae6a8a46f: Pulling fs layer 17:31:02 33b1e0a273af: Pulling fs layer 17:31:02 5d3b04190fa2: Pulling fs layer 17:31:02 2f39f015ded8: Pulling fs layer 17:31:02 3a2ae6a8a46f: Waiting 17:31:02 33b1e0a273af: Waiting 17:31:02 5d3b04190fa2: Waiting 17:31:02 2f39f015ded8: Waiting 17:31:02 5c69ac0246d0: Verifying Checksum 17:31:02 5c69ac0246d0: Download complete 17:31:02 3a2ae6a8a46f: Verifying Checksum 17:31:02 3a2ae6a8a46f: Download complete 17:31:02 ec43610c2a17: Verifying Checksum 17:31:02 ec43610c2a17: Download complete 17:31:02 5d3b04190fa2: Download complete 17:31:02 33b1e0a273af: Verifying Checksum 17:31:02 33b1e0a273af: Download complete 17:31:02 5eb5b503b376: Verifying Checksum 17:31:02 5eb5b503b376: Download complete 17:31:03 2f39f015ded8: Verifying Checksum 17:31:03 2f39f015ded8: Download complete 17:31:04 5eb5b503b376: Pull complete 17:31:04 5c69ac0246d0: Pull complete 17:31:04 ec43610c2a17: Pull complete 17:31:04 3a2ae6a8a46f: Pull complete 17:31:05 33b1e0a273af: Pull complete 17:31:05 5d3b04190fa2: Pull complete 17:31:09 2f39f015ded8: Pull complete 17:31:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:31:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:09 prd-ubuntu20.04-docker-8c-8g-966 does not seem to be running inside a container 17:31:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:31:11 $ docker top 1cc5c684e69364adf9a7bad8f01a637433f9057a6208a71c8ed40161795216cb -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:11 + touch /tmp/pre-build-complete [Pipeline] sh 17:31:12 + mkdir -p /var/log/sysstat [Pipeline] sh 17:31:12 + ls /var/log/sa-host 17:31:12 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:31:12 provisioning config files... 17:31:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8077676295875168670tmp [Pipeline] { [Pipeline] echo 17:31:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:31:13 ---> create-netrc.sh [Pipeline] } 17:31:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:31:13 ---> python-tools-install.sh [Pipeline] echo 17:31:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:31:13 ---> sudo-logs.sh 17:31:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:31:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:31:14 ---> job-cost.sh 17:31:14 lf-activate-venv: SKIPPING 17:31:14 DEBUG: total: 0.10999999940395355 17:31:14 INFO: Retrieving Stack Cost... 17:31:14 INFO: Retrieving Pricing Info for: v3-standard-8 17:31:15 INFO: Archiving Costs [Pipeline] echo 17:31:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:31:15 ---> logs-deploy.sh 17:31:15 lf-activate-venv: SKIPPING 17:31:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4049/1 17:31:15 INFO: archiving workspace using pattern(s): 17:31:16 Archives upload complete. 17:31:16 INFO: archiving logs to Nexus