Pull request #1298 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 vli11 for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 030294c36d646ef6870978c4736a7a90983f3a63+881f10918eb4e60f546b60d89ac5bea6bad2c109 (18c425acc78f01dd3a66b428de8c386db4169e2a) 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-ssh1729681528905773240.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh16197754606708408354.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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/device-sdk-go/branches/PR-1298/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/device-sdk-go/branches/PR-1298/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15454888557506919806.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/device-sdk-go/branches/PR-1298/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12810450566232395412.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh3810154002718026397.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/device-sdk-go/branches/PR-1298/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/device-sdk-go/branches/PR-1298/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15074988006585694415.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-4286’ Running on prd-ubuntu20.04-docker-8c-8g-4289 in /w/workspace/gexfoundry_device-sdk-go_PR-1298 [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/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1298 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1298/head:refs/remotes/origin/PR-1298 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 881f10918eb4e60f546b60d89ac5bea6bad2c109 into PR head commit 030294c36d646ef6870978c4736a7a90983f3a63 Merge succeeded, producing 030294c36d646ef6870978c4736a7a90983f3a63 Checking out Revision 030294c36d646ef6870978c4736a7a90983f3a63 (PR-1298) > git config core.sparsecheckout # timeout=10 > git checkout -f 030294c36d646ef6870978c4736a7a90983f3a63 # 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 881f10918eb4e60f546b60d89ac5bea6bad2c109 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 030294c36d646ef6870978c4736a7a90983f3a63 # timeout=10 Commit message: "feat!: Remove old metrics collection and REST/metrics endpoint" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:08:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:08:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:08:02 ========================================================= 19:08:02 EdgeX Global Pipelines Version Info 19:08:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:08:03 ------------------- 19:08:03 stable info: 19:08:03 ------------------- 19:08:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:08:03 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:08:03 Message: update stable to v1.0.244 19:08:04 ------------------- 19:08:04 experimental info: 19:08:04 ------------------- 19:08:04 Commited By: **** collab-it+edgex@linuxfoundation.org 19:08:04 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:08:04 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:08:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1298 [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1298 [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1298 [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 030294c36d646ef6870978c4736a7a90983f3a63 [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 030294c [Pipeline] echo 19:08:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:05 provisioning config files... 19:08:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/config3019109563041762671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:06 ---> docker-login.sh 19:08:06 nexus3.edgexfoundry.org:10001 19:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:06 Configure a credential helper to remove this warning. See 19:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:06 19:08:06 Login Succeeded 19:08:06 nexus3.edgexfoundry.org:10002 19:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:06 Configure a credential helper to remove this warning. See 19:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:06 19:08:06 Login Succeeded 19:08:06 nexus3.edgexfoundry.org:10003 19:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:06 Configure a credential helper to remove this warning. See 19:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:06 19:08:06 Login Succeeded 19:08:06 nexus3.edgexfoundry.org:10004 19:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:06 Configure a credential helper to remove this warning. See 19:08:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:06 19:08:06 Login Succeeded 19:08:06 docker.io 19:08:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:07 Configure a credential helper to remove this warning. See 19:08:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:07 19:08:07 Login Succeeded 19:08:07 ---> docker-login.sh ends [Pipeline] } 19:08:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:08:07 + git rev-list -1 --merges 030294c36d646ef6870978c4736a7a90983f3a63~1..030294c36d646ef6870978c4736a7a90983f3a63 [Pipeline] echo 19:08:07 -----------> git rev-list -1 --merges 030294c36d646ef6870978c4736a7a90983f3a63~1..030294c36d646ef6870978c4736a7a90983f3a63 030294c36d646ef6870978c4736a7a90983f3a63 [false] [Pipeline] sh 19:08:08 + git log --format=format:%s -1 030294c36d646ef6870978c4736a7a90983f3a63 [Pipeline] echo 19:08:08 ========================================================= 19:08:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:08:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:08 + git log --format=format:%s -1 030294c36d646ef6870978c4736a7a90983f3a63 [Pipeline] echo 19:08:08 [semverPrep] GIT_COMMIT: 030294c36d646ef6870978c4736a7a90983f3a63, Commit Message: feat!: Remove old metrics collection and REST/metrics endpoint [Pipeline] echo 19:08:08 [semverPrep] This is not a build commit. [Pipeline] sh 19:08:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:08:09 + grep -v github /etc/ssh/ssh_known_hosts 19:08:09 + [ -e /tmp/ssh_known_hosts ] 19:08:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:08:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:08:09 + sudo tee -a /etc/ssh/ssh_known_hosts 19:08:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:09 19:08:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:09 0.1.4: Pulling from edgex-devops/py-git-semver 19:08:09 b85a868b505f: Pulling fs layer 19:08:09 e2be974225ed: Pulling fs layer 19:08:09 339a4e72a1f5: Pulling fs layer 19:08:09 988bab9f4d93: Pulling fs layer 19:08:09 1469e6f7b9e6: Pulling fs layer 19:08:09 eaf3925da568: Pulling fs layer 19:08:09 bab4dde63d76: Pulling fs layer 19:08:09 bde34c3a00c8: Pulling fs layer 19:08:09 b352a97aabf1: Pulling fs layer 19:08:09 4872d77fe225: Pulling fs layer 19:08:09 5851b861e8e6: Pulling fs layer 19:08:09 988bab9f4d93: Waiting 19:08:09 bab4dde63d76: Waiting 19:08:09 bde34c3a00c8: Waiting 19:08:09 b352a97aabf1: Waiting 19:08:09 4872d77fe225: Waiting 19:08:09 1469e6f7b9e6: Waiting 19:08:09 eaf3925da568: Waiting 19:08:09 5851b861e8e6: Waiting 19:08:09 e2be974225ed: Download complete 19:08:09 988bab9f4d93: Download complete 19:08:10 1469e6f7b9e6: Verifying Checksum 19:08:10 1469e6f7b9e6: Download complete 19:08:10 eaf3925da568: Verifying Checksum 19:08:10 eaf3925da568: Download complete 19:08:10 339a4e72a1f5: Verifying Checksum 19:08:10 339a4e72a1f5: Download complete 19:08:10 bde34c3a00c8: Verifying Checksum 19:08:10 b352a97aabf1: Download complete 19:08:10 4872d77fe225: Verifying Checksum 19:08:10 4872d77fe225: Download complete 19:08:10 5851b861e8e6: Verifying Checksum 19:08:10 5851b861e8e6: Download complete 19:08:10 b85a868b505f: Verifying Checksum 19:08:10 b85a868b505f: Download complete 19:08:10 bab4dde63d76: Verifying Checksum 19:08:10 bab4dde63d76: Download complete 19:08:11 b85a868b505f: Pull complete 19:08:11 e2be974225ed: Pull complete 19:08:12 339a4e72a1f5: Pull complete 19:08:12 988bab9f4d93: Pull complete 19:08:12 1469e6f7b9e6: Pull complete 19:08:12 eaf3925da568: Pull complete 19:08:14 bab4dde63d76: Pull complete 19:08:14 bde34c3a00c8: Pull complete 19:08:14 b352a97aabf1: Pull complete 19:08:14 4872d77fe225: Pull complete 19:08:14 5851b861e8e6: Pull complete 19:08:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:08:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:14 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:08:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1298 -v /w/workspace/gexfoundry_device-sdk-go_PR-1298:/w/workspace/gexfoundry_device-sdk-go_PR-1298:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:08:18 $ docker top 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 -eo pid,comm 19:08:18 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). 19:08:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:18 [ssh-agent] Looking for ssh-agent implementation... 19:08:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:18 $ docker exec 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 ssh-agent 19:08:18 SSH_AUTH_SOCK=/tmp/ssh-uEs2veagQwh0/agent.33 19:08:18 SSH_AGENT_PID=39 19:08:18 Running ssh-add (command line suppressed) 19:08:18 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/private_key_14630400825780058633.key (/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/private_key_14630400825780058633.key) 19:08:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:19 + git tag --points-at HEAD [Pipeline] } 19:08:19 $ docker exec --env ******** --env ******** 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 ssh-agent -k 19:08:19 unset SSH_AUTH_SOCK; 19:08:19 unset SSH_AGENT_PID; 19:08:19 echo Agent pid 39 killed; 19:08:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:19 [ssh-agent] Looking for ssh-agent implementation... 19:08:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:19 $ docker exec 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 ssh-agent 19:08:19 SSH_AUTH_SOCK=/tmp/ssh-Uf68jkceKYYP/agent.71 19:08:19 SSH_AGENT_PID=77 19:08:19 Running ssh-add (command line suppressed) 19:08:19 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/private_key_2807411953982256901.key (/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/private_key_2807411953982256901.key) 19:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:19 + git semver init 19:08:20 2023-02-01 19:08:20,147 [run_init] DEBUG init version:0.0.0 force:False 19:08:20 2023-02-01 19:08:20,148 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver 19:08:20 2023-02-01 19:08:20,148 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver 19:08:20 2023-02-01 19:08:20,149 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1298, universal_newlines=False, shell=None, istream=None) 19:08:21 2023-02-01 19:08:21,107 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1298/.git/info/exclude 19:08:21 2023-02-01 19:08:21,108 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver/PR-1298 with force:False 19:08:21 2023-02-01 19:08:21,108 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver/PR-1298 19:08:21 2023-02-01 19:08:21,112 [execute] INFO git cat-file --batch-check 19:08:21 2023-02-01 19:08:21,113 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver, universal_newlines=False, shell=None, istream=) 19:08:21 2023-02-01 19:08:21,119 [execute] INFO git cat-file --batch 19:08:21 2023-02-01 19:08:21,120 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver, universal_newlines=False, shell=None, istream=) 19:08:21 2023-02-01 19:08:21,125 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1298/.semver/PR-1298 19:08:21 0.0.0 [Pipeline] } 19:08:21 $ docker exec --env ******** --env ******** 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 ssh-agent -k 19:08:21 unset SSH_AUTH_SOCK; 19:08:21 unset SSH_AGENT_PID; 19:08:21 echo Agent pid 77 killed; 19:08:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:21 + git semver [Pipeline] } 19:08:22 $ docker stop --time=1 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 19:08:23 $ docker rm -f --volumes 6feb702618f95b10f5b962eab1557783c65b9d087fe8f1cb05dac65c18378106 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:24 Stashed 1 file(s) [Pipeline] echo 19:08:24 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:24 provisioning config files... 19:08:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/config9930232391681165257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:24 ---> docker-login.sh 19:08:24 nexus3.edgexfoundry.org:10001 19:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:24 Configure a credential helper to remove this warning. See 19:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:24 19:08:24 Login Succeeded 19:08:24 nexus3.edgexfoundry.org:10002 19:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:24 Configure a credential helper to remove this warning. See 19:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:24 19:08:24 Login Succeeded 19:08:24 nexus3.edgexfoundry.org:10003 19:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:25 Configure a credential helper to remove this warning. See 19:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:25 19:08:25 Login Succeeded 19:08:25 nexus3.edgexfoundry.org:10004 19:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:25 Configure a credential helper to remove this warning. See 19:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:25 19:08:25 Login Succeeded 19:08:25 docker.io 19:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:25 Configure a credential helper to remove this warning. See 19:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:25 19:08:25 Login Succeeded 19:08:25 ---> docker-login.sh ends [Pipeline] } 19:08:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:25 ========================================================= 19:08:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:08:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:26 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 19:08:26 Sending build context to Docker daemon 10.54MB 19:08:26 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 19:08:26 Step 2/10 : FROM ${BASE} AS builder 19:08:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:26 213ec9aee27d: Pulling fs layer 19:08:26 4583459ba037: Pulling fs layer 19:08:26 93c1e223e6f2: Pulling fs layer 19:08:26 53926ce57604: Pulling fs layer 19:08:26 21b2b0c7a3f4: Pulling fs layer 19:08:26 22ff95d597cd: Pulling fs layer 19:08:26 12d6caf4c0d1: Pulling fs layer 19:08:26 96b7cbca73a9: Pulling fs layer 19:08:26 a7acece74701: Pulling fs layer 19:08:26 22ff95d597cd: Waiting 19:08:26 12d6caf4c0d1: Waiting 19:08:26 96b7cbca73a9: Waiting 19:08:26 a7acece74701: Waiting 19:08:26 53926ce57604: Waiting 19:08:26 21b2b0c7a3f4: Waiting 19:08:26 93c1e223e6f2: Verifying Checksum 19:08:26 93c1e223e6f2: Download complete 19:08:26 4583459ba037: Verifying Checksum 19:08:26 4583459ba037: Download complete 19:08:26 21b2b0c7a3f4: Verifying Checksum 19:08:26 21b2b0c7a3f4: Download complete 19:08:26 22ff95d597cd: Download complete 19:08:26 213ec9aee27d: Verifying Checksum 19:08:26 213ec9aee27d: Download complete 19:08:26 12d6caf4c0d1: Download complete 19:08:26 213ec9aee27d: Pull complete 19:08:26 4583459ba037: Pull complete 19:08:26 93c1e223e6f2: Pull complete 19:08:28 a7acece74701: Verifying Checksum 19:08:28 a7acece74701: Download complete 19:08:28 53926ce57604: Verifying Checksum 19:08:28 53926ce57604: Download complete 19:08:28 96b7cbca73a9: Verifying Checksum 19:08:28 96b7cbca73a9: Download complete 19:08:31 53926ce57604: Pull complete 19:08:31 21b2b0c7a3f4: Pull complete 19:08:31 22ff95d597cd: Pull complete 19:08:31 12d6caf4c0d1: Pull complete 19:08:34 96b7cbca73a9: Pull complete 19:08:34 a7acece74701: Pull complete 19:08:34 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 19:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:08:34 ---> db6d94c90886 19:08:34 Step 3/10 : ARG MAKE=make build 19:08:39 Still waiting to schedule task 19:08:39 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4288’ 19:08:40 ---> Running in 2efefc3d3e4d 19:08:40 Removing intermediate container 2efefc3d3e4d 19:08:40 ---> bc10abef52df 19:08:40 Step 4/10 : WORKDIR /device-sdk-go 19:08:40 ---> Running in e97818340c57 19:08:40 Removing intermediate container e97818340c57 19:08:40 ---> 3d659c67811e 19:08:40 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:08:40 ---> Running in 3fe7494bf194 19:08:40 Removing intermediate container 3fe7494bf194 19:08:40 ---> 1d050d0c4d50 19:08:40 Step 6/10 : RUN apk add --update --no-cache make git 19:08:40 ---> Running in 0f5561067c26 19:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:08:40 OK: 211 MiB in 51 packages 19:08:40 Removing intermediate container 0f5561067c26 19:08:40 ---> 5218fe90796b 19:08:40 Step 7/10 : COPY go.mod vendor* ./ 19:08:40 ---> c8ab47ba7b65 19:08:40 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:08:40 ---> Running in 3340c5ed031a 19:09:33 Removing intermediate container 3340c5ed031a 19:09:33 ---> 32a98e453bb5 19:09:33 Step 9/10 : COPY . . 19:09:33 ---> 819d9ee861ec 19:09:33 Step 10/10 : RUN ${MAKE} 19:09:33 ---> Running in f4f4a0ce5eee 19:09:33 noop 19:09:33 Removing intermediate container f4f4a0ce5eee 19:09:33 ---> 51d60c0a2a21 19:09:33 Successfully built 51d60c0a2a21 19:09:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:33 + docker inspect -f . ci-base-image-x86_64 19:09:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:33 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1298 -v /w/workspace/gexfoundry_device-sdk-go_PR-1298:/w/workspace/gexfoundry_device-sdk-go_PR-1298:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:34 $ docker top 6f3f96498b248ad6575d509281fd42c331a2afd6a38c2dea659151d4dd315510 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:34 + go version 19:09:34 go version go1.18.7 linux/amd64 [Pipeline] } 19:09:34 $ docker stop --time=1 6f3f96498b248ad6575d509281fd42c331a2afd6a38c2dea659151d4dd315510 19:09:35 $ docker rm -f --volumes 6f3f96498b248ad6575d509281fd42c331a2afd6a38c2dea659151d4dd315510 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:36 + docker inspect -f . ci-base-image-x86_64 19:09:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:36 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:09:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1298 -v /w/workspace/gexfoundry_device-sdk-go_PR-1298:/w/workspace/gexfoundry_device-sdk-go_PR-1298:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:37 $ docker top 00fa5dec74e59f118d97ac7f8cddca449e11fc300533a543e807769ea43a81ce -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:37 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1298 [Pipeline] fileExists [Pipeline] sh 19:09:37 + make test 19:09:37 go test -race -coverprofile=coverage.out ./... 19:09:43 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.055s coverage: 27.6% of statements 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.055s coverage: 78.9% of statements 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.105s coverage: 73.6% of statements 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.107s coverage: 59.8% of statements 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.099s coverage: 65.1% of statements 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.740s coverage: 89.2% of statements 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 19:09:55 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.066s coverage: 4.6% of statements 19:09:55 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 19:10:10 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 19:10:10 GO111MODULE=on go vet ./... 19:10:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:10:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:10:12 ./bin/test-attribution-txt.sh [Pipeline] echo 19:10:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:10:12 $ docker stop --time=1 00fa5dec74e59f118d97ac7f8cddca449e11fc300533a543e807769ea43a81ce 19:10:17 $ docker rm -f --volumes 00fa5dec74e59f118d97ac7f8cddca449e11fc300533a543e807769ea43a81ce [Pipeline] // withDockerContainer [Pipeline] sh 19:10:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:10:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 19:10:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:10:18 + ls -al . 19:10:18 total 272 19:10:18 drwxrwxr-x 11 jenkins jenkins 4096 Feb 1 19:09 . 19:10:18 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 19:07 .. 19:10:18 -rw-rw-r-- 1 jenkins jenkins 140 Feb 1 19:07 .dockerignore 19:10:18 drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 19:09 .git 19:10:18 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 19:07 .github 19:10:18 -rw-rw-r-- 1 jenkins jenkins 131 Feb 1 19:07 .gitignore 19:10:18 -rw-rw-r-- 1 jenkins jenkins 42 Feb 1 19:07 .golangci.yml 19:10:18 drwxr-xr-x 3 jenkins jenkins 4096 Feb 1 19:08 .semver 19:10:18 -rw-rw-r-- 1 jenkins jenkins 31677 Feb 1 19:07 CHANGELOG.md 19:10:18 -rw-rw-r-- 1 jenkins jenkins 677 Feb 1 19:07 GOVERNANCE.md 19:10:18 -rw-rw-r-- 1 jenkins jenkins 880 Feb 1 19:07 Jenkinsfile 19:10:18 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 1 19:07 LICENSE 19:10:18 -rw-rw-r-- 1 jenkins jenkins 1679 Feb 1 19:07 Makefile 19:10:18 -rw-rw-r-- 1 jenkins jenkins 619 Feb 1 19:07 OWNERS.md 19:10:18 -rw-rw-r-- 1 jenkins jenkins 4891 Feb 1 19:07 README.md 19:10:18 -rw-rw-r-- 1 jenkins jenkins 5 Feb 1 19:08 VERSION 19:10:18 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 19:07 bin 19:10:18 -rw-r--r-- 1 jenkins jenkins 100730 Feb 1 19:09 coverage.out 19:10:18 drwxrwxr-x 5 jenkins jenkins 4096 Feb 1 19:07 example 19:10:18 -rw-rw-r-- 1 jenkins jenkins 3307 Feb 1 19:07 go.mod 19:10:18 -rw-rw-r-- 1 jenkins jenkins 34396 Feb 1 19:07 go.sum 19:10:18 drwxrwxr-x 13 jenkins jenkins 4096 Feb 1 19:07 internal 19:10:18 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 19:07 openapi 19:10:18 drwxrwxr-x 6 jenkins jenkins 4096 Feb 1 19:07 pkg 19:10:18 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 19:07 snap 19:10:18 -rw-rw-r-- 1 jenkins jenkins 222 Feb 1 19:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:19 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=030294c36d646ef6870978c4736a7a90983f3a63 --label arch=amd64 --label version=0.0.0 . 19:10:19 Sending build context to Docker daemon 10.64MB 19:10:19 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 19:10:19 Step 2/23 : FROM ${BASE} AS builder 19:10:19 ---> 51d60c0a2a21 19:10:19 Step 3/23 : ARG MAKE=make build 19:10:19 ---> Running in ac3909006e71 19:10:19 Removing intermediate container ac3909006e71 19:10:19 ---> e01543443105 19:10:19 Step 4/23 : WORKDIR /device-sdk-go 19:10:19 ---> Running in 90387ae239aa 19:10:19 Removing intermediate container 90387ae239aa 19:10:19 ---> 392fa150e9a8 19:10:19 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:10:19 ---> Running in 25648f5f52e9 19:10:19 Removing intermediate container 25648f5f52e9 19:10:19 ---> f52835a6638d 19:10:19 Step 6/23 : RUN apk add --update --no-cache make git 19:10:19 ---> Running in fac8447c7092 19:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:20 OK: 211 MiB in 51 packages 19:10:20 Removing intermediate container fac8447c7092 19:10:20 ---> f557e1e3331a 19:10:20 Step 7/23 : COPY go.mod vendor* ./ 19:10:20 ---> 612ce0c395c4 19:10:20 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:20 ---> Running in cbc4d570b6a6 19:10:21 Removing intermediate container cbc4d570b6a6 19:10:21 ---> b0f2e13ae313 19:10:21 Step 9/23 : COPY . . 19:10:21 ---> bc964938d874 19:10:21 Step 10/23 : RUN ${MAKE} 19:10:21 ---> Running in c6fd119fcbcf 19:10:22 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 19:10:40 Removing intermediate container c6fd119fcbcf 19:10:40 ---> f63cb3c67dea 19:10:40 Step 11/23 : FROM alpine:3.16 19:10:41 3.16: Pulling from library/alpine 19:10:41 ca7dd9ec2225: Pulling fs layer 19:10:41 ca7dd9ec2225: Download complete 19:10:41 ca7dd9ec2225: Pull complete 19:10:41 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 19:10:41 Status: Downloaded newer image for alpine:3.16 19:10:41 ---> bfe296a52501 19:10:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 19:10:41 ---> Running in ac6750ee236e 19:10:41 Removing intermediate container ac6750ee236e 19:10:41 ---> a6d853ea72b7 19:10:41 Step 13/23 : RUN apk add --update --no-cache 19:10:41 ---> Running in 19e64897968e 19:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 19:10:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 19:10:42 OK: 6 MiB in 14 packages 19:10:42 Removing intermediate container 19e64897968e 19:10:42 ---> d82b965cb18d 19:10:42 Step 14/23 : WORKDIR / 19:10:42 ---> Running in eda9d79ee091 19:10:42 Removing intermediate container eda9d79ee091 19:10:42 ---> 8b530ce4f9dc 19:10:42 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 19:10:42 ---> 743acf627790 19:10:42 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 19:10:43 ---> b50c07674401 19:10:43 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 19:10:43 ---> 5c33c7150103 19:10:43 Step 18/23 : EXPOSE 59999 19:10:43 ---> Running in f48052a5475e 19:10:43 Removing intermediate container f48052a5475e 19:10:43 ---> 03f7006c1103 19:10:43 Step 19/23 : ENTRYPOINT ["/device-simple"] 19:10:43 ---> Running in f4bb96ca5b75 19:10:43 Removing intermediate container f4bb96ca5b75 19:10:43 ---> a0059fb53b8d 19:10:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:10:43 ---> Running in 7ebb7fd923d0 19:10:43 Removing intermediate container 7ebb7fd923d0 19:10:43 ---> 8cd5427539e1 19:10:43 Step 21/23 : LABEL arch=amd64 19:10:43 ---> Running in 8d516e3c056b 19:10:43 Removing intermediate container 8d516e3c056b 19:10:43 ---> 940d495cbd13 19:10:43 Step 22/23 : LABEL git_sha=030294c36d646ef6870978c4736a7a90983f3a63 19:10:43 ---> Running in 110c0dfe8c97 19:10:44 Removing intermediate container 110c0dfe8c97 19:10:44 ---> b03ab97c7991 19:10:44 Step 23/23 : LABEL version=0.0.0 19:10:44 ---> Running in 5a811a6ffce4 19:10:44 Removing intermediate container 5a811a6ffce4 19:10:44 ---> a4a078e24303 19:10:44 [Warning] One or more build-args [ARCH] were not consumed 19:10:44 Successfully built a4a078e24303 19:10:44 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:10:44 19:10:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:10:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:10:45 latest: Pulling from edgex-lftools-log-publisher 19:10:45 5eb5b503b376: Pulling fs layer 19:10:45 5c69ac0246d0: Pulling fs layer 19:10:45 ec43610c2a17: Pulling fs layer 19:10:45 3a2ae6a8a46f: Pulling fs layer 19:10:45 33b1e0a273af: Pulling fs layer 19:10:45 5d3b04190fa2: Pulling fs layer 19:10:45 2f39f015ded8: Pulling fs layer 19:10:45 2f39f015ded8: Waiting 19:10:45 5d3b04190fa2: Waiting 19:10:45 3a2ae6a8a46f: Waiting 19:10:45 33b1e0a273af: Waiting 19:10:45 5c69ac0246d0: Verifying Checksum 19:10:45 5c69ac0246d0: Download complete 19:10:45 3a2ae6a8a46f: Verifying Checksum 19:10:45 3a2ae6a8a46f: Download complete 19:10:45 33b1e0a273af: Verifying Checksum 19:10:45 33b1e0a273af: Download complete 19:10:45 5d3b04190fa2: Verifying Checksum 19:10:45 5d3b04190fa2: Download complete 19:10:45 ec43610c2a17: Verifying Checksum 19:10:45 ec43610c2a17: Download complete 19:10:45 5eb5b503b376: Download complete 19:10:46 2f39f015ded8: Download complete 19:10:46 5eb5b503b376: Pull complete 19:10:46 5c69ac0246d0: Pull complete 19:10:47 ec43610c2a17: Pull complete 19:10:47 3a2ae6a8a46f: Pull complete 19:10:47 33b1e0a273af: Pull complete 19:10:47 5d3b04190fa2: Pull complete 19:10:51 2f39f015ded8: Pull complete 19:10:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:10:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:10:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:10:52 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:10:52 $ 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/gexfoundry_device-sdk-go_PR-1298 -v /w/workspace/gexfoundry_device-sdk-go_PR-1298:/w/workspace/gexfoundry_device-sdk-go_PR-1298:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:10:57 $ docker top ef11bfe1db1e1344eb8143aed2d51bcb83ea52905ff18b4cd3fe2dc4dec92921 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:10:57 ---> job-cost.sh 19:10:57 lf-activate-venv: SKIPPING 19:10:57 INFO: No Stack... 19:10:57 INFO: Retrieving Pricing Info for: v3-standard-8 19:10:58 INFO: Archiving Costs [Pipeline] sh 19:10:58 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives/cost.csv 19:10:58 + cut -d, -f6 [Pipeline] lock 19:10:58 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] 19:10:58 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] did not exist. Created. 19:10:58 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:10:59 + echo total: 0.2199999988079071 [Pipeline] stash 19:10:59 Stashed 1 file(s) [Pipeline] } 19:10:59 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:10:59 $ docker stop --time=1 ef11bfe1db1e1344eb8143aed2d51bcb83ea52905ff18b4cd3fe2dc4dec92921 19:11:00 $ docker rm -f --volumes ef11bfe1db1e1344eb8143aed2d51bcb83ea52905ff18b4cd3fe2dc4dec92921 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:12:11 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4290 in /w/workspace/gexfoundry_device-sdk-go_PR-1298 [Pipeline] { [Pipeline] ws 19:12:11 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 19:12:11 The recommended git tool is: git 19:12:17 using credential edgex-jenkins-ssh 19:12:17 Cloning the remote Git repository 19:12:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 19:12:17 > git init /w/workspace/device-sdk-go/1 # timeout=10 19:12:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 19:12:17 > git --version # timeout=10 19:12:17 > git --version # 'git version 2.25.1' 19:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 19:12:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 19:12:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 19:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1298/head:refs/remotes/origin/PR-1298 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:12:20 Merging remotes/origin/main commit 881f10918eb4e60f546b60d89ac5bea6bad2c109 into PR head commit 030294c36d646ef6870978c4736a7a90983f3a63 19:12:21 Merge succeeded, producing 030294c36d646ef6870978c4736a7a90983f3a63 19:12:21 Checking out Revision 030294c36d646ef6870978c4736a7a90983f3a63 (PR-1298) 19:12:20 > git config core.sparsecheckout # timeout=10 19:12:20 > git checkout -f 030294c36d646ef6870978c4736a7a90983f3a63 # timeout=10 19:12:21 > git remote # timeout=10 19:12:21 > git config --get remote.origin.url # timeout=10 19:12:21 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:21 > git merge 881f10918eb4e60f546b60d89ac5bea6bad2c109 # timeout=10 19:12:21 > git rev-parse HEAD^{commit} # timeout=10 19:12:21 > git config core.sparsecheckout # timeout=10 19:12:21 > git checkout -f 030294c36d646ef6870978c4736a7a90983f3a63 # timeout=10 19:12:24 Commit message: "feat!: Remove old metrics collection and REST/metrics endpoint" 19:12:24 > git --version # timeout=10 19:12:24 > git --version # 'git version 2.25.1' 19:12:24 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:12:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:12:25 % Total % Received % Xferd Average Speed Time Time Time Current 19:12:25 Dload Upload Total Spent Left Speed 19:12:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99617 0 --:--:-- --:--:-- --:--:-- 99617 [Pipeline] sh 19:12:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:12:26 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:12:26 + sudo tee /etc/docker/daemon.new 19:12:26 { 19:12:26 "registry-mirrors": [ 19:12:26 "https://nexus3.edgexfoundry.org:10001" 19:12:26 ], 19:12:26 "bip": "10.250.0.254/24", 19:12:26 "hosts": [ 19:12:26 "tcp://0.0.0.0:5555", 19:12:26 "unix:///var/run/docker.sock" 19:12:26 ], 19:12:26 "mtu": 1458, 19:12:26 "selinux-enabled": true, 19:12:26 "seccomp-profile": "/etc/docker/seccomp.json" 19:12:26 } [Pipeline] sh 19:12:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:12:27 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:12:45 provisioning config files... 19:12:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config9727626998519934547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:46 ---> docker-login.sh 19:12:46 nexus3.edgexfoundry.org:10001 19:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:47 Configure a credential helper to remove this warning. See 19:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:47 19:12:47 Login Succeeded 19:12:47 nexus3.edgexfoundry.org:10002 19:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:47 Configure a credential helper to remove this warning. See 19:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:47 19:12:47 Login Succeeded 19:12:47 nexus3.edgexfoundry.org:10003 19:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:48 Configure a credential helper to remove this warning. See 19:12:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:48 19:12:48 Login Succeeded 19:12:48 nexus3.edgexfoundry.org:10004 19:12:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:48 Configure a credential helper to remove this warning. See 19:12:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:48 19:12:48 Login Succeeded 19:12:48 docker.io 19:12:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:48 Configure a credential helper to remove this warning. See 19:12:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:48 19:12:48 Login Succeeded 19:12:48 ---> docker-login.sh ends [Pipeline] } 19:12:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:12:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:12:49 ========================================================= 19:12:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:12:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:50 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 19:12:50 Sending build context to Docker daemon 5.692MB 19:12:50 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 19:12:50 Step 2/10 : FROM ${BASE} AS builder 19:12:51 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:12:51 9b18e9b68314: Pulling fs layer 19:12:51 35d82f9e3411: Pulling fs layer 19:12:51 e16973657156: Pulling fs layer 19:12:51 fc693d55d65f: Pulling fs layer 19:12:51 7e9fc2657dce: Pulling fs layer 19:12:51 dda99020689f: Pulling fs layer 19:12:51 db1c61fa0a46: Pulling fs layer 19:12:51 891c053d2c06: Pulling fs layer 19:12:51 fc693d55d65f: Waiting 19:12:51 7e9fc2657dce: Waiting 19:12:51 dda99020689f: Waiting 19:12:51 db1c61fa0a46: Waiting 19:12:51 891c053d2c06: Waiting 19:12:51 e16973657156: Verifying Checksum 19:12:51 e16973657156: Download complete 19:12:51 35d82f9e3411: Verifying Checksum 19:12:51 35d82f9e3411: Download complete 19:12:51 7e9fc2657dce: Verifying Checksum 19:12:51 7e9fc2657dce: Download complete 19:12:51 dda99020689f: Verifying Checksum 19:12:51 dda99020689f: Download complete 19:12:51 9b18e9b68314: Verifying Checksum 19:12:51 9b18e9b68314: Download complete 19:12:52 9b18e9b68314: Pull complete 19:12:52 891c053d2c06: Verifying Checksum 19:12:52 891c053d2c06: Download complete 19:12:53 35d82f9e3411: Pull complete 19:12:53 e16973657156: Pull complete 19:12:54 db1c61fa0a46: Download complete 19:12:54 fc693d55d65f: Verifying Checksum 19:12:54 fc693d55d65f: Download complete 19:13:07 fc693d55d65f: Pull complete 19:13:07 7e9fc2657dce: Pull complete 19:13:07 dda99020689f: Pull complete 19:13:13 db1c61fa0a46: Pull complete 19:13:15 891c053d2c06: Pull complete 19:13:15 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 19:13:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:13:15 ---> f96f9c87975a 19:13:15 Step 3/10 : ARG MAKE=make build 19:13:17 ---> Running in 0c637bf27dbf 19:13:17 Removing intermediate container 0c637bf27dbf 19:13:17 ---> bf0d78a674b2 19:13:17 Step 4/10 : WORKDIR /device-sdk-go 19:13:17 ---> Running in a1c69eea23bf 19:13:18 Removing intermediate container a1c69eea23bf 19:13:18 ---> 62e0ff566a8b 19:13:18 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:13:18 ---> Running in 3d8962602379 19:13:18 Removing intermediate container 3d8962602379 19:13:18 ---> dc8884363aa0 19:13:18 Step 6/10 : RUN apk add --update --no-cache make git 19:13:18 ---> Running in 4fcea590e5a0 19:13:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:13:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:13:21 OK: 221 MiB in 51 packages 19:13:22 Removing intermediate container 4fcea590e5a0 19:13:22 ---> d1bf940718ff 19:13:22 Step 7/10 : COPY go.mod vendor* ./ 19:13:22 ---> b016f36e1c39 19:13:22 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:13:22 ---> Running in 63a6d4dc03d1 19:14:30 Removing intermediate container 63a6d4dc03d1 19:14:30 ---> a3bbb521b380 19:14:30 Step 9/10 : COPY . . 19:14:30 ---> e42fbe758501 19:14:30 Step 10/10 : RUN ${MAKE} 19:14:30 ---> Running in 9131493e5e55 19:14:30 noop 19:14:30 Removing intermediate container 9131493e5e55 19:14:30 ---> 5918643c9255 19:14:30 Successfully built 5918643c9255 19:14:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:14:31 + docker inspect -f . ci-base-image-arm64 19:14:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:14:31 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 19:14:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:14:32 $ docker top 6ff18d4e775731b35581d084bc669f35f10d1947508cd5c80d7da5cc80cfe938 -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:33 + go version 19:14:33 go version go1.18.7 linux/arm64 [Pipeline] } 19:14:33 $ docker stop --time=1 6ff18d4e775731b35581d084bc669f35f10d1947508cd5c80d7da5cc80cfe938 19:14:35 $ docker rm -f --volumes 6ff18d4e775731b35581d084bc669f35f10d1947508cd5c80d7da5cc80cfe938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:14:36 + docker inspect -f . ci-base-image-arm64 19:14:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:14:36 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 19:14:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:14:37 $ docker top ec46bae3d90ea9a4c30ffc71451e929322fe52b5d202aa204c3d25f902a9cd19 -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:38 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 19:14:39 + make test 19:14:39 go test -race -coverprofile=coverage.out ./... 19:15:14 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 19:17:05 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 19:17:05 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 19:17:05 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 19:17:05 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 19:17:05 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 19:17:15 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.240s coverage: 27.6% of statements 19:17:17 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.271s coverage: 78.9% of statements 19:17:17 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 19:17:22 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.452s coverage: 73.6% of statements 19:17:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 19:17:22 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 19:17:27 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.164s coverage: 59.8% of statements 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging [no test files] 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 19:17:27 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.558s coverage: 65.1% of statements 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 19:17:27 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 4.382s coverage: 89.2% of statements 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 19:17:27 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.393s coverage: 4.6% of statements 19:17:27 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 19:17:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:17:28 GO111MODULE=on go vet ./... 19:19:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:19:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:19:05 ./bin/test-attribution-txt.sh [Pipeline] echo 19:19:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:19:05 $ docker stop --time=1 ec46bae3d90ea9a4c30ffc71451e929322fe52b5d202aa204c3d25f902a9cd19 19:19:07 $ docker rm -f --volumes ec46bae3d90ea9a4c30ffc71451e929322fe52b5d202aa204c3d25f902a9cd19 [Pipeline] // withDockerContainer [Pipeline] sh 19:19:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:19:08 Warning: overwriting stash ‘coverage-report’ 19:19:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:19:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:19:10 + ls -al . 19:19:10 total 268 19:19:10 drwxrwxr-x 10 jenkins jenkins 4096 Feb 1 19:14 . 19:19:10 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 19:12 .. 19:19:10 -rw-rw-r-- 1 jenkins jenkins 140 Feb 1 19:12 .dockerignore 19:19:10 drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 19:12 .git 19:19:10 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 19:12 .github 19:19:10 -rw-rw-r-- 1 jenkins jenkins 131 Feb 1 19:12 .gitignore 19:19:10 -rw-rw-r-- 1 jenkins jenkins 42 Feb 1 19:12 .golangci.yml 19:19:10 -rw-rw-r-- 1 jenkins jenkins 31677 Feb 1 19:12 CHANGELOG.md 19:19:10 -rw-rw-r-- 1 jenkins jenkins 677 Feb 1 19:12 GOVERNANCE.md 19:19:10 -rw-rw-r-- 1 jenkins jenkins 880 Feb 1 19:12 Jenkinsfile 19:19:10 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 1 19:12 LICENSE 19:19:10 -rw-rw-r-- 1 jenkins jenkins 1679 Feb 1 19:12 Makefile 19:19:10 -rw-rw-r-- 1 jenkins jenkins 619 Feb 1 19:12 OWNERS.md 19:19:10 -rw-rw-r-- 1 jenkins jenkins 4891 Feb 1 19:12 README.md 19:19:10 -rw-rw-r-- 1 jenkins jenkins 5 Feb 1 19:08 VERSION 19:19:10 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 19:12 bin 19:19:10 -rw-r--r-- 1 jenkins jenkins 100731 Feb 1 19:17 coverage.out 19:19:10 drwxrwxr-x 5 jenkins jenkins 4096 Feb 1 19:12 example 19:19:10 -rw-rw-r-- 1 jenkins jenkins 3307 Feb 1 19:12 go.mod 19:19:10 -rw-rw-r-- 1 jenkins jenkins 34396 Feb 1 19:12 go.sum 19:19:10 drwxrwxr-x 13 jenkins jenkins 4096 Feb 1 19:12 internal 19:19:10 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 19:12 openapi 19:19:10 drwxrwxr-x 6 jenkins jenkins 4096 Feb 1 19:12 pkg 19:19:10 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 19:12 snap 19:19:10 -rw-rw-r-- 1 jenkins jenkins 222 Feb 1 19:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:10 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=030294c36d646ef6870978c4736a7a90983f3a63 --label arch=arm64 --label version=0.0.0 . 19:19:11 Sending build context to Docker daemon 5.794MB 19:19:11 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 19:19:11 Step 2/23 : FROM ${BASE} AS builder 19:19:11 ---> 5918643c9255 19:19:11 Step 3/23 : ARG MAKE=make build 19:19:11 ---> Running in 8148fd45dff0 19:19:11 Removing intermediate container 8148fd45dff0 19:19:11 ---> d8bf192ebdf9 19:19:11 Step 4/23 : WORKDIR /device-sdk-go 19:19:11 ---> Running in d9e2558cf44f 19:19:12 Removing intermediate container d9e2558cf44f 19:19:12 ---> c0beb943945c 19:19:12 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:19:12 ---> Running in 7048501a6cc4 19:19:12 Removing intermediate container 7048501a6cc4 19:19:12 ---> 9a1c05695995 19:19:12 Step 6/23 : RUN apk add --update --no-cache make git 19:19:12 ---> Running in c7d494fa7f07 19:19:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:19:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:19:15 OK: 221 MiB in 51 packages 19:19:16 Removing intermediate container c7d494fa7f07 19:19:16 ---> 8eba8603ec28 19:19:16 Step 7/23 : COPY go.mod vendor* ./ 19:19:16 ---> 0cdc2560ce32 19:19:16 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:19:16 ---> Running in f85912ba5ebd 19:19:19 Removing intermediate container f85912ba5ebd 19:19:19 ---> bb134fb974c5 19:19:19 Step 9/23 : COPY . . 19:19:20 ---> 8a3f0d070354 19:19:20 Step 10/23 : RUN ${MAKE} 19:19:20 ---> Running in 1bc820129f6b 19:19:21 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 19:21:43 Removing intermediate container 1bc820129f6b 19:21:43 ---> ad21675bf194 19:21:43 Step 11/23 : FROM alpine:3.16 19:21:43 3.16: Pulling from library/alpine 19:21:43 6875df1f5354: Pulling fs layer 19:21:43 6875df1f5354: Verifying Checksum 19:21:43 6875df1f5354: Download complete 19:21:43 6875df1f5354: Pull complete 19:21:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 19:21:43 Status: Downloaded newer image for alpine:3.16 19:21:43 ---> 2b4661558fb8 19:21:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 19:21:43 ---> Running in 850a15986a44 19:21:43 Removing intermediate container 850a15986a44 19:21:43 ---> d4f9f05f226f 19:21:43 Step 13/23 : RUN apk add --update --no-cache 19:21:43 ---> Running in b7b06182c3cd 19:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 19:21:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 19:21:43 OK: 5 MiB in 14 packages 19:21:43 Removing intermediate container b7b06182c3cd 19:21:43 ---> ea027b5adabe 19:21:43 Step 14/23 : WORKDIR / 19:21:43 ---> Running in eec0d82ade16 19:21:43 Removing intermediate container eec0d82ade16 19:21:43 ---> 777969717424 19:21:43 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 19:21:43 ---> 23b3e723e35b 19:21:43 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 19:21:43 ---> 010fce270645 19:21:43 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 19:21:43 ---> 4aa3f6d5a73b 19:21:43 Step 18/23 : EXPOSE 59999 19:21:43 ---> Running in f36a7cf31952 19:21:43 Removing intermediate container f36a7cf31952 19:21:43 ---> 4f6f9d90da7f 19:21:43 Step 19/23 : ENTRYPOINT ["/device-simple"] 19:21:43 ---> Running in 2f715e023938 19:21:43 Removing intermediate container 2f715e023938 19:21:43 ---> ea7ba1303d61 19:21:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:21:43 ---> Running in 23aec5ace7fc 19:21:43 Removing intermediate container 23aec5ace7fc 19:21:43 ---> 72aac66c8b5c 19:21:43 Step 21/23 : LABEL arch=arm64 19:21:43 ---> Running in 693bc4ff350c 19:21:43 Removing intermediate container 693bc4ff350c 19:21:43 ---> 109365fb3394 19:21:43 Step 22/23 : LABEL git_sha=030294c36d646ef6870978c4736a7a90983f3a63 19:21:43 ---> Running in 45e10a828d9c 19:21:43 Removing intermediate container 45e10a828d9c 19:21:43 ---> 26ad726c4028 19:21:43 Step 23/23 : LABEL version=0.0.0 19:21:43 ---> Running in 9ef88b1f09b1 19:21:43 Removing intermediate container 9ef88b1f09b1 19:21:43 ---> bf07e126a26f 19:21:43 [Warning] One or more build-args [ARCH] were not consumed 19:21:43 Successfully built bf07e126a26f 19:21:43 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:21:44 19:21:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:21:45 arm64: Pulling from edgex-lftools-log-publisher 19:21:45 8998bd30e6a1: Pulling fs layer 19:21:45 04944245beec: Pulling fs layer 19:21:45 699f458cf7ca: Pulling fs layer 19:21:45 765212b225bb: Pulling fs layer 19:21:45 f23df028b6ca: Pulling fs layer 19:21:45 d65c8cfc05b1: Pulling fs layer 19:21:45 2437ff75d9bd: Pulling fs layer 19:21:45 d65c8cfc05b1: Waiting 19:21:45 2437ff75d9bd: Waiting 19:21:45 765212b225bb: Waiting 19:21:45 f23df028b6ca: Waiting 19:21:45 04944245beec: Verifying Checksum 19:21:45 04944245beec: Download complete 19:21:45 765212b225bb: Verifying Checksum 19:21:45 765212b225bb: Download complete 19:21:45 f23df028b6ca: Download complete 19:21:45 d65c8cfc05b1: Verifying Checksum 19:21:45 d65c8cfc05b1: Download complete 19:21:45 699f458cf7ca: Verifying Checksum 19:21:45 699f458cf7ca: Download complete 19:21:45 8998bd30e6a1: Verifying Checksum 19:21:45 8998bd30e6a1: Download complete 19:21:48 2437ff75d9bd: Verifying Checksum 19:21:48 2437ff75d9bd: Download complete 19:21:49 8998bd30e6a1: Pull complete 19:21:50 04944245beec: Pull complete 19:21:52 699f458cf7ca: Pull complete 19:21:52 765212b225bb: Pull complete 19:21:52 f23df028b6ca: Pull complete 19:21:52 d65c8cfc05b1: Pull complete 19:22:07 2437ff75d9bd: Pull complete 19:22:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:22:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:22:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:08 prd-ubuntu20.04-docker-arm64-4c-16g-4290 does not seem to be running inside a container 19:22:08 $ 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/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:22:11 $ docker top 9acd593c3501363120f861e943d9088809b7c2094b252e1a9ca7123760343ea4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:22:12 ---> job-cost.sh 19:22:12 lf-activate-venv: SKIPPING 19:22:12 INFO: No Stack... 19:22:12 INFO: Retrieving Pricing Info for: v3-standard-4 19:22:13 INFO: Archiving Costs [Pipeline] sh 19:22:14 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 19:22:14 + cut -d, -f6 [Pipeline] lock 19:22:14 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] 19:22:14 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] did not exist. Created. 19:22:14 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:22:14 /w/workspace/device-sdk-go/1@tmp/durable-8afada66/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:22:15 + echo total: 0.10999999940395355 [Pipeline] stash 19:22:15 Warning: overwriting stash ‘stack-cost’ 19:22:15 Stashed 1 file(s) [Pipeline] } 19:22:15 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1298-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:22:15 $ docker stop --time=1 9acd593c3501363120f861e943d9088809b7c2094b252e1a9ca7123760343ea4 19:22:17 $ docker rm -f --volumes 9acd593c3501363120f861e943d9088809b7c2094b252e1a9ca7123760343ea4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:22:18 provisioning config files... 19:22:18 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/config5615140282249430789tmp [Pipeline] { [Pipeline] sh 19:22:18 + set +x 19:22:18 + curl -s https://codecov.io/bash 19:22:18 + bash -s -- 19:22:18 19:22:18 _____ _ 19:22:18 / ____| | | 19:22:18 | | ___ __| | ___ ___ _____ __ 19:22:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:22:18 | |___| (_) | (_| | __/ (_| (_) \ V / 19:22:18 \_____\___/ \__,_|\___|\___\___/ \_/ 19:22:18 Bash-1.0.6 19:22:18 19:22:18 19:22:18 ==> git version 2.25.1 found 19:22:18 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 19:22:18 Release-Date: 2020-01-08 19:22:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:22:18 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:22:18 ==> Jenkins CI detected. 19:22:18 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1298 19:22:18 project root: . 19:22:18 --> token set from env 19:22:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:22:18 ==> Running gcov in . (disable via -X gcov) 19:22:18 ==> Python coveragepy not found 19:22:18 ==> Searching for coverage reports in: 19:22:18 + . 19:22:18 -> Found 1 reports 19:22:18 ==> Detecting git/mercurial file structure 19:22:19 ==> Reading reports 19:22:19 + ./coverage.out bytes=100731 19:22:19 ==> Appending adjustments 19:22:19 https://docs.codecov.io/docs/fixing-reports 19:22:19 + Found adjustments 19:22:19 ==> Gzipping contents 19:22:19 16K /tmp/codecov.CGWT7Z.gz 19:22:19 ==> Uploading reports 19:22:19 url: https://codecov.io 19:22:19 query: branch=PR-1298&commit=030294c36d646ef6870978c4736a7a90983f3a63&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1298%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1298&job=&cmd_args= 19:22:19 -> Pinging Codecov 19:22:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1298&commit=030294c36d646ef6870978c4736a7a90983f3a63&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1298%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1298&job=&cmd_args= 19:22:19 -> Uploading to 19:22:19 https://storage.googleapis.com/codecov/v4/raw/2023-02-01/7E55EF52A471D76F132DFD9A03CDDE97/030294c36d646ef6870978c4736a7a90983f3a63/417ebea8-7c8d-4e0c-b6d5-3dbe9881f5bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230201T192219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=464b3b7db8435545d1d79e4ec9cfc8295b627f4631a58d7b9ecb46b8c746d4bb 19:22:19 % Total % Received % Xferd Average Speed Time Time Time Current 19:22:19 Dload Upload Total Spent Left Speed 19:22:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14529 0 0 100 14529 0 71571 --:--:-- --:--:-- --:--:-- 71220 100 14529 0 0 100 14529 0 56753 --:--:-- --:--:-- --:--:-- 56533 19:22:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/030294c36d646ef6870978c4736a7a90983f3a63 [Pipeline] } 19:22:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:22:21 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives ] 19:22:21 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives 19:22:21 total 16 19:22:21 drwxr-xr-x 3 root root 4096 Feb 1 19:10 . 19:22:21 drwxrwxr-x 12 jenkins jenkins 4096 Feb 1 19:10 .. 19:22:21 drwxr-xr-x 2 root root 4096 Feb 1 19:10 cost 19:22:21 -rw-r--r-- 1 root root 86 Feb 1 19:10 cost.csv 19:22:21 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives 19:22:21 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives 19:22:21 total 16 19:22:21 drwxr-xr-x 3 jenkins jenkins 4096 Feb 1 19:10 . 19:22:21 drwxrwxr-x 12 jenkins jenkins 4096 Feb 1 19:10 .. 19:22:21 drwxr-xr-x 2 jenkins jenkins 4096 Feb 1 19:10 cost 19:22:21 -rw-r--r-- 1 jenkins jenkins 86 Feb 1 19:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:22:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:22:23 ---> package-listing.sh 19:22:23 ++ facter osfamily 19:22:23 ++ tr '[:upper:]' '[:lower:]' 19:22:23 + OS_FAMILY=debian 19:22:23 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1298 19:22:23 + START_PACKAGES=/tmp/packages_start.txt 19:22:23 + END_PACKAGES=/tmp/packages_end.txt 19:22:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:22:23 + PACKAGES=/tmp/packages_start.txt 19:22:23 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1298 ']' 19:22:23 + PACKAGES=/tmp/packages_end.txt 19:22:23 + case "${OS_FAMILY}" in 19:22:23 + dpkg -l 19:22:23 + grep '^ii' 19:22:23 + '[' -f /tmp/packages_start.txt ']' 19:22:23 + '[' -f /tmp/packages_end.txt ']' 19:22:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:22:23 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1298 ']' 19:22:23 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives/ 19:22:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1298/archives/ [Pipeline] echo 19:22:23 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/gexfoundry_device-sdk-go_PR-1298/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:22:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:22:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:24 prd-ubuntu20.04-docker-8c-8g-4289 does not seem to be running inside a container 19:22:24 $ 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/gexfoundry_device-sdk-go_PR-1298/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1298 -v /w/workspace/gexfoundry_device-sdk-go_PR-1298:/w/workspace/gexfoundry_device-sdk-go_PR-1298:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:22:24 $ docker top 507edfe529562be7cea4234819c581fe8e82a9c9bc952732a16b533ad00eaa55 -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:25 + touch /tmp/pre-build-complete [Pipeline] sh 19:22:25 + mkdir -p /var/log/sysstat [Pipeline] sh 19:22:25 + ls /var/log/sa-host 19:22:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:22:26 provisioning config files... 19:22:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1298@tmp/config6111786957952245631tmp [Pipeline] { [Pipeline] echo 19:22:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:22:26 ---> create-netrc.sh [Pipeline] } 19:22:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:22:27 ---> python-tools-install.sh [Pipeline] echo 19:22:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:22:27 ---> sudo-logs.sh 19:22:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:22:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:22:27 ---> job-cost.sh 19:22:27 lf-activate-venv: SKIPPING 19:22:27 DEBUG: total: 0.2199999988079071 19:22:27 INFO: Retrieving Stack Cost... 19:22:28 INFO: Retrieving Pricing Info for: v3-standard-8 19:22:28 INFO: Archiving Costs [Pipeline] echo 19:22:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:22:28 ---> logs-deploy.sh 19:22:28 lf-activate-venv: SKIPPING 19:22:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1298/1 19:22:28 INFO: archiving workspace using pattern(s): 19:22:29 Archives upload complete. 19:22:30 INFO: archiving logs to Nexus 19:22:30 ---> uname -a: 19:22:30 Linux prd-ubuntu20-04-docker-8c-8g-4289 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:22:30 19:22:30 19:22:30 ---> lscpu: 19:22:30 Architecture: x86_64 19:22:30 CPU op-mode(s): 32-bit, 64-bit 19:22:30 Byte Order: Little Endian 19:22:30 Address sizes: 40 bits physical, 48 bits virtual 19:22:30 CPU(s): 8 19:22:30 On-line CPU(s) list: 0-7 19:22:30 Thread(s) per core: 1 19:22:30 Core(s) per socket: 1 19:22:30 Socket(s): 8 19:22:30 NUMA node(s): 1 19:22:30 Vendor ID: AuthenticAMD 19:22:30 CPU family: 23 19:22:30 Model: 49 19:22:30 Model name: AMD EPYC-Rome Processor 19:22:30 Stepping: 0 19:22:30 CPU MHz: 2799.998 19:22:30 BogoMIPS: 5599.99 19:22:30 Virtualization: AMD-V 19:22:30 Hypervisor vendor: KVM 19:22:30 Virtualization type: full 19:22:30 L1d cache: 256 KiB 19:22:30 L1i cache: 256 KiB 19:22:30 L2 cache: 4 MiB 19:22:30 L3 cache: 128 MiB 19:22:30 NUMA node0 CPU(s): 0-7 19:22:30 Vulnerability Itlb multihit: Not affected 19:22:30 Vulnerability L1tf: Not affected 19:22:30 Vulnerability Mds: Not affected 19:22:30 Vulnerability Meltdown: Not affected 19:22:30 Vulnerability Mmio stale data: Not affected 19:22:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:22:30 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:22:30 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:22:30 Vulnerability Srbds: Not affected 19:22:30 Vulnerability Tsx async abort: Not affected 19:22:30 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 19:22:30 19:22:30 19:22:30 ---> nproc: 19:22:30 8 19:22:30 19:22:30 19:22:30 ---> df -h: 19:22:30 Filesystem Size Used Avail Use% Mounted on 19:22:30 overlay 155G 12G 144G 8% / 19:22:30 tmpfs 64M 0 64M 0% /dev 19:22:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:22:30 shm 64M 0 64M 0% /dev/shm 19:22:30 /dev/vda1 155G 12G 144G 8% /facter-os 19:22:30 19:22:30 19:22:30 ---> sar -b -r -n DEV: 19:22:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4289) 02/01/23 _x86_64_ (8 CPU) 19:22:30 19:22:30 19:07:21 LINUX RESTART (8 CPU) 19:22:30 19:22:30 19:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:22:30 19:09:01 129.67 10.81 118.86 0.00 1742.35 95620.13 0.00 19:22:30 19:10:01 110.10 0.05 110.05 0.00 7.33 99896.53 0.00 19:22:30 19:11:01 180.84 2.37 178.47 0.00 68.64 47406.33 0.00 19:22:30 19:12:01 2.48 0.48 2.00 0.00 7.87 29.08 0.00 19:22:30 19:13:01 52.71 10.60 42.11 0.00 5155.81 8733.21 0.00 19:22:30 19:14:01 6.78 0.02 6.77 0.00 0.13 128.91 0.00 19:22:30 19:15:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 19:22:30 19:16:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 19:22:30 19:17:01 1.10 0.02 1.08 0.00 0.13 11.33 0.00 19:22:30 19:18:01 1.90 0.00 1.90 0.00 0.00 21.20 0.00 19:22:30 19:19:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 19:22:30 19:20:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 19:22:30 19:21:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 19:22:30 19:22:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 19:22:30 Average: 35.21 1.74 33.47 0.00 498.75 17995.18 0.00 19:22:30 19:22:30 19:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:22:30 19:09:01 28569908 31559420 738980 2.25 103884 3095428 2008904 5.92 1143936 2727472 492184 19:22:30 19:10:01 27929072 31457860 833480 2.53 146128 3570148 2248884 6.63 1365680 3113704 390640 19:22:30 19:11:01 27678264 31561932 730984 2.22 159600 3874160 1789604 5.27 1243428 3451808 284 19:22:30 19:12:01 27691856 31575880 716864 2.18 159636 3874396 1789604 5.27 1229004 3451640 180 19:22:30 19:13:01 27158848 31552816 729892 2.22 193040 4329200 1812168 5.34 1553420 3624460 976 19:22:30 19:14:01 27169320 31558492 724304 2.20 191612 4325940 1809064 5.33 1547392 3621208 160 19:22:30 19:15:01 27169596 31558792 724004 2.20 191632 4325944 1809064 5.33 1546880 3621212 8 19:22:30 19:16:01 27178228 31567492 715364 2.18 191664 4325952 1809064 5.33 1538752 3621216 216 19:22:30 19:17:01 27177644 31566932 715936 2.18 191688 4325948 1809064 5.33 1538360 3621220 8 19:22:30 19:18:01 27177752 31567308 715336 2.18 191740 4326084 1809064 5.33 1538548 3621352 24 19:22:30 19:19:01 27177728 31567684 715180 2.17 191764 4326084 1809064 5.33 1538156 3621708 12 19:22:30 19:20:01 27177576 31567560 715240 2.18 191792 4326080 1809064 5.33 1538216 3621712 8 19:22:30 19:21:01 27177560 31567592 715192 2.17 191824 4326092 1809064 5.33 1538256 3621716 8 19:22:30 19:22:01 27177196 31567248 715480 2.18 191836 4326092 1809064 5.33 1537976 3621724 8 19:22:30 Average: 27400753 31556929 729017 2.22 177703 4119825 1852196 5.46 1457000 3497297 63194 19:22:30 19:22:30 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:22:30 19:09:01 docker0 187.67 251.88 15.10 1855.25 0.00 0.00 0.00 0.00 19:22:30 19:09:01 lo 6.06 6.06 0.59 0.59 0.00 0.00 0.00 0.00 19:22:30 19:09:01 veth6123785 180.62 244.05 16.85 1741.11 0.00 0.00 0.00 0.14 19:22:30 19:09:01 ens3 566.44 439.82 7592.08 76.36 0.00 0.00 0.00 0.00 19:22:30 19:10:01 docker0 7.12 5.80 0.52 127.09 0.00 0.00 0.00 0.00 19:22:30 19:10:01 veth8a75c5f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 19:22:30 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:10:01 ens3 29.63 23.07 153.00 11.41 0.00 0.00 0.00 0.00 19:22:30 19:11:01 docker0 3.40 7.35 0.20 81.08 0.00 0.00 0.00 0.00 19:22:30 19:11:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 19:22:30 19:11:01 ens3 135.50 94.87 2669.75 24.29 0.00 0.00 0.00 0.00 19:22:30 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:12:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 19:22:30 19:12:01 ens3 5.42 4.52 3.20 2.83 0.00 0.00 0.00 0.00 19:22:30 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:13:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 19:22:30 19:13:01 ens3 139.33 79.22 2764.70 5.99 0.00 0.00 0.00 0.00 19:22:30 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:14:01 ens3 0.28 0.23 0.02 0.02 0.00 0.00 0.00 0.00 19:22:30 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:16:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:18:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 19:22:30 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:20:01 ens3 0.23 0.23 0.12 0.02 0.00 0.00 0.00 0.00 19:22:30 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:22:30 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 19:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:22:30 Average: docker0 14.16 18.93 1.13 147.41 0.00 0.00 0.00 0.00 19:22:30 Average: lo 0.72 0.72 0.07 0.07 0.00 0.00 0.00 0.00 19:22:30 Average: ens3 62.68 45.89 941.75 8.64 0.00 0.00 0.00 0.00 19:22:30 19:22:30 19:22:30 ---> sar -P ALL: 19:22:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4289) 02/01/23 _x86_64_ (8 CPU) 19:22:30 19:22:30 19:07:21 LINUX RESTART (8 CPU) 19:22:30 19:22:30 19:08:01 CPU %user %nice %system %iowait %steal %idle 19:22:30 19:09:01 all 7.64 0.00 3.20 2.72 0.07 86.36 19:22:30 19:09:01 0 7.73 0.00 3.87 7.71 0.08 80.61 19:22:30 19:09:01 1 8.28 0.00 3.06 2.35 0.08 86.22 19:22:30 19:09:01 2 7.20 0.00 2.84 0.91 0.05 88.99 19:22:30 19:09:01 3 7.58 0.00 3.61 5.07 0.08 83.66 19:22:30 19:09:01 4 7.53 0.00 2.66 0.13 0.05 89.63 19:22:30 19:09:01 5 5.96 0.00 3.25 4.20 0.05 86.54 19:22:30 19:09:01 6 9.82 0.00 2.76 1.01 0.05 86.36 19:22:30 19:09:01 7 6.99 0.00 3.57 0.41 0.12 88.91 19:22:30 19:10:01 all 27.11 0.00 4.43 4.70 0.08 63.68 19:22:30 19:10:01 0 27.36 0.00 5.32 14.39 0.08 52.84 19:22:30 19:10:01 1 26.00 0.00 4.90 11.11 0.08 57.92 19:22:30 19:10:01 2 26.60 0.00 4.41 0.29 0.08 68.61 19:22:30 19:10:01 3 28.12 0.00 4.82 10.76 0.08 56.22 19:22:30 19:10:01 4 28.67 0.00 4.00 0.17 0.07 67.09 19:22:30 19:10:01 5 27.17 0.00 3.80 0.00 0.07 68.96 19:22:30 19:10:01 6 26.78 0.00 4.14 0.68 0.08 68.33 19:22:30 19:10:01 7 26.15 0.00 4.04 0.25 0.08 69.46 19:22:30 19:11:01 all 26.79 0.00 4.85 3.12 0.09 65.15 19:22:30 19:11:01 0 26.44 0.00 4.44 0.74 0.07 68.31 19:22:30 19:11:01 1 26.53 0.00 6.17 17.58 0.12 49.60 19:22:30 19:11:01 2 26.78 0.00 4.96 0.79 0.13 67.34 19:22:30 19:11:01 3 26.58 0.00 4.62 2.24 0.07 66.49 19:22:30 19:11:01 4 27.23 0.00 4.37 0.64 0.07 67.69 19:22:30 19:11:01 5 25.91 0.00 4.39 0.56 0.07 69.08 19:22:30 19:11:01 6 27.68 0.00 5.16 2.18 0.08 64.90 19:22:30 19:11:01 7 27.18 0.00 4.70 0.29 0.08 67.75 19:22:30 19:12:01 all 0.32 0.00 0.03 0.01 0.01 99.64 19:22:30 19:12:01 0 0.67 0.00 0.05 0.00 0.00 99.28 19:22:30 19:12:01 1 0.03 0.00 0.03 0.02 0.02 99.90 19:22:30 19:12:01 2 0.05 0.00 0.00 0.00 0.00 99.95 19:22:30 19:12:01 3 0.15 0.00 0.03 0.02 0.00 99.80 19:22:30 19:12:01 4 1.36 0.00 0.02 0.00 0.02 98.61 19:22:30 19:12:01 5 0.07 0.00 0.03 0.00 0.02 99.88 19:22:30 19:12:01 6 0.05 0.00 0.03 0.00 0.02 99.90 19:22:30 19:12:01 7 0.15 0.00 0.02 0.02 0.00 99.82 19:22:30 19:13:01 all 2.20 0.00 1.30 0.75 0.02 95.72 19:22:30 19:13:01 0 3.48 0.00 1.14 0.62 0.02 94.75 19:22:30 19:13:01 1 2.41 0.00 0.92 0.40 0.02 96.26 19:22:30 19:13:01 2 2.22 0.00 2.19 0.53 0.02 95.05 19:22:30 19:13:01 3 1.84 0.00 1.04 0.38 0.03 96.71 19:22:30 19:13:01 4 2.08 0.00 0.52 0.77 0.03 96.60 19:22:30 19:13:01 5 1.92 0.00 1.04 1.64 0.02 95.39 19:22:30 19:13:01 6 1.93 0.00 2.28 0.03 0.00 95.75 19:22:30 19:13:01 7 1.73 0.00 1.29 1.66 0.03 95.29 19:22:30 19:14:01 all 0.07 0.00 0.06 0.01 0.01 99.84 19:22:30 19:14:01 0 0.17 0.00 0.10 0.00 0.00 99.73 19:22:30 19:14:01 1 0.08 0.00 0.05 0.00 0.02 99.85 19:22:30 19:14:01 2 0.07 0.00 0.07 0.00 0.02 99.85 19:22:30 19:14:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:22:30 19:14:01 4 0.08 0.00 0.07 0.00 0.02 99.83 19:22:30 19:14:01 5 0.08 0.00 0.05 0.10 0.00 99.77 19:22:30 19:14:01 6 0.00 0.00 0.05 0.02 0.02 99.92 19:22:30 19:14:01 7 0.05 0.00 0.05 0.00 0.02 99.88 19:22:30 19:15:01 all 0.01 0.00 0.01 0.00 0.00 99.98 19:22:30 19:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:22:30 19:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:22:30 19:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:15:01 4 0.03 0.00 0.02 0.00 0.02 99.93 19:22:30 19:15:01 5 0.00 0.00 0.00 0.00 0.02 99.98 19:22:30 19:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:16:01 all 0.10 0.00 0.01 0.00 0.01 99.88 19:22:30 19:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:22:30 19:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:16:01 2 0.05 0.00 0.00 0.00 0.02 99.93 19:22:30 19:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:22:30 19:16:01 4 0.62 0.00 0.05 0.00 0.02 99.32 19:22:30 19:16:01 5 0.03 0.00 0.00 0.03 0.00 99.93 19:22:30 19:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 19:22:30 19:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:17:01 1 0.00 0.00 0.02 0.00 0.02 99.97 19:22:30 19:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:22:30 19:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 19:22:30 19:17:01 5 0.05 0.00 0.02 0.02 0.02 99.90 19:22:30 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:22:30 19:18:01 all 0.06 0.00 0.01 0.05 0.00 99.88 19:22:30 19:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:18:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:22:30 19:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:18:01 4 0.08 0.00 0.05 0.00 0.02 99.85 19:22:30 19:18:01 5 0.02 0.00 0.02 0.40 0.00 99.57 19:22:30 19:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:18:01 7 0.27 0.00 0.00 0.00 0.00 99.73 19:22:30 19:19:01 all 0.02 0.00 0.01 2.47 0.00 97.49 19:22:30 19:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 19:22:30 19:19:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:22:30 19:19:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:22:30 19:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:19:01 4 0.02 0.00 0.03 6.32 0.02 93.62 19:22:30 19:19:01 5 0.02 0.00 0.00 13.37 0.00 86.61 19:22:30 19:19:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:22:30 19:19:01 7 0.07 0.00 0.02 0.00 0.00 99.92 19:22:30 19:22:30 19:19:01 CPU %user %nice %system %iowait %steal %idle 19:22:30 19:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 19:22:30 19:20:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:22:30 19:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 19:22:30 19:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:22:30 19:20:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:22:30 19:20:01 4 0.05 0.00 0.00 0.00 0.02 99.93 19:22:30 19:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 19:22:30 19:20:01 6 0.00 0.00 0.00 0.02 0.02 99.97 19:22:30 19:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:22:30 19:21:01 all 0.02 0.00 0.01 0.00 0.00 99.96 19:22:30 19:21:01 0 0.13 0.00 0.00 0.00 0.00 99.87 19:22:30 19:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 19:22:30 19:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:22:30 19:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:21:01 4 0.00 0.00 0.00 0.00 0.02 99.98 19:22:30 19:21:01 5 0.00 0.00 0.02 0.02 0.00 99.97 19:22:30 19:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:22:30 19:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:22:30 19:22:01 all 0.12 0.00 0.01 0.00 0.01 99.86 19:22:30 19:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:22:30 19:22:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:22:30 19:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:22:30 19:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:22:30 19:22:01 4 0.03 0.00 0.03 0.00 0.02 99.92 19:22:30 19:22:01 5 0.02 0.00 0.00 0.03 0.02 99.93 19:22:30 19:22:01 6 0.81 0.00 0.00 0.00 0.00 99.19 19:22:30 19:22:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:22:30 Average: all 4.57 0.00 0.99 0.98 0.02 93.44 19:22:30 Average: 0 4.68 0.00 1.06 1.66 0.02 92.58 19:22:30 Average: 1 4.50 0.00 1.08 2.23 0.03 92.16 19:22:30 Average: 2 4.48 0.00 1.03 0.18 0.03 94.29 19:22:30 Average: 3 4.56 0.00 1.01 1.31 0.02 93.10 19:22:30 Average: 4 4.81 0.00 0.84 0.57 0.03 93.75 19:22:30 Average: 5 4.34 0.00 0.89 1.45 0.02 93.29 19:22:30 Average: 6 4.75 0.00 1.02 0.28 0.02 93.93 19:22:30 Average: 7 4.43 0.00 0.97 0.19 0.03 94.38 19:22:30 19:22:30 19:22:30