Pull request #4142 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of joshua-silverio for edgexfoundry/edgex-go Obtained Jenkinsfile from badc4caf016a9c091e08bc78de5c518c8edd74c0+604c3c956e15c089a048dd431d7ccd4c1ed3c949 (d6c34e9fc8c6f1589f36dacb9f2d5a3f99f8346c) 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-ssh11019231385290642962.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh1803847653484519985.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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4142/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4142/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7883678174166226612.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4142/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8686225360825359854.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh407779225253375215.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4142/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4142/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5388690439467737825.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-24339 in /w/workspace/edgexfoundry_edgex-go_PR-4142 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4142/head:refs/remotes/origin/PR-4142 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 604c3c956e15c089a048dd431d7ccd4c1ed3c949 into PR head commit badc4caf016a9c091e08bc78de5c518c8edd74c0 Merge succeeded, producing badc4caf016a9c091e08bc78de5c518c8edd74c0 Checking out Revision badc4caf016a9c091e08bc78de5c518c8edd74c0 (PR-4142) > git config core.sparsecheckout # timeout=10 > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 604c3c956e15c089a048dd431d7ccd4c1ed3c949 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 Commit message: "feat: Add implementation for securing mqtt bus with username password CLOSES: #3934" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:27:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:27:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:27:41 ========================================================= 18:27:41 EdgeX Global Pipelines Version Info 18:27:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:27:41 ------------------- 18:27:41 stable info: 18:27:41 ------------------- 18:27:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:27:41 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 18:27:41 Message: update stable to v1.0.239 18:27:42 ------------------- 18:27:42 experimental info: 18:27:42 ------------------- 18:27:42 Commited By: **** collab-it+edgex@linuxfoundation.org 18:27:42 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 18:27:42 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:27:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:27:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:27:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4142 [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4142 [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4142 [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = badc4caf016a9c091e08bc78de5c518c8edd74c0 [Pipeline] echo 18:27:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = badc4ca [Pipeline] echo 18:27:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:27:44 provisioning config files... 18:27:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1259086779155369500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:27:44 ---> docker-login.sh 18:27:44 nexus3.edgexfoundry.org:10001 18:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 nexus3.edgexfoundry.org:10002 18:27:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 nexus3.edgexfoundry.org:10003 18:27:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 nexus3.edgexfoundry.org:10004 18:27:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 docker.io 18:27:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:27:45 Configure a credential helper to remove this warning. See 18:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:27:45 18:27:45 Login Succeeded 18:27:45 ---> docker-login.sh ends [Pipeline] } 18:27:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:27:46 + 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/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:27:46 + dirname cmd/core-command/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo core-command,cmd/core-command/Dockerfile 18:27:46 + dirname cmd/core-data/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo core-data,cmd/core-data/Dockerfile 18:27:46 + dirname cmd/core-metadata/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo core-metadata,cmd/core-metadata/Dockerfile 18:27:46 + dirname cmd/security-bootstrapper/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:27:46 + dirname cmd/security-proxy-setup/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:27:46 + dirname cmd/security-secretstore-setup/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:27:46 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:27:46 + dirname cmd/security-spire-agent/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:27:46 + dirname cmd/security-spire-config/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:27:46 + dirname cmd/security-spire-server/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:27:46 + dirname cmd/support-notifications/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo support-notifications,cmd/support-notifications/Dockerfile 18:27:46 + dirname cmd/support-scheduler/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:27:46 + dirname cmd/sys-mgmt-agent/Dockerfile 18:27:46 + cut -d/ -f2 18:27:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:27:46 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:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/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 18:27:46 + git rev-list -1 --merges badc4caf016a9c091e08bc78de5c518c8edd74c0~1..badc4caf016a9c091e08bc78de5c518c8edd74c0 [Pipeline] echo 18:27:46 -----------> git rev-list -1 --merges badc4caf016a9c091e08bc78de5c518c8edd74c0~1..badc4caf016a9c091e08bc78de5c518c8edd74c0 badc4caf016a9c091e08bc78de5c518c8edd74c0 [false] [Pipeline] sh 18:27:47 + git log --format=format:%s -1 badc4caf016a9c091e08bc78de5c518c8edd74c0 [Pipeline] echo 18:27:47 ========================================================= 18:27:47 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:27:47 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:27:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:27:47 + grep -v github /etc/ssh/ssh_known_hosts 18:27:47 + [ -e /tmp/ssh_known_hosts ] 18:27:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:27:47 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:27:47 sudo tee -a /etc/ssh/ssh_known_hosts 18:27:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:27:48 18:27:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:27:48 0.1.4: Pulling from edgex-devops/py-git-semver 18:27:48 b85a868b505f: Pulling fs layer 18:27:48 e2be974225ed: Pulling fs layer 18:27:48 339a4e72a1f5: Pulling fs layer 18:27:48 988bab9f4d93: Pulling fs layer 18:27:48 1469e6f7b9e6: Pulling fs layer 18:27:48 eaf3925da568: Pulling fs layer 18:27:48 bab4dde63d76: Pulling fs layer 18:27:48 bde34c3a00c8: Pulling fs layer 18:27:48 1469e6f7b9e6: Waiting 18:27:48 988bab9f4d93: Waiting 18:27:48 eaf3925da568: Waiting 18:27:48 bab4dde63d76: Waiting 18:27:48 b352a97aabf1: Pulling fs layer 18:27:48 4872d77fe225: Pulling fs layer 18:27:48 bde34c3a00c8: Waiting 18:27:48 b352a97aabf1: Waiting 18:27:48 4872d77fe225: Waiting 18:27:48 5851b861e8e6: Pulling fs layer 18:27:48 5851b861e8e6: Waiting 18:27:48 e2be974225ed: Verifying Checksum 18:27:48 e2be974225ed: Download complete 18:27:48 988bab9f4d93: Verifying Checksum 18:27:48 988bab9f4d93: Download complete 18:27:48 339a4e72a1f5: Verifying Checksum 18:27:48 339a4e72a1f5: Download complete 18:27:48 1469e6f7b9e6: Verifying Checksum 18:27:48 1469e6f7b9e6: Download complete 18:27:48 eaf3925da568: Download complete 18:27:48 bde34c3a00c8: Verifying Checksum 18:27:48 bde34c3a00c8: Download complete 18:27:48 b352a97aabf1: Verifying Checksum 18:27:48 b352a97aabf1: Download complete 18:27:48 4872d77fe225: Verifying Checksum 18:27:48 4872d77fe225: Download complete 18:27:48 5851b861e8e6: Download complete 18:27:48 b85a868b505f: Verifying Checksum 18:27:48 b85a868b505f: Download complete 18:27:49 bab4dde63d76: Verifying Checksum 18:27:49 bab4dde63d76: Download complete 18:27:50 b85a868b505f: Pull complete 18:27:50 e2be974225ed: Pull complete 18:27:51 339a4e72a1f5: Pull complete 18:27:51 988bab9f4d93: Pull complete 18:27:51 1469e6f7b9e6: Pull complete 18:27:51 eaf3925da568: Pull complete 18:27:53 bab4dde63d76: Pull complete 18:27:53 bde34c3a00c8: Pull complete 18:27:53 b352a97aabf1: Pull complete 18:27:53 4872d77fe225: Pull complete 18:27:53 5851b861e8e6: Pull complete 18:27:53 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:27:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:27:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:54 prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container 18:27:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:27:56 $ docker top 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb -eo pid,comm 18:27:56 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:27:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:27:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:56 [ssh-agent] Looking for ssh-agent implementation... 18:27:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:56 $ docker exec 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent 18:27:56 SSH_AUTH_SOCK=/tmp/ssh-vu2rSjxWrM6l/agent.34 18:27:56 SSH_AGENT_PID=41 18:27:56 Running ssh-add (command line suppressed) 18:27:56 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7145491797758071122.key (/w/workspace/edgex-go/1@tmp/private_key_7145491797758071122.key) 18:27:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:56 + git tag --points-at HEAD [Pipeline] } 18:27:56 $ docker exec --env ******** --env ******** 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent -k 18:27:57 unset SSH_AUTH_SOCK; 18:27:57 unset SSH_AGENT_PID; 18:27:57 echo Agent pid 41 killed; 18:27:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:27:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:27:57 [ssh-agent] Looking for ssh-agent implementation... 18:27:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:27:57 $ docker exec 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent 18:27:57 SSH_AUTH_SOCK=/tmp/ssh-ALfXVWd4GViq/agent.74 18:27:57 SSH_AGENT_PID=81 18:27:57 Running ssh-add (command line suppressed) 18:27:57 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9119323917917134152.key (/w/workspace/edgex-go/1@tmp/private_key_9119323917917134152.key) 18:27:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:27:57 + git semver init 18:27:58 2022-09-01 18:27:58,137 [run_init] DEBUG init version:0.0.0 force:False 18:27:58 2022-09-01 18:27:58,137 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 18:27:58 2022-09-01 18:27:58,138 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 18:27:58 2022-09-01 18:27:58,138 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 18:28:03 2022-09-01 18:28:02,455 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 18:28:03 2022-09-01 18:28:02,455 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4142 with force:False 18:28:03 2022-09-01 18:28:02,455 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4142 18:28:03 2022-09-01 18:28:02,458 [execute] INFO git cat-file --batch-check 18:28:03 2022-09-01 18:28:02,459 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:28:03 2022-09-01 18:28:02,465 [execute] INFO git cat-file --batch 18:28:03 2022-09-01 18:28:02,466 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:28:03 2022-09-01 18:28:02,471 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4142 18:28:03 0.0.0 [Pipeline] } 18:28:03 $ docker exec --env ******** --env ******** 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb ssh-agent -k 18:28:03 unset SSH_AUTH_SOCK; 18:28:03 unset SSH_AGENT_PID; 18:28:03 echo Agent pid 81 killed; 18:28:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:04 + git semver [Pipeline] } 18:28:04 $ docker stop --time=1 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb 18:28:05 $ docker rm -f 6e449b747abfc068bb0b995d8bd4896f11915ed0ae8682d2109f7f8aee7420fb [Pipeline] // withDockerContainer [Pipeline] sh 18:28:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:06 Stashed 1 file(s) [Pipeline] echo 18:28:06 [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] sh 18:28:07 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:28:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:28:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:28:07 ========================================================= 18:28:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:28:07 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:28:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:28:07 2408cc74d12b: Pulling fs layer 18:28:07 ea60b727a1ce: Pulling fs layer 18:28:07 30c4a7721957: Pulling fs layer 18:28:07 370296b7ddb6: Pulling fs layer 18:28:07 7c6cee850709: Pulling fs layer 18:28:07 39a5fcdaea64: Pulling fs layer 18:28:07 370296b7ddb6: Waiting 18:28:07 7c6cee850709: Waiting 18:28:07 d94ebbe4e438: Pulling fs layer 18:28:07 bcfd1f05c69d: Pulling fs layer 18:28:07 59ccb84bbe0f: Pulling fs layer 18:28:07 39a5fcdaea64: Waiting 18:28:07 bcfd1f05c69d: Waiting 18:28:07 30c4a7721957: Verifying Checksum 18:28:07 30c4a7721957: Download complete 18:28:07 ea60b727a1ce: Download complete 18:28:07 7c6cee850709: Verifying Checksum 18:28:07 7c6cee850709: Download complete 18:28:07 39a5fcdaea64: Verifying Checksum 18:28:07 39a5fcdaea64: Download complete 18:28:07 2408cc74d12b: Verifying Checksum 18:28:07 2408cc74d12b: Download complete 18:28:07 d94ebbe4e438: Verifying Checksum 18:28:07 d94ebbe4e438: Download complete 18:28:07 2408cc74d12b: Pull complete 18:28:07 ea60b727a1ce: Pull complete 18:28:08 30c4a7721957: Pull complete 18:28:08 59ccb84bbe0f: Verifying Checksum 18:28:08 59ccb84bbe0f: Download complete 18:28:08 bcfd1f05c69d: Verifying Checksum 18:28:08 bcfd1f05c69d: Download complete 18:28:08 370296b7ddb6: Verifying Checksum 18:28:08 370296b7ddb6: Download complete 18:28:12 370296b7ddb6: Pull complete 18:28:12 7c6cee850709: Pull complete 18:28:12 39a5fcdaea64: Pull complete 18:28:12 d94ebbe4e438: Pull complete 18:28:15 bcfd1f05c69d: Pull complete 18:28:16 59ccb84bbe0f: Pull complete 18:28:16 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 18:28:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:28:16 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:16 WORKDIR /edgex 18:28:16 COPY go.mod . 18:28:16 RUN go mod downloaddocker 18:28:16 build -t ci-base-image-x86_64 -f - . 18:28:16 Sending build context to Docker daemon 169.4MB 18:28:16 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:28:16 ---> a4fb48ad2a94 18:28:16 Step 2/4 : WORKDIR /edgex 18:28:21 ---> Running in 22f114d0ec91 18:28:21 Removing intermediate container 22f114d0ec91 18:28:21 ---> 1b80a1a0b213 18:28:21 Step 3/4 : COPY go.mod . 18:28:21 ---> 2978a531fcf1 18:28:21 Step 4/4 : RUN go mod download 18:28:21 ---> Running in d6337de43aae 18:28:21 Still waiting to schedule task 18:28:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:28:36 Removing intermediate container d6337de43aae 18:28:36 ---> 353b7e1db816 18:28:36 Successfully built 353b7e1db816 18:28:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:36 + docker inspect -f . ci-base-image-x86_64 18:28:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:36 prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container 18:28:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:28:37 $ docker top 8168ef142739b65bfc7e69fe823dc52f8e642893a5bc21872fcb090407a44741 -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:37 + go version 18:28:37 go version go1.18.3 linux/amd64 [Pipeline] } 18:28:37 $ docker stop --time=1 8168ef142739b65bfc7e69fe823dc52f8e642893a5bc21872fcb090407a44741 18:28:38 $ docker rm -f 8168ef142739b65bfc7e69fe823dc52f8e642893a5bc21872fcb090407a44741 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:28:39 + docker inspect -f . ci-base-image-x86_64 18:28:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:28:39 prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container 18:28:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:28:40 $ docker top 371579efc1563670595dbe0a9afeb1dc244786d973dac691a1b5bdd3d7ee8d1f -eo pid,comm [Pipeline] { [Pipeline] echo 18:28:40 ========================================================= 18:28:40 [edgeXBuildGoParallel] Running Tests and Build... 18:28:40 ========================================================= [Pipeline] sh 18:28:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:28:40 + make test 18:28:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:28:47 ? github.com/edgexfoundry/edgex-go [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:29:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 18:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:29:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.089s coverage: 98.5% of statements 18:29:02 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.095s coverage: 54.2% of statements 18:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.871s coverage: 89.2% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.086s coverage: 2.1% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 72.2% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.092s coverage: 60.0% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.082s coverage: 0.9% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.105s coverage: 29.6% of statements 18:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 18:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 18:29:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.190s coverage: 80.8% of statements 18:29:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/container [no test files] 18:29:25 --- FAIL: TestHandler_SetupPasswordFile (0.00s) 18:29:25 --- FAIL: TestHandler_SetupPasswordFile/SetupPasswordFile_ok (0.00s) 18:29:25 handlers_test.go:277: Handler.GetCredentials() = false, want true 18:29:25 FAIL 18:29:25 coverage: 88.2% of statements 18:29:25 FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/handlers 3.064s 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 64.7% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 65.8% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.4% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.162s coverage: 92.3% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.060s coverage: 28.9% of statements 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:29:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 18:29:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 18:29:25 FAIL 18:29:25 make: *** [Makefile:152: unittest] Error 1 [Pipeline] } 18:29:26 $ docker stop --time=1 371579efc1563670595dbe0a9afeb1dc244786d973dac691a1b5bdd3d7ee8d1f 18:29:28 $ docker rm -f 371579efc1563670595dbe0a9afeb1dc244786d973dac691a1b5bdd3d7ee8d1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:29:29 Failed in branch amd64 18:29:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24340 in /w/workspace/edgexfoundry_edgex-go_PR-4142 [Pipeline] { [Pipeline] ws 18:29:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:29:59 The recommended git tool is: git 18:30:06 using credential edgex-jenkins-ssh 18:30:06 Cloning the remote Git repository 18:30:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:30:06 > git init /w/workspace/edgex-go/1 # timeout=10 18:30:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:30:06 > git --version # timeout=10 18:30:06 > git --version # 'git version 2.25.1' 18:30:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:22 Merging remotes/origin/main commit 604c3c956e15c089a048dd431d7ccd4c1ed3c949 into PR head commit badc4caf016a9c091e08bc78de5c518c8edd74c0 18:30:23 Merge succeeded, producing badc4caf016a9c091e08bc78de5c518c8edd74c0 18:30:23 Checking out Revision badc4caf016a9c091e08bc78de5c518c8edd74c0 (PR-4142) 18:30:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:30:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:30:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:30:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4142/head:refs/remotes/origin/PR-4142 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:30:23 > git config core.sparsecheckout # timeout=10 18:30:23 > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 18:30:23 > git remote # timeout=10 18:30:23 > git config --get remote.origin.url # timeout=10 18:30:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:23 > git merge 604c3c956e15c089a048dd431d7ccd4c1ed3c949 # timeout=10 18:30:23 > git rev-parse HEAD^{commit} # timeout=10 18:30:23 > git config core.sparsecheckout # timeout=10 18:30:23 > git checkout -f badc4caf016a9c091e08bc78de5c518c8edd74c0 # timeout=10 18:30:27 Commit message: "feat: Add implementation for securing mqtt bus with username password CLOSES: #3934" 18:30:27 > git --version # timeout=10 18:30:27 > git --version # 'git version 2.25.1' 18:30:27 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:30:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:28 Dload Upload Total Spent Left Speed 18:30:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 78762 0 --:--:-- --:--:-- --:--:-- 78762 [Pipeline] sh 18:30:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:30:30 + sudo tee /etc/docker/daemon.new 18:30:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:30:30 { 18:30:30 "registry-mirrors": [ 18:30:30 "https://nexus3.edgexfoundry.org:10001" 18:30:30 ], 18:30:30 "bip": "10.250.0.254/24", 18:30:30 "hosts": [ 18:30:30 "tcp://0.0.0.0:5555", 18:30:30 "unix:///var/run/docker.sock" 18:30:30 ], 18:30:30 "mtu": 1458, 18:30:30 "selinux-enabled": true, 18:30:30 "seccomp-profile": "/etc/docker/seccomp.json" 18:30:30 } [Pipeline] sh 18:30:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:30:30 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:49 provisioning config files... 18:30:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4898719359568886709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:49 ---> docker-login.sh 18:30:49 nexus3.edgexfoundry.org:10001 18:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:50 Configure a credential helper to remove this warning. See 18:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:50 18:30:50 Login Succeeded 18:30:50 nexus3.edgexfoundry.org:10002 18:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:51 Configure a credential helper to remove this warning. See 18:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:51 18:30:51 Login Succeeded 18:30:51 nexus3.edgexfoundry.org:10003 18:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:51 Configure a credential helper to remove this warning. See 18:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:51 18:30:51 Login Succeeded 18:30:51 nexus3.edgexfoundry.org:10004 18:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:52 Configure a credential helper to remove this warning. See 18:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:52 18:30:52 Login Succeeded 18:30:52 docker.io 18:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:52 Configure a credential helper to remove this warning. See 18:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:52 18:30:52 Login Succeeded 18:30:52 ---> docker-login.sh ends [Pipeline] } 18:30:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 18:30:53 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:30:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:53 ========================================================= 18:30:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:30:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:30:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:30:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:30:54 b3c136eddcbf: Pulling fs layer 18:30:54 c0a3192eca97: Pulling fs layer 18:30:54 a050256f5b6f: Pulling fs layer 18:30:54 656be50a0ddc: Pulling fs layer 18:30:54 2bbca73fdf42: Pulling fs layer 18:30:54 46d945488cbd: Pulling fs layer 18:30:54 8a5474983e97: Pulling fs layer 18:30:54 329c88fbcd65: Pulling fs layer 18:30:54 2bbca73fdf42: Waiting 18:30:54 8a5474983e97: Waiting 18:30:54 656be50a0ddc: Waiting 18:30:54 a050256f5b6f: Verifying Checksum 18:30:54 a050256f5b6f: Download complete 18:30:54 c0a3192eca97: Verifying Checksum 18:30:54 c0a3192eca97: Download complete 18:30:54 2bbca73fdf42: Download complete 18:30:54 46d945488cbd: Verifying Checksum 18:30:54 46d945488cbd: Download complete 18:30:54 b3c136eddcbf: Verifying Checksum 18:30:55 b3c136eddcbf: Pull complete 18:30:55 329c88fbcd65: Verifying Checksum 18:30:55 329c88fbcd65: Download complete 18:30:56 c0a3192eca97: Pull complete 18:30:56 a050256f5b6f: Pull complete 18:30:56 8a5474983e97: Verifying Checksum 18:30:56 8a5474983e97: Download complete 18:30:57 656be50a0ddc: Verifying Checksum 18:30:57 656be50a0ddc: Download complete 18:31:12 656be50a0ddc: Pull complete 18:31:12 2bbca73fdf42: Pull complete 18:31:12 46d945488cbd: Pull complete 18:31:17 8a5474983e97: Pull complete 18:31:19 329c88fbcd65: Pull complete 18:31:19 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 18:31:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:31:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 18:31:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:31:19 WORKDIR /edgex 18:31:19 COPY go.mod . 18:31:19 RUN go mod download 18:31:19 + docker build -t ci-base-image-arm64 -f - . 18:31:20 Sending build context to Docker daemon 3.199MB 18:31:20 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:31:20 ---> ff4287adb874 18:31:20 Step 2/4 : WORKDIR /edgex 18:31:22 ---> Running in c34d42b1ebfa 18:31:22 Removing intermediate container c34d42b1ebfa 18:31:22 ---> 405cf4b255c0 18:31:22 Step 3/4 : COPY go.mod . 18:31:22 ---> 8141bbf2fa98 18:31:22 Step 4/4 : RUN go mod download 18:31:22 ---> Running in 980874b7fb4e 18:31:54 Removing intermediate container 980874b7fb4e 18:31:54 ---> 53224285de84 18:31:54 Successfully built 53224285de84 18:31:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:31:55 + docker inspect -f . ci-base-image-arm64 18:31:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:31:55 prd-ubuntu20.04-docker-arm64-4c-16g-24340 does not seem to be running inside a container 18:31:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:31:57 $ docker top 4e9bfef6e7e7cc6950026bfbaa1873f930e89ce87681e8108d1ebab8fa5cf017 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:58 + go version 18:31:58 go version go1.18.3 linux/arm64 [Pipeline] } 18:31:58 $ docker stop --time=1 4e9bfef6e7e7cc6950026bfbaa1873f930e89ce87681e8108d1ebab8fa5cf017 18:31:59 $ docker rm -f 4e9bfef6e7e7cc6950026bfbaa1873f930e89ce87681e8108d1ebab8fa5cf017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:32:00 + docker inspect -f . ci-base-image-arm64 18:32:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:32:01 prd-ubuntu20.04-docker-arm64-4c-16g-24340 does not seem to be running inside a container 18:32:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:32:02 $ docker top 57ec6e58418920a7025ec376f47e3a93e4ad58964879cfb63fc66982299ef120 -eo pid,comm [Pipeline] { [Pipeline] echo 18:32:02 ========================================================= 18:32:02 [edgeXBuildGoParallel] Running Tests and Build... 18:32:02 ========================================================= [Pipeline] sh 18:32:03 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:32:04 + make test 18:32:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:32:36 ? github.com/edgexfoundry/edgex-go [no test files] 18:34:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.262s coverage: 28.7% of statements 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.420s coverage: 98.5% of statements 18:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:34:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.457s coverage: 54.2% of statements 18:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:34:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:34:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.922s coverage: 89.2% of statements 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:34:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.402s coverage: 2.1% of statements 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.452s coverage: 95.6% of statements 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:35:03 ok github.com/edgexfoundry/edgex-go/internal/io 0.357s coverage: 72.2% of statements 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.495s coverage: 60.0% of statements 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.521s coverage: 0.9% of statements 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.236s coverage: 58.8% of statements 18:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.345s coverage: 29.6% of statements 18:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.249s coverage: 47.1% of statements 18:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.242s coverage: 79.5% of statements 18:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements 18:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.250s coverage: 96.3% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.226s coverage: 87.5% of statements 18:35:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements 18:35:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.213s coverage: 44.8% of statements 18:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.729s coverage: 80.8% of statements 18:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.282s coverage: 92.9% of statements 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.121s coverage: 65.1% of statements 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/config [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/container [no test files] 18:35:34 --- FAIL: TestHandler_SetupPasswordFile (0.01s) 18:35:34 --- FAIL: TestHandler_SetupPasswordFile/SetupPasswordFile_ok (0.00s) 18:35:34 handlers_test.go:277: Handler.GetCredentials() = false, want true 18:35:34 FAIL 18:35:34 coverage: 88.2% of statements 18:35:34 FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/messagebus/handlers 3.229s 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.207s coverage: 87.2% of statements 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.180s coverage: 100.0% of statements 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.272s coverage: 58.8% of statements 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.248s coverage: 80.0% of statements 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.229s coverage: 87.2% of statements 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.281s coverage: 85.4% of statements 18:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.859s coverage: 91.2% of statements 18:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:35:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.903s coverage: 64.7% of statements 18:35:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:35:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:35:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.261s coverage: 100.0% of statements 18:35:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 89.4% of statements 18:35:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements 18:35:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.149s coverage: 73.7% of statements 18:35:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 18:35:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.326s coverage: 65.8% of statements 18:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:35:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.822s coverage: 41.4% of statements 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.276s coverage: 89.5% of statements 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.255s coverage: 84.8% of statements 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:35:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.358s coverage: 17.7% of statements 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.824s coverage: 92.3% of statements 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.305s coverage: 63.2% of statements 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.444s coverage: 97.7% of statements 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.202s coverage: 28.9% of statements 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.219s coverage: 100.0% of statements 18:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements 18:36:00 FAIL 18:36:00 make: *** [Makefile:152: unittest] Error 1 [Pipeline] } 18:36:01 $ docker stop --time=1 57ec6e58418920a7025ec376f47e3a93e4ad58964879cfb63fc66982299ef120 18:36:02 $ docker rm -f 57ec6e58418920a7025ec376f47e3a93e4ad58964879cfb63fc66982299ef120 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:36:04 18:36:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:36:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:36:05 arm64: Pulling from edgex-lftools-log-publisher 18:36:05 8998bd30e6a1: Pulling fs layer 18:36:05 04944245beec: Pulling fs layer 18:36:05 699f458cf7ca: Pulling fs layer 18:36:05 765212b225bb: Pulling fs layer 18:36:05 f23df028b6ca: Pulling fs layer 18:36:05 d65c8cfc05b1: Pulling fs layer 18:36:05 2437ff75d9bd: Pulling fs layer 18:36:05 765212b225bb: Waiting 18:36:05 f23df028b6ca: Waiting 18:36:05 d65c8cfc05b1: Waiting 18:36:05 2437ff75d9bd: Waiting 18:36:05 04944245beec: Verifying Checksum 18:36:05 04944245beec: Download complete 18:36:05 765212b225bb: Verifying Checksum 18:36:05 765212b225bb: Download complete 18:36:05 f23df028b6ca: Download complete 18:36:05 d65c8cfc05b1: Verifying Checksum 18:36:05 d65c8cfc05b1: Download complete 18:36:05 699f458cf7ca: Verifying Checksum 18:36:05 699f458cf7ca: Download complete 18:36:06 8998bd30e6a1: Verifying Checksum 18:36:06 8998bd30e6a1: Download complete 18:36:08 2437ff75d9bd: Verifying Checksum 18:36:08 2437ff75d9bd: Download complete 18:36:10 8998bd30e6a1: Pull complete 18:36:10 04944245beec: Pull complete 18:36:12 699f458cf7ca: Pull complete 18:36:12 765212b225bb: Pull complete 18:36:13 f23df028b6ca: Pull complete 18:36:13 d65c8cfc05b1: Pull complete 18:36:28 2437ff75d9bd: Pull complete 18:36:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:36:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:36:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:36:28 prd-ubuntu20.04-docker-arm64-4c-16g-24340 does not seem to be running inside a container 18:36:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:36:31 $ docker top bf91d6b71868155ac5bbfcb0c49ea4280fc1e9b75d3febe308ac8c0b23a8d1d9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:36:32 ---> job-cost.sh 18:36:32 lf-activate-venv: SKIPPING 18:36:32 INFO: No Stack... 18:36:32 INFO: Retrieving Pricing Info for: v3-standard-4 18:36:33 INFO: Archiving Costs [Pipeline] sh 18:36:34 + cat /w/workspace/edgex-go/1/archives/cost.csv 18:36:34 + cut -d, -f6 [Pipeline] lock 18:36:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] 18:36:34 Resource [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] did not exist. Created. 18:36:34 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:36:35 + echo total: 0.10999999940395355 [Pipeline] stash 18:36:36 Stashed 1 file(s) [Pipeline] } 18:36:36 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4142-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:36:36 $ docker stop --time=1 bf91d6b71868155ac5bbfcb0c49ea4280fc1e9b75d3febe308ac8c0b23a8d1d9 18:36:37 $ docker rm -f bf91d6b71868155ac5bbfcb0c49ea4280fc1e9b75d3febe308ac8c0b23a8d1d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:36:38 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:36:40 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 18:36:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:36:41 ---> package-listing.sh 18:36:41 ++ facter osfamily 18:36:41 ++ tr '[:upper:]' '[:lower:]' 18:36:41 + OS_FAMILY=debian 18:36:41 + workspace=/w/workspace/edgex-go/1 18:36:41 + START_PACKAGES=/tmp/packages_start.txt 18:36:41 + END_PACKAGES=/tmp/packages_end.txt 18:36:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:36:41 + PACKAGES=/tmp/packages_start.txt 18:36:41 + '[' /w/workspace/edgex-go/1 ']' 18:36:41 + PACKAGES=/tmp/packages_end.txt 18:36:41 + case "${OS_FAMILY}" in 18:36:41 + grep '^ii' 18:36:41 + dpkg -l 18:36:41 + '[' -f /tmp/packages_start.txt ']' 18:36:41 + '[' -f /tmp/packages_end.txt ']' 18:36:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:36:41 + '[' /w/workspace/edgex-go/1 ']' 18:36:41 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:36:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 18:36:41 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:36:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:36:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:36:42 18:36:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:36:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:36:43 latest: Pulling from edgex-lftools-log-publisher 18:36:43 5eb5b503b376: Pulling fs layer 18:36:43 5c69ac0246d0: Pulling fs layer 18:36:43 ec43610c2a17: Pulling fs layer 18:36:43 3a2ae6a8a46f: Pulling fs layer 18:36:43 33b1e0a273af: Pulling fs layer 18:36:43 5d3b04190fa2: Pulling fs layer 18:36:43 2f39f015ded8: Pulling fs layer 18:36:43 33b1e0a273af: Waiting 18:36:43 5d3b04190fa2: Waiting 18:36:43 3a2ae6a8a46f: Waiting 18:36:43 2f39f015ded8: Waiting 18:36:43 5c69ac0246d0: Verifying Checksum 18:36:43 5c69ac0246d0: Download complete 18:36:43 3a2ae6a8a46f: Download complete 18:36:43 33b1e0a273af: Verifying Checksum 18:36:43 33b1e0a273af: Download complete 18:36:43 5d3b04190fa2: Verifying Checksum 18:36:43 5d3b04190fa2: Download complete 18:36:43 ec43610c2a17: Verifying Checksum 18:36:43 ec43610c2a17: Download complete 18:36:43 5eb5b503b376: Verifying Checksum 18:36:43 5eb5b503b376: Download complete 18:36:43 2f39f015ded8: Download complete 18:36:44 5eb5b503b376: Pull complete 18:36:44 5c69ac0246d0: Pull complete 18:36:45 ec43610c2a17: Pull complete 18:36:45 3a2ae6a8a46f: Pull complete 18:36:45 33b1e0a273af: Pull complete 18:36:45 5d3b04190fa2: Pull complete 18:36:49 2f39f015ded8: Pull complete 18:36:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:36:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:36:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:36:50 prd-ubuntu20.04-docker-8c-8g-24339 does not seem to be running inside a container 18:36:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:36:52 $ docker top 4ae050b8a236484ed28324469c5532d03ccd233bb4212adf14149e7a6a25e61d -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:53 + touch /tmp/pre-build-complete [Pipeline] sh 18:36:53 + mkdir -p /var/log/sysstat [Pipeline] sh 18:36:53 + ls /var/log/sa-host 18:36:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:36:53 provisioning config files... 18:36:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1849710478831893653tmp [Pipeline] { [Pipeline] echo 18:36:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:36:54 ---> create-netrc.sh [Pipeline] } 18:36:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:36:54 ---> python-tools-install.sh [Pipeline] echo 18:36:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:36:55 ---> sudo-logs.sh 18:36:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:36:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:36:55 ---> job-cost.sh 18:36:55 lf-activate-venv: SKIPPING 18:36:55 DEBUG: total: 0.10999999940395355 18:36:55 INFO: Retrieving Stack Cost... 18:36:56 INFO: Retrieving Pricing Info for: v3-standard-8 18:36:56 INFO: Archiving Costs [Pipeline] echo 18:36:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:36:56 ---> logs-deploy.sh 18:36:56 lf-activate-venv: SKIPPING 18:36:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4142/1 18:36:56 INFO: archiving workspace using pattern(s): 18:36:57 Archives upload complete. 18:36:57 INFO: archiving logs to Nexus 18:36:58 ---> uname -a: 18:36:58 Linux prd-ubuntu20-04-docker-8c-8g-24339 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:36:58 18:36:58 18:36:58 ---> lscpu: 18:36:58 Architecture: x86_64 18:36:58 CPU op-mode(s): 32-bit, 64-bit 18:36:58 Byte Order: Little Endian 18:36:58 Address sizes: 40 bits physical, 48 bits virtual 18:36:58 CPU(s): 8 18:36:58 On-line CPU(s) list: 0-7 18:36:58 Thread(s) per core: 1 18:36:58 Core(s) per socket: 1 18:36:58 Socket(s): 8 18:36:58 NUMA node(s): 1 18:36:58 Vendor ID: AuthenticAMD 18:36:58 CPU family: 23 18:36:58 Model: 49 18:36:58 Model name: AMD EPYC-Rome Processor 18:36:58 Stepping: 0 18:36:58 CPU MHz: 2799.998 18:36:58 BogoMIPS: 5599.99 18:36:58 Virtualization: AMD-V 18:36:58 Hypervisor vendor: KVM 18:36:58 Virtualization type: full 18:36:58 L1d cache: 256 KiB 18:36:58 L1i cache: 256 KiB 18:36:58 L2 cache: 4 MiB 18:36:58 L3 cache: 128 MiB 18:36:58 NUMA node0 CPU(s): 0-7 18:36:58 Vulnerability Itlb multihit: Not affected 18:36:58 Vulnerability L1tf: Not affected 18:36:58 Vulnerability Mds: Not affected 18:36:58 Vulnerability Meltdown: Not affected 18:36:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:36:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:36:58 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:36:58 Vulnerability Srbds: Not affected 18:36:58 Vulnerability Tsx async abort: Not affected 18:36:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:36:58 18:36:58 18:36:58 ---> nproc: 18:36:58 8 18:36:58 18:36:58 18:36:58 ---> df -h: 18:36:58 Filesystem Size Used Avail Use% Mounted on 18:36:58 overlay 155G 11G 145G 7% / 18:36:58 tmpfs 64M 0 64M 0% /dev 18:36:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:36:58 shm 64M 0 64M 0% /dev/shm 18:36:58 /dev/vda1 155G 11G 145G 7% /facter-os 18:36:58 18:36:58 18:36:58 ---> sar -b -r -n DEV: 18:36:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-24339) 09/01/22 _x86_64_ (8 CPU) 18:36:58 18:36:58 18:26:54 LINUX RESTART (8 CPU) 18:36:58 18:36:58 18:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:36:58 18:28:01 374.06 57.23 316.83 0.00 9393.14 204384.41 0.00 18:36:58 18:29:01 123.11 1.20 121.91 0.00 35.19 61663.19 0.00 18:36:58 18:30:01 32.28 0.00 32.28 0.00 0.00 12845.88 0.00 18:36:58 18:31:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 18:36:58 18:32:01 1.37 0.02 1.35 0.00 0.13 16.26 0.00 18:36:58 18:33:01 0.92 0.00 0.92 0.00 0.00 10.26 0.00 18:36:58 18:34:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 18:36:58 18:35:01 0.82 0.00 0.82 0.00 0.00 10.00 0.00 18:36:58 18:36:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 18:36:58 Average: 59.58 6.49 53.09 0.00 1047.72 30998.94 0.00 18:36:58 18:36:58 18:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:36:58 18:28:01 29271024 31745332 577976 1.76 104244 2655536 2095820 6.18 1143796 2126296 161780 18:36:58 18:29:01 27291248 31401216 889124 2.70 138272 4157344 2774632 8.18 1872736 3239572 515240 18:36:58 18:30:01 28204276 31768908 526020 1.60 138588 3645784 1893856 5.58 1263408 2976236 8 18:36:58 18:31:01 28204612 31769296 525368 1.60 138604 3645788 1893856 5.58 1262676 2976236 16 18:36:58 18:32:01 28205688 31771032 523952 1.59 138652 3645796 1893856 5.58 1261648 2976832 12 18:36:58 18:33:01 28214680 31780116 514872 1.57 138676 3645800 1893856 5.58 1252780 2976852 144 18:36:58 18:34:01 28215372 31780844 514064 1.56 138708 3645804 1893856 5.58 1251516 2976856 32 18:36:58 18:35:01 28215324 31780876 514036 1.56 138720 3645808 1893856 5.58 1251476 2976912 156 18:36:58 18:36:01 28215268 31780824 513996 1.56 138748 3645808 1893856 5.58 1251496 2976912 8 18:36:58 Average: 28226388 31730938 566601 1.72 134801 3592608 2014160 5.94 1312392 2911412 75266 18:36:58 18:36:58 18:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:36:58 18:28:01 docker0 414.28 339.50 31.55 2714.59 0.00 0.00 0.00 0.00 18:36:58 18:28:01 ens3 1228.47 1125.17 9000.88 157.15 0.00 0.00 0.00 0.00 18:36:58 18:28:01 lo 4.73 4.73 0.45 0.45 0.00 0.00 0.00 0.00 18:36:58 18:28:01 vetha6d7c37 414.28 339.62 37.22 2714.60 0.00 0.00 0.00 0.22 18:36:58 18:29:01 docker0 94.30 117.88 7.95 1150.08 0.00 0.00 0.00 0.00 18:36:58 18:29:01 ens3 335.16 233.01 5115.86 84.33 0.00 0.00 0.00 0.00 18:36:58 18:29:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 18:36:58 18:29:01 veth9cb8ca2 0.08 0.25 0.01 0.02 0.00 0.00 0.00 0.00 18:36:58 18:30:01 docker0 1.42 1.42 0.09 0.12 0.00 0.00 0.00 0.00 18:36:58 18:30:01 ens3 14.73 9.30 11.24 6.07 0.00 0.00 0.00 0.00 18:36:58 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:36:58 18:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:36:58 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:32:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:33:01 ens3 0.27 0.25 0.09 0.08 0.00 0.00 0.00 0.00 18:36:58 18:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:36:58 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:34:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:35:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:36:58 18:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:36:58 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 18:36:01 ens3 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 18:36:58 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:58 Average: docker0 56.67 50.98 4.40 429.45 0.00 0.00 0.00 0.00 18:36:58 Average: ens3 175.45 152.01 1569.87 27.52 0.00 0.00 0.00 0.00 18:36:58 Average: lo 0.74 0.74 0.07 0.07 0.00 0.00 0.00 0.00 18:36:58 18:36:58 18:36:58 ---> sar -P ALL: 18:36:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-24339) 09/01/22 _x86_64_ (8 CPU) 18:36:58 18:36:58 18:26:54 LINUX RESTART (8 CPU) 18:36:58 18:36:58 18:27:01 CPU %user %nice %system %iowait %steal %idle 18:36:58 18:28:01 all 9.98 0.00 3.96 3.69 0.06 82.31 18:36:58 18:28:01 0 7.15 0.00 2.90 2.76 0.05 87.13 18:36:58 18:28:01 1 9.76 0.00 5.26 1.65 0.07 83.26 18:36:58 18:28:01 2 13.24 0.00 4.41 3.76 0.05 78.53 18:36:58 18:28:01 3 8.78 0.00 3.43 0.69 0.07 87.04 18:36:58 18:28:01 4 6.61 0.00 2.25 7.36 0.03 83.75 18:36:58 18:28:01 5 12.91 0.00 4.65 3.96 0.05 78.42 18:36:58 18:28:01 6 12.31 0.00 3.97 7.95 0.07 75.71 18:36:58 18:28:01 7 9.07 0.00 4.82 1.33 0.07 84.71 18:36:58 18:29:01 all 29.53 0.00 6.07 1.72 0.09 62.60 18:36:58 18:29:01 0 29.52 0.00 5.53 0.05 0.12 64.78 18:36:58 18:29:01 1 29.35 0.00 5.88 0.30 0.07 64.40 18:36:58 18:29:01 2 30.75 0.00 6.15 0.12 0.10 62.88 18:36:58 18:29:01 3 30.27 0.00 5.54 0.17 0.08 63.94 18:36:58 18:29:01 4 28.69 0.00 6.65 0.07 0.08 64.51 18:36:58 18:29:01 5 28.61 0.00 6.12 1.36 0.08 63.83 18:36:58 18:29:01 6 29.05 0.00 6.18 8.86 0.08 55.83 18:36:58 18:29:01 7 29.97 0.00 6.50 2.80 0.08 60.64 18:36:58 18:30:01 all 7.51 0.00 2.41 0.44 0.03 89.61 18:36:58 18:30:01 0 7.08 0.00 2.50 0.00 0.02 90.40 18:36:58 18:30:01 1 8.49 0.00 1.58 0.00 0.03 89.89 18:36:58 18:30:01 2 7.04 0.00 3.29 0.05 0.02 89.60 18:36:58 18:30:01 3 7.70 0.00 2.44 0.30 0.03 89.53 18:36:58 18:30:01 4 7.30 0.00 1.97 0.00 0.03 90.69 18:36:58 18:30:01 5 7.97 0.00 1.84 0.00 0.02 90.18 18:36:58 18:30:01 6 7.64 0.00 1.73 0.00 0.03 90.60 18:36:58 18:30:01 7 6.89 0.00 3.93 3.20 0.02 85.96 18:36:58 18:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 18:36:58 18:31:01 0 0.07 0.00 0.02 0.00 0.02 99.90 18:36:58 18:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:36:58 18:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:36:58 18:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:36:58 18:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:36:58 18:31:01 6 0.07 0.00 0.02 0.02 0.00 99.90 18:36:58 18:31:01 7 0.00 0.00 0.02 0.00 0.02 99.97 18:36:58 18:32:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:36:58 18:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:36:58 18:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:32:01 3 0.03 0.00 0.02 0.03 0.00 99.92 18:36:58 18:32:01 4 0.02 0.00 0.03 0.00 0.00 99.95 18:36:58 18:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:32:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:36:58 18:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:33:01 all 0.03 0.00 0.03 0.00 0.00 99.94 18:36:58 18:33:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:36:58 18:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:33:01 2 0.05 0.00 0.05 0.00 0.02 99.88 18:36:58 18:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:36:58 18:33:01 4 0.02 0.00 0.03 0.00 0.00 99.95 18:36:58 18:33:01 5 0.05 0.00 0.03 0.00 0.00 99.92 18:36:58 18:33:01 6 0.03 0.00 0.00 0.02 0.00 99.95 18:36:58 18:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:36:58 18:34:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:36:58 18:34:01 0 0.12 0.00 0.05 0.00 0.02 99.82 18:36:58 18:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:34:01 3 0.02 0.00 0.03 0.02 0.00 99.93 18:36:58 18:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:34:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:36:58 18:34:01 7 0.00 0.00 0.00 0.02 0.00 99.98 18:36:58 18:35:01 all 0.22 0.00 0.02 0.00 0.00 99.75 18:36:58 18:35:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:36:58 18:35:01 1 0.02 0.00 0.05 0.00 0.00 99.93 18:36:58 18:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:35:01 3 0.02 0.00 0.03 0.02 0.00 99.93 18:36:58 18:35:01 4 0.05 0.00 0.02 0.00 0.02 99.92 18:36:58 18:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:36:58 18:35:01 6 1.55 0.00 0.02 0.00 0.00 98.43 18:36:58 18:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:36:01 all 0.27 0.00 0.01 0.00 0.00 99.72 18:36:58 18:36:01 0 0.08 0.00 0.07 0.00 0.00 99.85 18:36:58 18:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:36:01 3 0.02 0.00 0.02 0.02 0.02 99.93 18:36:58 18:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:36:58 18:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:36:58 18:36:01 6 1.99 0.00 0.00 0.00 0.00 98.01 18:36:58 18:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:36:58 Average: all 5.24 0.00 1.38 0.65 0.02 92.71 18:36:58 Average: 0 4.88 0.00 1.24 0.31 0.03 93.54 18:36:58 Average: 1 5.26 0.00 1.41 0.22 0.02 93.10 18:36:58 Average: 2 5.64 0.00 1.54 0.43 0.02 92.37 18:36:58 Average: 3 5.16 0.00 1.27 0.14 0.02 93.41 18:36:58 Average: 4 4.70 0.00 1.21 0.82 0.02 93.25 18:36:58 Average: 5 5.46 0.00 1.40 0.59 0.02 92.53 18:36:58 Average: 6 5.81 0.00 1.31 1.85 0.02 91.00 18:36:58 Average: 7 5.05 0.00 1.68 0.81 0.02 92.44 18:36:58 18:36:58 18:36:58