Branch indexing 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 siggiskulason for edgexfoundry/edgex-go Obtained Jenkinsfile from dd593491210a36411325267f9a36c518a4519b50+76a2231e8148cb604158a0f3c13d077a257babdb (9044e8567eddf5ce1ca5f218fddf4ca2cbd76cd1) 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-ssh3722301501512545287.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh14301340354133289380.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 dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11176022288998523799.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1423091668827524696.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh16465026556943673666.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1519 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgex-go/11@tmp/jenkins-gitclient-ssh5659792193335702627.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 76a2231e8148cb604158a0f3c13d077a257babdb into PR head commit dd593491210a36411325267f9a36c518a4519b50 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/11@tmp/jenkins-gitclient-ssh4816298619021405479.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 Merge succeeded, producing 370c013823fd1a426cc229d8ec81f4625c693e5e Checking out Revision 370c013823fd1a426cc229d8ec81f4625c693e5e (PR-3848) > git remote # timeout=10 > 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 /w/workspace/edgex-go/11@tmp/jenkins-gitclient-ssh3641385089574305063.key > git merge 76a2231e8148cb604158a0f3c13d077a257babdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 370c013823fd1a426cc229d8ec81f4625c693e5e # timeout=10 Commit message: "Merge commit '76a2231e8148cb604158a0f3c13d077a257babdb' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:30:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk a03734a8980c51ca16bc6085f91d91ce4f0549e5 # timeout=10 20:30:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:30:25 ========================================================= 20:30:25 EdgeX Global Pipelines Version Info 20:30:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:30:26 ------------------- 20:30:26 stable info: 20:30:26 ------------------- 20:30:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:30:26 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 20:30:26 Message: update stable to v1.0.219 20:30:27 ------------------- 20:30:27 experimental info: 20:30:27 ------------------- 20:30:27 Commited By: **** collab-it+edgex@linuxfoundation.org 20:30:27 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 20:30:27 Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3848 [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3848 [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3848 [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 370c013823fd1a426cc229d8ec81f4625c693e5e [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 370c013 [Pipeline] echo 20:30:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:27 provisioning config files... 20:30:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config8399624956099384078tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:28 ---> docker-login.sh 20:30:28 nexus3.edgexfoundry.org:10001 20:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:28 Configure a credential helper to remove this warning. See 20:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:28 20:30:28 Login Succeeded 20:30:28 nexus3.edgexfoundry.org:10002 20:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:28 Configure a credential helper to remove this warning. See 20:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:28 20:30:28 Login Succeeded 20:30:28 nexus3.edgexfoundry.org:10003 20:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:28 Configure a credential helper to remove this warning. See 20:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:28 20:30:28 Login Succeeded 20:30:28 nexus3.edgexfoundry.org:10004 20:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:28 Configure a credential helper to remove this warning. See 20:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:28 20:30:28 Login Succeeded 20:30:28 docker.io 20:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:29 Configure a credential helper to remove this warning. See 20:30:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:29 20:30:29 Login Succeeded 20:30:29 ---> docker-login.sh ends [Pipeline] } 20:30:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:30:29 ++ 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 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/core-command/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo core-command,cmd/core-command/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/core-data/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo core-data,cmd/core-data/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/core-metadata/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo core-metadata,cmd/core-metadata/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/security-bootstrapper/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/security-proxy-setup/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/support-notifications/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo support-notifications,cmd/support-notifications/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/support-scheduler/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:30:29 + for file in '`ls cmd/**/Dockerfile`' 20:30:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:30:29 ++ cut -d/ -f2 20:30:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:30:29 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 20:30:29 + git rev-list -1 --merges 370c013823fd1a426cc229d8ec81f4625c693e5e~1..370c013823fd1a426cc229d8ec81f4625c693e5e [Pipeline] echo 20:30:29 -----------> git rev-list -1 --merges 370c013823fd1a426cc229d8ec81f4625c693e5e~1..370c013823fd1a426cc229d8ec81f4625c693e5e 370c013823fd1a426cc229d8ec81f4625c693e5e 20:30:29 370c013823fd1a426cc229d8ec81f4625c693e5e [false] [Pipeline] sh 20:30:30 + git log --format=format:%s -1 370c013823fd1a426cc229d8ec81f4625c693e5e [Pipeline] echo 20:30:30 ========================================================= 20:30:30 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:30:30 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:30:30 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 20:30:30 + grep -v github /etc/ssh/ssh_known_hosts 20:30:30 + '[' -e /tmp/ssh_known_hosts ']' 20:30:30 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:30:30 + sudo tee -a /etc/ssh/ssh_known_hosts 20:30:30 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 20:30:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 20:30:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:30 20:30:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:30:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:31 latest: Pulling from edgex-devops/git-semver 20:30:31 a0d0a0d46f8b: Pulling fs layer 20:30:31 3e5f54012d9b: Pulling fs layer 20:30:31 4c7163046ea9: Pulling fs layer 20:30:31 0c2d73faf560: Pulling fs layer 20:30:31 0c2d73faf560: Waiting 20:30:31 3e5f54012d9b: Verifying Checksum 20:30:31 3e5f54012d9b: Download complete 20:30:31 a0d0a0d46f8b: Verifying Checksum 20:30:31 a0d0a0d46f8b: Download complete 20:30:31 4c7163046ea9: Verifying Checksum 20:30:31 4c7163046ea9: Download complete 20:30:31 0c2d73faf560: Verifying Checksum 20:30:31 0c2d73faf560: Download complete 20:30:31 a0d0a0d46f8b: Pull complete 20:30:31 3e5f54012d9b: Pull complete 20:30:31 4c7163046ea9: Pull complete 20:30:31 0c2d73faf560: Pull complete 20:30:31 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 20:30:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:30:31 prd-centos7-docker-4c-2g-1519 does not seem to be running inside a container 20:30:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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:10004/edgex-devops/git-semver:latest cat 20:30:32 $ docker top 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:30:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:32 [ssh-agent] Looking for ssh-agent implementation... 20:30:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:32 $ docker exec 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e ssh-agent 20:30:32 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdnOFBb/agent.14 20:30:32 SSH_AGENT_PID=20 20:30:32 Running ssh-add (command line suppressed) 20:30:33 Identity added: /w/workspace/edgex-go/11@tmp/private_key_8265753944765439982.key (/w/workspace/edgex-go/11@tmp/private_key_8265753944765439982.key) 20:30:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:33 + git tag --points-at HEAD [Pipeline] } 20:30:33 $ docker exec --env ******** --env ******** 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e ssh-agent -k 20:30:33 unset SSH_AUTH_SOCK; 20:30:33 unset SSH_AGENT_PID; 20:30:33 echo Agent pid 20 killed; 20:30:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:30:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:33 [ssh-agent] Looking for ssh-agent implementation... 20:30:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:33 $ docker exec 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e ssh-agent 20:30:33 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXclNpke/agent.52 20:30:33 SSH_AGENT_PID=58 20:30:33 Running ssh-add (command line suppressed) 20:30:33 Identity added: /w/workspace/edgex-go/11@tmp/private_key_1620850287319157769.key (/w/workspace/edgex-go/11@tmp/private_key_1620850287319157769.key) 20:30:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:34 + git semver init 20:30:34 # -> Open(): unable to determine branch for HEAD 20:30:34 # $GIT_DIR = /w/workspace/edgex-go/11/.git 20:30:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 20:30:34 # $SEMVER_REMOTE_NAME = origin 20:30:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:30:34 # $SEMVER_USER_NAME = edgex-jenkins 20:30:34 # $SEMVER_BRANCH = PR-3848 20:30:34 # $SEMVER_TEMP = /tmp/semver-711766198 20:30:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:30:49 # '/tmp/semver-711766198' -> '/w/workspace/edgex-go/11/.semver' 20:30:49 # -> Force: false 20:30:49 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 20:30:49 $ docker exec --env ******** --env ******** 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e ssh-agent -k 20:30:49 unset SSH_AUTH_SOCK; 20:30:49 unset SSH_AGENT_PID; 20:30:49 echo Agent pid 58 killed; 20:30:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:30:49 + git semver [Pipeline] } 20:30:49 $ docker stop --time=1 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e 20:30:51 $ docker rm -f 7ba64c3143bf40c9086d62bc2383046d397778bfd19244e4f4a0244ef01aa06e [Pipeline] // withDockerContainer [Pipeline] sh 20:30:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:30:52 Stashed 1 file(s) [Pipeline] echo 20:30:52 [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 20:30:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:30:52 ========================================================= 20:30:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 20:30:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:30:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:52 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 20:30:52 59bf1c3509f3: Pulling fs layer 20:30:52 666ba61612fd: Pulling fs layer 20:30:52 8ed8ca486205: Pulling fs layer 20:30:52 4fe6c5a15a65: Pulling fs layer 20:30:52 22a0e8bec74d: Pulling fs layer 20:30:52 f965cba54748: Pulling fs layer 20:30:52 861ffc35075e: Pulling fs layer 20:30:52 4b385c91608e: Pulling fs layer 20:30:52 560528eb2ebb: Pulling fs layer 20:30:52 4fe6c5a15a65: Waiting 20:30:52 861ffc35075e: Waiting 20:30:52 4b385c91608e: Waiting 20:30:52 560528eb2ebb: Waiting 20:30:52 22a0e8bec74d: Waiting 20:30:52 f965cba54748: Waiting 20:30:52 8ed8ca486205: Verifying Checksum 20:30:52 8ed8ca486205: Download complete 20:30:52 666ba61612fd: Verifying Checksum 20:30:52 666ba61612fd: Download complete 20:30:52 22a0e8bec74d: Verifying Checksum 20:30:52 22a0e8bec74d: Download complete 20:30:52 f965cba54748: Verifying Checksum 20:30:52 f965cba54748: Download complete 20:30:52 59bf1c3509f3: Verifying Checksum 20:30:52 59bf1c3509f3: Download complete 20:30:52 861ffc35075e: Verifying Checksum 20:30:52 861ffc35075e: Download complete 20:30:52 4b385c91608e: Verifying Checksum 20:30:52 4b385c91608e: Download complete 20:30:53 59bf1c3509f3: Pull complete 20:30:53 560528eb2ebb: Verifying Checksum 20:30:53 560528eb2ebb: Download complete 20:30:53 4fe6c5a15a65: Verifying Checksum 20:30:53 4fe6c5a15a65: Download complete 20:30:53 666ba61612fd: Pull complete 20:30:53 8ed8ca486205: Pull complete 20:30:57 4fe6c5a15a65: Pull complete 20:30:57 22a0e8bec74d: Pull complete 20:30:57 f965cba54748: Pull complete 20:30:57 861ffc35075e: Pull complete 20:30:57 4b385c91608e: Pull complete 20:30:59 560528eb2ebb: Pull complete 20:30:59 Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f 20:30:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 20:30:59 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:30:59 WORKDIR /edgex 20:30:59 COPY go.mod . 20:30:59 RUN go mod download' 20:30:59 + docker build -t ci-base-image-x86_64 -f - . 20:31:01 Sending build context to Docker daemon 333.8MB 20:31:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:31:01 ---> dd4a08f94e63 20:31:01 Step 2/4 : WORKDIR /edgex 20:31:03 ---> Running in 497c399ae17f 20:31:03 Removing intermediate container 497c399ae17f 20:31:03 ---> 2b189b39ce28 20:31:03 Step 3/4 : COPY go.mod . 20:31:03 ---> 8e0d7b644ab5 20:31:03 Step 4/4 : RUN go mod download 20:31:03 ---> Running in 9c65b88773c7 20:31:07 Still waiting to schedule task 20:31:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1520’ is offline 20:31:30 Removing intermediate container 9c65b88773c7 20:31:30 ---> 3e693ab44218 20:31:30 Successfully built 3e693ab44218 20:31:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:31:30 + docker inspect -f . ci-base-image-x86_64 20:31:30 . [Pipeline] withDockerContainer 20:31:30 prd-centos7-docker-4c-2g-1519 does not seem to be running inside a container 20:31:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:31:30 $ docker top 5965960760f7b79fabbaa4c521530b4d656f43505fadfe3a8a9d28f2f43116b9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:31 + go version 20:31:31 go version go1.17.6 linux/amd64 [Pipeline] } 20:31:31 $ docker stop --time=1 5965960760f7b79fabbaa4c521530b4d656f43505fadfe3a8a9d28f2f43116b9 20:31:32 $ docker rm -f 5965960760f7b79fabbaa4c521530b4d656f43505fadfe3a8a9d28f2f43116b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:32 + docker inspect -f . ci-base-image-x86_64 20:31:32 . [Pipeline] withDockerContainer 20:31:33 prd-centos7-docker-4c-2g-1519 does not seem to be running inside a container 20:31:33 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:31:33 $ docker top 3d66da71d2ff6cab9f98cb2d07ef5ba4a906eccf4242aeb6aceef4f1d4138df9 -eo pid,comm [Pipeline] { [Pipeline] echo 20:31:33 ========================================================= 20:31:33 [edgeXBuildGoParallel] Running Tests and Build... 20:31:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:31:33 + make test 20:31:33 go mod tidy 20:31:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:31:40 ? github.com/edgexfoundry/edgex-go [no test files] 20:31:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:32:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:32:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:32:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:32:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:32:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:32:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:32:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:32:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:32:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:32:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:32:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:32:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.045s coverage: 28.7% of statements 20:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.048s coverage: 98.5% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:32:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.056s coverage: 44.7% of statements 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:32:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:32:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.128s coverage: 89.5% of statements 20:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.050s coverage: 84.4% of statements 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.264s coverage: 94.2% of statements 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:32:11 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 59.1% of statements 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:32:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.048s coverage: 60.0% of statements 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:32:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.050s coverage: 0.9% of statements 20:32:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:32:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 20:32:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 21.7% of statements 20:32:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:32:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements 20:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements 20:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 20:32:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 20:32:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 20:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 20:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 20:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.182s coverage: 82.5% of statements 20:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 58.8% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.0% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.2% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.117s coverage: 64.4% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.209s coverage: 65.4% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 43.8% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements 20:32:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.140s coverage: 92.3% of statements 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.042s coverage: 28.9% of statements 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements 20:32:58 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 20:33:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1522 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws 20:33:35 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 20:33:35 The recommended git tool is: git 20:33:36 GO111MODULE=on go vet ./... 20:33:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:33:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:33:37 ./bin/test-attribution-txt.sh [Pipeline] echo 20:33:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:33:38 + ls -al . 20:33:38 total 644 20:33:38 drwxrwxr-x 10 1001 1001 4096 Jan 14 20:33 . 20:33:38 drwxr-xr-x 4 root root 30 Jan 14 20:31 .. 20:33:38 -rw-rw-r-- 1 1001 1001 11 Jan 14 20:30 .dockerignore 20:33:38 drwxrwxr-x 8 1001 1001 179 Jan 14 20:30 .git 20:33:38 drwxrwxr-x 4 1001 1001 142 Jan 14 20:30 .github 20:33:38 -rw-rw-r-- 1 1001 1001 804 Jan 14 20:30 .gitignore 20:33:38 -rw-rw-r-- 1 1001 1001 42 Jan 14 20:30 .golangci.yml 20:33:38 -rw-rw-r-- 1 1001 1001 76 Jan 14 20:30 .hadolint.yml 20:33:38 drwx------ 3 1001 1001 73 Jan 14 20:30 .semver 20:33:38 -rw-rw-r-- 1 1001 1001 166 Jan 14 20:30 .sonarcloud.properties 20:33:38 -rw-rw-r-- 1 1001 1001 1171 Jan 14 20:30 ADOPTERS.md 20:33:38 -rw-rw-r-- 1 1001 1001 8910 Jan 14 20:30 Attribution.txt 20:33:38 -rw-rw-r-- 1 1001 1001 51732 Jan 14 20:30 CHANGELOG.md 20:33:38 -rw-rw-r-- 1 1001 1001 3804 Jan 14 20:30 CONTRIBUTING.md 20:33:38 -rw-rw-r-- 1 1001 1001 677 Jan 14 20:30 GOVERNANCE.md 20:33:38 -rw-rw-r-- 1 1001 1001 849 Jan 14 20:30 Jenkinsfile 20:33:38 -rw-rw-r-- 1 1001 1001 10775 Jan 14 20:30 LICENSE 20:33:38 -rw-rw-r-- 1 1001 1001 6508 Jan 14 20:30 Makefile 20:33:38 -rw-rw-r-- 1 1001 1001 582 Jan 14 20:30 OWNERS.md 20:33:38 -rw-rw-r-- 1 1001 1001 8207 Jan 14 20:30 README.md 20:33:38 -rw-rw-r-- 1 1001 1001 6912 Jan 14 20:30 SECURITY.md 20:33:38 -rw-rw-r-- 1 1001 1001 5 Jan 14 20:30 VERSION 20:33:38 -rw-rw-r-- 1 1001 1001 4131 Jan 14 20:30 ZMQWindows.md 20:33:38 drwxrwxr-x 2 1001 1001 37 Jan 14 20:30 bin 20:33:38 drwxrwxr-x 14 1001 1001 4096 Jan 14 20:30 cmd 20:33:38 -rw-r--r-- 1 root root 428381 Jan 14 20:32 coverage.out 20:33:38 -rw-rw-r-- 1 1001 1001 828 Jan 14 20:30 go.mod 20:33:38 -rw-rw-r-- 1 1001 1001 49574 Jan 14 20:30 go.sum 20:33:38 drwxrwxr-x 8 1001 1001 124 Jan 14 20:30 internal 20:33:38 drwxrwxr-x 3 1001 1001 16 Jan 14 20:30 openapi 20:33:38 drwxrwxr-x 4 1001 1001 71 Jan 14 20:30 snap 20:33:38 -rw-rw-r-- 1 1001 1001 204 Jan 14 20:30 version.go [Pipeline] sh 20:33:38 + '[' -e coverage.out ] 20:33:38 + chown 1001:1001 coverage.out [Pipeline] stash 20:33:38 Stashed 1 file(s) [Pipeline] sh 20:33:39 + make build 20:33:39 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 20:33:40 using credential edgex-jenkins-ssh 20:33:40 Cloning the remote Git repository 20:33:40 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 20:33:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:33:40 > git init /w/workspace/edgex-go/11 # timeout=10 20:33:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:33:40 > git --version # timeout=10 20:33:40 > git --version # 'git version 2.17.1' 20:33:40 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:33:47 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 20:33:47 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 20:33:48 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 20:33:49 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 20:33:50 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 20:33:51 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 20:33:51 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 20:33:52 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 20:33: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 20:33:54 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] } 20:33:55 $ docker stop --time=1 3d66da71d2ff6cab9f98cb2d07ef5ba4a906eccf4242aeb6aceef4f1d4138df9 20:33:57 $ docker rm -f 3d66da71d2ff6cab9f98cb2d07ef5ba4a906eccf4242aeb6aceef4f1d4138df9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 20:33:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:33:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:33:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:33:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:33:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:33:57 Merging remotes/origin/main commit 76a2231e8148cb604158a0f3c13d077a257babdb into PR head commit dd593491210a36411325267f9a36c518a4519b50 20:33:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:33:58 20:33:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:33:58 Merge succeeded, producing f073fcfc2048deac19c0c06c047cd8f322bb3780 20:33:58 Checking out Revision f073fcfc2048deac19c0c06c047cd8f322bb3780 (PR-3848) 20:33:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:33:58 latest: Pulling from edgex-devops/edgex-compose 20:33:58 cbdbe7a5bc2a: Pulling fs layer 20:33:58 ca9280d653b3: Pulling fs layer 20:33:58 7e9c9ca2126c: Pulling fs layer 20:33:58 cbdbe7a5bc2a: Verifying Checksum 20:33:58 cbdbe7a5bc2a: Download complete 20:33:58 ca9280d653b3: Verifying Checksum 20:33:58 ca9280d653b3: Download complete 20:33:58 cbdbe7a5bc2a: Pull complete 20:33:58 7e9c9ca2126c: Verifying Checksum 20:33:58 7e9c9ca2126c: Download complete 20:33:59 ca9280d653b3: Pull complete 20:33:57 > git config core.sparsecheckout # timeout=10 20:33:57 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 20:33:58 > git remote # timeout=10 20:33:58 > git config --get remote.origin.url # timeout=10 20:33:58 using GIT_SSH to set credentials SSH Credentials for GitHub 20:33:58 > git merge 76a2231e8148cb604158a0f3c13d077a257babdb # timeout=10 20:33:58 > git rev-parse HEAD^{commit} # timeout=10 20:33:58 > git config core.sparsecheckout # timeout=10 20:33:58 > git checkout -f f073fcfc2048deac19c0c06c047cd8f322bb3780 # timeout=10 20:34:02 7e9c9ca2126c: Pull complete 20:34:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:02 Commit message: "Merge commit '76a2231e8148cb604158a0f3c13d077a257babdb' into HEAD" [Pipeline] withDockerContainer 20:34:02 First time build. Skipping changelog. 20:34:02 prd-centos7-docker-4c-2g-1519 does not seem to be running inside a container 20:34:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:34:02 > git rev-list --no-walk a03734a8980c51ca16bc6085f91d91ce4f0549e5 # timeout=10 20:34:04 $ docker top b33ab6793aada5da6a6a9b0f7f7b4df0a1593bc7873fd9235809858f0b950f23 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:34:05 + docker-compose build --help 20:34:05 + grep parallel 20:34:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:34:05 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:05 Dload Upload Total Spent Left Speed 20:34:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 158k 0 --:--:-- --:--:-- --:--:-- 160k [Pipeline] sh 20:34:05 --parallel Build images in parallel. 20:34:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] } 20:34:05 $ docker stop --time=1 b33ab6793aada5da6a6a9b0f7f7b4df0a1593bc7873fd9235809858f0b950f23 20:34:06 + sudo tee /etc/docker/daemon.new 20:34:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:34:06 { 20:34:06 "registry-mirrors": [ 20:34:06 "https://nexus3.edgexfoundry.org:10001" 20:34:06 ], 20:34:06 "bip": "10.250.0.254/24", 20:34:06 "hosts": [ 20:34:06 "tcp://0.0.0.0:5555", 20:34:06 "unix:///var/run/docker.sock" 20:34:06 ], 20:34:06 "mtu": 1458, 20:34:06 "selinux-enabled": true, 20:34:06 "seccomp-profile": "/etc/docker/seccomp.json" 20:34:06 } 20:34:07 $ docker rm -f b33ab6793aada5da6a6a9b0f7f7b4df0a1593bc7873fd9235809858f0b950f23 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:07 . [Pipeline] withDockerContainer 20:34:07 prd-centos7-docker-4c-2g-1519 does not seem to be running inside a container 20:34:07 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:34:07 + sudo service docker restart 20:34:07 $ docker top a4babeb645f4d459678fc3296c517639f912b0e30f34965010585d713bcf2257 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:08 + docker-compose -f ./docker-compose-build.yml build --parallel 20:34:08 Building core-command ... 20:34:08 Building core-data ... 20:34:08 Building core-metadata ... 20:34:08 Building security-bootstrapper ... 20:34:08 Building security-proxy-setup ... 20:34:08 Building security-secretstore-setup ... 20:34:08 Building support-notifications ... 20:34:08 Building support-scheduler ... 20:34:08 Building sys-mgmt-agent ... 20:34:08 Building support-scheduler 20:34:08 Building security-secretstore-setup 20:34:08 Building core-metadata 20:34:08 Building support-notifications 20:34:08 Building core-data 20:34:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:34:18 ---> 3e693ab44218 20:34:18 Step 3/23 : WORKDIR /edgex-go 20:34:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:34:18 ---> 3e693ab44218 20:34:18 Step 3/22 : WORKDIR /edgex-go 20:34:25 ---> Running in 6d9c0557ba95 20:34:25 ---> Running in 0a04d95c87bf [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:34:26 provisioning config files... 20:34:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config1618224496592202745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:26 ---> docker-login.sh 20:34:26 nexus3.edgexfoundry.org:10001 20:34:26 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:34:26 ---> 3e693ab44218 20:34:26 Step 3/22 : WORKDIR /edgex-go 20:34:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:27 Configure a credential helper to remove this warning. See 20:34:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:27 20:34:27 Login Succeeded 20:34:27 nexus3.edgexfoundry.org:10002 20:34:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:28 Configure a credential helper to remove this warning. See 20:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:28 20:34:28 Login Succeeded 20:34:28 nexus3.edgexfoundry.org:10003 20:34:28 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:34:28 ---> 3e693ab44218 20:34:28 Step 3/24 : WORKDIR /edgex-go 20:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:28 Configure a credential helper to remove this warning. See 20:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:28 20:34:28 Login Succeeded 20:34:28 nexus3.edgexfoundry.org:10004 20:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:28 Configure a credential helper to remove this warning. See 20:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:28 20:34:28 Login Succeeded 20:34:28 docker.io 20:34:29 ---> Running in 2766e2cb4854 20:34:29 ---> Running in d7bcdac94db2 20:34:29 Removing intermediate container 0a04d95c87bf 20:34:29 ---> e7e6c660d9b5 20:34:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:29 Removing intermediate container 6d9c0557ba95 20:34:29 ---> fffa09955dac 20:34:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:29 ---> Running in 4d19ea6e02d4 20:34:29 ---> Running in e8319b00ccdb 20:34:29 Removing intermediate container 2766e2cb4854 20:34:29 ---> df0c64d403e0 20:34:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:29 Removing intermediate container d7bcdac94db2 20:34:29 ---> 95d2d1561930 20:34:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:29 ---> Running in 7245296272be 20:34:29 ---> Running in 6bab00b901a7 20:34:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:29 Configure a credential helper to remove this warning. See 20:34:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:29 20:34:29 Login Succeeded 20:34:29 ---> docker-login.sh ends [Pipeline] } 20:34:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:34:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:30 ========================================================= 20:34:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 20:34:30 ========================================================= [Pipeline] fileExists 20:34:30 Removing intermediate container 4d19ea6e02d4 20:34:30 ---> 6a5ef2434c0d 20:34:30 Step 5/23 : RUN apk add --update --no-cache make git 20:34:30 ---> Running in 2abf733b53cd 20:34:30 Removing intermediate container e8319b00ccdb 20:34:30 ---> 30f04244c7d9 20:34:30 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] sh 20:34:30 ---> Running in e1f9316b5bb9 20:34:30 Removing intermediate container 7245296272be 20:34:30 ---> 264412b13043 20:34:30 Step 5/22 : RUN apk add --update --no-cache make git 20:34:30 ---> Running in c08ae4ecb32a 20:34:30 Removing intermediate container 6bab00b901a7 20:34:30 ---> 88f7272ab6c6 20:34:30 Step 5/24 : RUN apk add --update --no-cache make git 20:34:30 ---> Running in f9960e5c0813 20:34:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:34:30 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:34:30 9b3977197b4f: Pulling fs layer 20:34:30 1a89e8eeedd5: Pulling fs layer 20:34:30 94645a83ff95: Pulling fs layer 20:34:30 3f3a8bcf1eab: Pulling fs layer 20:34:30 0c92f367c5e7: Pulling fs layer 20:34:30 4b8299f9d1f4: Pulling fs layer 20:34:30 9a6b49a46696: Pulling fs layer 20:34:30 cf05db05a679: Pulling fs layer 20:34:30 3f3a8bcf1eab: Waiting 20:34:30 0c92f367c5e7: Waiting 20:34:30 4b8299f9d1f4: Waiting 20:34:30 cf05db05a679: Waiting 20:34:30 9a6b49a46696: Waiting 20:34:30 94645a83ff95: Verifying Checksum 20:34:30 94645a83ff95: Download complete 20:34:30 1a89e8eeedd5: Verifying Checksum 20:34:30 1a89e8eeedd5: Download complete 20:34:30 0c92f367c5e7: Verifying Checksum 20:34:30 0c92f367c5e7: Download complete 20:34:30 4b8299f9d1f4: Verifying Checksum 20:34:30 4b8299f9d1f4: Download complete 20:34:30 9b3977197b4f: Verifying Checksum 20:34:30 9b3977197b4f: Download complete 20:34:30 9a6b49a46696: Verifying Checksum 20:34:30 9a6b49a46696: Download complete 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:34:31 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:34:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:34:31 ---> 3e693ab44218 20:34:31 Step 3/21 : WORKDIR /edgex-go 20:34:31 ---> Using cache 20:34:31 ---> 95d2d1561930 20:34:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:31 ---> Using cache 20:34:31 ---> 88f7272ab6c6 20:34:31 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 20:34:31 ---> Running in d26ec8329022 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:34:31 9b3977197b4f: Pull complete 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:34:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:34:31 OK: 221 MiB in 52 packages 20:34:32 OK: 221 MiB in 52 packages 20:34:32 OK: 221 MiB in 52 packages 20:34:32 Removing intermediate container 2abf733b53cd 20:34:32 ---> fe9b547649b7 20:34:32 Step 6/23 : COPY go.mod . 20:34:32 OK: 221 MiB in 52 packages 20:34:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:34:32 ---> d7351d9ab69d 20:34:32 Step 7/23 : RUN go mod download 20:34:32 1a89e8eeedd5: Pull complete 20:34:32 Removing intermediate container e1f9316b5bb9 20:34:32 ---> 2cc4681fbb27 20:34:32 Step 6/22 : COPY . . 20:34:32 ---> Running in 5814c31efddf 20:34:32 Removing intermediate container c08ae4ecb32a 20:34:32 ---> f432ce6badd6 20:34:32 Step 6/22 : COPY . . 20:34:32 94645a83ff95: Pull complete 20:34:32 cf05db05a679: Verifying Checksum 20:34:32 cf05db05a679: Download complete 20:34:33 Removing intermediate container f9960e5c0813 20:34:33 ---> 9a8f9c512334 20:34:33 Step 6/24 : COPY . . 20:34:33 OK: 221 MiB in 52 packages 20:34:33 3f3a8bcf1eab: Verifying Checksum 20:34:33 3f3a8bcf1eab: Download complete 20:34:37 Removing intermediate container d26ec8329022 20:34:37 ---> ccda095f3613 20:34:37 Step 6/21 : COPY . . 20:34:37 Removing intermediate container 5814c31efddf 20:34:37 ---> 5d90d058d8f7 20:34:37 Step 8/23 : COPY . . 20:34:45 3f3a8bcf1eab: Pull complete 20:34:45 0c92f367c5e7: Pull complete 20:34:45 4b8299f9d1f4: Pull complete 20:34:45 9a6b49a46696: Pull complete 20:34:50 cf05db05a679: Pull complete 20:34:50 Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 20:34:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 20:34:50 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:50 WORKDIR /edgex 20:34:50 COPY go.mod . 20:34:50 RUN go mod downloaddocker 20:34:50 build -t ci-base-image-arm64 -f - . 20:34:53 Sending build context to Docker daemon 168.6MB 20:34:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:34:53 ---> 0ccda1f7e2ee 20:34:53 Step 2/4 : WORKDIR /edgex 20:34:55 ---> Running in 0700a51ba921 20:34:55 ---> fdc0e1a27b20 20:34:55 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:55 ---> Running in 2dcaea0419ec 20:34:55 ---> 7b42a52547a4 20:34:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:55 Removing intermediate container 0700a51ba921 20:34:55 ---> 2d465bdeb058 20:34:55 Step 3/4 : COPY go.mod . 20:34:55 Removing intermediate container 2dcaea0419ec 20:34:55 ---> 15c1e24c5169 20:34:55 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:34:55 ---> Running in b669576ff413 20:34:55 ---> 37763930bc51 20:34:55 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:34:56 ---> Running in b8c8fd604586 20:34:56 ---> Running in 3fc9fbe2b388 20:34:56 ---> 0572d4b3ca17 20:34:56 Step 4/4 : RUN go mod download 20:34:56 ---> Running in 597e2bed4248 20:34:57 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 20:34:58 Removing intermediate container b669576ff413 20:34:58 ---> 09f91b3ba367 20:34:58 Step 8/22 : RUN make cmd/core-metadata/core-metadata 20:34:58 ---> Running in b5e5601c4b9b 20:34:58 Removing intermediate container 3fc9fbe2b388 20:34:58 ---> e5f1f66f41df 20:34:58 Step 8/22 : RUN make cmd/core-data/core-data 20:34:58 ---> Running in d6b12816194d 20:34:59 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 20:34:59 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 20:35:04 ---> 2eeb859ec80e 20:35:04 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:04 ---> b7d6788bbe58 20:35:04 Step 9/23 : RUN go mod tidy 20:35:04 ---> Running in c53c2baeac7e 20:35:04 ---> Running in a60da65898dd 20:35:06 Removing intermediate container a60da65898dd 20:35:06 ---> 503bcf168ac9 20:35:06 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:35:06 Removing intermediate container c53c2baeac7e 20:35:06 ---> 69abaf283ffb 20:35:06 Step 8/21 : RUN make cmd/support-notifications/support-notifications 20:35:06 ---> Running in 9a94d793d59b 20:35:06 ---> Running in 2107f0382507 20:35:06 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 20:35:06 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 20:35:33 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 20:35:35 Removing intermediate container b8c8fd604586 20:35:35 ---> cd2dba06b0ff 20:35:35 20:35:35 Step 9/24 : FROM alpine:3.14 20:35:36 3.14: Pulling from library/alpine 20:35:36 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:35:36 Status: Downloaded newer image for alpine:3.14 20:35:36 ---> 0a97eee8041e 20:35:36 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:35:36 ---> Running in 1d97218c1542 20:35:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:37 (1/3) Installing ca-certificates (20191127-r5) 20:35:37 (2/3) Installing dumb-init (1.2.5-r1) 20:35:37 (3/3) Installing su-exec (0.2-r1) 20:35:37 Executing busybox-1.33.1-r6.trigger 20:35:37 Executing ca-certificates-20191127-r5.trigger 20:35:37 OK: 6 MiB in 17 packages 20:35:38 Removing intermediate container 1d97218c1542 20:35:38 ---> 5ead5487bce1 20:35:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:35:38 ---> Running in 979a340ffda0 20:35:38 Removing intermediate container 979a340ffda0 20:35:38 ---> 07c941ba3a46 20:35:38 Step 12/24 : WORKDIR / 20:35:38 ---> Running in 3e6cdb8194b8 20:35:38 Removing intermediate container 3e6cdb8194b8 20:35:38 ---> 0d4088b48ecd 20:35:38 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:35:38 ---> c8460bd49418 20:35:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:35:39 ---> a798fd57a5eb 20:35:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:35:39 ---> 8754ed1049c0 20:35:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:35:39 ---> e315e7ce1fb9 20:35:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:35:40 ---> a0597e9bcb5a 20:35:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:35:40 ---> b6cec814c0f2 20:35:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:35:40 ---> d59b865eb8cf 20:35:40 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/ 20:35:41 ---> Running in 5c854cfdce7d 20:35:42 Removing intermediate container b5e5601c4b9b 20:35:42 ---> 3e566b6ba865 20:35:42 20:35:42 Step 9/22 : FROM alpine:3.14 20:35:42 ---> 0a97eee8041e 20:35:42 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:35:42 ---> Running in 079749f71233 20:35:42 Removing intermediate container 5c854cfdce7d 20:35:42 ---> 09de6acdc92b 20:35:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:35:42 ---> Running in ffb7bf1b2595 20:35:42 Removing intermediate container ffb7bf1b2595 20:35:42 ---> 88ce80e962b8 20:35:42 Step 22/24 : LABEL arch=x86_64 20:35:42 ---> Running in 7fc8a60251e9 20:35:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:42 Removing intermediate container 7fc8a60251e9 20:35:42 ---> 1d568b300449 20:35:42 Step 23/24 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:35:42 ---> Running in 726b1780f4c0 20:35:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:43 (1/1) Installing dumb-init (1.2.5-r1) 20:35:43 Executing busybox-1.33.1-r6.trigger 20:35:43 OK: 6 MiB in 15 packages 20:35:43 Removing intermediate container 726b1780f4c0 20:35:43 ---> 74806a1e3b80 20:35:43 Step 24/24 : LABEL version=0.0.0 20:35:43 ---> Running in 63040b89e973 20:35:43 Removing intermediate container 63040b89e973 20:35:43 ---> 9349369e9b88 20:35:43 20:35:43 Successfully built 9349369e9b88 20:35:43 Successfully tagged security-secretstore-setup:latest 20:35:43 Building sys-mgmt-agent 20:35:43  Building security-secretstore-setup ... done Removing intermediate container 079749f71233 20:35:43 ---> 3319f250def2 20:35:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:35:43 ---> Running in 275010e57446 20:35:43 Removing intermediate container 275010e57446 20:35:43 ---> 2f63cc8700f9 20:35:43 Step 12/22 : ENV APP_PORT=59881 20:35:43 ---> Running in 356f717a7d91 20:35:44 Removing intermediate container 356f717a7d91 20:35:44 ---> 6cba302e6a43 20:35:44 Step 13/22 : EXPOSE $APP_PORT 20:35:44 ---> Running in 7b690d390170 20:35:45 Removing intermediate container 7b690d390170 20:35:45 ---> d1f8876f2e1e 20:35:45 Step 14/22 : WORKDIR / 20:35:45 ---> Running in fab3f510380a 20:35:45 Removing intermediate container fab3f510380a 20:35:45 ---> eade007c5ce3 20:35:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:45 ---> 60de0e812d73 20:35:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:35:46 ---> bacd7fb288ce 20:35:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:35:46 ---> b137259bcdd8 20:35:46 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:35:47 ---> Running in 047aa81623ff 20:35:47 Removing intermediate container 047aa81623ff 20:35:47 ---> 9ecc6581a17e 20:35:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:47 ---> Running in 20856c38e6e4 20:35:47 Removing intermediate container 20856c38e6e4 20:35:47 ---> 6584e358a5f8 20:35:47 Step 20/22 : LABEL arch=x86_64 20:35:48 ---> Running in 38db659678ed 20:35:48 Removing intermediate container 9a94d793d59b 20:35:48 ---> b662fff7514e 20:35:48 20:35:48 Step 11/23 : FROM alpine:3.14 20:35:48 ---> 0a97eee8041e 20:35:48 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:35:48 ---> Using cache 20:35:48 ---> 3319f250def2 20:35:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:35:48 ---> Using cache 20:35:48 ---> 2f63cc8700f9 20:35:48 Step 14/23 : ENV APP_PORT=59861 20:35:48 ---> Running in 9917361841f2 20:35:48 Removing intermediate container 38db659678ed 20:35:48 ---> 1984753ab346 20:35:48 Step 21/22 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:35:48 ---> Running in 8dee9e33dc9d 20:35:48 Removing intermediate container 9917361841f2 20:35:48 ---> ceb4e7b4f577 20:35:48 Step 15/23 : EXPOSE $APP_PORT 20:35:48 ---> Running in c83a22eb422a 20:35:48 Removing intermediate container 8dee9e33dc9d 20:35:48 ---> f37d33a67164 20:35:48 Step 22/22 : LABEL version=0.0.0 20:35:49 Removing intermediate container c83a22eb422a 20:35:49 ---> aa60d879c5fe 20:35:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:49 Removing intermediate container d6b12816194d 20:35:49 ---> f9159251168c 20:35:49 20:35:49 Step 9/22 : FROM alpine:3.14 20:35:49 ---> 0a97eee8041e 20:35:49 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:35:49 ---> Running in 9d7ef33ccb2a 20:35:49 Removing intermediate container 2107f0382507 20:35:49 ---> 14f6ee090daa 20:35:49 20:35:49 Step 9/21 : FROM alpine:3.14 20:35:49 ---> 0a97eee8041e 20:35:49 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 20:35:49 ---> Running in bfab946b0e46 20:35:49 ---> Running in a73580da95db 20:35:49 ---> 3efde87e6ade 20:35:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:35:49 Removing intermediate container 9d7ef33ccb2a 20:35:49 ---> 3fac5f13d805 20:35:49 20:35:50 Removing intermediate container bfab946b0e46 20:35:50 ---> 7e01aa607dfa 20:35:50 Step 11/22 : ENV APP_PORT=59880 20:35:50 Successfully built 3fac5f13d805 20:35:50 Successfully tagged core-metadata:latest 20:35:50 Building security-bootstrapper 20:35:50  Building core-metadata ... done  ---> Running in 3ea8f73d847d 20:35:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:50 (1/2) Installing ca-certificates (20191127-r5) 20:35:50 (2/2) Installing dumb-init (1.2.5-r1) 20:35:50 Executing busybox-1.33.1-r6.trigger 20:35:50 Executing ca-certificates-20191127-r5.trigger 20:35:50 OK: 6 MiB in 16 packages 20:35:51 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:35:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:51 ---> 3e693ab44218 20:35:51 Step 3/22 : WORKDIR /edgex-go 20:35:51 ---> Using cache 20:35:51 ---> 95d2d1561930 20:35:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:51 ---> Using cache 20:35:51 ---> 88f7272ab6c6 20:35:51 Step 5/22 : RUN apk add --update --no-cache make bash git 20:35:52 ---> 0b98f12c472e 20:35:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:35:52 ---> Running in b2d740691d3f 20:35:52 Removing intermediate container 3ea8f73d847d 20:35:52 ---> 0624e09544a6 20:35:52 Step 12/22 : EXPOSE $APP_PORT 20:35:52 ---> 16640a48f9a5 20:35:52 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:35:52 ---> Running in 4a65a1f6540b 20:35:52 ---> Running in 713eb4c759a1 20:35:52 Removing intermediate container a73580da95db 20:35:52 ---> da82c4914ead 20:35:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:35:52 Removing intermediate container 4a65a1f6540b 20:35:52 ---> a44a98349b03 20:35:52 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:52 ---> Running in 4b4c1801473f 20:35:52 Removing intermediate container 713eb4c759a1 20:35:52 ---> 8c4d3953b4d2 20:35:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:52 ---> Running in 4c903cc7082a 20:35:52 ---> Running in edb1559709a5 20:35:52 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:35:52 Removing intermediate container 4b4c1801473f 20:35:52 ---> 78c6787076e2 20:35:52 Step 12/21 : ENV APP_PORT=59860 20:35:52 Removing intermediate container edb1559709a5 20:35:52 ---> c701cc9d7a2c 20:35:52 Step 21/23 : LABEL arch=x86_64 20:35:52 ---> Running in 09079d022899 20:35:52 ---> Running in eaf08b83264c 20:35:52 Removing intermediate container 09079d022899 20:35:52 ---> eea24cd3c313 20:35:52 Step 13/21 : EXPOSE $APP_PORT 20:35:52 ---> Running in dcb52c6f2310 20:35:52 Removing intermediate container eaf08b83264c 20:35:52 ---> e3cbe7e7198a 20:35:52 Step 22/23 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:35:53 ---> Running in b5eb76f0e9aa 20:35:53 Removing intermediate container dcb52c6f2310 20:35:53 ---> 41e3af5e7912 20:35:53 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:53 Removing intermediate container b5eb76f0e9aa 20:35:53 ---> 1a68399e707f 20:35:53 Step 23/23 : LABEL version=0.0.0 20:35:53 ---> Running in c86e9d86ea3f 20:35:53 ---> 8f0878752e6f 20:35:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:35:53 Removing intermediate container 4c903cc7082a 20:35:53 ---> 0d09670a8c7a 20:35:53 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:35:53 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:35:53 ---> Running in 0afcec6d46c2 20:35:53 Removing intermediate container c86e9d86ea3f 20:35:53 ---> d9e7a3d76aec 20:35:53 20:35:53 Successfully built d9e7a3d76aec 20:35:53 Successfully tagged support-scheduler:latest 20:35:53 Building core-command 20:35:53  Building support-scheduler ... done OK: 221 MiB in 52 packages 20:35:54 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:35:54 ---> 05497d2a689c 20:35:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:35:55 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:35:55 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:35:55 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:35:55 ---> 3e693ab44218 20:35:55 Step 3/30 : WORKDIR /edgex-go 20:35:55 ---> Using cache 20:35:55 ---> 95d2d1561930 20:35:55 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:55 ---> Using cache 20:35:55 ---> 88f7272ab6c6 20:35:55 Step 5/30 : RUN apk add --update --no-cache make git 20:35:55 ---> Using cache 20:35:55 ---> 9a8f9c512334 20:35:55 Step 6/30 : COPY . . 20:35:55 ---> Using cache 20:35:55 ---> fdc0e1a27b20 20:35:55 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:35:55 ---> Using cache 20:35:55 ---> 15c1e24c5169 20:35:55 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:35:55 (1/6) Installing dumb-init (1.2.5-r1) 20:35:55 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:35:55 (3/6) Installing libsodium (1.0.18-r0) 20:35:55 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:35:55 (5/6) Installing libzmq (4.3.4-r0) 20:35:55 (6/6) Installing zeromq (4.3.4-r0) 20:35:55 Executing busybox-1.33.1-r6.trigger 20:35:55 OK: 8 MiB in 20 packages 20:35:56 ---> Running in d5c1ae9379e6 20:35:56 ---> 15b23cd5df89 20:35:56 Step 17/21 : ENTRYPOINT ["/support-notifications"] 20:35:56 Removing intermediate container b2d740691d3f 20:35:56 ---> 90453a70baaa 20:35:56 Step 6/22 : COPY . . 20:35:56 ---> Running in bcce12b0d9ed 20:35:56 Removing intermediate container bcce12b0d9ed 20:35:56 ---> c39335a402d5 20:35:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35: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 20:35:56 ---> Running in 2045895d7243 20:35:56 Removing intermediate container 0afcec6d46c2 20:35:56 ---> 498fbe2c9701 20:35:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:58 Removing intermediate container 2045895d7243 20:35:58 ---> eca88d831151 20:35:58 Step 19/21 : LABEL arch=x86_64 20:35:58 ---> 9b0c71a03e80 20:35:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:35:58 ---> Running in 9a26fe113847 20:35:58 Removing intermediate container 9a26fe113847 20:35:58 ---> 472ef9d3b450 20:35:58 Step 20/21 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:35:58 ---> Running in 0bf2f63e12ae 20:35:59 Removing intermediate container 0bf2f63e12ae 20:35:59 ---> f11d4c6bf584 20:35:59 Step 21/21 : LABEL version=0.0.0 20:35:59 ---> c94c031d4d40 20:35:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:35:59 ---> Running in 62e42a1895c5 20:35:59 Removing intermediate container 62e42a1895c5 20:35:59 ---> 734c4aba5bab 20:35:59 20:35:59 ---> e976c81c8f12 20:35:59 Step 18/22 : ENTRYPOINT ["/core-data"] 20:35:59 Successfully built 734c4aba5bab 20:35:59 Successfully tagged support-notifications:latest 20:35:59 Building security-proxy-setup 20:35:59  Building support-notifications ... done  ---> Running in 3c72fadb013c 20:36:00 Removing intermediate container 3c72fadb013c 20:36:00 ---> fb5e5dfbd535 20:36:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:03 ---> Running in 19ba0390324f 20:36:05 ---> 9e0185f3cbe2 20:36:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:06 ---> Running in f2d2bac57259 20:36:06 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:36:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:36:06 ---> 3e693ab44218 20:36:06 Step 3/22 : WORKDIR /edgex-go 20:36:06 ---> Using cache 20:36:06 ---> 95d2d1561930 20:36:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:06 ---> Using cache 20:36:06 ---> 88f7272ab6c6 20:36:06 Step 5/22 : RUN apk add --update --no-cache make git 20:36:06 ---> Using cache 20:36:06 ---> 9a8f9c512334 20:36:06 Step 6/22 : COPY . . 20:36:06 ---> Using cache 20:36:06 ---> fdc0e1a27b20 20:36:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:06 ---> Using cache 20:36:06 ---> 15c1e24c5169 20:36:06 Step 8/22 : RUN make cmd/core-command/core-command 20:36:06 Removing intermediate container 19ba0390324f 20:36:06 ---> f3a17972d4e9 20:36:06 Step 20/22 : LABEL arch=x86_64 20:36:06 ---> Running in 5d6d694a95ed 20:36:06 ---> Running in c52291e1efbb 20:36:07 Removing intermediate container c52291e1efbb 20:36:07 ---> 56662cac9530 20:36:07 Step 21/22 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:36:07 ---> Running in 2f5417f0f636 20:36:07 Removing intermediate container 2f5417f0f636 20:36:07 ---> 92b63c5db7d7 20:36:07 Step 22/22 : LABEL version=0.0.0 20:36: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 20:36:07 ---> Running in 2182ab70e9c1 20:36:07 Removing intermediate container 2182ab70e9c1 20:36:07 ---> 0d56aa301d81 20:36:07 20:36:07 Successfully built 0d56aa301d81 20:36:07 Successfully tagged core-data:latest 20:36:08  Building core-data ... done Removing intermediate container f2d2bac57259 20:36:08 ---> bf63bb30c1fa 20:36:08 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:36:08 ---> Running in 1a224892cfec 20:36:08 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:36:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:36:08 ---> 3e693ab44218 20:36:08 Step 3/20 : WORKDIR /edgex-go 20:36:08 ---> Using cache 20:36:08 ---> 95d2d1561930 20:36:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:08 ---> Using cache 20:36:08 ---> 88f7272ab6c6 20:36:08 Step 5/20 : RUN apk add --update --no-cache make git 20:36:08 ---> Using cache 20:36:08 ---> 9a8f9c512334 20:36:08 Step 6/20 : COPY . . 20:36:08 ---> Using cache 20:36:08 ---> fdc0e1a27b20 20:36:08 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:08 ---> Using cache 20:36:08 ---> 15c1e24c5169 20:36:08 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:36:08 ---> Running in 61240ac35c1b 20:36:08 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 20:36:08 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 20:36:18 Removing intermediate container 597e2bed4248 20:36:18 ---> 2ce7f5f1b275 20:36:18 Successfully built 2ce7f5f1b275 20:36:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:36:18 + docker inspect -f . ci-base-image-arm64 20:36:18 . [Pipeline] withDockerContainer 20:36:18 prd-ubuntu18.04-docker-arm64-4c-16g-1522 does not seem to be running inside a container 20:36:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:20 $ docker top 847aff6cdfa28d2d1a327e02067976327904d2da16f26439a4e024e04d01af81 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:21 + go version 20:36:21 go version go1.17.6 linux/arm64 [Pipeline] } 20:36:21 $ docker stop --time=1 847aff6cdfa28d2d1a327e02067976327904d2da16f26439a4e024e04d01af81 20:36:22 $ docker rm -f 847aff6cdfa28d2d1a327e02067976327904d2da16f26439a4e024e04d01af81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:23 + docker inspect -f . ci-base-image-arm64 20:36:23 . [Pipeline] withDockerContainer 20:36:23 prd-ubuntu18.04-docker-arm64-4c-16g-1522 does not seem to be running inside a container 20:36:23 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:23 Removing intermediate container d5c1ae9379e6 20:36:23 ---> eab635f67c33 20:36:23 20:36:23 Step 9/30 : FROM alpine:3.14 20:36:23 ---> 0a97eee8041e 20:36:23 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:36:23 ---> Running in d15c80bb1c66 20:36:23 Removing intermediate container d15c80bb1c66 20:36:23 ---> 3aa9dcf9a6ad 20:36:23 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 20:36:23 ---> Running in f1702be1479b 20:36:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:36:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:36:23 (1/2) Installing dumb-init (1.2.5-r1) 20:36:23 (2/2) Installing su-exec (0.2-r1) 20:36:23 Executing busybox-1.33.1-r6.trigger 20:36:23 OK: 6 MiB in 16 packages 20:36:24 Removing intermediate container f1702be1479b 20:36:24 ---> ced1f456b71d 20:36:24 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 20:36:24 ---> Running in e8f4c9a0114b 20:36:24 Removing intermediate container e8f4c9a0114b 20:36:24 ---> 43dd63ffaaf2 20:36:24 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:36:24 ---> Running in ba1f62cab30b 20:36:24 Removing intermediate container ba1f62cab30b 20:36:24 ---> 611c10394ed9 20:36:24 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:36:24 ---> Running in 3152971909f7 20:36:25 $ docker top a66b1dcbff7ec3788509a2e6cfdd2a9ac77f29e46cb53a6098e044c496932f5a -eo pid,comm [Pipeline] { [Pipeline] echo 20:36:25 ========================================================= 20:36:25 [edgeXBuildGoParallel] Running Tests and Build... 20:36:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:36:25 Removing intermediate container 3152971909f7 20:36:25 ---> 5bcb45780ee8 20:36:25 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 20:36:25 ---> Running in 9ee0da22d3c6 20:36:25 Removing intermediate container 9ee0da22d3c6 20:36:25 ---> ee7348114700 20:36:25 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:36:25 ---> 6d2540a2875b 20:36:25 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:36:25 ---> Running in 68b28c390735 20:36:26 + make test 20:36:26 go mod tidy 20:36:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:36:26 Removing intermediate container 68b28c390735 20:36:26 ---> 6cc08b7fc8e7 20:36:26 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:27 ---> fb8b5e35bde8 20:36:27 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:36:27 ---> e45e3ad5a2ca 20:36:27 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:36:28 ---> 5d02fd91ace5 20:36:28 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:36:28 ---> f2ddcdad0c84 20:36:28 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:36:28 ---> 541814236d22 20:36:28 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:36:28 ---> Running in e4b9757dacd9 20:36:29 Removing intermediate container e4b9757dacd9 20:36:29 ---> 6c2f6c6481c2 20:36:29 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:36:29 ---> 9e6eda822974 20:36:29 Step 25/30 : RUN chmod +x /entrypoint.sh 20:36:29 ---> Running in 7382aab0278c 20:36:30 Removing intermediate container 7382aab0278c 20:36:30 ---> 5bcc2fbbee91 20:36:30 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:36:30 ---> Running in 7d383ab6605b 20:36:30 Removing intermediate container 7d383ab6605b 20:36:30 ---> 2950e91c738a 20:36:30 Step 27/30 : CMD ["gate"] 20:36:30 ---> Running in 96913af37d58 20:36:30 Removing intermediate container 96913af37d58 20:36:30 ---> b234726d0372 20:36:30 Step 28/30 : LABEL arch=x86_64 20:36:30 ---> Running in e7dee34b6e02 20:36:31 Removing intermediate container e7dee34b6e02 20:36:31 ---> ced7d33105e0 20:36:31 Step 29/30 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:36:31 ---> Running in 0065db7ee312 20:36:31 Removing intermediate container 0065db7ee312 20:36:31 ---> f6d5760453a7 20:36:31 Step 30/30 : LABEL version=0.0.0 20:36:31 ---> Running in 10547a38bf24 20:36:31 Removing intermediate container 10547a38bf24 20:36:31 ---> 98584d10e557 20:36:31 20:36:31 Successfully built 98584d10e557 20:36:31 Successfully tagged security-bootstrapper:latest 20:36:35  Building security-bootstrapper ... done 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 20:36:36 Removing intermediate container 1a224892cfec 20:36:36 ---> a8c7570f516d 20:36:36 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:36:36 ---> Running in 154fb5e79997 20:36:37 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 20:36:37 Removing intermediate container 5d6d694a95ed 20:36:37 ---> eebf840483a9 20:36:37 20:36:37 Step 9/22 : FROM alpine:3.14 20:36:37 ---> 0a97eee8041e 20:36:37 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:36:37 ---> Using cache 20:36:37 ---> 3319f250def2 20:36:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:36:37 ---> Using cache 20:36:37 ---> 2f63cc8700f9 20:36:37 Step 12/22 : ENV APP_PORT=59882 20:36:37 ---> Running in 566dd68463ee 20:36:37 Removing intermediate container 566dd68463ee 20:36:37 ---> 3e4095839bc4 20:36:37 Step 13/22 : EXPOSE $APP_PORT 20:36:37 ---> Running in 6ce9da1a5950 20:36:38 Removing intermediate container 6ce9da1a5950 20:36:38 ---> 0d439739bbd1 20:36:38 Step 14/22 : WORKDIR / 20:36:38 Removing intermediate container 154fb5e79997 20:36:38 ---> d93ce7b92b26 20:36:38 20:36:38 Step 10/22 : FROM docker:20.10.10 20:36:38 ---> Running in e318199880c7 20:36:38 20.10.10: Pulling from library/docker 20:36:38 Removing intermediate container 61240ac35c1b 20:36:38 ---> 4f6b5b651348 20:36:38 20:36:38 Step 9/20 : FROM alpine:3.14 20:36:38 ---> 0a97eee8041e 20:36:38 Step 10/20 : RUN apk add --update --no-cache curl 20:36:38 ---> Running in 37999c264a68 20:36:38 Removing intermediate container e318199880c7 20:36:38 ---> efd72f3216ae 20:36:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:38 ---> 3ade87faf491 20:36:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:36:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:36:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:36:39 (1/5) Installing ca-certificates (20191127-r5) 20:36:39 (2/5) Installing brotli-libs (1.0.9-r5) 20:36:39 (3/5) Installing nghttp2-libs (1.43.0-r0) 20:36:39 (4/5) Installing libcurl (7.79.1-r0) 20:36:39 (5/5) Installing curl (7.79.1-r0) 20:36:39 Executing busybox-1.33.1-r6.trigger 20:36:39 Executing ca-certificates-20191127-r5.trigger 20:36:39 OK: 8 MiB in 19 packages 20:36:39 ---> 279ec61722c1 20:36:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:36:39 ---> 97db095104f9 20:36:39 Step 18/22 : ENTRYPOINT ["/core-command"] 20:36:40 ---> Running in 163c9dbe51fe 20:36:40 Removing intermediate container 37999c264a68 20:36:40 ---> 800ed6caca1a 20:36:40 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:36:40 Removing intermediate container 163c9dbe51fe 20:36:40 ---> 623723916e0d 20:36:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:40 ---> Running in 20b9a4fe3c4c 20:36:40 ---> Running in 6c7b2cb11ef1 20:36:40 Removing intermediate container 20b9a4fe3c4c 20:36:40 ---> 1fccddcc4702 20:36:40 Step 12/20 : WORKDIR /edgex 20:36:40 Removing intermediate container 6c7b2cb11ef1 20:36:40 ---> 6230850f3e65 20:36:40 Step 20/22 : LABEL arch=x86_64 20:36:40 ---> Running in a8fd523c35bd 20:36:40 ---> Running in f3d8a702a5c5 20:36:40 Removing intermediate container a8fd523c35bd 20:36:40 ---> 05b4448fb35c 20:36:40 Step 21/22 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:36:40 Removing intermediate container f3d8a702a5c5 20:36:40 ---> 3126e5e789e8 20:36:40 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:36:40 ---> Running in 920774df5e51 20:36:40 Removing intermediate container 920774df5e51 20:36:40 ---> a27b61df47fe 20:36:40 Step 22/22 : LABEL version=0.0.0 20:36:40 ---> Running in 805444b5722c 20:36:40 ---> c025d0f98f7e 20:36:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:36:41 Removing intermediate container 805444b5722c 20:36:41 ---> 556eee92d0b8 20:36:41 20:36:41 Successfully built 556eee92d0b8 20:36:41 Successfully tagged core-command:latest 20:36:41  Building core-command ... done  ---> 333c5c2f32cb 20:36:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:36:41 ---> dc304cbe1a38 20:36:41 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:36:41 ---> Running in 62e9e6178448 20:36:41 Removing intermediate container 62e9e6178448 20:36:41 ---> 016547f97a68 20:36:41 Step 17/20 : CMD ["--init=true"] 20:36:41 ---> Running in 34d0157354dd 20:36:41 Removing intermediate container 34d0157354dd 20:36:41 ---> a754e6dbffea 20:36:41 Step 18/20 : LABEL arch=x86_64 20:36:41 ---> Running in ee8af0d7f1d5 20:36:41 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 20:36:41 Status: Downloaded newer image for docker:20.10.10 20:36:41 ---> b706a049f56e 20:36:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:36:41 Removing intermediate container ee8af0d7f1d5 20:36:41 ---> 051ffa79a9d4 20:36:41 Step 19/20 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:36:42 ---> Running in cc8a60f73c8d 20:36:42 ---> Running in 4b9de695776f 20:36:42 Removing intermediate container cc8a60f73c8d 20:36:42 ---> 89304c314d89 20:36:42 Step 20/20 : LABEL version=0.0.0 20:36:42 Removing intermediate container 4b9de695776f 20:36:42 ---> 6a04db1eb06b 20:36:42 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 20:36:42 ---> Running in 8b53f6c81284 20:36:42 ---> Running in a2a0fe2df013 20:36:42 Removing intermediate container 8b53f6c81284 20:36:42 ---> 89cb5117f712 20:36:42 20:36:42 Successfully built 89cb5117f712 20:36:42 Successfully tagged security-proxy-setup:latest 20:36:42  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:36:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:36:42 (1/42) Installing readline (8.1.0-r0) 20:36:42 (2/42) Installing bash (5.1.4-r0) 20:36:42 Executing bash-5.1.4-r0.post-install 20:36:42 (3/42) Installing brotli-libs (1.0.9-r5) 20:36:42 (4/42) Installing nghttp2-libs (1.43.0-r0) 20:36:42 (5/42) Installing libcurl (7.79.1-r0) 20:36:42 (6/42) Installing curl (7.79.1-r0) 20:36:42 (7/42) Installing dumb-init (1.2.5-r1) 20:36:42 (8/42) Installing libbz2 (1.0.8-r1) 20:36:42 (9/42) Installing expat (2.4.1-r0) 20:36:42 (10/42) Installing libffi (3.3-r2) 20:36:42 (11/42) Installing gdbm (1.19-r0) 20:36:42 (12/42) Installing xz-libs (5.2.5-r0) 20:36:42 (13/42) Installing libgcc (10.3.1_git20210424-r2) 20:36:42 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 20:36:43 (15/42) Installing mpdecimal (2.5.1-r1) 20:36:43 (16/42) Installing sqlite-libs (3.35.5-r0) 20:36:43 (17/42) Installing python3 (3.9.5-r2) 20:36:43 (18/42) Installing py3-appdirs (1.4.4-r2) 20:36:43 (19/42) Installing py3-chardet (4.0.0-r2) 20:36:43 (20/42) Installing py3-idna (3.2-r0) 20:36:43 (21/42) Installing py3-urllib3 (1.26.5-r0) 20:36:43 (22/42) Installing py3-certifi (2020.12.5-r1) 20:36:43 (23/42) Installing py3-requests (2.25.1-r4) 20:36:43 (24/42) Installing py3-msgpack (1.0.2-r1) 20:36:43 (25/42) Installing py3-lockfile (0.12.2-r4) 20:36:43 (26/42) Installing py3-cachecontrol (0.12.6-r1) 20:36:43 (27/42) Installing py3-colorama (0.4.4-r1) 20:36:43 (28/42) Installing py3-contextlib2 (0.6.0-r1) 20:36:43 (29/42) Installing py3-distlib (0.3.1-r3) 20:36:43 (30/42) Installing py3-distro (1.5.0-r3) 20:36:43 (31/42) Installing py3-six (1.15.0-r1) 20:36:43 (32/42) Installing py3-webencodings (0.5.1-r4) 20:36:43 (33/42) Installing py3-html5lib (1.1-r1) 20:36:43 (34/42) Installing py3-parsing (2.4.7-r2) 20:36:43 (35/42) Installing py3-packaging (20.9-r1) 20:36:43 (36/42) Installing py3-toml (0.10.2-r2) 20:36:43 (37/42) Installing py3-pep517 (0.10.0-r2) 20:36:43 (38/42) Installing py3-progress (1.5-r2) 20:36:43 (39/42) Installing py3-retrying (1.3.3-r1) 20:36:43 (40/42) Installing py3-ordered-set (4.0.2-r1) 20:36:43 (41/42) Installing py3-setuptools (52.0.0-r3) 20:36:43 (42/42) Installing py3-pip (20.3.4-r1) 20:36:43 Executing busybox-1.33.1-r6.trigger 20:36:43 OK: 84 MiB in 64 packages 20:36:44 Collecting docker-compose==1.23.2 20:36:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:36:44 Collecting jsonschema<3,>=2.5.1 20:36:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:36:44 Collecting dockerpty<0.5,>=0.4.1 20:36:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:36:44 Collecting texttable<0.10,>=0.9.0 20:36:44 Downloading texttable-0.9.1.tar.gz (11 kB) 20:36:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 20:36:45 Collecting cached-property<2,>=1.2.0 20:36:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:36:45 Collecting docopt<0.7,>=0.6.1 20:36:45 Downloading docopt-0.6.2.tar.gz (25 kB) 20:36:45 Collecting PyYAML<4,>=3.10 20:36:45 Downloading PyYAML-3.13.tar.gz (270 kB) 20:36:46 Collecting docker<4.0,>=3.6.0 20:36:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:36:46 Collecting websocket-client<1.0,>=0.32.0 20:36:46 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:36:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:36:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:36:46 Collecting docker-pycreds>=0.4.0 20:36:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:36:46 Collecting idna<2.8,>=2.5 20:36:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:36:46 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) 20:36:46 Collecting chardet<3.1.0,>=3.0.2 20:36:46 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:36:46 Collecting urllib3<1.25,>=1.21.1 20:36:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:36:46 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:36:46 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:36:46 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:36:46 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:36:46 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:36:46 Attempting uninstall: urllib3 20:36:46 Found existing installation: urllib3 1.26.5 20:36:46 Uninstalling urllib3-1.26.5: 20:36:46 Successfully uninstalled urllib3-1.26.5 20:36:46 Attempting uninstall: idna 20:36:46 Found existing installation: idna 3.2 20:36:46 Uninstalling idna-3.2: 20:36:46 Successfully uninstalled idna-3.2 20:36:47 Attempting uninstall: chardet 20:36:47 Found existing installation: chardet 4.0.0 20:36:47 Uninstalling chardet-4.0.0: 20:36:47 Successfully uninstalled chardet-4.0.0 20:36:47 Attempting uninstall: requests 20:36:47 Found existing installation: requests 2.25.1 20:36:47 Uninstalling requests-2.25.1: 20:36:47 Successfully uninstalled requests-2.25.1 20:36:47 Running setup.py install for texttable: started 20:36:47 Running setup.py install for texttable: finished with status 'done' 20:36:47 Running setup.py install for PyYAML: started 20:36:47 Running setup.py install for PyYAML: finished with status 'done' 20:36:48 Running setup.py install for docopt: started 20:36:48 Running setup.py install for docopt: finished with status 'done' 20:36:48 Running setup.py install for dockerpty: started 20:36:48 Running setup.py install for dockerpty: finished with status 'done' 20:36:48 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 20:36:52 Removing intermediate container a2a0fe2df013 20:36:52 ---> c656ccb3bbfc 20:36:52 Step 13/22 : ENV APP_PORT=58890 20:36:52 ---> Running in 08e5211fcf82 20:36:52 Removing intermediate container 08e5211fcf82 20:36:52 ---> c57926c54254 20:36:52 Step 14/22 : EXPOSE $APP_PORT 20:36:52 ---> Running in fcdb12de3681 20:36:52 Removing intermediate container fcdb12de3681 20:36:52 ---> 21be930fa433 20:36:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:36:52 ---> 33d2c91e6288 20:36:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:36:52 ---> 55ac99cc2cec 20:36:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:36:52 ---> 947b87ed1de6 20:36:52 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:36:52 ---> Running in 60bdda32be8b 20:36:53 Removing intermediate container 60bdda32be8b 20:36:53 ---> f53862c41e77 20:36:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:53 ---> Running in e02d3198a557 20:36:53 Removing intermediate container e02d3198a557 20:36:53 ---> 33491647eadd 20:36:53 Step 20/22 : LABEL arch=x86_64 20:36:53 ---> Running in d3fc505c2b32 20:36:53 Removing intermediate container d3fc505c2b32 20:36:53 ---> 6a85a8b37e10 20:36:53 Step 21/22 : LABEL git_sha=370c013823fd1a426cc229d8ec81f4625c693e5e 20:36:53 ---> Running in 0376fbd3ba88 20:36:53 Removing intermediate container 0376fbd3ba88 20:36:53 ---> 51fc6a84bca2 20:36:53 Step 22/22 : LABEL version=0.0.0 20:36:53 ---> Running in 473c66828c04 20:36:53 Removing intermediate container 473c66828c04 20:36:53 ---> c1ca21ea3ada 20:36:53 20:36:53 Successfully built c1ca21ea3ada 20:36:53 Successfully tagged sys-mgmt-agent:latest 20:36:53  Building sys-mgmt-agent ... done  [Pipeline] } 20:36:53 $ docker stop --time=1 a4babeb645f4d459678fc3296c517639f912b0e30f34965010585d713bcf2257 20:36:55 $ docker rm -f a4babeb645f4d459678fc3296c517639f912b0e30f34965010585d713bcf2257 [Pipeline] // withDockerContainer [Pipeline] sh 20:36:55 + docker images 20:36:55 REPOSITORY TAG IMAGE ID CREATED SIZE 20:36:55 sys-mgmt-agent latest c1ca21ea3ada 2 seconds ago 296MB 20:36:55 security-proxy-setup latest 89cb5117f712 13 seconds ago 26.1MB 20:36:55 core-command latest 556eee92d0b8 15 seconds ago 15.7MB 20:36:55 d93ce7b92b26 17 seconds ago 1.77GB 20:36:55 4f6b5b651348 17 seconds ago 1.78GB 20:36:55 eebf840483a9 18 seconds ago 1.77GB 20:36:55 security-bootstrapper latest 98584d10e557 24 seconds ago 18.7MB 20:36:55 eab635f67c33 33 seconds ago 1.77GB 20:36:55 core-data latest 0d56aa301d81 48 seconds ago 19.9MB 20:36:55 support-notifications latest 734c4aba5bab 56 seconds ago 16.6MB 20:36:55 support-scheduler latest d9e7a3d76aec About a minute ago 15.9MB 20:36:55 core-metadata latest 3fac5f13d805 About a minute ago 16.5MB 20:36:55 14f6ee090daa About a minute ago 1.77GB 20:36:55 f9159251168c About a minute ago 1.78GB 20:36:55 b662fff7514e About a minute ago 1.77GB 20:36:55 security-secretstore-setup latest 9349369e9b88 About a minute ago 27.8MB 20:36:55 3e566b6ba865 About a minute ago 1.78GB 20:36:55 cd2dba06b0ff About a minute ago 1.78GB 20:36:55 ci-base-image-x86_64 latest 3e693ab44218 5 minutes ago 1.27GB 20:36:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine dd4a08f94e63 3 days ago 562MB 20:36:55 docker 20.10.10 b706a049f56e 2 months ago 216MB 20:36:55 alpine 3.14 0a97eee8041e 2 months ago 5.61MB 20:36:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 3 months ago 34.5MB 20:36:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 18 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 20:36:59 ? github.com/edgexfoundry/edgex-go [no test files] 20:37:10 Still waiting to schedule task 20:37:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:38:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:38:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:38:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:38:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:38:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:38:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:38:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:38:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:38:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:38:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.217s coverage: 28.7% of statements 20:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.321s coverage: 98.5% of statements 20:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.401s coverage: 44.7% of statements 20:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.769s coverage: 89.5% of statements 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:38:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.240s coverage: 84.4% of statements 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:38:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.749s coverage: 94.2% of statements 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/io 0.234s coverage: 59.1% of statements 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.201s coverage: 60.0% of statements 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.403s coverage: 0.9% of statements 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.221s coverage: 58.8% of statements 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.230s coverage: 21.7% of statements 20:38:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.200s coverage: 47.1% of statements 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.485s coverage: 79.5% of statements 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.219s coverage: 94.1% of statements 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.286s coverage: 96.3% of statements 20:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.194s coverage: 87.5% of statements 20:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.226s coverage: 94.4% of statements 20:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.582s coverage: 82.5% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:39:14 Running on prd-ubuntu18.04-docker-8c-8g-1524 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws 20:39:14 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 20:39:14 The recommended git tool is: git 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.266s coverage: 92.9% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 65.1% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.200s coverage: 87.2% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.159s coverage: 100.0% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.242s coverage: 58.8% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.232s coverage: 80.0% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.225s coverage: 87.2% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.265s coverage: 85.4% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.786s coverage: 91.2% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.764s coverage: 64.4% of statements 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.171s coverage: 100.0% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 89.4% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 20:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 20:39:16 using credential edgex-jenkins-ssh 20:39:16 Cloning the remote Git repository 20:39:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:39:16 > git init /w/workspace/edgex-go/11 # timeout=10 20:39:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:39:16 > git --version # timeout=10 20:39:16 > git --version # 'git version 2.17.1' 20:39:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.409s coverage: 65.4% of statements 20:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:39:21 Merging remotes/origin/main commit 76a2231e8148cb604158a0f3c13d077a257babdb into PR head commit dd593491210a36411325267f9a36c518a4519b50 20:39:21 Merge succeeded, producing b19f63670286389f3a63a70ea5bcbbfaedb5d4fc 20:39:21 Checking out Revision b19f63670286389f3a63a70ea5bcbbfaedb5d4fc (PR-3848) 20:39:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:39:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:39:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:39:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:39:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:39:21 > git config core.sparsecheckout # timeout=10 20:39:21 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 20:39:21 > git remote # timeout=10 20:39:21 > git config --get remote.origin.url # timeout=10 20:39:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:21 > git merge 76a2231e8148cb604158a0f3c13d077a257babdb # timeout=10 20:39:21 > git rev-parse HEAD^{commit} # timeout=10 20:39:21 > git config core.sparsecheckout # timeout=10 20:39:21 > git checkout -f b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 20:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.773s coverage: 43.8% of statements 20:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.292s coverage: 89.5% of statements 20:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.212s coverage: 84.8% of statements 20:39:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:39:25 Commit message: "Merge commit '76a2231e8148cb604158a0f3c13d077a257babdb' into HEAD" 20:39:25 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:25 + echo snap-build.sh 20:39:25 snap-build.sh 20:39:25 + SNAP_BASE_DIR=. 20:39:25 + '[' '!' -z /w/workspace/edgex-go/11 ']' 20:39:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 20:39:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 20:39:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 20:39:25 + cd /w/workspace/edgex-go/11 20:39:25 + sudo apt-get remove -qy --purge lxd lxd-client 20:39:25 Reading package lists... 20:39:25 Building dependency tree... 20:39:25 Reading state information... 20:39:25 The following packages were automatically installed and are no longer required: 20:39:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:39:25 uidmap xdelta3 20:39:25 Use 'sudo apt autoremove' to remove them. 20:39:25 The following packages will be REMOVED: 20:39:25 lxd* lxd-client* 20:39:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:39:25 > git rev-list --no-walk a03734a8980c51ca16bc6085f91d91ce4f0549e5 # timeout=10 20:39:26 After this operation, 31.7 MB disk space will be freed. 20:39:26 (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.) 20:39:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:39:27 Removing lxd dnsmasq configuration 20:39:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:39:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:39:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:39:28 (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.) 20:39:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:39:30 Processing triggers for systemd (237-3ubuntu10.52) ... 20:39:30 Processing triggers for ureadahead (0.100.0-21) ... 20:39:30 + sudo snap remove --purge lxd 20:39:30 snap "lxd" is not installed 20:39:30 + sudo groupadd --force --system lxd 20:39:30 ++ whoami 20:39:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:39:30 + newgrp - lxd 20:39:30 + sudo snap install lxd 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.315s coverage: 17.7% of statements 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.645s coverage: 92.3% of statements 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.303s coverage: 63.2% of statements 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.438s coverage: 97.7% of statements 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:39:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.182s coverage: 100.0% of statements 20:39:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 96.9% of statements 20:39:30 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 20:39:30 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:39:30 GO111MODULE=on go vet ./... 20:39:40 2022-01-14T20:39:37Z INFO Waiting for automatic snapd restart... 20:39:50 lxd 4.21 from Canonical* installed 20:39:50 + sudo lxd init --auto 20:40:00 + sudo snap install --classic snapcraft 20:40:03 snapcraft 6.0.2 from Canonical* installed 20:40:03 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:40:03 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:40:03 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:03 Dload Upload Total Spent Left Speed 20:40:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 8329 0 --:--:-- --:--:-- --:--:-- 8329 20:40:03 100 3325k 100 3325k 0 0 12.0M 0 --:--:-- --:--:-- --:--:-- 12.0M 20:40:03 ./yq_linux_amd64 20:40:04 + sudo snapcraft prime --use-lxd 20:40:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:40:05 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: 20:40:05 - README.md 20:40:05 20:40:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:40:06 Launching a container. 20:40:18 Waiting for container to be ready 20:40:18 To start your first container, try: lxc launch ubuntu:20.04 20:40:18 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 20:40:18 20:40:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:40:21 Waiting for network to be ready... 20:40:22 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 20:40:22 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 20:40:22 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 20:40:22 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1135 kB] 20:40:22 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 20:40:23 Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [205 kB] 20:40:23 Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.8 kB] 20:40:23 Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [4948 B] 20:40:23 Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [643 kB] 20:40:23 Get:10 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 20:40:23 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 20:40:23 Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [91.7 kB] 20:40:23 Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [675 kB] 20:40:23 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 20:40:23 Get:15 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 20:40:23 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 20:40:23 Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 20:40:23 Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [115 kB] 20:40:23 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 20:40:23 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1469 kB] 20:40:23 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [291 kB] 20:40:23 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.8 kB] 20:40:23 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [6928 B] 20:40:23 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [694 kB] 20:40:23 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [99.0 kB] 20:40:23 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [892 kB] 20:40:23 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [196 kB] 20:40:26 Fetched 22.6 MB in 4s (5978 kB/s) 20:40:26 Reading package lists... 20:40:26 Reading package lists... 20:40:26 Building dependency tree... 20:40:26 Reading state information... 20:40:26 The following additional packages will be installed: 20:40:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:40:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:40:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:40:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:40:26 Suggested packages: 20:40:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:40:26 Recommended packages: 20:40:26 gnupg libsasl2-modules 20:40:26 The following NEW packages will be installed: 20:40:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:40:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:40:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:40:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:40:26 The following packages will be upgraded: 20:40:26 gpg gpg-agent gpgconf libudev1 20:40:26 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 20:40:26 Need to get 3859 kB of archives. 20:40:26 After this operation, 14.9 MB of additional disk space will be used. 20:40:26 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 20:40:26 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 20:40:26 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 20:40:27 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 20:40:27 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 20:40:27 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 20:40:27 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 20:40:27 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:40:27 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 20:40:27 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 20:40:27 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 20:40:27 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 20:40:27 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 20:40:27 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 20:40:27 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 20:40:27 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 20:40:27 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 20:40:27 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] 20:40:27 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] 20:40:28 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 20:40:28 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 20:40:28 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 20:40:28 debconf: delaying package configuration, since apt-utils is not installed 20:40:28 Fetched 3859 kB in 1s (3412 kB/s) 20:40:28 (Reading database ... 12816 files and directories currently installed.) 20:40:28 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 20:40:28 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:40:28 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 20:40:28 Selecting previously unselected package udev. 20:40:28 (Reading database ... 12816 files and directories currently installed.) 20:40:28 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 20:40:28 Unpacking udev (245.4-4ubuntu3.15) ... 20:40:28 Selecting previously unselected package libfuse2:amd64. 20:40:28 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 20:40:28 Unpacking libfuse2:amd64 (2.9.9-3) ... 20:40:28 Selecting previously unselected package fuse. 20:40:28 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 20:40:28 Unpacking fuse (2.9.9-3) ... 20:40:28 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 20:40:28 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:40:28 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 20:40:28 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:40:28 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 20:40:28 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:40:28 Selecting previously unselected package libksba8:amd64. 20:40:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:40:28 Unpacking libksba8:amd64 (1.3.5-2) ... 20:40:28 Selecting previously unselected package libroken18-heimdal:amd64. 20:40:28 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:28 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:40:28 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:28 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:40:29 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:40:29 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libwind0-heimdal:amd64. 20:40:29 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:40:29 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:40:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:40:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:40:29 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 20:40:29 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:29 Selecting previously unselected package libsasl2-modules-db:amd64. 20:40:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... 20:40:29 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 20:40:29 Selecting previously unselected package libsasl2-2:amd64. 20:40:29 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... 20:40:29 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... 20:40:29 Selecting previously unselected package libldap-common. 20:40:29 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 20:40:29 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 20:40:29 Selecting previously unselected package libldap-2.4-2:amd64. 20:40:29 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 20:40:29 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 20:40:29 Selecting previously unselected package dirmngr. 20:40:29 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 20:40:29 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 20:40:29 Setting up libksba8:amd64 (1.3.5-2) ... 20:40:29 Setting up libfuse2:amd64 (2.9.9-3) ... 20:40:29 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 20:40:29 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 20:40:29 Setting up udev (245.4-4ubuntu3.15) ... 20:40:30 invoke-rc.d: policy-rc.d denied execution of start. 20:40:30 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... 20:40:30 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:30 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 20:40:30 Setting up gpg (2.2.19-3ubuntu2.1) ... 20:40:30 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:30 Setting up fuse (2.9.9-3) ... 20:40:30 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 20:40:31 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 20:40:31 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 20:40:31 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 20:40:31 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 20:40:31 Processing triggers for systemd (245.4-4ubuntu3) ... 20:40:31 Processing triggers for libc-bin (2.31-0ubuntu9) ... 20:40:31 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 20:40:31 Alias= settings in the [Install] section, and DefaultInstance= for template 20:40:31 units). This means they are not meant to be enabled using systemctl. 20:40:31 20:40:31 Possible reasons for having this kind of units are: 20:40:31 • A unit may be statically enabled by being symlinked from another unit's 20:40:31 .wants/ or .requires/ directory. 20:40:31 • A unit's purpose may be to act as a helper for some other unit which has 20:40:31 a requirement dependency on it. 20:40:31 • A unit may be started when needed via activation (socket, path, timer, 20:40:31 D-Bus, udev, scripted systemctl call, ...). 20:40:31 • In case of template units, the unit is meant to be enabled with some 20:40:31 instance name specified. 20:40:31 Reading package lists... 20:40:32 Building dependency tree... 20:40:32 Reading state information... 20:40:32 The following additional packages will be installed: 20:40:32 apparmor libbsd0 libcbor0.6 libedit2 libexpat1 libfido2-1 libgssapi-krb5-2 20:40:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:40:32 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib mime-support 20:40:32 openssh-client python3 python3-minimal python3.8 python3.8-minimal 20:40:32 squashfs-tools 20:40:32 Suggested packages: 20:40:32 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 20:40:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:40:32 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 20:40:32 Recommended packages: 20:40:32 krb5-locales file xauth gnupg 20:40:32 The following NEW packages will be installed: 20:40:32 apparmor libbsd0 libcbor0.6 libedit2 libexpat1 libfido2-1 libgssapi-krb5-2 20:40:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:40:32 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib mime-support 20:40:32 openssh-client python3 python3-minimal python3.8 python3.8-minimal snapd 20:40:32 squashfs-tools sudo 20:40:32 0 upgraded, 25 newly installed, 0 to remove and 81 not upgraded. 20:40:32 Need to get 38.0 MB of archives. 20:40:32 After this operation, 166 MB of additional disk space will be used. 20:40:32 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] 20:40:32 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] 20:40:32 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 20:40:32 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 20:40:32 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 20:40:32 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 20:40:32 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 20:40:32 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 20:40:32 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 20:40:33 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] 20:40:33 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 20:40:33 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 20:40:33 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 20:40:33 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 20:40:33 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 20:40:33 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 20:40:33 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.51.1+20.04ubuntu2 [30.4 MB] 20:40:33 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] 20:40:33 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] 20:40:33 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 20:40:33 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 20:40:33 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 20:40:33 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 20:40:33 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 20:40:33 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 20:40:34 debconf: delaying package configuration, since apt-utils is not installed 20:40:34 Fetched 38.0 MB in 2s (19.7 MB/s) 20:40:34 Selecting previously unselected package libpython3.8-minimal:amd64. 20:40:34 (Reading database ... 13067 files and directories currently installed.) 20:40:34 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:40:34 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:40:34 Selecting previously unselected package libexpat1:amd64. 20:40:34 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... 20:40:34 Unpacking libexpat1:amd64 (2.2.9-1build1) ... 20:40:34 Selecting previously unselected package python3.8-minimal. 20:40:34 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:40:34 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 20:40:34 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:40:34 Setting up libexpat1:amd64 (2.2.9-1build1) ... 20:40:34 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 20:40:35 Selecting previously unselected package python3-minimal. 20:40:35 (Reading database ... 13358 files and directories currently installed.) 20:40:35 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 20:40:35 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 20:40:35 Selecting previously unselected package mime-support. 20:40:35 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 20:40:35 Unpacking mime-support (3.64ubuntu1) ... 20:40:35 Selecting previously unselected package libmpdec2:amd64. 20:40:35 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 20:40:35 Unpacking libmpdec2:amd64 (2.4.2-3) ... 20:40:35 Selecting previously unselected package libpython3.8-stdlib:amd64. 20:40:35 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:40:35 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:40:35 Selecting previously unselected package python3.8. 20:40:35 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 20:40:35 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... 20:40:35 Selecting previously unselected package libpython3-stdlib:amd64. 20:40:35 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 20:40:35 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 20:40:35 Setting up python3-minimal (3.8.2-0ubuntu2) ... 20:40:35 Selecting previously unselected package python3. 20:40:35 (Reading database ... 13760 files and directories currently installed.) 20:40:35 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 20:40:35 Unpacking python3 (3.8.2-0ubuntu2) ... 20:40:35 Selecting previously unselected package libbsd0:amd64. 20:40:35 Preparing to unpack .../01-libbsd0_0.10.0-1_amd64.deb ... 20:40:35 Unpacking libbsd0:amd64 (0.10.0-1) ... 20:40:36 Selecting previously unselected package sudo. 20:40:36 Preparing to unpack .../02-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 20:40:36 Unpacking sudo (1.8.31-1ubuntu1.2) ... 20:40:36 Selecting previously unselected package apparmor. 20:40:36 Preparing to unpack .../03-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 20:40:36 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 20:40:36 Selecting previously unselected package libcbor0.6:amd64. 20:40:36 Preparing to unpack .../04-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 20:40:36 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 20:40:36 Selecting previously unselected package libedit2:amd64. 20:40:36 Preparing to unpack .../05-libedit2_3.1-20191231-1_amd64.deb ... 20:40:36 Unpacking libedit2:amd64 (3.1-20191231-1) ... 20:40:36 Selecting previously unselected package libfido2-1:amd64. 20:40:36 Preparing to unpack .../06-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 20:40:36 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 20:40:36 Selecting previously unselected package libkrb5support0:amd64. 20:40:36 Preparing to unpack .../07-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 20:40:36 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 20:40:36 Selecting previously unselected package libk5crypto3:amd64. 20:40:36 Preparing to unpack .../08-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 20:40:36 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 20:40:36 Selecting previously unselected package libkeyutils1:amd64. 20:40:36 Preparing to unpack .../09-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 20:40:36 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 20:40:36 Selecting previously unselected package libkrb5-3:amd64. 20:40:36 Preparing to unpack .../10-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 20:40:36 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 20:40:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:40:36 Preparing to unpack .../11-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 20:40:36 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 20:40:36 Selecting previously unselected package openssh-client. 20:40:36 Preparing to unpack .../12-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 20:40:36 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 20:40:36 Selecting previously unselected package liblzo2-2:amd64. 20:40:36 Preparing to unpack .../13-liblzo2-2_2.10-2_amd64.deb ... 20:40:36 Unpacking liblzo2-2:amd64 (2.10-2) ... 20:40:36 Selecting previously unselected package squashfs-tools. 20:40:36 Preparing to unpack .../14-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 20:40:36 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 20:40:37 Selecting previously unselected package snapd. 20:40:37 Preparing to unpack .../15-snapd_2.51.1+20.04ubuntu2_amd64.deb ... 20:40:37 Unpacking snapd (2.51.1+20.04ubuntu2) ... 20:40:39 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 20:40:39 Setting up mime-support (3.64ubuntu1) ... 20:40:39 Setting up liblzo2-2:amd64 (2.10-2) ... 20:40:39 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 20:40:40 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 20:40:40 Setting up sudo (1.8.31-1ubuntu1.2) ... 20:40:40 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 20:40:40 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 20:40:40 Setting up libmpdec2:amd64 (2.4.2-3) ... 20:40:40 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 20:40:40 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 20:40:40 Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... 20:40:40 Setting up libbsd0:amd64 (0.10.0-1) ... 20:40:40 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 20:40:40 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 20:40:40 Setting up libedit2:amd64 (3.1-20191231-1) ... 20:40:40 Setting up python3 (3.8.2-0ubuntu2) ... 20:40:40 running python rtupdate hooks for python3.8... 20:40:40 running python post-rtupdate hooks for python3.8... 20:40:40 Setting up apparmor (2.13.3-7ubuntu5.1) ... 20:40:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:40:41 Reloading AppArmor profiles 20:40:41 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 20:40:41 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 20:40:42 Setting up snapd (2.51.1+20.04ubuntu2) ... 20:40:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:40:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:40:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:40:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:40:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:40:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:40:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:40:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:40:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:40:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:40:44 /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' 20:40:44 Processing triggers for systemd (245.4-4ubuntu3) ... 20:40:45 Processing triggers for libc-bin (2.31-0ubuntu9) ... 20:40:46 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 20:40:46 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 20:40:46 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 20:40:47 Reading package lists... 20:40:47 Reading package lists... 20:40:47 Building dependency tree... 20:40:47 Reading state information... 20:40:47 Calculating upgrade... 20:40:47 The following packages will be upgraded: 20:40:47 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 20:40:47 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 20:40:47 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 20:40:47 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 20:40:47 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 20:40:47 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 20:40:47 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 20:40:47 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 20:40:47 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libsystemd0 20:40:47 libtsan0 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl 20:40:47 passwd perl perl-base perl-modules-5.30 procps systemd systemd-sysv 20:40:47 systemd-timesyncd tar tzdata ubuntu-keyring util-linux xz-utils zlib1g 20:40:47 81 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:40:47 Need to get 67.5 MB of archives. 20:40:47 After this operation, 14.1 MB of additional disk space will be used. 20:40:47 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-94.106 [1114 kB] 20:40:47 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] 20:40:48 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 20:40:48 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 20:40:48 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] 20:40:48 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.2 [2715 kB] 20:40:49 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 20:40:49 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 20:40:49 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 20:40:49 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 20:40:49 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 20:40:49 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 20:40:49 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 20:40:49 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 20:40:49 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 20:40:49 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.4 [60.6 kB] 20:40:49 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 20:40:49 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 20:40:49 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.1 [63.1 kB] 20:40:49 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 20:40:49 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] 20:40:49 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.1 [137 kB] 20:40:49 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.1 [20.0 kB] 20:40:49 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.1 [175 kB] 20:40:49 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmount1 amd64 2.34-0.1ubuntu9.1 [149 kB] 20:40:49 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.1 [100 kB] 20:40:49 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 20:40:49 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 20:40:49 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 20:40:49 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 fdisk amd64 2.34-0.1ubuntu9.1 [119 kB] 20:40:49 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 util-linux amd64 2.34-0.1ubuntu9.1 [1021 kB] 20:40:49 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.2 [639 kB] 20:40:49 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 20:40:49 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 20:40:49 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1322 kB] 20:40:49 Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.1 [240 kB] 20:40:49 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 20:40:49 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.3 [183 kB] 20:40:49 Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 20:40:49 Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 20:40:49 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 20:40:49 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 20:40:49 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 20:40:49 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mount amd64 2.34-0.1ubuntu9.1 [115 kB] 20:40:49 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 20:40:49 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 20:40:49 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 20:40:49 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 20:40:49 Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 20:40:49 Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 20:40:49 Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 20:40:49 Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 20:40:49 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 20:40:49 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 20:40:49 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 20:40:49 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 20:40:49 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 20:40:49 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 20:40:49 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 20:40:49 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 20:40:49 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 20:40:49 Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 20:40:49 Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 20:40:49 Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 20:40:49 Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 20:40:49 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 20:40:49 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 20:40:49 Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] 20:40:49 Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 20:40:49 Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 20:40:49 Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 20:40:49 Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 20:40:49 Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 20:40:49 Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 20:40:49 Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] 20:40:49 Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] 20:40:50 Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] 20:40:50 Get:78 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] 20:40:50 Get:79 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] 20:40:50 Get:80 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] 20:40:51 Get:81 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] 20:40:51 debconf: delaying package configuration, since apt-utils is not installed 20:40:51 Fetched 67.5 MB in 3s (19.4 MB/s) 20:40:51 (Reading database ... 14243 files and directories currently installed.) 20:40:51 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... 20:40:51 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:40:51 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... 20:40:51 Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:40:51 Preparing to unpack .../2-linux-libc-dev_5.4.0-94.106_amd64.deb ... 20:40:51 Unpacking linux-libc-dev:amd64 (5.4.0-94.106) over (5.4.0-26.30) ... 20:40:52 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:40:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:40:52 ./bin/test-attribution-txt.sh [Pipeline] echo 20:40:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:40:52 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:52 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:52 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 20:40:53 + ls -al . 20:40:53 total 672 20:40:53 drwxrwxr-x 9 1001 1001 4096 Jan 14 20:40 . 20:40:53 drwxr-xr-x 4 root root 4096 Jan 14 20:36 .. 20:40:53 -rw-rw-r-- 1 1001 1001 11 Jan 14 20:33 .dockerignore 20:40:53 drwxrwxr-x 8 1001 1001 4096 Jan 14 20:34 .git 20:40:53 drwxrwxr-x 4 1001 1001 4096 Jan 14 20:33 .github 20:40:53 -rw-rw-r-- 1 1001 1001 804 Jan 14 20:33 .gitignore 20:40:53 -rw-rw-r-- 1 1001 1001 42 Jan 14 20:33 .golangci.yml 20:40:53 -rw-rw-r-- 1 1001 1001 76 Jan 14 20:33 .hadolint.yml 20:40:53 -rw-rw-r-- 1 1001 1001 166 Jan 14 20:33 .sonarcloud.properties 20:40:53 -rw-rw-r-- 1 1001 1001 1171 Jan 14 20:33 ADOPTERS.md 20:40:53 -rw-rw-r-- 1 1001 1001 8910 Jan 14 20:33 Attribution.txt 20:40:53 -rw-rw-r-- 1 1001 1001 51732 Jan 14 20:33 CHANGELOG.md 20:40:53 -rw-rw-r-- 1 1001 1001 3804 Jan 14 20:33 CONTRIBUTING.md 20:40:53 -rw-rw-r-- 1 1001 1001 677 Jan 14 20:33 GOVERNANCE.md 20:40:53 -rw-rw-r-- 1 1001 1001 849 Jan 14 20:33 Jenkinsfile 20:40:53 -rw-rw-r-- 1 1001 1001 10775 Jan 14 20:33 LICENSE 20:40:53 -rw-rw-r-- 1 1001 1001 6508 Jan 14 20:33 Makefile 20:40:53 -rw-rw-r-- 1 1001 1001 582 Jan 14 20:33 OWNERS.md 20:40:53 -rw-rw-r-- 1 1001 1001 8207 Jan 14 20:33 README.md 20:40:53 -rw-rw-r-- 1 1001 1001 6912 Jan 14 20:33 SECURITY.md 20:40:53 -rw-rw-r-- 1 1001 1001 5 Jan 14 20:30 VERSION 20:40:53 -rw-rw-r-- 1 1001 1001 4131 Jan 14 20:33 ZMQWindows.md 20:40:53 drwxrwxr-x 2 1001 1001 4096 Jan 14 20:33 bin 20:40:53 drwxrwxr-x 14 1001 1001 4096 Jan 14 20:33 cmd 20:40:53 -rw-r--r-- 1 root root 428381 Jan 14 20:39 coverage.out 20:40:53 -rw-rw-r-- 1 1001 1001 828 Jan 14 20:33 go.mod 20:40:53 -rw-rw-r-- 1 1001 1001 49574 Jan 14 20:33 go.sum 20:40:53 drwxrwxr-x 8 1001 1001 4096 Jan 14 20:33 internal 20:40:53 drwxrwxr-x 3 1001 1001 4096 Jan 14 20:33 openapi 20:40:53 drwxrwxr-x 4 1001 1001 4096 Jan 14 20:33 snap 20:40:53 -rw-rw-r-- 1 1001 1001 204 Jan 14 20:33 version.go 20:40:53 (Reading database ... 14242 files and directories currently installed.) 20:40:53 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:53 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:53 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:40:53 (Reading database ... 14242 files and directories currently installed.) 20:40:53 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:53 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:53 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:53 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [Pipeline] sh 20:40:53 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 20:40:53 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 20:40:53 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 20:40:53 (Reading database ... 14242 files and directories currently installed.) 20:40:53 Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ... 20:40:53 Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:40:53 + '[' -e coverage.out ] 20:40:53 + chown 1001:1001 coverage.out [Pipeline] stash 20:40:53 Warning: overwriting stash ‘coverage-report’ 20:40:53 Setting up libc6:amd64 (2.31-0ubuntu9.2) ... 20:40:54 (Reading database ... 14242 files and directories currently installed.) 20:40:54 Preparing to unpack .../base-files_11ubuntu5.4_amd64.deb ... 20:40:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:40:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:40:54 Unpacking base-files (11ubuntu5.4) over (11ubuntu5) ... 20:40:54 Setting up base-files (11ubuntu5.4) ... 20:40:54 Installing new version of config file /etc/issue ... 20:40:54 Installing new version of config file /etc/issue.net ... 20:40:54 Installing new version of config file /etc/lsb-release ... 20:40:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:40:54 Stashed 1 file(s) [Pipeline] sh 20:40:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:40:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:40:54 Removing obsolete conffile /etc/default/motd-news ... 20:40:54 (Reading database ... 14241 files and directories currently installed.) 20:40:54 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 20:40:54 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 20:40:54 Setting up bash (5.0-6ubuntu1.1) ... 20:40:55 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 20:40:55 (Reading database ... 14241 files and directories currently installed.) 20:40:55 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.1_amd64.deb ... 20:40:55 Unpacking bsdutils (1:2.34-0.1ubuntu9.1) over (1:2.34-0.1ubuntu9) ... 20:40:55 Setting up bsdutils (1:2.34-0.1ubuntu9.1) ... 20:40:55 (Reading database ... 14241 files and directories currently installed.) 20:40:55 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 20:40:55 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 20:40:55 + make build 20:40:55 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 20:40:55 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 20:40:55 (Reading database ... 14241 files and directories currently installed.) 20:40:55 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 20:40:55 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:40:56 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 20:40:56 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:40:56 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 20:40:56 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:40:56 Setting up perl-base (5.30.0-9ubuntu0.2) ... 20:40:56 (Reading database ... 14241 files and directories currently installed.) 20:40:56 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 20:40:56 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 20:40:57 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... 20:40:57 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... 20:40:57 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... 20:40:57 (Reading database ... 14241 files and directories currently installed.) 20:40:57 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.1_amd64.deb ... 20:40:57 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.1) over (1.30+dfsg-7) ... 20:40:57 Setting up tar (1.30+dfsg-7ubuntu0.20.04.1) ... 20:40:57 (Reading database ... 14241 files and directories currently installed.) 20:40:57 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:57 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.1) ... 20:40:57 (Reading database ... 14241 files and directories currently installed.) 20:40:57 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:57 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.1) ... 20:40:57 (Reading database ... 14241 files and directories currently installed.) 20:40:57 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:57 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:57 Setting up libmount1:amd64 (2.34-0.1ubuntu9.1) ... 20:40:57 (Reading database ... 14241 files and directories currently installed.) 20:40:57 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:57 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.1) ... 20:40:57 (Reading database ... 14241 files and directories currently installed.) 20:40:57 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking fdisk (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:57 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.1_amd64.deb ... 20:40:57 Unpacking util-linux (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:40:58 Setting up util-linux (2.34-0.1ubuntu9.1) ... 20:40:58 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:40:59 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:40:59 (Reading database ... 14241 files and directories currently installed.) 20:40:59 Preparing to unpack .../libc-bin_2.31-0ubuntu9.2_amd64.deb ... 20:40:59 Unpacking libc-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 20:40:59 Setting up libc-bin (2.31-0ubuntu9.2) ... 20:40:59 (Reading database ... 14241 files and directories currently installed.) 20:40:59 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 20:40:59 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 20:40:59 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 20:40:59 (Reading database ... 14241 files and directories currently installed.) 20:40:59 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 20:40:59 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 20:40:59 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 20:40:59 (Reading database ... 14241 files and directories currently installed.) 20:40:59 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 20:40:59 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 20:40:59 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 20:40:59 (Reading database ... 14241 files and directories currently installed.) 20:40:59 Preparing to unpack .../0-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 20:40:59 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:40:59 Preparing to unpack .../1-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 20:41:00 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:41:00 Preparing to unpack .../2-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 20:41:00 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 20:41:00 Preparing to unpack .../3-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 20:41:00 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 20:41:00 Preparing to unpack .../4-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 20:41:00 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 20:41:00 Preparing to unpack .../5-libcryptsetup12_2%3a2.2.2-3ubuntu2.3_amd64.deb ... 20:41:00 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) over (2:2.2.2-3ubuntu2) ... 20:41:00 Preparing to unpack .../6-libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 20:41:00 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 20:41:00 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 20:41:00 (Reading database ... 14241 files and directories currently installed.) 20:41:00 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 20:41:00 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 20:41:00 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 20:41:00 (Reading database ... 14241 files and directories currently installed.) 20:41:00 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 20:41:00 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 20:41:00 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 20:41:00 (Reading database ... 14241 files and directories currently installed.) 20:41:00 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 20:41:00 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 20:41:00 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 20:41:01 (Reading database ... 14241 files and directories currently installed.) 20:41:01 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 20:41:01 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:41:01 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 20:41:01 (Reading database ... 14241 files and directories currently installed.) 20:41:01 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 20:41:01 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 20:41:01 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 20:41:01 (Reading database ... 14241 files and directories currently installed.) 20:41:01 Preparing to unpack .../mount_2.34-0.1ubuntu9.1_amd64.deb ... 20:41:01 Unpacking mount (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... 20:41:01 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 20:41:01 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:41:01 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 20:41:02 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 20:41:02 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 20:41:02 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 20:41:02 (Reading database ... 14242 files and directories currently installed.) 20:41:02 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 20:41:02 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 20:41:02 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 20:41:02 (Reading database ... 14242 files and directories currently installed.) 20:41:02 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 20:41:02 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 20:41:02 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 20:41:02 (Reading database ... 14242 files and directories currently installed.) 20:41:02 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 20:41:02 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 20:41:02 Setting up gpgv (2.2.19-3ubuntu2.1) ... 20:41:02 (Reading database ... 14242 files and directories currently installed.) 20:41:02 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 20:41:02 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 20:41:03 Setting up ubuntu-keyring (2020.02.11.4) ... 20:41:03 (Reading database ... 14242 files and directories currently installed.) 20:41:03 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 20:41:03 Unpacking apt (2.0.6) over (2.0.2) ... 20:41:03 Setting up apt (2.0.6) ... 20:41:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:41:03 (Reading database ... 14242 files and directories currently installed.) 20:41:03 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 20:41:03 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:41:03 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 20:41:04 (Reading database ... 14244 files and directories currently installed.) 20:41:04 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 20:41:04 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:41:04 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 20:41:04 (Reading database ... 14248 files and directories currently installed.) 20:41:04 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 20:41:04 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 20:41:04 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 20:41:04 (Reading database ... 14248 files and directories currently installed.) 20:41:04 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 20:41:04 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 20:41:04 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 20:41:05 (Reading database ... 14248 files and directories currently installed.) 20:41:05 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 20:41:05 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 20:41:05 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 20:41:05 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 20:41:05 Preparing to unpack .../02-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 20:41:05 Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 20:41:05 Preparing to unpack .../03-ca-certificates_20210119~20.04.2_all.deb ... 20:41:05 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 20:41:05 Preparing to unpack .../04-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 20:41:05 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 20:41:05 Preparing to unpack .../05-tzdata_2021e-0ubuntu0.20.04_all.deb ... 20:41:05 Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 20:41:05 Preparing to unpack .../06-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 20:41:05 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 20:41:06 Preparing to unpack .../07-libctf0_2.34-6ubuntu1.3_amd64.deb ... 20:41:06 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:41:06 Preparing to unpack .../08-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 20:41:06 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:41:06 Preparing to unpack .../09-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 20:41:06 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:41:06 Preparing to unpack .../10-binutils_2.34-6ubuntu1.3_amd64.deb ... 20:41:06 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:41:06 Preparing to unpack .../11-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 20:41:06 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:41:06 Preparing to unpack .../12-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 20:41:06 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 20:41:06 Preparing to unpack .../13-build-essential_12.8ubuntu1.1_amd64.deb ... 20:41:06 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 20:41:06 Preparing to unpack .../14-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:06 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:06 Preparing to unpack .../15-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:06 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:07 Preparing to unpack .../16-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:07 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:08 Preparing to unpack .../17-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:08 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:08 Preparing to unpack .../18-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:08 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:09 Preparing to unpack .../19-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:09 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:09 Preparing to unpack .../20-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... 20:41:09 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 20:41:09 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 20:41:09 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 20:41:09 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 20:41:09 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 20:41:09 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 20:41:09 Setting up linux-libc-dev:amd64 (5.4.0-94.106) ... 20:41:09 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 20:41:09 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:09 Setting up tzdata (2021e-0ubuntu0.20.04) ... 20:41:09 20:41:09 Current default time zone: 'Etc/UTC' 20:41:09 Local time is now: Fri Jan 14 20:41:09 UTC 2022. 20:41:09 Universal Time is now: Fri Jan 14 20:41:09 UTC 2022. 20:41:09 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:41:09 20:41:09 Setting up xz-utils (5.2.4-1ubuntu1) ... 20:41:09 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:09 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:09 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.1) ... 20:41:09 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:09 Setting up mount (2.34-0.1ubuntu9.1) ... 20:41:10 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 20:41:10 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 20:41:10 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 20:41:10 Setting up libc-dev-bin (2.31-0ubuntu9.2) ... 20:41:10 Setting up openssl (1.1.1f-1ubuntu2.10) ... 20:41:10 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:10 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:10 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 20:41:10 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:10 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... 20:41:10 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 20:41:10 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 20:41:10 Setting up fdisk (2.34-0.1ubuntu9.1) ... 20:41:10 Setting up ca-certificates (20210119~20.04.2) ... 20:41:12 Updating certificates in /etc/ssl/certs... 20:41:12 21 added, 21 removed; done. 20:41:12 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... 20:41:12 Setting up perl (5.30.0-9ubuntu0.2) ... 20:41:12 Setting up procps (2:3.3.16-1ubuntu2.3) ... 20:41:12 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... 20:41:12 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... 20:41:12 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ... 20:41:12 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 20:41:12 Setting up binutils (2.34-6ubuntu1.3) ... 20:41:12 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 20:41:12 Setting up build-essential (12.8ubuntu1.1) ... 20:41:12 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... 20:41:12 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 20:41:13 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 20:41:13 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 20:41:13 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 20:41:13 Setting up systemd (245.4-4ubuntu3.15) ... 20:41:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:41:13 Installing new version of config file /etc/systemd/resolved.conf ... 20:41:14 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 20:41:14 Processing triggers for mime-support (3.64ubuntu1) ... 20:41:14 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 20:41:14 Processing triggers for ca-certificates (20210119~20.04.2) ... 20:41:14 Updating certificates in /etc/ssl/certs... 20:41:14 0 added, 0 removed; done. 20:41:14 Running hooks in /etc/ca-certificates/update.d... 20:41:14 done. 20:41:16 Reading package lists... 20:41:16 Building dependency tree... 20:41:16 Reading state information... 20:41:16 The following NEW packages will be installed: 20:41:16 apt-transport-https 20:41:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:41:16 Need to get 4680 B of archives. 20:41:16 After this operation, 162 kB of additional disk space will be used. 20:41:16 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 20:41:16 debconf: delaying package configuration, since apt-utils is not installed 20:41:16 Fetched 4680 B in 0s (24.4 kB/s) 20:41:16 Selecting previously unselected package apt-transport-https. 20:41:16 (Reading database ... 14251 files and directories currently installed.) 20:41:16 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 20:41:16 Unpacking apt-transport-https (2.0.6) ... 20:41:16 Setting up apt-transport-https (2.0.6) ... 20:41:17 Waiting for network to be ready... 20:41:23 2022-01-14T20:41:21Z INFO Waiting for automatic snapd restart... 20:41:24 snapd 2.53.4 from Canonical* installed 20:41:25 "snapd" switched to the "latest/stable" channel 20:41:25 20:41:28 core20 20211129 from Canonical* installed 20:41:28 "core20" switched to the "latest/stable" channel 20:41:28 20:41:28 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 20:41:30 snapcraft 6.0.2 from Canonical* installed 20:41:30 "snapcraft" switched to the "latest/stable" channel 20:41:30 20:41:30 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 20:41:34 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: 20:41:34 - README.md 20:41:34 20:41:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:41:34 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 20:41:35 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 20:41:35 Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 20:41:35 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 20:41:35 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 20:41:36 Reading package lists... 20:41:36 Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 20:41:36 Reading package lists... 20:41:36 Building dependency tree... 20:41:36 Reading state information... 20:41:36 Suggested packages: 20:41:36 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 20:41:36 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 20:41:36 krb5-user libnorm-doc 20:41:36 Recommended packages: 20:41:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:41:36 The following NEW packages will be installed: 20:41:36 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 20:41:36 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 20:41:36 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 20:41:36 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 20:41:36 libzmq5 pkg-config zip 20:41:36 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 20:41:36 Need to get 10.3 MB of archives. 20:41:36 After this operation, 56.5 MB of additional disk space will be used. 20:41:36 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 20:41:36 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 20:41:36 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 20:41:37 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 20:41:37 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 20:41:37 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 20:41:37 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 20:41:37 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 20:41:37 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 20:41:37 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 20:41:37 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 20:41:37 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 20:41:37 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 20:41:37 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 20:41:37 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 20:41:37 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 20:41:37 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 20:41:37 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 20:41:37 Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 20:41:37 Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 20:41:37 Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 20:41:37 Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 20:41:38 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 20:41:38 Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 20:41:38 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 20:41:38 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 20:41:38 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 20:41:38 debconf: delaying package configuration, since apt-utils is not installed 20:41:38 Fetched 10.3 MB in 1s (9648 kB/s) 20:41:38 Selecting previously unselected package libglib2.0-0:amd64. 20:41:38 (Reading database ... 14255 files and directories currently installed.) 20:41:38 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 20:41:38 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 20:41:38 Selecting previously unselected package libsodium23:amd64. 20:41:38 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 20:41:38 Unpacking libsodium23:amd64 (1.0.18-1) ... 20:41:38 Selecting previously unselected package libpsl5:amd64. 20:41:38 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 20:41:38 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 20:41:38 Selecting previously unselected package libbrotli1:amd64. 20:41:38 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 20:41:38 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 20:41:38 Selecting previously unselected package libnghttp2-14:amd64. 20:41:38 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 20:41:38 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... 20:41:38 Selecting previously unselected package librtmp1:amd64. 20:41:38 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 20:41:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 20:41:38 Selecting previously unselected package libssh-4:amd64. 20:41:38 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 20:41:38 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 20:41:38 Selecting previously unselected package libcurl3-gnutls:amd64. 20:41:38 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 20:41:38 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 20:41:38 Selecting previously unselected package liberror-perl. 20:41:38 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 20:41:38 Unpacking liberror-perl (0.17029-1) ... 20:41:38 Selecting previously unselected package git-man. 20:41:38 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 20:41:38 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 20:41:38 Selecting previously unselected package git. 20:41:38 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 20:41:38 Unpacking git (1:2.25.1-1ubuntu3.2) ... 20:41:39 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 20:41:39 Selecting previously unselected package libgssrpc4:amd64. 20:41:39 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 20:41:39 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 20:41:39 Selecting previously unselected package libkdb5-9:amd64. 20:41:39 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 20:41:39 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 20:41:39 Selecting previously unselected package libkadm5srv-mit11:amd64. 20:41:39 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 20:41:39 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 20:41:39 Selecting previously unselected package libkadm5clnt-mit11:amd64. 20:41:39 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 20:41:39 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 20:41:39 Selecting previously unselected package comerr-dev:amd64. 20:41:39 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 20:41:39 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 20:41:39 Selecting previously unselected package krb5-multidev:amd64. 20:41:39 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 20:41:39 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 20:41:39 Selecting previously unselected package libnorm1:amd64. 20:41:39 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 20:41:39 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 20:41:39 Selecting previously unselected package libnorm-dev:amd64. 20:41:39 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 20:41:39 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 20:41:39 Selecting previously unselected package libpgm-5.2-0:amd64. 20:41:39 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 20:41:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:41:40 Selecting previously unselected package libpgm-dev:amd64. 20:41:40 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 20:41:40 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:41:40 Selecting previously unselected package libsodium-dev:amd64. 20:41:40 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 20:41:40 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 20:41:40 Selecting previously unselected package libzmq5:amd64. 20:41:40 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 20:41:40 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 20:41:40 Selecting previously unselected package libkrb5-dev:amd64. 20:41:40 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 20:41:40 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Selecting previously unselected package libzmq3-dev:amd64. 20:41:40 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 20:41:40 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 20:41:40 Selecting previously unselected package pkg-config. 20:41:40 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 20:41:40 Unpacking pkg-config (0.29.1-0ubuntu4) ... 20:41:40 Selecting previously unselected package zip. 20:41:40 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 20:41:40 Unpacking zip (3.0-11build1) ... 20:41:40 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 20:41:40 Setting up libsodium23:amd64 (1.0.18-1) ... 20:41:40 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 20:41:40 No schema files found: doing nothing. 20:41:40 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 20:41:40 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 20:41:40 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 20:41:40 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 20:41:40 Setting up liberror-perl (0.17029-1) ... 20:41:40 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Setting up zip (3.0-11build1) ... 20:41:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 20:41:40 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 20:41:40 Setting up pkg-config (0.29.1-0ubuntu4) ... 20:41:40 Setting up libsodium-dev:amd64 (1.0.18-1) ... 20:41:40 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 20:41:40 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 20:41:40 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:41:40 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 20:41:40 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 20:41:40 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 20:41:40 Setting up git (1:2.25.1-1ubuntu3.2) ... 20:41:40 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 20:41:40 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 20:41:40 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 20:41:41 comerr-dev set to automatically installed. 20:41:41 git set to automatically installed. 20:41:41 git-man set to automatically installed. 20:41:41 krb5-multidev set to automatically installed. 20:41:41 libbrotli1 set to automatically installed. 20:41:41 libcurl3-gnutls set to automatically installed. 20:41:41 liberror-perl set to automatically installed. 20:41:41 libglib2.0-0 set to automatically installed. 20:41:41 libgssrpc4 set to automatically installed. 20:41:41 libkadm5clnt-mit11 set to automatically installed. 20:41:41 libkadm5srv-mit11 set to automatically installed. 20:41:41 libkdb5-9 set to automatically installed. 20:41:41 libkrb5-dev set to automatically installed. 20:41:41 libnghttp2-14 set to automatically installed. 20:41:41 libnorm-dev set to automatically installed. 20:41:41 libnorm1 set to automatically installed. 20:41:41 libpgm-5.2-0 set to automatically installed. 20:41:41 libpgm-dev set to automatically installed. 20:41:41 libpsl5 set to automatically installed. 20:41:41 librtmp1 set to automatically installed. 20:41:41 libsodium-dev set to automatically installed. 20:41:41 libsodium23 set to automatically installed. 20:41:41 libssh-4 set to automatically installed. 20:41:41 libzmq3-dev set to automatically installed. 20:41:41 libzmq5 set to automatically installed. 20:41:41 pkg-config set to automatically installed. 20:41:41 zip set to automatically installed. 20:41:42 snapd is not logged in, snap install commands will use sudo 20:41:43 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 20:41:46 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 20:41:51 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 20:41:54 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 20:41:57 go (1.16/stable) 1.16.13 from Michael Hudson-Doyle (mwhudson) installed 20:41:57 Downloading snap 'edgex-app-service-configurable' 20:41:57 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 20:42:03 Pulling app-service-configurable 20:42:03 + snapcraftctl pull [Pipeline] } 20:42:04 $ docker stop --time=1 a66b1dcbff7ec3788509a2e6cfdd2a9ac77f29e46cb53a6098e044c496932f5a 20:42:05 Pulling config-common 20:42:05 + snapcraftctl pull 20:42:06 $ docker rm -f a66b1dcbff7ec3788509a2e6cfdd2a9ac77f29e46cb53a6098e044c496932f5a 20:42:07 Pulling go-build-helper 20:42:07 + snapcraftctl pull [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:07 20:42:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:42:08 'edgex-go' has dependencies that need to be staged: go-build-helper 20:42:08 Skipping pull go-build-helper (already ran) 20:42:08 Building go-build-helper 20:42:08 + snapcraftctl build 20:42:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:08 latest: Pulling from edgex-devops/edgex-compose-arm64 20:42:08 29e5d40040c1: Pulling fs layer 20:42:08 1ce36da41761: Pulling fs layer 20:42:08 25b303627fd3: Pulling fs layer 20:42:08 29e5d40040c1: Verifying Checksum 20:42:08 29e5d40040c1: Download complete 20:42:08 1ce36da41761: Verifying Checksum 20:42:08 1ce36da41761: Download complete 20:42:09 29e5d40040c1: Pull complete 20:42:09 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 20:42:10 Staging go-build-helper 20:42:10 + snapcraftctl stage 20:42:10 25b303627fd3: Verifying Checksum 20:42:10 25b303627fd3: Download complete 20:42:10 1ce36da41761: Pull complete 20:42:15 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 20:42:15 Fetched 290 kB in 0s (0 B/s) 20:42:15 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 20:42:15 Fetched 158 kB in 0s (0 B/s) 20:42:15 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 20:42:15 Fetched 242 kB in 0s (0 B/s) 20:42:15 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 20:42:15 Fetched 150 kB in 0s (0 B/s) 20:42:15 Pulling edgex-go 20:42:15 + snapcraftctl pull 20:42:16 Pulling hooks 20:42:17 + snapcraftctl pull 20:42:20 25b303627fd3: Pull complete 20:42:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:42:21 prd-ubuntu18.04-docker-arm64-4c-16g-1522 does not seem to be running inside a container 20:42:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:42:23 $ docker top cc314c12f44144dfc32c626012d0cf4ca072f06029a8060b16087e6deea3a9e9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:24 + docker-compose build --help 20:42:24 + grep parallel 20:42:30 --parallel Build images in parallel. [Pipeline] } 20:42:30 $ docker stop --time=1 cc314c12f44144dfc32c626012d0cf4ca072f06029a8060b16087e6deea3a9e9 20:42:31 $ docker rm -f cc314c12f44144dfc32c626012d0cf4ca072f06029a8060b16087e6deea3a9e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:32 Removing suid/guid from /root/parts/static-packages/install/bin/su 20:42:32 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 20:42:32 Fetched 96.1 kB in 0s (0 B/s) 20:42:32 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 20:42:32 Fetched 78.7 kB in 0s (0 B/s) 20:42:32 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 20:42:32 Fetched 48.0 kB in 0s (0 B/s) 20:42:32 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 20:42:32 Fetched 50.2 kB in 0s (0 B/s) 20:42:32 Get:1 libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb [14.9 kB] 20:42:32 Fetched 14.9 kB in 0s (0 B/s) 20:42:32 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 20:42:32 Fetched 234 kB in 0s (0 B/s) 20:42:32 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 20:42:32 Fetched 155 kB in 0s (0 B/s) 20:42:32 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 20:42:32 Fetched 170 kB in 0s (0 B/s) 20:42:32 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 20:42:32 Fetched 267 kB in 0s (0 B/s) 20:42:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:42:32 Fetched 50.6 kB in 0s (0 B/s) 20:42:32 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 20:42:32 Fetched 15.1 kB in 0s (0 B/s) 20:42:32 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 20:42:32 Fetched 51.5 kB in 0s (0 B/s) 20:42:32 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 20:42:32 Fetched 121 kB in 0s (0 B/s) 20:42:32 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 20:42:32 Fetched 29.7 kB in 0s (0 B/s) 20:42:32 Get:1 util-linux_2.34-0.1ubuntu9.1_amd64.deb [1021 kB] 20:42:32 Fetched 1021 kB in 0s (0 B/s) 20:42:32 Get:1 libsasl2-2_2.1.27+dfsg-2_amd64.deb [49.3 kB] 20:42:32 Fetched 49.3 kB in 0s (0 B/s) 20:42:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 20:42:32 Fetched 54.9 kB in 0s (0 B/s) 20:42:32 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 20:42:32 Fetched 16.6 kB in 0s (0 B/s) 20:42:32 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 20:42:32 Fetched 87.9 kB in 0s (0 B/s) 20:42:32 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 20:42:32 Fetched 142 kB in 0s (0 B/s) 20:42:32 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 20:42:32 Fetched 41.8 kB in 0s (0 B/s) 20:42:32 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 20:42:32 Fetched 181 kB in 0s (0 B/s) 20:42:32 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 20:42:32 Fetched 208 kB in 0s (0 B/s) 20:42:32 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 20:42:32 Fetched 161 kB in 0s (0 B/s) 20:42:32 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 20:42:32 Fetched 107 kB in 0s (0 B/s) 20:42:32 Pulling static-packages 20:42:32 + snapcraftctl pull 20:42:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:32 . [Pipeline] withDockerContainer 20:42:32 prd-ubuntu18.04-docker-arm64-4c-16g-1522 does not seem to be running inside a container 20:42:32 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:42:33 Pulling version 20:42:33 + cd /root/project 20:42:33 ++ git describe --tags --abbrev=0 20:42:33 ++ sed s/v// 20:42:33 + GIT_VERSION=2.2.0-dev.19 20:42:33 + '[' -z 2.2.0-dev.19 ']' 20:42:33 + snapcraftctl set-version 2.2.0-dev.19 20:42:34 $ docker top 75a8347bb2ce34f7ef3649b161a16af72351a378ca882ee2c7ca56317b3fa6b3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:34 + docker-compose -f ./docker-compose-build.yml build --parallel 20:42:35 Building app-service-configurable 20:42:35 + snapcraftctl build 20:42:36 Building config-common 20:42:36 + snapcraftctl build 20:42:38 + cp --archive --link --no-dereference . /root/parts/config-common/install 20:42:38 Skipping build go-build-helper (already ran) 20:42:39 Building edgex-go 20:42:39 + cd /root/parts/edgex-go/src 20:42:39 ++ git describe --tags --abbrev=0 20:42:39 ++ sed s/v// 20:42:39 + GIT_VERSION=2.2.0-dev.19 20:42:39 + '[' -z 2.2.0-dev.19 ']' 20:42:39 + echo 2.2.0-dev.19 20:42:39 + '[' '!' -d vendor ']' 20:42:39 + go mod download all 20:42:41 Building core-command ... 20:42:41 Building core-data ... 20:42:41 Building core-metadata ... 20:42:41 Building security-bootstrapper ... 20:42:41 Building security-proxy-setup ... 20:42:41 Building security-secretstore-setup ... 20:42:41 Building support-notifications ... 20:42:41 Building support-scheduler ... 20:42:41 Building sys-mgmt-agent ... 20:42:41 Building security-secretstore-setup 20:42:41 Building core-command 20:42:41 Building support-notifications 20:42:41 Building support-scheduler 20:42:41 Building core-metadata 20:42:47 + make build 20:42:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/core-data/core-data ./cmd/core-data 20:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/core-command/core-command ./cmd/core-command 20:43:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:43:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:43:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:43:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:43:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o ./cmd/secrets-config ./cmd/secrets-config 20:43:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.19" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:43:13 + case "$service" in 20:43:13 + 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 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:43:13 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:43:13 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 20:43:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:43:13 + case "$service" in 20:43:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:43:13 + 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 20:43:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:43:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:43:13 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:43:13 Building hooks 20:43:13 + cd /root/parts/hooks/src 20:43:13 + make build 20:43:13 go mod tidy 20:43:13 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 20:43:14 go: downloading github.com/davecgh/go-spew v1.1.0 20:43:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:43:14 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 20:43:15 GO111MODULE=on go build -o cmd/install/install ./cmd/install 20:43:15 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 20:43:15 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 20:43:17 Removing suid/guid from /root/parts/static-packages/install/bin/su 20:43:17 Building static-packages 20:43:17 + snapcraftctl build 20:43:19 Building version 20:43:19 + snapcraftctl build 20:43:21 Staging app-service-configurable 20:43:21 + snapcraftctl stage 20:43:22 Staging config-common 20:43:22 + snapcraftctl stage 20:43:24 Skipping stage go-build-helper (already ran) 20:43:24 Staging edgex-go 20:43:24 + snapcraftctl stage 20:43:26 Staging hooks 20:43:26 + snapcraftctl stage 20:43:27 Staging static-packages 20:43:27 + snapcraftctl stage 20:43:28 Staging version 20:43:28 + snapcraftctl stage 20:43:30 Priming app-service-configurable 20:43:30 + snapcraftctl prime 20:43:33 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 20:43:33 stage-packages: 20:43:33 - libnorm1 20:43:33 - libpgm-5.2-0 20:43:33 - libsodium23 20:43:33 - libzmq5 20:43:33 Priming config-common 20:43:33 + snapcraftctl prime 20:43:35 Priming go-build-helper 20:43:35 + snapcraftctl prime 20:43:36 Priming edgex-go 20:43:36 + snapcraftctl prime 20:43:38 Priming hooks 20:43:38 + snapcraftctl prime 20:43:39 Priming static-packages 20:43:39 + snapcraftctl prime 20:43:45 Priming version 20:43:45 + snapcraftctl prime 20:43:46 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:44:03 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:44:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:44:03 ---> 2ce7f5f1b275 20:44:03 Step 3/23 : WORKDIR /edgex-go 20:44:03 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:44:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:44:03 ---> 2ce7f5f1b275 20:44:03 Step 3/21 : WORKDIR /edgex-go 20:44:03 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:44:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:44:03 ---> 2ce7f5f1b275 20:44:03 Step 3/22 : WORKDIR /edgex-go 20:44:03 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:44:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:44:03 ---> 2ce7f5f1b275 20:44:03 Step 3/22 : WORKDIR /edgex-go 20:44:03 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:44:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:44:03 ---> 2ce7f5f1b275 20:44:03 Step 3/24 : WORKDIR /edgex-go 20:44:03 ---> Running in d8c8e3dd440b 20:44:03 ---> Running in 6160f1f1bf0f 20:44:03 ---> Running in 810a4c263a16 20:44:03 ---> Running in 8bb71e6d2f77 20:44:03 ---> Running in 39805eeac6be 20:44:03 Removing intermediate container 6160f1f1bf0f 20:44:03 ---> 320a071cbc07 20:44:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:03 Removing intermediate container d8c8e3dd440b 20:44:03 ---> 7f4d333e24e1 20:44:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:03 Removing intermediate container 39805eeac6be 20:44:03 ---> cb5b0153e031 20:44:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:03 Removing intermediate container 810a4c263a16 20:44:03 ---> 51491fd6101a 20:44:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:03 Removing intermediate container 8bb71e6d2f77 20:44:03 ---> 40ef7e137897 20:44:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:03 ---> Running in d052fcd8c98c 20:44:03 ---> Running in 4f7764af79b3 20:44:03 ---> Running in 63f7eee83e88 20:44:03 ---> Running in fa7e5c8f2063 20:44:03 ---> Running in 3b8231407a6d 20:44:03 Removing intermediate container d052fcd8c98c 20:44:03 ---> 958880986459 20:44:03 Step 5/22 : RUN apk add --update --no-cache make git 20:44:03 ---> Running in a7d1f8bf50fe 20:44:03 Removing intermediate container fa7e5c8f2063 20:44:03 ---> aa8b6228fd1f 20:44:03 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 20:44:03 ---> Running in ae06d58ce49d 20:44:03 Removing intermediate container 63f7eee83e88 20:44:03 ---> a5c516fa8c5c 20:44:03 Step 5/23 : RUN apk add --update --no-cache make git 20:44:03 Removing intermediate container 4f7764af79b3 20:44:03 ---> e7b601f67aa7 20:44:03 Step 5/24 : RUN apk add --update --no-cache make git 20:44:03 Removing intermediate container 3b8231407a6d 20:44:03 ---> a4bf48db0f5d 20:44:03 Step 5/22 : RUN apk add --update --no-cache make git 20:44:03 ---> Running in fa3dee3c3fc6 20:44:03 ---> Running in f45e3988d631 20:44:03 ---> Running in efe00c9b6b49 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:44:03 OK: 220 MiB in 52 packages 20:44:03 OK: 220 MiB in 52 packages 20:44:03 OK: 220 MiB in 52 packages 20:44:03 OK: 220 MiB in 52 packages 20:44:03 OK: 220 MiB in 52 packages 20:44:03 Removing intermediate container ae06d58ce49d 20:44:03 ---> 871b456abd14 20:44:03 Step 6/21 : COPY . . 20:44:03 Removing intermediate container a7d1f8bf50fe 20:44:03 ---> 4cf729f1f70c 20:44:03 Step 6/22 : COPY . . 20:44:04 Removing intermediate container fa3dee3c3fc6 20:44:04 ---> 12da4b23ed95 20:44:04 Step 6/23 : COPY go.mod . 20:44:04 Removing intermediate container f45e3988d631 20:44:04 ---> f33dbf52031c 20:44:04 Step 6/24 : COPY . . 20:44:05 Removing intermediate container efe00c9b6b49 20:44:05 ---> 683b1beed78c 20:44:05 Step 6/22 : COPY . . 20:44:05 ---> fcb5e759416e 20:44:05 Step 7/23 : RUN go mod download 20:44:05 ---> Running in 939c11c3e8b0 20:44:11 Removing intermediate container 939c11c3e8b0 20:44:11 ---> 3e9985d94f21 20:44:11 Step 8/23 : COPY . . 20:44:29 ---> 36fb3ec62a97 20:44:29 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:44:29 ---> 7b32f9e45649 20:44:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:44:29 ---> bd0ed473344a 20:44:29 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:44:29 ---> 7ef83eb31d85 20:44:29 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:44:29 ---> Running in ca8b502ce7b5 20:44:29 ---> Running in affcea5c563a 20:44:29 ---> Running in 649c6efca3e0 20:44:29 ---> Running in 868058306a02 20:44:31 ---> c92572980255 20:44:31 Step 9/23 : RUN go mod tidy 20:44:31 ---> Running in 276c0bdaacfb 20:44:34 Removing intermediate container ca8b502ce7b5 20:44:34 ---> 43e248a7716a 20:44:34 Step 8/21 : RUN make cmd/support-notifications/support-notifications 20:44:34 ---> Running in c67bc1e34863 20:44:34 Removing intermediate container affcea5c563a 20:44:34 ---> a70f61ef6487 20:44:34 Step 8/22 : RUN make cmd/core-command/core-command 20:44:34 Removing intermediate container 649c6efca3e0 20:44:34 ---> ce09979622ef 20:44:34 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:44:34 Removing intermediate container 868058306a02 20:44:34 ---> b0d0673db8cc 20:44:34 Step 8/22 : RUN make cmd/core-metadata/core-metadata 20:44:34 ---> Running in fa46c7e1761e 20:44:34 ---> Running in cdf6451629ca 20:44:34 ---> Running in 48fbf8e72b1a 20:44:36 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 20:44:36 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 20:44:36 Removing intermediate container 276c0bdaacfb 20:44:36 ---> ca499785bf62 20:44:36 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:44:36 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 20:44:37 ---> Running in a60970e5d51d 20:44:37 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 20:44:39 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 20:47:00 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 20:47:00 Removing intermediate container fa46c7e1761e 20:47:00 ---> fa1dd02681ab 20:47:00 20:47:00 Step 9/22 : FROM alpine:3.14 20:47:00 3.14: Pulling from library/alpine 20:47:00 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:47:00 Status: Downloaded newer image for alpine:3.14 20:47:00 ---> 5b8b7b635229 20:47:00 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:47:00 ---> Running in db92e2ae16d0 20:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:47:00 (1/1) Installing dumb-init (1.2.5-r1) 20:47:00 Executing busybox-1.33.1-r6.trigger 20:47:00 OK: 6 MiB in 15 packages 20:47:02 Removing intermediate container db92e2ae16d0 20:47:02 ---> c5e56760954f 20:47:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:47:02 ---> Running in 30e6c204577e 20:47:03 Removing intermediate container 30e6c204577e 20:47:03 ---> d6f81bd64829 20:47:03 Step 12/22 : ENV APP_PORT=59882 20:47:03 ---> Running in a9e39a0add5e 20:47:04 Removing intermediate container a9e39a0add5e 20:47:04 ---> fdcaa9a1e015 20:47:04 Step 13/22 : EXPOSE $APP_PORT 20:47:04 ---> Running in 4f05c2f77946 20:47:05 Removing intermediate container 4f05c2f77946 20:47:05 ---> 0c357be7fcb1 20:47:05 Step 14/22 : WORKDIR / 20:47:05 ---> Running in 1c76255b6a14 20:47:05 Removing intermediate container 1c76255b6a14 20:47:05 ---> 605a44eb9b58 20:47:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:06 Removing intermediate container cdf6451629ca 20:47:06 ---> da80b106e022 20:47:06 20:47:06 Step 9/24 : FROM alpine:3.14 20:47:06 ---> 5b8b7b635229 20:47:06 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:47:06 ---> Running in 283e465f5c30 20:47:07 ---> 8e04f3f63d05 20:47:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:47:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:47:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:47:09 (1/3) Installing ca-certificates (20191127-r5) 20:47:09 (2/3) Installing dumb-init (1.2.5-r1) 20:47:09 (3/3) Installing su-exec (0.2-r1) 20:47:09 Executing busybox-1.33.1-r6.trigger 20:47:09 Executing ca-certificates-20191127-r5.trigger 20:47:09 ---> 89db58232e8a 20:47:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:47:10 OK: 6 MiB in 17 packages 20:47:11 ---> 62cf1448f842 20:47:11 Step 18/22 : ENTRYPOINT ["/core-command"] 20:47:11 ---> Running in b85d4fe389f2 20:47:12 Removing intermediate container 283e465f5c30 20:47:12 ---> cd78e3769fd5 20:47:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:12 Removing intermediate container b85d4fe389f2 20:47:12 ---> 83451c417938 20:47:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:12 ---> Running in 373d3203ba4d 20:47:12 ---> Running in 82fdb79d1dcb 20:47:13 Removing intermediate container 373d3203ba4d 20:47:13 ---> 92f59315e716 20:47:13 Step 12/24 : WORKDIR / 20:47:13 Removing intermediate container 82fdb79d1dcb 20:47:13 ---> 979c808d9f07 20:47:13 Step 20/22 : LABEL arch=arm64 20:47:13 ---> Running in 4c88f875e122 20:47:13 ---> Running in 386cf8507d63 20:47:13 Removing intermediate container c67bc1e34863 20:47:13 ---> 5ab71c881dbc 20:47:13 20:47:13 Step 9/21 : FROM alpine:3.14 20:47:13 ---> 5b8b7b635229 20:47:13 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 20:47:13 Removing intermediate container a60970e5d51d 20:47:13 ---> b79d0e42b362 20:47:13 20:47:13 Step 11/23 : FROM alpine:3.14 20:47:13 ---> 5b8b7b635229 20:47:13 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:47:13 ---> Using cache 20:47:13 ---> c5e56760954f 20:47:13 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:47:13 ---> Using cache 20:47:13 ---> d6f81bd64829 20:47:13 Step 14/23 : ENV APP_PORT=59861 20:47:13 ---> Running in d8ba3d694397 20:47:13 ---> Running in 02274eb57bb5 20:47:13 Removing intermediate container 4c88f875e122 20:47:13 ---> 76271139d72d 20:47:13 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:47:14 Removing intermediate container 386cf8507d63 20:47:14 ---> e0c6d4db1749 20:47:14 Step 21/22 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:47:14 ---> Running in 8ac3c5e4f5d1 20:47:14 Removing intermediate container 02274eb57bb5 20:47:14 ---> 13e5a97bbbbd 20:47:14 Step 15/23 : EXPOSE $APP_PORT 20:47:15 ---> Running in 7d6202ab6f97 20:47:15 Removing intermediate container 8ac3c5e4f5d1 20:47:15 ---> bcddfa2efbd1 20:47:15 Step 22/22 : LABEL version=0.0.0 20:47:15 Removing intermediate container 48fbf8e72b1a 20:47:15 ---> 7bdd119a82d5 20:47:15 20:47:15 Step 9/22 : FROM alpine:3.14 20:47:15 ---> Running in 1a15edf290da 20:47:15 ---> 5b8b7b635229 20:47:15 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:47:15 ---> Using cache 20:47:15 ---> c5e56760954f 20:47:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:47:15 ---> Using cache 20:47:15 ---> d6f81bd64829 20:47:15 Step 12/22 : ENV APP_PORT=59881 20:47:15 ---> b45acecff2df 20:47:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:47:15 ---> Running in f0847a0b2895 20:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:47:15 Removing intermediate container 7d6202ab6f97 20:47:15 ---> c58fde3ce0fd 20:47:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:15 Removing intermediate container 1a15edf290da 20:47:15 ---> 38d923c97ed5 20:47:15 20:47:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:47:16 Removing intermediate container f0847a0b2895 20:47:16 ---> a7b38af0e949 20:47:16 Step 13/22 : EXPOSE $APP_PORT 20:47:16 ---> Running in 0b083527c88e 20:47:16 Successfully built 38d923c97ed5 20:47:16 Successfully tagged core-command-arm64:latest 20:47:16  Building core-command ... done Building security-bootstrapper 20:47:16 ---> 4af5ff1e5359 20:47:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:47:16 ---> 5777eeedacae 20:47:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:47:16 (1/2) Installing ca-certificates (20191127-r5) 20:47:16 (2/2) Installing dumb-init (1.2.5-r1) 20:47:16 Executing busybox-1.33.1-r6.trigger 20:47:16 Executing ca-certificates-20191127-r5.trigger 20:47:17 Removing intermediate container 0b083527c88e 20:47:17 ---> 88bb78582151 20:47:17 OK: 6 MiB in 16 packages 20:47:17 Step 14/22 : WORKDIR / 20:47:17 ---> Running in 6ce270999f4e 20:47:18 ---> ed8acf15129b 20:47:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:47:18 Removing intermediate container 6ce270999f4e 20:47:18 ---> 841096e6a595 20:47:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:19 ---> 08d59df2c2c4 20:47:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:47:19 ---> 4cc0a846e9c4 20:47:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:47:19 Removing intermediate container d8ba3d694397 20:47:19 ---> 3e6441af91c6 20:47:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:47:19 ---> Running in c582683dbf68 20:47:19 ---> 288c4ddcc86d 20:47:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:47:20 ---> 559223bbc569 20:47:20 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:47:20 ---> Running in e9eae96c50c9 20:47:20 Removing intermediate container c582683dbf68 20:47:20 ---> 6f5168a2492d 20:47:20 Step 12/21 : ENV APP_PORT=59860 20:47:20 ---> Running in 9aeee6806f36 20:47:20 Removing intermediate container e9eae96c50c9 20:47:20 ---> ae51880425e9 20:47:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:20 ---> eb0dedf5b057 20:47:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:47:20 ---> Running in c4fd2c46bdd5 20:47:21 Removing intermediate container 9aeee6806f36 20:47:21 ---> 22ac9eab578e 20:47:21 Step 13/21 : EXPOSE $APP_PORT 20:47:21 ---> Running in eb80a1c0c15a 20:47:21 Removing intermediate container c4fd2c46bdd5 20:47:21 ---> 55f7353e696d 20:47:21 Step 21/23 : LABEL arch=arm64 20:47:21 ---> ed618ef0aa9b 20:47:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:47:22 ---> Running in eb7ae4fb7300 20:47:22 Removing intermediate container eb80a1c0c15a 20:47:22 ---> dcd93c9e649b 20:47:22 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:22 Removing intermediate container eb7ae4fb7300 20:47:22 ---> 5e964f7de940 20:47:22 Step 22/23 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:47:23 ---> 39c6c882068d 20:47:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:47:23 ---> Running in 0262b9542124 20:47:23 ---> 82d09bf3d846 20:47:23 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:47:23 ---> 6263eb7cacc8 20:47:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:47:23 ---> Running in dafcc6816e0d 20:47:23 Removing intermediate container 0262b9542124 20:47:23 ---> 969dd0708c39 20:47:23 Step 23/23 : LABEL version=0.0.0 20:47:23 ---> Running in 23bdc985e2a8 20:47:23 Removing intermediate container dafcc6816e0d 20:47:23 ---> 494f337d8c28 20:47:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:24 ---> Running in 2e71a9493b9f 20:47:24 Removing intermediate container 23bdc985e2a8 20:47:24 ---> 239306ab1946 20:47:24 20:47:24 ---> ebe167d115b4 20:47:24 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/ 20:47:24 ---> Running in 9cbac1984f9e 20:47:24 Removing intermediate container 2e71a9493b9f 20:47:24 ---> 52982ad2eb3c 20:47:24 Step 20/22 : LABEL arch=arm64 20:47:24 ---> Running in eb2aedec9cb6 20:47:24 Successfully built 239306ab1946 20:47:25 Successfully tagged support-scheduler-arm64:latest 20:47:25  Building support-scheduler ... done Building security-proxy-setup 20:47:25 ---> eb397f673bf1 20:47:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:47:25 Removing intermediate container eb2aedec9cb6 20:47:25 ---> 5dde031c3f75 20:47:25 Step 21/22 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:47:26 ---> Running in 203f99190a39 20:47:26 ---> 5cfde253e163 20:47:26 Step 17/21 : ENTRYPOINT ["/support-notifications"] 20:47:26 Removing intermediate container 203f99190a39 20:47:26 ---> 7a9e27dd48b7 20:47:26 Step 22/22 : LABEL version=0.0.0 20:47:26 ---> Running in 232044f48988 20:47:26 ---> Running in b3d1378b5bad 20:47:27 Removing intermediate container 9cbac1984f9e 20:47:27 ---> f204d391bb5f 20:47:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:47:27 ---> Running in 313319c2331d 20:47:27 Removing intermediate container b3d1378b5bad 20:47:27 ---> 5449fd18afbf 20:47:27 20:47:27 Removing intermediate container 232044f48988 20:47:27 ---> 736940d82ce6 20:47:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:28 ---> Running in 083b6098f6a4 20:47:28 Removing intermediate container 313319c2331d 20:47:28 ---> 65b1c439f3b4 20:47:28 Step 22/24 : LABEL arch=arm64 20:47:28 ---> Running in 08b5c04d5ec7 20:47:28 Successfully built 5449fd18afbf 20:47:28 Successfully tagged core-metadata-arm64:latest 20:47:28  Building core-metadata ... done Building core-data 20:47:28 Removing intermediate container 083b6098f6a4 20:47:28 ---> 63290dad4240 20:47:28 Step 19/21 : LABEL arch=arm64 20:47:28 ---> Running in 2bccec227744 20:47:28 Removing intermediate container 08b5c04d5ec7 20:47:28 ---> 9c3d8f40304a 20:47:28 Step 23/24 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:47:29 ---> Running in 612756dacc70 20:47:29 Removing intermediate container 2bccec227744 20:47:29 ---> f6a652488936 20:47:29 Step 20/21 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:47:29 ---> Running in bc2fcbaa2235 20:47:29 Removing intermediate container 612756dacc70 20:47:29 ---> 2725ff8e6dfb 20:47:29 Step 24/24 : LABEL version=0.0.0 20:47:29 ---> Running in baac564f5b54 20:47:29 Removing intermediate container bc2fcbaa2235 20:47:29 ---> 153d8b724275 20:47:29 Step 21/21 : LABEL version=0.0.0 20:47:30 ---> Running in 3b9a20f6b167 20:47:30 Removing intermediate container baac564f5b54 20:47:30 ---> 05fde5adc4a3 20:47:30 20:47:30 Successfully built 05fde5adc4a3 20:47:30 Successfully tagged security-secretstore-setup-arm64:latest 20:47:30 Building sys-mgmt-agent 20:47:30  Building security-secretstore-setup ... done Removing intermediate container 3b9a20f6b167 20:47:30 ---> 59b8b6e3de11 20:47:30 20:47:31 Successfully built 59b8b6e3de11 20:47:31 Successfully tagged support-notifications-arm64:latest 20:48:03  Building support-notifications ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:48:03 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:48:03 ---> 2ce7f5f1b275 20:48:03 Step 3/30 : WORKDIR /edgex-go 20:48:03 ---> Using cache 20:48:03 ---> 40ef7e137897 20:48:03 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:03 ---> Using cache 20:48:03 ---> a4bf48db0f5d 20:48:03 Step 5/30 : RUN apk add --update --no-cache make git 20:48:03 ---> Using cache 20:48:03 ---> 683b1beed78c 20:48:03 Step 6/30 : COPY . . 20:48:03 ---> Using cache 20:48:03 ---> 7b32f9e45649 20:48:03 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:03 ---> Using cache 20:48:03 ---> a70f61ef6487 20:48:03 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:48:03 ---> Running in 9efd89ed8042 20:48:03 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 20:48:13 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:48:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:48:13 ---> 2ce7f5f1b275 20:48:13 Step 3/20 : WORKDIR /edgex-go 20:48:13 ---> Using cache 20:48:13 ---> 40ef7e137897 20:48:13 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:13 ---> Using cache 20:48:13 ---> a4bf48db0f5d 20:48:13 Step 5/20 : RUN apk add --update --no-cache make git 20:48:13 ---> Using cache 20:48:13 ---> 683b1beed78c 20:48:13 Step 6/20 : COPY . . 20:48:13 ---> Using cache 20:48:13 ---> 7b32f9e45649 20:48:13 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:13 ---> Using cache 20:48:13 ---> a70f61ef6487 20:48:13 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:48:13 ---> Running in 2310ca8a0d46 20:48:14 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:48:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:48:14 ---> 2ce7f5f1b275 20:48:14 Step 3/22 : WORKDIR /edgex-go 20:48:14 ---> Using cache 20:48:14 ---> 40ef7e137897 20:48:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:14 ---> Using cache 20:48:14 ---> a4bf48db0f5d 20:48:14 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:48:14 ---> Running in b948aaf82f0f 20:48:15 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:48:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:48:15 ---> 2ce7f5f1b275 20:48:15 Step 3/22 : WORKDIR /edgex-go 20:48:15 ---> Using cache 20:48:15 ---> 40ef7e137897 20:48:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:15 ---> Using cache 20:48:15 ---> a4bf48db0f5d 20:48:15 Step 5/22 : RUN apk add --update --no-cache make bash git 20:48:15 ---> Running in f6c4bc17f9a6 20:48:16 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 20:48:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:48:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:48:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:48:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:48:18 OK: 220 MiB in 52 packages 20:48:19 OK: 220 MiB in 52 packages 20:48:20 Removing intermediate container b948aaf82f0f 20:48:20 ---> 7e45cc7ca3cd 20:48:20 Step 6/22 : COPY . . 20:48:21 Removing intermediate container f6c4bc17f9a6 20:48:21 ---> a41521e4b640 20:48:21 Step 6/22 : COPY . . 20:48:48 ---> 0786262a0d46 20:48:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:48 ---> 8064d32d092e 20:48:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:48 ---> Running in 48ce976282f7 20:48:48 ---> Running in c5f87188628d 20:48:53 Removing intermediate container c5f87188628d 20:48:53 ---> b41f049b5ce6 20:48:53 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:48:53 ---> Running in a429a90cdfdc 20:48:53 Removing intermediate container 48ce976282f7 20:48:53 ---> b41e98795ee2 20:48:53 Step 8/22 : RUN make cmd/core-data/core-data 20:48:53 ---> Running in 2d02382a88fe 20:48:55 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 20:48:55 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 20:49:42 Removing intermediate container 9efd89ed8042 20:49:42 ---> e027c4525498 20:49:42 20:49:42 Step 9/30 : FROM alpine:3.14 20:49:42 ---> 5b8b7b635229 20:49:42 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:49:42 ---> Running in 92e378e792b6 20:49:42 Removing intermediate container 92e378e792b6 20:49:42 ---> 18ea054644f9 20:49:42 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 20:49:42 ---> Running in dff3b624ed31 20:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:49:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:49:44 (1/2) Installing dumb-init (1.2.5-r1) 20:49:44 (2/2) Installing su-exec (0.2-r1) 20:49:44 Executing busybox-1.33.1-r6.trigger 20:49:44 OK: 6 MiB in 16 packages 20:49:45 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 20:49:45 Removing intermediate container dff3b624ed31 20:49:45 ---> 7e392e72c7ad 20:49:45 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 20:49:45 ---> Running in 1d6149f05986 20:49:46 Removing intermediate container 1d6149f05986 20:49:46 ---> 9d58dc14deeb 20:49:46 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:49:46 ---> Running in 54449c689470 20:49:47 Removing intermediate container 54449c689470 20:49:47 ---> 57383fce3eca 20:49:47 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:49:47 ---> Running in 4c3cc77e45a9 20:49:50 Removing intermediate container 4c3cc77e45a9 20:49:50 ---> 710874d66016 20:49:50 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 20:49:50 ---> Running in 89a813451db7 20:49:50 Removing intermediate container 89a813451db7 20:49:50 ---> 9869a5f38c84 20:49:50 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:49:51 ---> 310e413d87c6 20:49:51 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:49:51 ---> Running in 9674caf202fe 20:49:55 Removing intermediate container 9674caf202fe 20:49:55 ---> d13c305a4a6f 20:49:55 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:55 ---> 44ecfcf79aa8 20:49:55 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:49:57 ---> 2f03fb473ee9 20:49:57 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:49:58 ---> e0eb6d356b16 20:49:58 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:49:59 ---> c897cefc3c70 20:49:59 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:50:01 ---> a652561cd0aa 20:50:01 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:50:02 ---> Running in 5cde254ae5d4 20:50:03 Removing intermediate container 5cde254ae5d4 20:50:03 ---> c3307634642d 20:50:03 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:50:03 Removing intermediate container 2310ca8a0d46 20:50:03 ---> 22f06f66bf23 20:50:03 20:50:03 Step 9/20 : FROM alpine:3.14 20:50:03 ---> 5b8b7b635229 20:50:03 Step 10/20 : RUN apk add --update --no-cache curl 20:50:03 ---> Running in fca9d4b744bf 20:50:04 ---> 446e3fccae08 20:50:04 Step 25/30 : RUN chmod +x /entrypoint.sh 20:50:04 ---> Running in 122e03c16260 20:50:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:50:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:50:06 (1/5) Installing ca-certificates (20191127-r5) 20:50:06 (2/5) Installing brotli-libs (1.0.9-r5) 20:50:06 (3/5) Installing nghttp2-libs (1.43.0-r0) 20:50:06 (4/5) Installing libcurl (7.79.1-r0) 20:50:06 (5/5) Installing curl (7.79.1-r0) 20:50:06 Executing busybox-1.33.1-r6.trigger 20:50:06 Executing ca-certificates-20191127-r5.trigger 20:50:07 OK: 8 MiB in 19 packages 20:50:07 Removing intermediate container 122e03c16260 20:50:07 ---> 2a9d461cd35b 20:50:07 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:50:08 ---> Running in 0f7161bfd356 20:50:09 Removing intermediate container 0f7161bfd356 20:50:09 ---> bce71b19677a 20:50:09 Step 27/30 : CMD ["gate"] 20:50:09 Removing intermediate container fca9d4b744bf 20:50:09 ---> 384338f37984 20:50:09 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:50:09 ---> Running in ad39a5630181 20:50:09 ---> Running in b92ef48b877c 20:50:10 Removing intermediate container ad39a5630181 20:50:10 ---> 7350454e9bfe 20:50:10 Step 12/20 : WORKDIR /edgex 20:50:10 ---> Running in 22c155abc8cb 20:50:10 Removing intermediate container b92ef48b877c 20:50:10 ---> 807b329e6575 20:50:10 Step 28/30 : LABEL arch=arm64 20:50:10 ---> Running in ab47fa430092 20:50:10 Removing intermediate container 22c155abc8cb 20:50:10 ---> 6d18eb5116fe 20:50:10 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:50:11 Removing intermediate container ab47fa430092 20:50:11 ---> 387c078c5149 20:50:11 Step 29/30 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:50:12 ---> Running in c299dcdcd30a 20:50:12 ---> 89a525612ca0 20:50:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:50:12 Removing intermediate container c299dcdcd30a 20:50:12 ---> 963c4739a314 20:50:12 Step 30/30 : LABEL version=0.0.0 20:50:13 ---> Running in 775361bc0736 20:50:13 Removing intermediate container 775361bc0736 20:50:13 ---> a73c697b446a 20:50:13 20:50:14 ---> ccbaad82c11b 20:50:14 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:50:14 Successfully built a73c697b446a 20:50:14 Successfully tagged security-bootstrapper-arm64:latest 20:50:15  Building security-bootstrapper ... done  ---> 01969a969bce 20:50:15 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:50:15 ---> Running in 91dab9751af3 20:50:16 Removing intermediate container 91dab9751af3 20:50:16 ---> 07b99c4f1782 20:50:16 Step 17/20 : CMD ["--init=true"] 20:50:16 ---> Running in c852d38405ee 20:50:17 Removing intermediate container c852d38405ee 20:50:17 ---> d647fe3acfb8 20:50:17 Step 18/20 : LABEL arch=arm64 20:50:17 ---> Running in 8db245cc29e9 20:50:18 Removing intermediate container 8db245cc29e9 20:50:18 ---> 6b072367822d 20:50:18 Step 19/20 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:50:18 ---> Running in e975639555be 20:50:18 Removing intermediate container e975639555be 20:50:18 ---> f5a2c3dc4742 20:50:18 Step 20/20 : LABEL version=0.0.0 20:50:18 ---> Running in b001b6f5c6a4 20:50:19 Removing intermediate container b001b6f5c6a4 20:50:19 ---> 4ff29702e020 20:50:19 20:50:19 Successfully built 4ff29702e020 20:50:19 Successfully tagged security-proxy-setup-arm64:latest 20:50:34  Building security-proxy-setup ... done Removing intermediate container a429a90cdfdc 20:50:34 ---> f3496c0e1420 20:50:34 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:50:34 ---> Running in 27a8349a5aa5 20:50:34 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 20:50:36 Removing intermediate container 27a8349a5aa5 20:50:36 ---> ca6bdb41c25b 20:50:36 20:50:36 Step 10/22 : FROM docker:20.10.10 20:50:36 20.10.10: Pulling from library/docker 20:50:41 Removing intermediate container 2d02382a88fe 20:50:41 ---> 598587c514d0 20:50:41 20:50:41 Step 9/22 : FROM alpine:3.14 20:50:41 ---> 5b8b7b635229 20:50:41 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:41 ---> Running in bea48c9caca5 20:50:41 Removing intermediate container bea48c9caca5 20:50:41 ---> a90c95748c40 20:50:41 Step 11/22 : ENV APP_PORT=59880 20:50:41 ---> Running in 5b0cf2a419da 20:50:42 Removing intermediate container 5b0cf2a419da 20:50:42 ---> 54b704c706e3 20:50:42 Step 12/22 : EXPOSE $APP_PORT 20:50:42 ---> Running in f3d7b780c1a2 20:50:42 Removing intermediate container f3d7b780c1a2 20:50:42 ---> 8b99a93cb15b 20:50:42 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:42 ---> Running in 1e9bff4ecf11 20:50:44 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 20:50:44 Status: Downloaded newer image for docker:20.10.10 20:50:44 ---> 520e9a0a30f7 20:50:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:50:44 ---> Running in 0542a3502ef6 20:50:44 Removing intermediate container 1e9bff4ecf11 20:50:44 ---> 4852e6f7f29e 20:50:44 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:50:44 ---> Running in 47f80a1869b3 20:50:44 Removing intermediate container 0542a3502ef6 20:50:44 ---> 68ee728ef65a 20:50:44 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 20:50:45 ---> Running in 342ff5469915 20:50:46 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:50:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:50:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:50:47 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:50:47 (1/42) Installing readline (8.1.0-r0) 20:50:47 (2/42) Installing bash (5.1.4-r0) 20:50:47 Executing bash-5.1.4-r0.post-install 20:50:47 (3/42) Installing brotli-libs (1.0.9-r5) 20:50:47 (4/42) Installing nghttp2-libs (1.43.0-r0) 20:50:47 (5/42) Installing libcurl (7.79.1-r0) 20:50:47 (6/42) Installing curl (7.79.1-r0) 20:50:47 (7/42) Installing dumb-init (1.2.5-r1) 20:50:47 (8/42) Installing libbz2 (1.0.8-r1) 20:50:47 (9/42) Installing expat (2.4.1-r0) 20:50:47 (10/42) Installing libffi (3.3-r2) 20:50:47 (11/42) Installing gdbm (1.19-r0) 20:50:47 (12/42) Installing xz-libs (5.2.5-r0) 20:50:47 (13/42) Installing libgcc (10.3.1_git20210424-r2) 20:50:47 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 20:50:47 (15/42) Installing mpdecimal (2.5.1-r1) 20:50:47 (16/42) Installing sqlite-libs (3.35.5-r0) 20:50:47 (17/42) Installing python3 (3.9.5-r2) 20:50:47 (1/6) Installing dumb-init (1.2.5-r1) 20:50:47 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:50:47 (3/6) Installing libsodium (1.0.18-r0) 20:50:48 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:50:48 (5/6) Installing libzmq (4.3.4-r0) 20:50:48 (6/6) Installing zeromq (4.3.4-r0) 20:50:48 Executing busybox-1.33.1-r6.trigger 20:50:48 OK: 8 MiB in 20 packages 20:50:49 (18/42) Installing py3-appdirs (1.4.4-r2) 20:50:49 (19/42) Installing py3-chardet (4.0.0-r2) 20:50:49 (20/42) Installing py3-idna (3.2-r0) 20:50:49 (21/42) Installing py3-urllib3 (1.26.5-r0) 20:50:49 (22/42) Installing py3-certifi (2020.12.5-r1) 20:50:49 (23/42) Installing py3-requests (2.25.1-r4) 20:50:49 (24/42) Installing py3-msgpack (1.0.2-r1) 20:50:49 (25/42) Installing py3-lockfile (0.12.2-r4) 20:50:49 (26/42) Installing py3-cachecontrol (0.12.6-r1) 20:50:49 (27/42) Installing py3-colorama (0.4.4-r1) 20:50:49 (28/42) Installing py3-contextlib2 (0.6.0-r1) 20:50:49 (29/42) Installing py3-distlib (0.3.1-r3) 20:50:49 (30/42) Installing py3-distro (1.5.0-r3) 20:50:49 (31/42) Installing py3-six (1.15.0-r1) 20:50:49 (32/42) Installing py3-webencodings (0.5.1-r4) 20:50:49 (33/42) Installing py3-html5lib (1.1-r1) 20:50:49 (34/42) Installing py3-parsing (2.4.7-r2) 20:50:49 (35/42) Installing py3-packaging (20.9-r1) 20:50:49 (36/42) Installing py3-toml (0.10.2-r2) 20:50:49 (37/42) Installing py3-pep517 (0.10.0-r2) 20:50:49 (38/42) Installing py3-progress (1.5-r2) 20:50:49 (39/42) Installing py3-retrying (1.3.3-r1) 20:50:49 Removing intermediate container 47f80a1869b3 20:50:49 ---> 3476ff87ded1 20:50:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:49 (40/42) Installing py3-ordered-set (4.0.2-r1) 20:50:49 (41/42) Installing py3-setuptools (52.0.0-r3) 20:50:49 (42/42) Installing py3-pip (20.3.4-r1) 20:50:50 Executing busybox-1.33.1-r6.trigger 20:50:50 OK: 84 MiB in 64 packages 20:50:50 ---> 4aaafc5ff2c6 20:50:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:50:51 ---> 1c91495615d6 20:50:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:50:52 ---> 7a4a8272fc00 20:50:52 Step 18/22 : ENTRYPOINT ["/core-data"] 20:50:52 ---> Running in 15a5296a6dec 20:50:52 Removing intermediate container 15a5296a6dec 20:50:52 ---> d6d47cb9e414 20:50:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:52 ---> Running in bf9c36f1fb27 20:50:53 Removing intermediate container bf9c36f1fb27 20:50:53 ---> bd8a5cbf970a 20:50:53 Step 20/22 : LABEL arch=arm64 20:50:53 ---> Running in ec231311ea9c 20:50:53 Removing intermediate container ec231311ea9c 20:50:53 ---> 019884c875ad 20:50:53 Step 21/22 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:50:53 ---> Running in 1f28fb3084c4 20:50:54 Removing intermediate container 1f28fb3084c4 20:50:54 ---> cd352cf07895 20:50:54 Step 22/22 : LABEL version=0.0.0 20:50:54 ---> Running in a120f879caf0 20:50:54 Collecting docker-compose==1.23.2 20:50:54 Removing intermediate container a120f879caf0 20:50:54 ---> c282a1c96ed1 20:50:54 20:50:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:50:54 Successfully built c282a1c96ed1 20:50:54 Successfully tagged core-data-arm64:latest 20:50:55  Building core-data ... done Collecting PyYAML<4,>=3.10 20:50:55 Downloading PyYAML-3.13.tar.gz (270 kB) 20:50:58 Collecting websocket-client<1.0,>=0.32.0 20:50:58 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:50:58 Collecting texttable<0.10,>=0.9.0 20:50:58 Downloading texttable-0.9.1.tar.gz (11 kB) 20:50:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 20:51:00 Collecting jsonschema<3,>=2.5.1 20:51:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:51:00 Collecting cached-property<2,>=1.2.0 20:51:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:51:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:51:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:51:01 Collecting dockerpty<0.5,>=0.4.1 20:51:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:51:03 Collecting docker<4.0,>=3.6.0 20:51:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:51:03 Collecting docopt<0.7,>=0.6.1 20:51:03 Downloading docopt-0.6.2.tar.gz (25 kB) 20:51:05 Collecting docker-pycreds>=0.4.0 20:51:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:51:05 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) 20:51:05 Collecting urllib3<1.25,>=1.21.1 20:51:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:51:06 Collecting chardet<3.1.0,>=3.0.2 20:51:06 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:51:06 Collecting idna<2.8,>=2.5 20:51:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:51:06 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:51:06 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:51:06 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:51:06 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:51:07 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:51:07 Attempting uninstall: urllib3 20:51:07 Found existing installation: urllib3 1.26.5 20:51:07 Uninstalling urllib3-1.26.5: 20:51:07 Successfully uninstalled urllib3-1.26.5 20:51:07 Attempting uninstall: idna 20:51:07 Found existing installation: idna 3.2 20:51:07 Uninstalling idna-3.2: 20:51:07 Successfully uninstalled idna-3.2 20:51:08 Attempting uninstall: chardet 20:51:08 Found existing installation: chardet 4.0.0 20:51:08 Uninstalling chardet-4.0.0: 20:51:08 Successfully uninstalled chardet-4.0.0 20:51:10 Attempting uninstall: requests 20:51:10 Found existing installation: requests 2.25.1 20:51:10 Uninstalling requests-2.25.1: 20:51:10 Successfully uninstalled requests-2.25.1 20:51:10 Running setup.py install for texttable: started 20:51:12 Running setup.py install for texttable: finished with status 'done' 20:51:12 Running setup.py install for PyYAML: started 20:51:14 Running setup.py install for PyYAML: finished with status 'done' 20:51:14 Running setup.py install for docopt: started 20:51:15 Running setup.py install for docopt: finished with status 'done' 20:51:16 Running setup.py install for dockerpty: started 20:51:17 Running setup.py install for dockerpty: finished with status 'done' 20:51:18 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 20:51:27 Removing intermediate container 342ff5469915 20:51:27 ---> cae871b1e57a 20:51:27 Step 13/22 : ENV APP_PORT=58890 20:51:27 ---> Running in f04624823eec 20:51:27 Removing intermediate container f04624823eec 20:51:27 ---> 9f1492e9b7bc 20:51:27 Step 14/22 : EXPOSE $APP_PORT 20:51:27 ---> Running in b444417b8e1a 20:51:27 Removing intermediate container b444417b8e1a 20:51:27 ---> b38b8a209433 20:51:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:51:28 ---> 4a3b38209389 20:51:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:51:29 ---> 550ee67872d8 20:51:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:51:29 ---> 279b2b2832e7 20:51:29 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:51:30 ---> Running in 0e38e48d2d12 20:51:30 Removing intermediate container 0e38e48d2d12 20:51:30 ---> f512648082a6 20:51:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:30 ---> Running in 79866530b6e8 20:51:30 Removing intermediate container 79866530b6e8 20:51:30 ---> 78bfdbf4c08a 20:51:30 Step 20/22 : LABEL arch=arm64 20:51:30 ---> Running in 516aec1fee83 20:51:31 Removing intermediate container 516aec1fee83 20:51:31 ---> 245f4e628925 20:51:31 Step 21/22 : LABEL git_sha=f073fcfc2048deac19c0c06c047cd8f322bb3780 20:51:31 ---> Running in e58b6a53cbef 20:51:31 Removing intermediate container e58b6a53cbef 20:51:31 ---> 28bc3fab882f 20:51:31 Step 22/22 : LABEL version=0.0.0 20:51:31 ---> Running in a66773d9b8b1 20:51:32 Removing intermediate container a66773d9b8b1 20:51:32 ---> b7c0e706ed34 20:51:32 20:51:32 Successfully built b7c0e706ed34 20:51:32 Successfully tagged sys-mgmt-agent-arm64:latest 20:51:32  Building sys-mgmt-agent ... done  [Pipeline] } 20:51:32 $ docker stop --time=1 75a8347bb2ce34f7ef3649b161a16af72351a378ca882ee2c7ca56317b3fa6b3 20:51:34 $ docker rm -f 75a8347bb2ce34f7ef3649b161a16af72351a378ca882ee2c7ca56317b3fa6b3 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:34 + docker images 20:51:35 REPOSITORY TAG IMAGE ID CREATED SIZE 20:51:35 sys-mgmt-agent-arm64 latest b7c0e706ed34 3 seconds ago 280MB 20:51:35 core-data-arm64 latest c282a1c96ed1 40 seconds ago 19.2MB 20:51:35 598587c514d0 54 seconds ago 1.6GB 20:51:35 ca6bdb41c25b 58 seconds ago 1.59GB 20:51:35 security-proxy-setup-arm64 latest 4ff29702e020 About a minute ago 25.3MB 20:51:35 security-bootstrapper-arm64 latest a73c697b446a About a minute ago 18MB 20:51:35 22f06f66bf23 About a minute ago 1.6GB 20:51:35 e027c4525498 About a minute ago 1.59GB 20:51:35 security-secretstore-setup-arm64 latest 05fde5adc4a3 4 minutes ago 26.8MB 20:51:35 support-notifications-arm64 latest 59b8b6e3de11 4 minutes ago 16MB 20:51:35 core-metadata-arm64 latest 5449fd18afbf 4 minutes ago 15.9MB 20:51:35 support-scheduler-arm64 latest 239306ab1946 4 minutes ago 15.3MB 20:51:35 core-command-arm64 latest 38d923c97ed5 4 minutes ago 15.1MB 20:51:35 7bdd119a82d5 4 minutes ago 1.6GB 20:51:35 b79d0e42b362 4 minutes ago 1.59GB 20:51:35 5ab71c881dbc 4 minutes ago 1.59GB 20:51:35 da80b106e022 4 minutes ago 1.6GB 20:51:35 fa1dd02681ab 4 minutes ago 1.59GB 20:51:35 ci-base-image-arm64 latest 2ce7f5f1b275 15 minutes ago 1.26GB 20:51:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 0ccda1f7e2ee 3 days ago 551MB 20:51:35 docker 20.10.10 520e9a0a30f7 2 months ago 200MB 20:51:35 alpine 3.14 5b8b7b635229 2 months ago 5.35MB 20:51:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 18 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:35 20:51:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:51:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:36 arm64: Pulling from edgex-lftools-log-publisher 20:51:36 448f6bf000e3: Pulling fs layer 20:51:36 f757da607395: Pulling fs layer 20:51:36 05883995daec: Pulling fs layer 20:51:36 8603b9c90790: Pulling fs layer 20:51:36 1560dd03e051: Pulling fs layer 20:51:36 27f5ce0e4adf: Pulling fs layer 20:51:36 c2d8d7efcc4b: Pulling fs layer 20:51:36 27f5ce0e4adf: Waiting 20:51:36 8603b9c90790: Waiting 20:51:36 1560dd03e051: Waiting 20:51:36 c2d8d7efcc4b: Waiting 20:51:36 f757da607395: Verifying Checksum 20:51:36 f757da607395: Download complete 20:51:36 8603b9c90790: Verifying Checksum 20:51:36 8603b9c90790: Download complete 20:51:36 1560dd03e051: Verifying Checksum 20:51:36 1560dd03e051: Download complete 20:51:36 05883995daec: Verifying Checksum 20:51:36 05883995daec: Download complete 20:51:36 27f5ce0e4adf: Verifying Checksum 20:51:36 27f5ce0e4adf: Download complete 20:51:36 448f6bf000e3: Verifying Checksum 20:51:36 448f6bf000e3: Download complete 20:51:39 c2d8d7efcc4b: Verifying Checksum 20:51:39 c2d8d7efcc4b: Download complete 20:51:40 448f6bf000e3: Pull complete 20:51:41 f757da607395: Pull complete 20:51:42 05883995daec: Pull complete 20:51:43 8603b9c90790: Pull complete 20:51:44 1560dd03e051: Pull complete 20:51:44 27f5ce0e4adf: Pull complete 20:51:59 c2d8d7efcc4b: Pull complete 20:51:59 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:51:59 prd-ubuntu18.04-docker-arm64-4c-16g-1522 does not seem to be running inside a container 20:51:59 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:52:02 $ docker top aef0a6b9f780e40764ba5f770e9aead453eff5c87ed6850fba287d72d6b7a58b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:52:03 ---> job-cost.sh 20:52:03 lf-activate-venv: SKIPPING 20:52:03 INFO: No Stack... 20:52:03 INFO: Retrieving Pricing Info for: v3-standard-4 20:52:04 INFO: Archiving Costs [Pipeline] sh 20:52:04 + cut -d, -f6+ 20:52:04 cat /w/workspace/edgex-go/11/archives/cost.csv [Pipeline] lock 20:52:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3848-11-stack-cost] 20:52:04 Resource [jenkins-edgexfoundry-edgex-go-PR-3848-11-stack-cost] did not exist. Created. 20:52:04 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3848-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:52:05 + echo total: 0.10999999940395355 [Pipeline] stash 20:52:05 Stashed 1 file(s) [Pipeline] } 20:52:05 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3848-11-stack-cost] [Pipeline] // lock [Pipeline] } 20:52:05 $ docker stop --time=1 aef0a6b9f780e40764ba5f770e9aead453eff5c87ed6850fba287d72d6b7a58b 20:52:07 $ docker rm -f aef0a6b9f780e40764ba5f770e9aead453eff5c87ed6850fba287d72d6b7a58b [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 20:52:07 provisioning config files... 20:52:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config1201813614857322796tmp [Pipeline] { [Pipeline] sh 20:52:08 + set +x 20:52:08 + curl -s https://codecov.io/bash 20:52:08 + bash -s -- 20:52:08 20:52:08 _____ _ 20:52:08 / ____| | | 20:52:08 | | ___ __| | ___ ___ _____ __ 20:52:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:52:08 | |___| (_) | (_| | __/ (_| (_) \ V / 20:52:08 \_____\___/ \__,_|\___|\___\___/ \_/ 20:52:08 Bash-1.0.6 20:52:08 20:52:08 20:52:08 ==> git version 2.24.4 found 20:52:08 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:52:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:52:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:52:08 ==> Jenkins CI detected. 20:52:08 current dir:  /w/workspace/edgex-go/11 20:52:08 project root: . 20:52:08 --> token set from env 20:52:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:52:08 ==> Running gcov in . (disable via -X gcov) 20:52:08 ==> Python coveragepy not found 20:52:08 ==> Searching for coverage reports in: 20:52:08 + . 20:52:08 -> Found 1 reports 20:52:08 ==> Detecting git/mercurial file structure 20:52:08 ==> Reading reports 20:52:08 + ./coverage.out bytes=428381 20:52:08 ==> Appending adjustments 20:52:08 https://docs.codecov.io/docs/fixing-reports 20:52:09 + Found adjustments 20:52:09 ==> Gzipping contents 20:52:09 60K /tmp/codecov.vlMqvY.gz 20:52:09 ==> Uploading reports 20:52:09 url: https://codecov.io 20:52:09 query: branch=PR-3848&commit=370c013823fd1a426cc229d8ec81f4625c693e5e&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3848%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3848&job=&cmd_args= 20:52:09 -> Pinging Codecov 20:52:09 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3848&commit=370c013823fd1a426cc229d8ec81f4625c693e5e&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3848%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3848&job=&cmd_args= 20:52:10 -> Uploading to 20:52:10 https://storage.googleapis.com/codecov/v4/raw/2022-01-14/00271124DB129430A58F1EEE437C3FCB/370c013823fd1a426cc229d8ec81f4625c693e5e/ff2ccef2-3fce-4da4-833a-7ce79292eb51.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220114T205210Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1dbb324fd7d2de78be3701c147f6728407e38092a53771b8b64716c94af0be87 20:52:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:52:10 Dload Upload Total Spent Left Speed 20:52:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57949 0 0 100 57949 0 186k --:--:-- --:--:-- --:--:-- 186k 100 57949 0 0 100 57949 0 186k --:--:-- --:--:-- --:--:-- 186k 20:52:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/370c013823fd1a426cc229d8ec81f4625c693e5e [Pipeline] } 20:52:10 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 20:52:11 + '[' -d /w/workspace/edgex-go/11/archives ']' [Pipeline] libraryResource [Pipeline] sh 20:52:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:52:12 ---> package-listing.sh 20:52:12 ++ facter osfamily 20:52:12 ++ tr '[:upper:]' '[:lower:]' 20:52:12 + OS_FAMILY=redhat 20:52:12 + workspace=/w/workspace/edgex-go/11 20:52:12 + START_PACKAGES=/tmp/packages_start.txt 20:52:12 + END_PACKAGES=/tmp/packages_end.txt 20:52:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:52:12 + PACKAGES=/tmp/packages_start.txt 20:52:12 + '[' /w/workspace/edgex-go/11 ']' 20:52:12 + PACKAGES=/tmp/packages_end.txt 20:52:12 + case "${OS_FAMILY}" in 20:52:12 + rpm -qa 20:52:12 + sort 20:52:16 + '[' -f /tmp/packages_start.txt ']' 20:52:16 + '[' -f /tmp/packages_end.txt ']' 20:52:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:52:16 + '[' /w/workspace/edgex-go/11 ']' 20:52:16 + mkdir -p /w/workspace/edgex-go/11/archives/ 20:52:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 20:52:16 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:52:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:52:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:17 20:52:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:52:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:17 latest: Pulling from edgex-lftools-log-publisher 20:52:17 b4d181a07f80: Pulling fs layer 20:52:17 a1111a8f2ec3: Pulling fs layer 20:52:17 ed53099fbce6: Pulling fs layer 20:52:17 dc539afda2c1: Pulling fs layer 20:52:17 77bc0d833cb6: Pulling fs layer 20:52:17 9065ff56babe: Pulling fs layer 20:52:17 d287ab97295c: Pulling fs layer 20:52:17 dc539afda2c1: Waiting 20:52:17 77bc0d833cb6: Waiting 20:52:17 9065ff56babe: Waiting 20:52:17 d287ab97295c: Waiting 20:52:17 a1111a8f2ec3: Verifying Checksum 20:52:17 a1111a8f2ec3: Download complete 20:52:17 dc539afda2c1: Verifying Checksum 20:52:17 dc539afda2c1: Download complete 20:52:17 ed53099fbce6: Verifying Checksum 20:52:17 ed53099fbce6: Download complete 20:52:17 9065ff56babe: Verifying Checksum 20:52:17 9065ff56babe: Download complete 20:52:18 77bc0d833cb6: Verifying Checksum 20:52:18 77bc0d833cb6: Download complete 20:52:18 b4d181a07f80: Verifying Checksum 20:52:18 b4d181a07f80: Download complete 20:52:18 d287ab97295c: Verifying Checksum 20:52:18 d287ab97295c: Download complete 20:52:19 b4d181a07f80: Pull complete 20:52:19 a1111a8f2ec3: Pull complete 20:52:20 ed53099fbce6: Pull complete 20:52:20 dc539afda2c1: Pull complete 20:52:20 77bc0d833cb6: Pull complete 20:52:20 9065ff56babe: Pull complete 20:52:26 d287ab97295c: Pull complete 20:52:26 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:52:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:52:26 prd-centos7-docker-4c-2g-1519 does not seem to be running inside a container 20:52:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:52:29 $ docker top 23ca3d945593616e610c836072c39a58b719eb6a290fd8b1c02e0a80b6df7721 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:29 + touch /tmp/pre-build-complete [Pipeline] sh 20:52:29 + mkdir -p /var/log/sysstat [Pipeline] sh 20:52:30 + ls /var/log/sa-host 20:52:30 + sadf -c /var/log/sa-host/sa14 20:52:30 file_magic: OK 20:52:30 HZ: Using current value: 100 20:52:30 file_header: OK 20:52:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:52:30 Statistics: 20:52:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:52:30 File successfully converted to sysstat format version 12.0.3 20:52:30 + sadf -c /var/log/sa-host/sa17 20:52:30 file_magic: OK 20:52:30 HZ: Using current value: 100 20:52:30 file_header: OK 20:52:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:52:30 Statistics: 20:52:30 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:52:30 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:30 provisioning config files... 20:52:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config992691051054596158tmp [Pipeline] { [Pipeline] echo 20:52:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:30 ---> create-netrc.sh [Pipeline] } 20:52:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:52:30 ---> python-tools-install.sh [Pipeline] echo 20:52:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:52:31 ---> sudo-logs.sh 20:52:31 Archiving 'sudo' log.. 20:52:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-1519.novalocal: Name or service not known 20:52:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-1519.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:52:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:52:31 ---> job-cost.sh 20:52:31 lf-activate-venv: SKIPPING 20:52:31 DEBUG: total: 0.10999999940395355 20:52:31 INFO: Retrieving Stack Cost... 20:52:31 INFO: Retrieving Pricing Info for: v3-standard-2 20:52:32 INFO: Archiving Costs [Pipeline] echo 20:52:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:32 ---> logs-deploy.sh 20:52:32 lf-activate-venv: SKIPPING 20:52:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3848/11 20:52:32 INFO: archiving workspace using pattern(s): 20:52:33 Archives upload complete. 20:52:33 INFO: archiving logs to Nexus