Pull request #1255 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84787ea3c4d8d93349b48d7167864b2290fd8e87+0b0fd8621743a303648e9248d2aa1db21f4d7aab (dab198849e4773a7d1e803d1003c2da621db07ab) 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-ssh5914818976928165598.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh6791728393776575803.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-1255/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-1255/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh302165366845398227.key Verifying host key using known hosts file > 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-1255/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5179014652083443873.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh861275539592051267.key Verifying host key using known hosts file > 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-1255/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-1255/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9232807551200717242.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-117804 in /w/workspace/gexfoundry_device-sdk-go_PR-1255 [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-1255 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Merging remotes/origin/main commit 0b0fd8621743a303648e9248d2aa1db21f4d7aab into PR head commit 84787ea3c4d8d93349b48d7167864b2290fd8e87 Merge succeeded, producing 84787ea3c4d8d93349b48d7167864b2290fd8e87 Checking out Revision 84787ea3c4d8d93349b48d7167864b2290fd8e87 (PR-1255) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1255/head:refs/remotes/origin/PR-1255 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84787ea3c4d8d93349b48d7167864b2290fd8e87 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 0b0fd8621743a303648e9248d2aa1db21f4d7aab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84787ea3c4d8d93349b48d7167864b2290fd8e87 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:05:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:05:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:05:25 ========================================================= 04:05:25 EdgeX Global Pipelines Version Info 04:05:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:05:26 ------------------- 04:05:26 stable info: 04:05:26 ------------------- 04:05:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:05:26 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:05:26 Message: update stable to v1.0.243 04:05:26 ------------------- 04:05:26 experimental info: 04:05:26 ------------------- 04:05:26 Commited By: **** collab-it+edgex@linuxfoundation.org 04:05:26 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:05:26 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:05:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1255 [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1255 [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1255 [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84787ea3c4d8d93349b48d7167864b2290fd8e87 [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84787ea [Pipeline] echo 04:05:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:05:28 provisioning config files... 04:05:28 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/config9032200636109271065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:05:29 ---> docker-login.sh 04:05:29 nexus3.edgexfoundry.org:10001 04:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:29 Configure a credential helper to remove this warning. See 04:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:29 04:05:29 Login Succeeded 04:05:29 nexus3.edgexfoundry.org:10002 04:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:29 Configure a credential helper to remove this warning. See 04:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:29 04:05:29 Login Succeeded 04:05:29 nexus3.edgexfoundry.org:10003 04:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:29 Configure a credential helper to remove this warning. See 04:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:29 04:05:29 Login Succeeded 04:05:29 nexus3.edgexfoundry.org:10004 04:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:29 Configure a credential helper to remove this warning. See 04:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:29 04:05:29 Login Succeeded 04:05:29 docker.io 04:05:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:30 Configure a credential helper to remove this warning. See 04:05:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:30 04:05:30 Login Succeeded 04:05:30 ---> docker-login.sh ends [Pipeline] } 04:05:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:05:30 + git rev-list -1 --merges 84787ea3c4d8d93349b48d7167864b2290fd8e87~1..84787ea3c4d8d93349b48d7167864b2290fd8e87 [Pipeline] echo 04:05:30 -----------> git rev-list -1 --merges 84787ea3c4d8d93349b48d7167864b2290fd8e87~1..84787ea3c4d8d93349b48d7167864b2290fd8e87 84787ea3c4d8d93349b48d7167864b2290fd8e87 [false] [Pipeline] sh 04:05:31 + git log --format=format:%s -1 84787ea3c4d8d93349b48d7167864b2290fd8e87 [Pipeline] echo 04:05:31 ========================================================= 04:05:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:05:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:05:31 + git log --format=format:%s -1 84787ea3c4d8d93349b48d7167864b2290fd8e87 [Pipeline] echo 04:05:31 [semverPrep] GIT_COMMIT: 84787ea3c4d8d93349b48d7167864b2290fd8e87, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo 04:05:31 [semverPrep] This is not a build commit. [Pipeline] sh 04:05:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:05:32 + grep -v github /etc/ssh/ssh_known_hosts 04:05:32 + [ -e /tmp/ssh_known_hosts ] 04:05:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:05:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:05:32 + sudo tee -a /etc/ssh/ssh_known_hosts 04:05:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:05:32 04:05:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:05:33 0.1.4: Pulling from edgex-devops/py-git-semver 04:05:33 b85a868b505f: Pulling fs layer 04:05:33 e2be974225ed: Pulling fs layer 04:05:33 339a4e72a1f5: Pulling fs layer 04:05:33 988bab9f4d93: Pulling fs layer 04:05:33 1469e6f7b9e6: Pulling fs layer 04:05:33 eaf3925da568: Pulling fs layer 04:05:33 bab4dde63d76: Pulling fs layer 04:05:33 bde34c3a00c8: Pulling fs layer 04:05:33 b352a97aabf1: Pulling fs layer 04:05:33 4872d77fe225: Pulling fs layer 04:05:33 5851b861e8e6: Pulling fs layer 04:05:33 988bab9f4d93: Waiting 04:05:33 bab4dde63d76: Waiting 04:05:33 b352a97aabf1: Waiting 04:05:33 bde34c3a00c8: Waiting 04:05:33 eaf3925da568: Waiting 04:05:33 5851b861e8e6: Waiting 04:05:33 4872d77fe225: Waiting 04:05:33 e2be974225ed: Download complete 04:05:33 988bab9f4d93: Verifying Checksum 04:05:33 988bab9f4d93: Download complete 04:05:33 1469e6f7b9e6: Verifying Checksum 04:05:33 1469e6f7b9e6: Download complete 04:05:33 eaf3925da568: Verifying Checksum 04:05:33 eaf3925da568: Download complete 04:05:33 339a4e72a1f5: Verifying Checksum 04:05:33 339a4e72a1f5: Download complete 04:05:33 bde34c3a00c8: Verifying Checksum 04:05:33 bde34c3a00c8: Download complete 04:05:33 b352a97aabf1: Download complete 04:05:33 4872d77fe225: Download complete 04:05:33 5851b861e8e6: Download complete 04:05:33 b85a868b505f: Verifying Checksum 04:05:33 b85a868b505f: Download complete 04:05:33 bab4dde63d76: Verifying Checksum 04:05:33 bab4dde63d76: Download complete 04:05:35 b85a868b505f: Pull complete 04:05:35 e2be974225ed: Pull complete 04:05:35 339a4e72a1f5: Pull complete 04:05:35 988bab9f4d93: Pull complete 04:05:35 1469e6f7b9e6: Pull complete 04:05:36 eaf3925da568: Pull complete 04:05:38 bab4dde63d76: Pull complete 04:05:38 bde34c3a00c8: Pull complete 04:05:38 b352a97aabf1: Pull complete 04:05:38 4872d77fe225: Pull complete 04:05:38 5851b861e8e6: Pull complete 04:05:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:05:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:05:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:38 prd-ubuntu20.04-docker-8c-8g-117804 does not seem to be running inside a container 04:05:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1255 -v /w/workspace/gexfoundry_device-sdk-go_PR-1255:/w/workspace/gexfoundry_device-sdk-go_PR-1255:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:05:43 $ docker top 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 -eo pid,comm 04:05:43 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). 04:05:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:05:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:05:43 [ssh-agent] Looking for ssh-agent implementation... 04:05:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:05:43 $ docker exec 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 ssh-agent 04:05:43 SSH_AUTH_SOCK=/tmp/ssh-7XV675q9zokI/agent.32 04:05:43 SSH_AGENT_PID=38 04:05:43 Running ssh-add (command line suppressed) 04:05:43 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/private_key_2571749183801629161.key (/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/private_key_2571749183801629161.key) 04:05:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:05:44 + git tag --points-at HEAD [Pipeline] } 04:05:44 $ docker exec --env ******** --env ******** 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 ssh-agent -k 04:05:44 unset SSH_AUTH_SOCK; 04:05:44 unset SSH_AGENT_PID; 04:05:44 echo Agent pid 38 killed; 04:05:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:05:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:05:44 [ssh-agent] Looking for ssh-agent implementation... 04:05:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:05:44 $ docker exec 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 ssh-agent 04:05:44 SSH_AUTH_SOCK=/tmp/ssh-nFO4ddoKPwDh/agent.71 04:05:44 SSH_AGENT_PID=77 04:05:44 Running ssh-add (command line suppressed) 04:05:44 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/private_key_8107477075494714587.key (/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/private_key_8107477075494714587.key) 04:05:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:05:45 + git semver init 04:05:45 2022-11-02 04:05:45,253 [run_init] DEBUG init version:0.0.0 force:False 04:05:45 2022-11-02 04:05:45,254 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver 04:05:45 2022-11-02 04:05:45,254 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver 04:05:45 2022-11-02 04:05:45,254 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1255, universal_newlines=False, shell=None, istream=None) 04:05:46 2022-11-02 04:05:46,297 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1255/.git/info/exclude 04:05:46 2022-11-02 04:05:46,297 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver/PR-1255 with force:False 04:05:46 2022-11-02 04:05:46,298 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver/PR-1255 04:05:46 2022-11-02 04:05:46,302 [execute] INFO git cat-file --batch-check 04:05:46 2022-11-02 04:05:46,302 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver, universal_newlines=False, shell=None, istream=) 04:05:46 2022-11-02 04:05:46,309 [execute] INFO git cat-file --batch 04:05:46 2022-11-02 04:05:46,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver, universal_newlines=False, shell=None, istream=) 04:05:46 2022-11-02 04:05:46,316 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1255/.semver/PR-1255 04:05:46 0.0.0 [Pipeline] } 04:05:46 $ docker exec --env ******** --env ******** 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 ssh-agent -k 04:05:46 unset SSH_AUTH_SOCK; 04:05:46 unset SSH_AGENT_PID; 04:05:46 echo Agent pid 77 killed; 04:05:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:05:47 + git semver [Pipeline] } 04:05:47 $ docker stop --time=1 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 04:05:48 $ docker rm -f 4619020fcb75fbc056b44a5be8996ff8a9c1112d6748884031752ab6a76c6181 [Pipeline] // withDockerContainer [Pipeline] sh 04:05:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:05:49 Stashed 1 file(s) [Pipeline] echo 04:05:49 [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 04:05:50 provisioning config files... 04:05:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/config6734418180765907286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:05:50 ---> docker-login.sh 04:05:50 nexus3.edgexfoundry.org:10001 04:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:50 Configure a credential helper to remove this warning. See 04:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:50 04:05:50 Login Succeeded 04:05:50 nexus3.edgexfoundry.org:10002 04:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:50 Configure a credential helper to remove this warning. See 04:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:50 04:05:50 Login Succeeded 04:05:50 nexus3.edgexfoundry.org:10003 04:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:50 Configure a credential helper to remove this warning. See 04:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:50 04:05:50 Login Succeeded 04:05:50 nexus3.edgexfoundry.org:10004 04:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:50 Configure a credential helper to remove this warning. See 04:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:50 04:05:50 Login Succeeded 04:05:50 docker.io 04:05:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:51 Configure a credential helper to remove this warning. See 04:05:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:51 04:05:51 Login Succeeded 04:05:51 ---> docker-login.sh ends [Pipeline] } 04:05:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:05:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:05:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:05:51 ========================================================= 04:05:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:05:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:52 + 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 . 04:05:52 Sending build context to Docker daemon 10.13MB 04:05:52 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 04:05:52 Step 2/10 : FROM ${BASE} AS builder 04:05:52 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:05:52 213ec9aee27d: Pulling fs layer 04:05:52 4583459ba037: Pulling fs layer 04:05:52 93c1e223e6f2: Pulling fs layer 04:05:52 53926ce57604: Pulling fs layer 04:05:52 21b2b0c7a3f4: Pulling fs layer 04:05:52 30f14e443154: Pulling fs layer 04:05:52 801331c1e519: Pulling fs layer 04:05:52 99cc6dd402b0: Pulling fs layer 04:05:52 7d9ed39f4882: Pulling fs layer 04:05:52 53926ce57604: Waiting 04:05:52 21b2b0c7a3f4: Waiting 04:05:52 30f14e443154: Waiting 04:05:52 801331c1e519: Waiting 04:05:52 7d9ed39f4882: Waiting 04:05:52 99cc6dd402b0: Waiting 04:05:52 93c1e223e6f2: Verifying Checksum 04:05:52 93c1e223e6f2: Download complete 04:05:52 4583459ba037: Download complete 04:05:52 21b2b0c7a3f4: Verifying Checksum 04:05:52 21b2b0c7a3f4: Download complete 04:05:52 30f14e443154: Download complete 04:05:52 213ec9aee27d: Verifying Checksum 04:05:52 213ec9aee27d: Download complete 04:05:52 801331c1e519: Download complete 04:05:52 213ec9aee27d: Pull complete 04:05:52 4583459ba037: Pull complete 04:05:52 93c1e223e6f2: Pull complete 04:05:53 7d9ed39f4882: Verifying Checksum 04:05:53 7d9ed39f4882: Download complete 04:05:53 53926ce57604: Verifying Checksum 04:05:53 53926ce57604: Download complete 04:05:53 99cc6dd402b0: Verifying Checksum 04:05:53 99cc6dd402b0: Download complete 04:05:56 53926ce57604: Pull complete 04:05:57 21b2b0c7a3f4: Pull complete 04:05:57 30f14e443154: Pull complete 04:05:57 801331c1e519: Pull complete 04:05:59 99cc6dd402b0: Pull complete 04:06:01 7d9ed39f4882: Pull complete 04:06:01 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:06:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:06:01 ---> 1dedd983c030 04:06:01 Step 3/10 : ARG MAKE=make build 04:06:05 Still waiting to schedule task 04:06:05 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-117799’ 04:06:13 ---> Running in bdc6d6221db7 04:06:13 Removing intermediate container bdc6d6221db7 04:06:13 ---> 06c67b5a41f0 04:06:13 Step 4/10 : WORKDIR /device-sdk-go 04:06:13 ---> Running in 0b861d61b232 04:06:13 Removing intermediate container 0b861d61b232 04:06:13 ---> c27f08c37be2 04:06:13 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:06:13 ---> Running in 79cac0002497 04:06:13 Removing intermediate container 79cac0002497 04:06:13 ---> ffabe04c7516 04:06:13 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:06:13 ---> Running in d631f95cce8d 04:06:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:06:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:06:13 OK: 211 MiB in 51 packages 04:06:14 Removing intermediate container d631f95cce8d 04:06:14 ---> 5f62de8ab822 04:06:14 Step 7/10 : COPY go.mod vendor* ./ 04:06:14 ---> 6834f46c6bc0 04:06:14 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:14 ---> Running in 660eebcdd5d4 04:06:46 Removing intermediate container 660eebcdd5d4 04:06:46 ---> d9b322f3122b 04:06:46 Step 9/10 : COPY . . 04:06:46 ---> c6cf1f9460cd 04:06:46 Step 10/10 : RUN ${MAKE} 04:06:46 ---> Running in 1b1b59165fe0 04:06:46 noop 04:06:46 Removing intermediate container 1b1b59165fe0 04:06:46 ---> 619275e260da 04:06:46 Successfully built 619275e260da 04:06:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:46 + docker inspect -f . ci-base-image-x86_64 04:06:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:47 prd-ubuntu20.04-docker-8c-8g-117804 does not seem to be running inside a container 04:06:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1255 -v /w/workspace/gexfoundry_device-sdk-go_PR-1255:/w/workspace/gexfoundry_device-sdk-go_PR-1255:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:06:47 $ docker top 5e0d0256bc839ae8eb04cb64e039c0c943c2595b214496ff9d27a1a0d828d94b -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:47 + go version 04:06:47 go version go1.18.7 linux/amd64 [Pipeline] } 04:06:47 $ docker stop --time=1 5e0d0256bc839ae8eb04cb64e039c0c943c2595b214496ff9d27a1a0d828d94b 04:06:49 $ docker rm -f 5e0d0256bc839ae8eb04cb64e039c0c943c2595b214496ff9d27a1a0d828d94b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:49 + docker inspect -f . ci-base-image-x86_64 04:06:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:49 prd-ubuntu20.04-docker-8c-8g-117804 does not seem to be running inside a container 04:06:49 $ 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-1255 -v /w/workspace/gexfoundry_device-sdk-go_PR-1255:/w/workspace/gexfoundry_device-sdk-go_PR-1255:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:06:50 $ docker top f27a3bee5d65b9e57578e0efe35a4f229ec7502f4eff202a14eeb9b6dfad4614 -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:50 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1255 [Pipeline] fileExists [Pipeline] sh 04:06:50 + make test 04:06:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:06:57 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:07:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.071s coverage: 27.6% of statements 04:07:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.072s coverage: 78.9% of statements 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:07:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.078s coverage: 73.1% of statements 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:07:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:07:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.116s coverage: 54.4% of statements 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:07:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.086s coverage: 65.1% of statements 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:07:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.760s coverage: 89.2% of statements 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:07:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 4.7% of statements 04:07:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:07:25 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." 04:07:25 GO111MODULE=on go vet ./... 04:07:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:07:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:07:28 ./bin/test-attribution-txt.sh 04:07:28 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:07:28 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:07:28 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:07:28 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:07:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:07:28 $ docker stop --time=1 f27a3bee5d65b9e57578e0efe35a4f229ec7502f4eff202a14eeb9b6dfad4614 04:07:36 $ docker rm -f f27a3bee5d65b9e57578e0efe35a4f229ec7502f4eff202a14eeb9b6dfad4614 [Pipeline] // withDockerContainer [Pipeline] sh 04:07:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:07:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:07:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:07:38 + ls -al . 04:07:38 total 280 04:07:38 drwxrwxr-x 11 jenkins jenkins 4096 Nov 2 04:06 . 04:07:38 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:05 .. 04:07:38 -rw-rw-r-- 1 jenkins jenkins 140 Nov 2 04:05 .dockerignore 04:07:38 drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:07 .git 04:07:38 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:05 .github 04:07:38 -rw-rw-r-- 1 jenkins jenkins 131 Nov 2 04:05 .gitignore 04:07:38 -rw-rw-r-- 1 jenkins jenkins 42 Nov 2 04:05 .golangci.yml 04:07:38 drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 04:05 .semver 04:07:38 -rw-rw-r-- 1 jenkins jenkins 31677 Nov 2 04:05 CHANGELOG.md 04:07:38 -rw-rw-r-- 1 jenkins jenkins 677 Nov 2 04:05 GOVERNANCE.md 04:07:38 -rw-rw-r-- 1 jenkins jenkins 880 Nov 2 04:05 Jenkinsfile 04:07:38 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 2 04:05 LICENSE 04:07:38 -rw-rw-r-- 1 jenkins jenkins 2003 Nov 2 04:05 Makefile 04:07:38 -rw-rw-r-- 1 jenkins jenkins 619 Nov 2 04:05 OWNERS.md 04:07:38 -rw-rw-r-- 1 jenkins jenkins 4881 Nov 2 04:05 README.md 04:07:38 -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 04:05 VERSION 04:07:38 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:05 bin 04:07:38 -rw-r--r-- 1 jenkins jenkins 101759 Nov 2 04:07 coverage.out 04:07:38 drwxrwxr-x 5 jenkins jenkins 4096 Nov 2 04:05 example 04:07:38 -rw-rw-r-- 1 jenkins jenkins 3389 Nov 2 04:05 go.mod 04:07:38 -rw-rw-r-- 1 jenkins jenkins 44507 Nov 2 04:05 go.sum 04:07:38 drwxrwxr-x 14 jenkins jenkins 4096 Nov 2 04:05 internal 04:07:38 drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:05 openapi 04:07:38 drwxrwxr-x 6 jenkins jenkins 4096 Nov 2 04:05 pkg 04:07:38 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:05 snap 04:07:38 -rw-rw-r-- 1 jenkins jenkins 222 Nov 2 04:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:38 + 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=84787ea3c4d8d93349b48d7167864b2290fd8e87 --label arch=amd64 --label version=0.0.0 . 04:07:38 Sending build context to Docker daemon 10.23MB 04:07:38 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 04:07:38 Step 2/23 : FROM ${BASE} AS builder 04:07:38 ---> 619275e260da 04:07:38 Step 3/23 : ARG MAKE=make build 04:07:39 ---> Running in ad83f24c1456 04:07:39 Removing intermediate container ad83f24c1456 04:07:39 ---> 6ed3f82fda49 04:07:39 Step 4/23 : WORKDIR /device-sdk-go 04:07:39 ---> Running in 475fd0c49a9a 04:07:39 Removing intermediate container 475fd0c49a9a 04:07:39 ---> 60809e94f908 04:07:39 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:07:40 ---> Running in 20c272908056 04:07:40 Removing intermediate container 20c272908056 04:07:40 ---> 791cd4aa975f 04:07:40 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:07:40 ---> Running in 47bcf1f1e511 04:07:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:07:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:07:41 OK: 211 MiB in 51 packages 04:07:42 Removing intermediate container 47bcf1f1e511 04:07:42 ---> 0252ed3a33c9 04:07:42 Step 7/23 : COPY go.mod vendor* ./ 04:07:42 ---> 604338dcd689 04:07:42 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:07:42 ---> Running in 9b4b610a94a2 04:07:42 Removing intermediate container 9b4b610a94a2 04:07:42 ---> f3a73146f00f 04:07:42 Step 9/23 : COPY . . 04:07:43 ---> 4b9596b731df 04:07:43 Step 10/23 : RUN ${MAKE} 04:07:43 ---> Running in 29ede0daf507 04:07:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:08:01 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:08:05 Removing intermediate container 29ede0daf507 04:08:05 ---> 1b3f55eb3e45 04:08:05 Step 11/23 : FROM alpine:3.16 04:08:06 3.16: Pulling from library/alpine 04:08:06 213ec9aee27d: Already exists 04:08:06 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:08:06 Status: Downloaded newer image for alpine:3.16 04:08:06 ---> 9c6f07244728 04:08:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:08:06 ---> Running in c24925c6569a 04:08:06 Removing intermediate container c24925c6569a 04:08:06 ---> 6b6c62be5b04 04:08:06 Step 13/23 : RUN apk add --update --no-cache zeromq 04:08:06 ---> Running in 940bfd47a21c 04:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:08:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:08:07 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:08:07 (2/5) Installing libsodium (1.0.18-r0) 04:08:07 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:08:07 (4/5) Installing libzmq (4.3.4-r0) 04:08:07 (5/5) Installing zeromq (4.3.4-r0) 04:08:07 Executing busybox-1.35.0-r17.trigger 04:08:07 OK: 8 MiB in 19 packages 04:08:07 Removing intermediate container 940bfd47a21c 04:08:07 ---> 0dc5271ae70c 04:08:07 Step 14/23 : WORKDIR / 04:08:07 ---> Running in 04e830f8fdf7 04:08:07 Removing intermediate container 04e830f8fdf7 04:08:07 ---> 749b0e3cfcd6 04:08:07 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:08:07 ---> 1a15bb6227bd 04:08:07 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:08:09 ---> c0573e79799c 04:08:09 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:08:09 ---> b1543e149048 04:08:09 Step 18/23 : EXPOSE 59999 04:08:09 ---> Running in c2389f6b9c85 04:08:09 Removing intermediate container c2389f6b9c85 04:08:09 ---> 59b1e1718eca 04:08:09 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:08:09 ---> Running in a4e4b4008425 04:08:09 Removing intermediate container a4e4b4008425 04:08:09 ---> e0670793c3c6 04:08:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:08:09 ---> Running in cde387d1dc23 04:08:09 Removing intermediate container cde387d1dc23 04:08:09 ---> b8b8af5f5e14 04:08:09 Step 21/23 : LABEL arch=amd64 04:08:09 ---> Running in 504f2acb60d1 04:08:09 Removing intermediate container 504f2acb60d1 04:08:09 ---> e05daab14483 04:08:09 Step 22/23 : LABEL git_sha=84787ea3c4d8d93349b48d7167864b2290fd8e87 04:08:09 ---> Running in 78e75f5bf8f4 04:08:09 Removing intermediate container 78e75f5bf8f4 04:08:09 ---> 0a20d9c49223 04:08:09 Step 23/23 : LABEL version=0.0.0 04:08:09 ---> Running in c710ba229fcf 04:08:09 Removing intermediate container c710ba229fcf 04:08:09 ---> f4b985ac2ad8 04:08:09 [Warning] One or more build-args [ARCH] were not consumed 04:08:09 Successfully built f4b985ac2ad8 04:08:09 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 04:08:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:08:10 04:08:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:08:11 latest: Pulling from edgex-lftools-log-publisher 04:08:11 5eb5b503b376: Pulling fs layer 04:08:11 5c69ac0246d0: Pulling fs layer 04:08:11 ec43610c2a17: Pulling fs layer 04:08:11 3a2ae6a8a46f: Pulling fs layer 04:08:11 33b1e0a273af: Pulling fs layer 04:08:11 5d3b04190fa2: Pulling fs layer 04:08:11 2f39f015ded8: Pulling fs layer 04:08:11 33b1e0a273af: Waiting 04:08:11 5d3b04190fa2: Waiting 04:08:11 3a2ae6a8a46f: Waiting 04:08:11 2f39f015ded8: Waiting 04:08:11 5c69ac0246d0: Verifying Checksum 04:08:11 5c69ac0246d0: Download complete 04:08:11 3a2ae6a8a46f: Download complete 04:08:11 33b1e0a273af: Verifying Checksum 04:08:11 33b1e0a273af: Download complete 04:08:11 ec43610c2a17: Verifying Checksum 04:08:11 ec43610c2a17: Download complete 04:08:11 5d3b04190fa2: Verifying Checksum 04:08:11 5d3b04190fa2: Download complete 04:08:11 5eb5b503b376: Verifying Checksum 04:08:11 5eb5b503b376: Download complete 04:08:12 2f39f015ded8: Download complete 04:08:12 5eb5b503b376: Pull complete 04:08:12 5c69ac0246d0: Pull complete 04:08:13 ec43610c2a17: Pull complete 04:08:13 3a2ae6a8a46f: Pull complete 04:08:13 33b1e0a273af: Pull complete 04:08:13 5d3b04190fa2: Pull complete 04:08:17 2f39f015ded8: Pull complete 04:08:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:08:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:08:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:17 prd-ubuntu20.04-docker-8c-8g-117804 does not seem to be running inside a container 04:08:17 $ 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-1255 -v /w/workspace/gexfoundry_device-sdk-go_PR-1255:/w/workspace/gexfoundry_device-sdk-go_PR-1255:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:08:23 $ docker top e2a0db832c32c3e3d20ffda64800e57f4ae9a761d562df0530c34562bb68471b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:24 ---> job-cost.sh 04:08:24 lf-activate-venv: SKIPPING 04:08:24 INFO: No Stack... 04:08:24 INFO: Retrieving Pricing Info for: v3-standard-8 04:08:24 INFO: Archiving Costs [Pipeline] sh 04:08:25 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives/cost.csv 04:08:25 + cut -d, -f6 [Pipeline] lock 04:08:25 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] 04:08:25 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] did not exist. Created. 04:08:25 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:08:25 + echo total: 0.2199999988079071 [Pipeline] stash 04:08:25 Stashed 1 file(s) [Pipeline] } 04:08:25 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:08:25 $ docker stop --time=1 e2a0db832c32c3e3d20ffda64800e57f4ae9a761d562df0530c34562bb68471b 04:08:26 $ docker rm -f e2a0db832c32c3e3d20ffda64800e57f4ae9a761d562df0530c34562bb68471b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:08:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117816 in /w/workspace/gexfoundry_device-sdk-go_PR-1255 [Pipeline] { [Pipeline] ws 04:08:50 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:08:50 The recommended git tool is: git 04:08:57 using credential edgex-jenkins-ssh 04:08:57 Cloning the remote Git repository 04:08:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:08:58 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:08:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:08:58 > git --version # timeout=10 04:08:58 > git --version # 'git version 2.25.1' 04:08:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:08:58 Verifying host key using known hosts file 04:08:58 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:08:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:09:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:09:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:09:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:09:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:02 Verifying host key using known hosts file 04:09:02 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:09:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1255/head:refs/remotes/origin/PR-1255 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:09:02 Merging remotes/origin/main commit 0b0fd8621743a303648e9248d2aa1db21f4d7aab into PR head commit 84787ea3c4d8d93349b48d7167864b2290fd8e87 04:09:03 Merge succeeded, producing 84787ea3c4d8d93349b48d7167864b2290fd8e87 04:09:03 Checking out Revision 84787ea3c4d8d93349b48d7167864b2290fd8e87 (PR-1255) 04:09:02 > git config core.sparsecheckout # timeout=10 04:09:02 > git checkout -f 84787ea3c4d8d93349b48d7167864b2290fd8e87 # timeout=10 04:09:02 > git remote # timeout=10 04:09:02 > git config --get remote.origin.url # timeout=10 04:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:09:02 Verifying host key using known hosts file 04:09:03 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:09:03 > git merge 0b0fd8621743a303648e9248d2aa1db21f4d7aab # timeout=10 04:09:03 > git rev-parse HEAD^{commit} # timeout=10 04:09:03 > git config core.sparsecheckout # timeout=10 04:09:03 > git checkout -f 84787ea3c4d8d93349b48d7167864b2290fd8e87 # timeout=10 04:09:03 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" 04:09:03 > git --version # timeout=10 04:09:03 > git --version # 'git version 2.25.1' 04:09:03 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:09:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:09:05 % Total % Received % Xferd Average Speed Time Time Time Current 04:09:05 Dload Upload Total Spent Left Speed 04:09:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh 04:09:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:09:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:09:06 + sudo tee /etc/docker/daemon.new 04:09:06 { 04:09:06 "registry-mirrors": [ 04:09:06 "https://nexus3.edgexfoundry.org:10001" 04:09:06 ], 04:09:06 "bip": "10.250.0.254/24", 04:09:06 "hosts": [ 04:09:06 "tcp://0.0.0.0:5555", 04:09:06 "unix:///var/run/docker.sock" 04:09:06 ], 04:09:06 "mtu": 1458, 04:09:06 "selinux-enabled": true, 04:09:06 "seccomp-profile": "/etc/docker/seccomp.json" 04:09:06 } [Pipeline] sh 04:09:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:09:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:25 provisioning config files... 04:09:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7204004264133574913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:25 ---> docker-login.sh 04:09:25 nexus3.edgexfoundry.org:10001 04:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:26 Configure a credential helper to remove this warning. See 04:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:26 04:09:26 Login Succeeded 04:09:26 nexus3.edgexfoundry.org:10002 04:09:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:26 Configure a credential helper to remove this warning. See 04:09:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:26 04:09:26 Login Succeeded 04:09:26 nexus3.edgexfoundry.org:10003 04:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:27 Configure a credential helper to remove this warning. See 04:09:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:27 04:09:27 Login Succeeded 04:09:27 nexus3.edgexfoundry.org:10004 04:09:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:28 Configure a credential helper to remove this warning. See 04:09:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:28 04:09:28 Login Succeeded 04:09:28 docker.io 04:09:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:28 Configure a credential helper to remove this warning. See 04:09:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:28 04:09:28 Login Succeeded 04:09:28 ---> docker-login.sh ends [Pipeline] } 04:09:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:09:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:09:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:09:29 ========================================================= 04:09:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:09:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:29 + 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 . 04:09:29 Sending build context to Docker daemon 5.449MB 04:09:30 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 04:09:30 Step 2/10 : FROM ${BASE} AS builder 04:09:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:09:30 9b18e9b68314: Pulling fs layer 04:09:30 d32db5db7311: Pulling fs layer 04:09:30 d0c4b47475fc: Pulling fs layer 04:09:30 5831b945b038: Pulling fs layer 04:09:30 86bbec2aaacd: Pulling fs layer 04:09:30 e10730c5d714: Pulling fs layer 04:09:30 5dd5c2283517: Pulling fs layer 04:09:30 d5ac0230b979: Pulling fs layer 04:09:30 5831b945b038: Waiting 04:09:30 86bbec2aaacd: Waiting 04:09:30 e10730c5d714: Waiting 04:09:30 5dd5c2283517: Waiting 04:09:30 d5ac0230b979: Waiting 04:09:30 d32db5db7311: Verifying Checksum 04:09:30 d32db5db7311: Download complete 04:09:30 9b18e9b68314: Verifying Checksum 04:09:30 9b18e9b68314: Download complete 04:09:30 86bbec2aaacd: Verifying Checksum 04:09:30 86bbec2aaacd: Download complete 04:09:30 e10730c5d714: Verifying Checksum 04:09:30 e10730c5d714: Download complete 04:09:30 d0c4b47475fc: Verifying Checksum 04:09:30 d0c4b47475fc: Download complete 04:09:31 9b18e9b68314: Pull complete 04:09:32 d32db5db7311: Pull complete 04:09:32 d5ac0230b979: Verifying Checksum 04:09:32 d5ac0230b979: Download complete 04:09:32 d0c4b47475fc: Pull complete 04:09:34 5dd5c2283517: Verifying Checksum 04:09:34 5dd5c2283517: Download complete 04:09:35 5831b945b038: Verifying Checksum 04:09:35 5831b945b038: Download complete 04:09:48 5831b945b038: Pull complete 04:09:48 86bbec2aaacd: Pull complete 04:09:48 e10730c5d714: Pull complete 04:09:54 5dd5c2283517: Pull complete 04:09:56 d5ac0230b979: Pull complete 04:09:56 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:09:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:09:56 ---> 59b3b1a385d4 04:09:56 Step 3/10 : ARG MAKE=make build 04:09:57 ---> Running in 19564eac0be8 04:09:57 Removing intermediate container 19564eac0be8 04:09:57 ---> 3629c15b9c77 04:09:57 Step 4/10 : WORKDIR /device-sdk-go 04:09:57 ---> Running in 98ce6d361b7f 04:09:58 Removing intermediate container 98ce6d361b7f 04:09:58 ---> c28c4afc03f3 04:09:58 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:09:58 ---> Running in afb79e821480 04:09:59 Removing intermediate container afb79e821480 04:09:59 ---> 54a3cd147816 04:09:59 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:09:59 ---> Running in ffd77fbc4348 04:10:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:10:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:10:03 OK: 221 MiB in 51 packages 04:10:04 Removing intermediate container ffd77fbc4348 04:10:04 ---> 189b784b4b04 04:10:04 Step 7/10 : COPY go.mod vendor* ./ 04:10:04 ---> 27d584925a99 04:10:04 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:05 ---> Running in 3e3331f733ca 04:11:13 Removing intermediate container 3e3331f733ca 04:11:13 ---> 22809ce00c39 04:11:13 Step 9/10 : COPY . . 04:11:13 ---> b75a629a9229 04:11:13 Step 10/10 : RUN ${MAKE} 04:11:13 ---> Running in 3b0cf301fe3b 04:11:13 noop 04:11:13 Removing intermediate container 3b0cf301fe3b 04:11:13 ---> 4ea007c90247 04:11:13 Successfully built 4ea007c90247 04:11:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:13 + docker inspect -f . ci-base-image-arm64 04:11:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:13 prd-ubuntu20.04-docker-arm64-4c-16g-117816 does not seem to be running inside a container 04:11:14 $ 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 ******** ci-base-image-arm64 cat 04:11:16 $ docker top d5633524dd4bcb7de60a6c037ad99046c84c76a530ee77fa3b06ffda76ef2dc7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:17 + go version 04:11:17 go version go1.18.7 linux/arm64 [Pipeline] } 04:11:17 $ docker stop --time=1 d5633524dd4bcb7de60a6c037ad99046c84c76a530ee77fa3b06ffda76ef2dc7 04:11:19 $ docker rm -f d5633524dd4bcb7de60a6c037ad99046c84c76a530ee77fa3b06ffda76ef2dc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:20 + docker inspect -f . ci-base-image-arm64 04:11:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:20 prd-ubuntu20.04-docker-arm64-4c-16g-117816 does not seem to be running inside a container 04:11:20 $ 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 ******** ci-base-image-arm64 cat 04:11:22 $ docker top d1b8e54f95ca5856310518d49fb6a06fe71a957433c2c0952ff7b1f0ba006a48 -eo pid,comm [Pipeline] { [Pipeline] sh 04:11:23 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 04:11:23 + make test 04:11:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:12:10 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:15:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:15:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:15:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:15:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:15:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:15:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.316s coverage: 27.6% of statements 04:15:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.503s coverage: 78.9% of statements 04:15:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:15:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.581s coverage: 73.1% of statements 04:15:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:15:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:15:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.698s coverage: 54.4% of statements 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:15:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.555s coverage: 65.1% of statements 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:15:42 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.556s coverage: 89.2% of statements 04:15:42 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:15:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.318s coverage: 4.7% of statements 04:15:43 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:15:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:15:44 GO111MODULE=on go vet ./... 04:17:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:17:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:17:51 ./bin/test-attribution-txt.sh 04:17:51 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:17:51 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:17:51 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:17:51 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:17:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:17:51 $ docker stop --time=1 d1b8e54f95ca5856310518d49fb6a06fe71a957433c2c0952ff7b1f0ba006a48 04:17:53 $ docker rm -f d1b8e54f95ca5856310518d49fb6a06fe71a957433c2c0952ff7b1f0ba006a48 [Pipeline] // withDockerContainer [Pipeline] sh 04:17:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:17:55 Warning: overwriting stash ‘coverage-report’ 04:17:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:17:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:17:56 + ls -al . 04:17:56 total 276 04:17:56 drwxrwxr-x 10 jenkins jenkins 4096 Nov 2 04:11 . 04:17:56 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:08 .. 04:17:56 -rw-rw-r-- 1 jenkins jenkins 140 Nov 2 04:09 .dockerignore 04:17:56 drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:09 .git 04:17:56 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:09 .github 04:17:56 -rw-rw-r-- 1 jenkins jenkins 131 Nov 2 04:09 .gitignore 04:17:56 -rw-rw-r-- 1 jenkins jenkins 42 Nov 2 04:09 .golangci.yml 04:17:56 -rw-rw-r-- 1 jenkins jenkins 31677 Nov 2 04:09 CHANGELOG.md 04:17:56 -rw-rw-r-- 1 jenkins jenkins 677 Nov 2 04:09 GOVERNANCE.md 04:17:56 -rw-rw-r-- 1 jenkins jenkins 880 Nov 2 04:09 Jenkinsfile 04:17:56 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 2 04:09 LICENSE 04:17:56 -rw-rw-r-- 1 jenkins jenkins 2003 Nov 2 04:09 Makefile 04:17:56 -rw-rw-r-- 1 jenkins jenkins 619 Nov 2 04:09 OWNERS.md 04:17:56 -rw-rw-r-- 1 jenkins jenkins 4881 Nov 2 04:09 README.md 04:17:56 -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 04:05 VERSION 04:17:56 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:09 bin 04:17:56 -rw-r--r-- 1 jenkins jenkins 101759 Nov 2 04:15 coverage.out 04:17:56 drwxrwxr-x 5 jenkins jenkins 4096 Nov 2 04:09 example 04:17:56 -rw-rw-r-- 1 jenkins jenkins 3389 Nov 2 04:09 go.mod 04:17:56 -rw-rw-r-- 1 jenkins jenkins 44507 Nov 2 04:09 go.sum 04:17:56 drwxrwxr-x 14 jenkins jenkins 4096 Nov 2 04:09 internal 04:17:56 drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:09 openapi 04:17:56 drwxrwxr-x 6 jenkins jenkins 4096 Nov 2 04:09 pkg 04:17:56 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:09 snap 04:17:56 -rw-rw-r-- 1 jenkins jenkins 222 Nov 2 04:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:57 + 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=84787ea3c4d8d93349b48d7167864b2290fd8e87 --label arch=arm64 --label version=0.0.0 . 04:17:57 Sending build context to Docker daemon 5.552MB 04:17:57 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 04:17:57 Step 2/23 : FROM ${BASE} AS builder 04:17:57 ---> 4ea007c90247 04:17:57 Step 3/23 : ARG MAKE=make build 04:17:57 ---> Running in b03fd0aae77e 04:17:58 Removing intermediate container b03fd0aae77e 04:17:58 ---> 501b08ef4415 04:17:58 Step 4/23 : WORKDIR /device-sdk-go 04:17:58 ---> Running in 2666d92f0e09 04:17:58 Removing intermediate container 2666d92f0e09 04:17:58 ---> 63c2efd18319 04:17:58 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:17:59 ---> Running in bfc1badea031 04:17:59 Removing intermediate container bfc1badea031 04:17:59 ---> 6cc143505a23 04:17:59 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:17:59 ---> Running in fb57b02232c2 04:18:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:18:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:18:02 OK: 221 MiB in 51 packages 04:18:03 Removing intermediate container fb57b02232c2 04:18:03 ---> f795b574d647 04:18:03 Step 7/23 : COPY go.mod vendor* ./ 04:18:03 ---> e866500ae934 04:18:03 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:18:03 ---> Running in 00ea13b63474 04:18:05 Removing intermediate container 00ea13b63474 04:18:05 ---> 1b776d92dcc5 04:18:05 Step 9/23 : COPY . . 04:18:07 ---> 4585cec8cfce 04:18:07 Step 10/23 : RUN ${MAKE} 04:18:07 ---> Running in 6a8a719e55a5 04:18:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:21:00 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:21:00 Removing intermediate container 6a8a719e55a5 04:21:00 ---> 8e2ad00474e2 04:21:00 Step 11/23 : FROM alpine:3.16 04:21:00 3.16: Pulling from library/alpine 04:21:00 9b18e9b68314: Already exists 04:21:00 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:21:00 Status: Downloaded newer image for alpine:3.16 04:21:00 ---> a6215f271958 04:21:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:21:00 ---> Running in 2f8087f2f516 04:21:00 Removing intermediate container 2f8087f2f516 04:21:00 ---> db94abb499eb 04:21:00 Step 13/23 : RUN apk add --update --no-cache zeromq 04:21:00 ---> Running in ab57b5a2cb56 04:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:21:00 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:21:00 (2/5) Installing libsodium (1.0.18-r0) 04:21:00 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:21:00 (4/5) Installing libzmq (4.3.4-r0) 04:21:00 (5/5) Installing zeromq (4.3.4-r0) 04:21:00 Executing busybox-1.35.0-r17.trigger 04:21:00 OK: 8 MiB in 19 packages 04:21:01 Removing intermediate container ab57b5a2cb56 04:21:01 ---> ab17b107a13f 04:21:01 Step 14/23 : WORKDIR / 04:21:01 ---> Running in 0cdfeb899989 04:21:02 Removing intermediate container 0cdfeb899989 04:21:02 ---> 9e6e336750a5 04:21:02 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:21:02 ---> 70de084d4a8e 04:21:02 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:21:04 ---> cab10d20532b 04:21:04 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:21:04 ---> ba635c60e444 04:21:04 Step 18/23 : EXPOSE 59999 04:21:05 ---> Running in 4c6361583357 04:21:05 Removing intermediate container 4c6361583357 04:21:05 ---> b41a6f7f202e 04:21:05 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:21:05 ---> Running in 5b31d06630c8 04:21:05 Removing intermediate container 5b31d06630c8 04:21:05 ---> eefac8826b20 04:21:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:21:05 ---> Running in 776f21f66f5f 04:21:06 Removing intermediate container 776f21f66f5f 04:21:06 ---> dc31a566b0ad 04:21:06 Step 21/23 : LABEL arch=arm64 04:21:06 ---> Running in 164453efea14 04:21:07 Removing intermediate container 164453efea14 04:21:07 ---> fd0f0cc0c309 04:21:07 Step 22/23 : LABEL git_sha=84787ea3c4d8d93349b48d7167864b2290fd8e87 04:21:07 ---> Running in c1dfc1a25d63 04:21:07 Removing intermediate container c1dfc1a25d63 04:21:07 ---> a48f22e998ca 04:21:07 Step 23/23 : LABEL version=0.0.0 04:21:07 ---> Running in 90f4d57fea49 04:21:08 Removing intermediate container 90f4d57fea49 04:21:08 ---> bf181db2453d 04:21:08 [Warning] One or more build-args [ARCH] were not consumed 04:21:08 Successfully built bf181db2453d 04:21:08 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 04:21:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:09 04:21:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:09 arm64: Pulling from edgex-lftools-log-publisher 04:21:09 8998bd30e6a1: Pulling fs layer 04:21:09 04944245beec: Pulling fs layer 04:21:09 699f458cf7ca: Pulling fs layer 04:21:09 765212b225bb: Pulling fs layer 04:21:09 f23df028b6ca: Pulling fs layer 04:21:09 d65c8cfc05b1: Pulling fs layer 04:21:09 2437ff75d9bd: Pulling fs layer 04:21:09 765212b225bb: Waiting 04:21:09 f23df028b6ca: Waiting 04:21:09 d65c8cfc05b1: Waiting 04:21:09 2437ff75d9bd: Waiting 04:21:09 04944245beec: Verifying Checksum 04:21:09 04944245beec: Download complete 04:21:09 765212b225bb: Download complete 04:21:09 f23df028b6ca: Verifying Checksum 04:21:09 f23df028b6ca: Download complete 04:21:10 d65c8cfc05b1: Verifying Checksum 04:21:10 d65c8cfc05b1: Download complete 04:21:10 699f458cf7ca: Verifying Checksum 04:21:10 699f458cf7ca: Download complete 04:21:10 8998bd30e6a1: Verifying Checksum 04:21:10 8998bd30e6a1: Download complete 04:21:13 2437ff75d9bd: Verifying Checksum 04:21:13 2437ff75d9bd: Download complete 04:21:14 8998bd30e6a1: Pull complete 04:21:15 04944245beec: Pull complete 04:21:16 699f458cf7ca: Pull complete 04:21:16 765212b225bb: Pull complete 04:21:17 f23df028b6ca: Pull complete 04:21:17 d65c8cfc05b1: Pull complete 04:21:32 2437ff75d9bd: Pull complete 04:21:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:21:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:33 prd-ubuntu20.04-docker-arm64-4c-16g-117816 does not seem to be running inside a container 04:21:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:21:36 $ docker top cf146d2c2b5058a9894b0620a3a98c182563af8368f65176c346c0e5d271165f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:37 ---> job-cost.sh 04:21:37 lf-activate-venv: SKIPPING 04:21:37 INFO: No Stack... 04:21:37 INFO: Retrieving Pricing Info for: v3-standard-4 04:21:38 INFO: Archiving Costs [Pipeline] sh 04:21:39 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:21:39 + cut -d, -f6 [Pipeline] lock 04:21:39 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] 04:21:39 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] did not exist. Created. 04:21:39 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:21:39 /w/workspace/device-sdk-go/1@tmp/durable-64294947/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:21:40 + echo total: 0.10999999940395355 [Pipeline] stash 04:21:40 Warning: overwriting stash ‘stack-cost’ 04:21:40 Stashed 1 file(s) [Pipeline] } 04:21:40 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1255-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:21:40 $ docker stop --time=1 cf146d2c2b5058a9894b0620a3a98c182563af8368f65176c346c0e5d271165f 04:21:42 $ docker rm -f cf146d2c2b5058a9894b0620a3a98c182563af8368f65176c346c0e5d271165f [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 04:21:43 provisioning config files... 04:21:43 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/config12937208646161384533tmp [Pipeline] { [Pipeline] sh 04:21:43 + set +x 04:21:43 + bash -s -- 04:21:43 + curl -s https://codecov.io/bash 04:21:43 04:21:43 _____ _ 04:21:43 / ____| | | 04:21:43 | | ___ __| | ___ ___ _____ __ 04:21:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:21:43 | |___| (_) | (_| | __/ (_| (_) \ V / 04:21:43 \_____\___/ \__,_|\___|\___\___/ \_/ 04:21:43 Bash-1.0.6 04:21:43 04:21:43 04:21:43 ==> git version 2.25.1 found 04:21:43 ==> 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 04:21:43 Release-Date: 2020-01-08 04:21:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:21:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:21:43 ==> Jenkins CI detected. 04:21:43 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1255 04:21:43 project root: . 04:21:43 --> token set from env 04:21:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:21:43 ==> Running gcov in . (disable via -X gcov) 04:21:43 ==> Python coveragepy not found 04:21:43 ==> Searching for coverage reports in: 04:21:43 + . 04:21:43 -> Found 1 reports 04:21:43 ==> Detecting git/mercurial file structure 04:21:43 ==> Reading reports 04:21:43 + ./coverage.out bytes=101759 04:21:43 ==> Appending adjustments 04:21:43 https://docs.codecov.io/docs/fixing-reports 04:21:44 + Found adjustments 04:21:44 ==> Gzipping contents 04:21:44 16K /tmp/codecov.do5YK7.gz 04:21:44 ==> Uploading reports 04:21:44 url: https://codecov.io 04:21:44 query: branch=PR-1255&commit=84787ea3c4d8d93349b48d7167864b2290fd8e87&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1255%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1255&job=&cmd_args= 04:21:44 -> Pinging Codecov 04:21:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1255&commit=84787ea3c4d8d93349b48d7167864b2290fd8e87&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1255%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1255&job=&cmd_args= 04:21:44 -> Uploading to 04:21:44 https://storage.googleapis.com/codecov/v4/raw/2022-11-02/7E55EF52A471D76F132DFD9A03CDDE97/84787ea3c4d8d93349b48d7167864b2290fd8e87/a989fcd8-31ed-4a40-9086-afc3992bc19e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T042144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e7440eff137b073df60c539156147749c1f7305a59205d25d70b6ec9bd1016fa 04:21:44 % Total % Received % Xferd Average Speed Time Time Time Current 04:21:44 Dload Upload Total Spent Left Speed 04:21:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14705 0 0 100 14705 0 65941 --:--:-- --:--:-- --:--:-- 66238 04:21:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/84787ea3c4d8d93349b48d7167864b2290fd8e87 [Pipeline] } 04:21:44 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 04:21:46 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives ] 04:21:46 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives 04:21:46 total 16 04:21:46 drwxr-xr-x 3 root root 4096 Nov 2 04:08 . 04:21:46 drwxrwxr-x 12 jenkins jenkins 4096 Nov 2 04:08 .. 04:21:46 drwxr-xr-x 2 root root 4096 Nov 2 04:08 cost 04:21:46 -rw-r--r-- 1 root root 86 Nov 2 04:08 cost.csv 04:21:46 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives 04:21:46 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives 04:21:46 total 16 04:21:46 drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 04:08 . 04:21:46 drwxrwxr-x 12 jenkins jenkins 4096 Nov 2 04:08 .. 04:21:46 drwxr-xr-x 2 jenkins jenkins 4096 Nov 2 04:08 cost 04:21:46 -rw-r--r-- 1 jenkins jenkins 86 Nov 2 04:08 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:21:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:21:47 ---> package-listing.sh 04:21:47 ++ facter osfamily 04:21:47 ++ tr '[:upper:]' '[:lower:]' 04:21:47 + OS_FAMILY=debian 04:21:47 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1255 04:21:47 + START_PACKAGES=/tmp/packages_start.txt 04:21:47 + END_PACKAGES=/tmp/packages_end.txt 04:21:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:21:47 + PACKAGES=/tmp/packages_start.txt 04:21:47 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1255 ']' 04:21:47 + PACKAGES=/tmp/packages_end.txt 04:21:47 + case "${OS_FAMILY}" in 04:21:47 + dpkg -l 04:21:47 + grep '^ii' 04:21:47 + '[' -f /tmp/packages_start.txt ']' 04:21:47 + '[' -f /tmp/packages_end.txt ']' 04:21:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:21:47 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1255 ']' 04:21:47 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives/ 04:21:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1255/archives/ [Pipeline] echo 04:21:47 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-1255/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:21:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:21:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:21:49 prd-ubuntu20.04-docker-8c-8g-117804 does not seem to be running inside a container 04:21:49 $ 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-1255/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-1255 -v /w/workspace/gexfoundry_device-sdk-go_PR-1255:/w/workspace/gexfoundry_device-sdk-go_PR-1255:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:21:49 $ docker top 849f9ddca1055db780145fe102429827fdb6c4963155eeb558e2e73246c7d37f -eo pid,comm [Pipeline] { [Pipeline] sh 04:21:49 + touch /tmp/pre-build-complete [Pipeline] sh 04:21:49 + mkdir -p /var/log/sysstat [Pipeline] sh 04:21:50 + ls /var/log/sa-host 04:21:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:21:50 provisioning config files... 04:21:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1255@tmp/config10459788699403904712tmp [Pipeline] { [Pipeline] echo 04:21:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:21:50 ---> create-netrc.sh [Pipeline] } 04:21:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:21:51 ---> python-tools-install.sh [Pipeline] echo 04:21:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:21:51 ---> sudo-logs.sh 04:21:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:21:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:21:52 ---> job-cost.sh 04:21:52 lf-activate-venv: SKIPPING 04:21:52 DEBUG: total: 0.2199999988079071 04:21:52 INFO: Retrieving Stack Cost... 04:21:52 INFO: Retrieving Pricing Info for: v3-standard-8 04:21:52 INFO: Archiving Costs [Pipeline] echo 04:21:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:21:53 ---> logs-deploy.sh 04:21:53 lf-activate-venv: SKIPPING 04:21:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1255/1 04:21:53 INFO: archiving workspace using pattern(s): 04:21:54 Archives upload complete. 04:21:54 INFO: archiving logs to Nexus 04:21:55 ---> uname -a: 04:21:55 Linux prd-ubuntu20-04-docker-8c-8g-117804 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:21:55 04:21:55 04:21:55 ---> lscpu: 04:21:55 Architecture: x86_64 04:21:55 CPU op-mode(s): 32-bit, 64-bit 04:21:55 Byte Order: Little Endian 04:21:55 Address sizes: 40 bits physical, 48 bits virtual 04:21:55 CPU(s): 8 04:21:55 On-line CPU(s) list: 0-7 04:21:55 Thread(s) per core: 1 04:21:55 Core(s) per socket: 1 04:21:55 Socket(s): 8 04:21:55 NUMA node(s): 1 04:21:55 Vendor ID: AuthenticAMD 04:21:55 CPU family: 23 04:21:55 Model: 49 04:21:55 Model name: AMD EPYC-Rome Processor 04:21:55 Stepping: 0 04:21:55 CPU MHz: 2799.956 04:21:55 BogoMIPS: 5599.91 04:21:55 Virtualization: AMD-V 04:21:55 Hypervisor vendor: KVM 04:21:55 Virtualization type: full 04:21:55 L1d cache: 256 KiB 04:21:55 L1i cache: 256 KiB 04:21:55 L2 cache: 4 MiB 04:21:55 L3 cache: 128 MiB 04:21:55 NUMA node0 CPU(s): 0-7 04:21:55 Vulnerability Itlb multihit: Not affected 04:21:55 Vulnerability L1tf: Not affected 04:21:55 Vulnerability Mds: Not affected 04:21:55 Vulnerability Meltdown: Not affected 04:21:55 Vulnerability Mmio stale data: Not affected 04:21:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:21:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:21:55 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:21:55 Vulnerability Srbds: Not affected 04:21:55 Vulnerability Tsx async abort: Not affected 04:21:55 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 04:21:55 04:21:55 04:21:55 ---> nproc: 04:21:55 8 04:21:55 04:21:55 04:21:55 ---> df -h: 04:21:55 Filesystem Size Used Avail Use% Mounted on 04:21:55 overlay 155G 12G 144G 8% / 04:21:55 tmpfs 64M 0 64M 0% /dev 04:21:55 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:21:55 shm 64M 0 64M 0% /dev/shm 04:21:55 /dev/vda1 155G 12G 144G 8% /facter-os 04:21:55 04:21:55 04:21:55 ---> sar -b -r -n DEV: 04:21:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117804) 11/02/22 _x86_64_ (8 CPU) 04:21:55 04:21:55 04:04:45 LINUX RESTART (8 CPU) 04:21:55 04:21:55 04:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:21:55 04:06:02 123.87 47.71 76.16 0.00 5391.30 67403.10 0.00 04:21:55 04:07:01 156.67 0.92 155.75 0.00 19.79 64309.24 0.00 04:21:55 04:08:01 80.35 0.25 80.10 0.00 8.93 20528.71 0.00 04:21:55 04:09:01 99.53 0.02 99.52 0.00 0.53 27658.21 0.00 04:21:55 04:10:01 8.15 1.27 6.88 0.00 79.32 1849.83 0.00 04:21:55 04:11:01 32.74 8.07 24.68 0.00 2805.00 2981.64 0.00 04:21:55 04:12:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 04:21:55 04:13:01 1.95 0.00 1.95 0.00 0.00 20.80 0.00 04:21:55 04:14:01 1.42 0.00 1.42 0.00 0.00 15.46 0.00 04:21:55 04:15:01 2.17 0.00 2.17 0.00 0.00 23.60 0.00 04:21:55 04:16:01 1.52 0.00 1.52 0.00 0.00 26.93 0.00 04:21:55 04:17:01 1.67 0.02 1.65 0.00 0.13 18.53 0.00 04:21:55 04:18:01 3.17 1.02 2.15 0.00 21.86 27.46 0.00 04:21:55 04:19:01 1.02 0.00 1.02 0.00 0.00 12.13 0.00 04:21:55 04:20:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 04:21:55 04:21:01 1.93 0.02 1.92 0.00 0.13 25.46 0.00 04:21:55 Average: 32.30 3.71 28.59 0.00 521.06 11504.25 0.00 04:21:55 04:21:55 04:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:21:55 04:06:02 29211816 31620956 704400 2.14 72128 2612432 1882600 5.55 969932 2351692 671560 04:21:55 04:07:01 28085048 31361940 940224 2.86 137568 3338400 2396584 7.06 1464688 2881336 232744 04:21:55 04:08:01 28305616 31575124 727892 2.21 141504 3327268 1932952 5.70 1178916 2949388 4504 04:21:55 04:09:01 27790056 31586396 715304 2.18 151592 3797580 1753288 5.17 1212104 3381176 152 04:21:55 04:10:01 27692756 31550308 744092 2.26 153852 3852260 1854124 5.46 1246304 3434092 820 04:21:55 04:11:01 27504156 31573304 710532 2.16 170144 4046352 1804832 5.32 1361160 3492148 4 04:21:55 04:12:01 27504984 31574264 709552 2.16 170236 4046356 1804832 5.32 1360828 3492152 8 04:21:55 04:13:01 27512384 31581896 701940 2.13 170332 4046356 1804832 5.32 1353036 3492284 12 04:21:55 04:14:01 27512360 31581972 701796 2.13 170424 4046360 1804832 5.32 1353116 3492288 8 04:21:55 04:15:01 27512384 31582084 701616 2.13 170528 4046356 1804832 5.32 1353016 3492292 4 04:21:55 04:16:01 27512232 31582020 701544 2.13 170632 4046364 1804832 5.32 1353420 3492292 8 04:21:55 04:17:01 27512344 31582272 701452 2.13 170688 4046364 1804832 5.32 1353308 3492296 40 04:21:55 04:18:01 27510696 31581900 701428 2.13 170748 4047116 1788384 5.27 1353372 3492968 8 04:21:55 04:19:01 27510908 31582132 701104 2.13 170768 4047120 1788384 5.27 1353312 3492972 172 04:21:55 04:20:01 27510568 31581832 701340 2.13 170808 4047116 1788384 5.27 1352948 3492976 4 04:21:55 04:21:01 27510736 31582108 700676 2.13 170876 4047100 1813500 5.34 1353364 3492952 44 04:21:55 Average: 27731190 31567532 722806 2.20 158302 3840056 1852002 5.46 1310802 3338456 56881 04:21:55 04:21:55 04:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:21:55 04:06:02 docker0 6.51 5.91 0.66 71.15 0.00 0.00 0.00 0.00 04:21:55 04:06:02 lo 7.06 7.06 0.68 0.68 0.00 0.00 0.00 0.00 04:21:55 04:06:02 ens3 680.04 443.91 6482.56 89.72 0.00 0.00 0.00 0.00 04:21:55 04:07:01 docker0 148.30 191.51 12.26 1780.20 0.00 0.00 0.00 0.00 04:21:55 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:07:01 veth3a20499 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:21:55 04:07:01 ens3 226.05 168.23 1810.20 27.23 0.00 0.00 0.00 0.00 04:21:55 04:08:01 docker0 1.73 3.78 0.10 40.56 0.00 0.00 0.00 0.00 04:21:55 04:08:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 04:21:55 04:08:01 ens3 43.51 34.39 65.26 88.59 0.00 0.00 0.00 0.00 04:21:55 04:09:01 docker0 2.23 4.62 0.15 57.51 0.00 0.00 0.00 0.00 04:21:55 04:09:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 04:21:55 04:09:01 ens3 112.65 73.14 2586.64 14.46 0.00 0.00 0.00 0.00 04:21:55 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:10:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:21:55 04:10:01 ens3 38.61 22.26 823.79 2.24 0.00 0.00 0.00 0.00 04:21:55 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:11:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 04:21:55 04:11:01 ens3 22.78 15.15 490.07 1.62 0.00 0.00 0.00 0.00 04:21:55 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:12:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:21:55 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:13:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 04:21:55 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:14:01 ens3 0.18 0.02 0.01 0.00 0.00 0.00 0.00 0.00 04:21:55 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:15:01 ens3 0.27 0.10 0.02 0.01 0.00 0.00 0.00 0.00 04:21:55 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:16:01 ens3 0.25 0.08 0.08 0.06 0.00 0.00 0.00 0.00 04:21:55 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:17:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 04:21:55 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:18:01 ens3 0.28 0.07 0.09 0.00 0.00 0.00 0.00 0.00 04:21:55 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:19:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:20:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:55 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:55 04:21:01 ens3 0.70 0.35 0.17 0.08 0.00 0.00 0.00 0.00 04:21:55 Average: docker0 9.78 12.68 0.81 120.11 0.00 0.00 0.00 0.00 04:21:55 Average: lo 0.69 0.69 0.06 0.06 0.00 0.00 0.00 0.00 04:21:55 Average: ens3 70.24 47.26 765.21 13.99 0.00 0.00 0.00 0.00 04:21:55 04:21:55 04:21:55 ---> sar -P ALL: 04:21:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117804) 11/02/22 _x86_64_ (8 CPU) 04:21:55 04:21:55 04:04:45 LINUX RESTART (8 CPU) 04:21:55 04:21:55 04:05:01 CPU %user %nice %system %iowait %steal %idle 04:21:55 04:06:02 all 9.21 0.00 3.36 3.86 0.07 83.49 04:21:55 04:06:02 0 7.88 0.00 2.82 0.20 0.07 89.03 04:21:55 04:06:02 1 11.99 0.00 3.12 0.34 0.08 84.47 04:21:55 04:06:02 2 10.67 0.00 2.63 4.30 0.05 82.35 04:21:55 04:06:02 3 8.25 0.00 4.06 2.36 0.07 85.26 04:21:55 04:06:02 4 10.10 0.00 3.31 0.72 0.07 85.79 04:21:55 04:06:02 5 9.64 0.00 2.75 12.92 0.07 74.62 04:21:55 04:06:02 6 7.44 0.00 3.46 9.48 0.07 79.56 04:21:55 04:06:02 7 7.72 0.00 4.74 0.63 0.07 86.85 04:21:55 04:07:01 all 14.38 0.00 3.23 7.20 0.09 75.10 04:21:55 04:07:01 0 13.20 0.00 3.64 26.55 0.05 56.56 04:21:55 04:07:01 1 14.38 0.00 3.07 4.68 0.12 77.76 04:21:55 04:07:01 2 13.90 0.00 3.34 2.87 0.07 79.82 04:21:55 04:07:01 3 14.93 0.00 3.20 4.06 0.07 77.75 04:21:55 04:07:01 4 14.89 0.00 2.81 2.67 0.10 79.53 04:21:55 04:07:01 5 14.98 0.00 3.88 16.32 0.14 64.68 04:21:55 04:07:01 6 14.81 0.00 2.72 0.15 0.05 82.27 04:21:55 04:07:01 7 13.99 0.00 3.18 0.34 0.09 82.40 04:21:55 04:08:01 all 41.72 0.00 6.18 3.10 0.13 48.87 04:21:55 04:08:01 0 42.27 0.00 6.81 4.28 0.12 46.53 04:21:55 04:08:01 1 41.02 0.00 5.85 6.07 0.08 46.97 04:21:55 04:08:01 2 41.69 0.00 5.99 0.42 0.12 51.78 04:21:55 04:08:01 3 41.32 0.00 6.35 0.51 0.19 51.63 04:21:55 04:08:01 4 41.15 0.00 5.72 0.54 0.12 52.48 04:21:55 04:08:01 5 40.98 0.00 6.75 12.12 0.10 40.05 04:21:55 04:08:01 6 43.74 0.00 5.93 0.27 0.10 49.97 04:21:55 04:08:01 7 41.63 0.00 6.04 0.56 0.19 51.59 04:21:55 04:09:01 all 3.29 0.00 1.45 2.43 0.06 92.77 04:21:55 04:09:01 0 2.64 0.00 2.41 3.58 0.17 91.20 04:21:55 04:09:01 1 3.43 0.00 1.49 0.95 0.03 94.10 04:21:55 04:09:01 2 2.81 0.00 1.37 0.13 0.02 95.66 04:21:55 04:09:01 3 3.57 0.00 1.39 0.05 0.03 94.95 04:21:55 04:09:01 4 3.32 0.00 1.42 10.15 0.08 85.03 04:21:55 04:09:01 5 3.11 0.00 1.20 0.02 0.02 95.66 04:21:55 04:09:01 6 4.16 0.00 1.18 3.94 0.03 90.69 04:21:55 04:09:01 7 3.27 0.00 1.12 0.62 0.08 94.90 04:21:55 04:10:01 all 0.28 0.00 0.14 2.53 0.02 97.03 04:21:55 04:10:01 0 0.10 0.00 0.37 0.28 0.00 99.25 04:21:55 04:10:01 1 0.08 0.00 0.08 0.05 0.00 99.78 04:21:55 04:10:01 2 0.17 0.00 0.08 2.34 0.03 97.38 04:21:55 04:10:01 3 0.08 0.00 0.05 0.63 0.02 99.22 04:21:55 04:10:01 4 0.20 0.00 0.08 0.97 0.03 98.72 04:21:55 04:10:01 5 0.38 0.00 0.12 1.58 0.02 97.90 04:21:55 04:10:01 6 0.59 0.00 0.13 4.30 0.02 94.96 04:21:55 04:10:01 7 0.65 0.00 0.17 10.08 0.07 89.03 04:21:55 04:11:01 all 1.02 0.00 0.64 1.46 0.01 96.87 04:21:55 04:11:01 0 0.73 0.00 0.80 1.58 0.02 96.86 04:21:55 04:11:01 1 0.70 0.00 0.28 0.05 0.02 98.95 04:21:55 04:11:01 2 0.87 0.00 0.88 2.10 0.00 96.15 04:21:55 04:11:01 3 2.02 0.00 0.47 0.13 0.02 97.36 04:21:55 04:11:01 4 1.50 0.00 0.40 0.27 0.00 97.83 04:21:55 04:11:01 5 1.28 0.00 0.37 0.08 0.00 98.27 04:21:55 04:11:01 6 0.64 0.00 0.25 0.23 0.00 98.88 04:21:55 04:11:01 7 0.45 0.00 1.69 7.23 0.02 90.61 04:21:55 04:12:01 all 0.01 0.00 0.01 0.03 0.01 99.95 04:21:55 04:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:21:55 04:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:21:55 04:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:12:01 3 0.03 0.00 0.05 0.00 0.03 99.88 04:21:55 04:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:12:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:21:55 04:12:01 7 0.02 0.00 0.00 0.22 0.00 99.77 04:21:55 04:13:01 all 0.02 0.00 0.01 0.01 0.01 99.95 04:21:55 04:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:13:01 3 0.08 0.00 0.02 0.00 0.02 99.88 04:21:55 04:13:01 4 0.03 0.00 0.03 0.00 0.02 99.92 04:21:55 04:13:01 5 0.02 0.00 0.03 0.00 0.00 99.95 04:21:55 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:13:01 7 0.02 0.00 0.02 0.05 0.02 99.90 04:21:55 04:14:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:21:55 04:14:01 0 0.00 0.00 0.03 0.00 0.02 99.95 04:21:55 04:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:14:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:21:55 04:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:14:01 4 0.03 0.00 0.03 0.00 0.00 99.93 04:21:55 04:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:21:55 04:14:01 7 0.03 0.00 0.00 0.03 0.00 99.93 04:21:55 04:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:21:55 04:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:21:55 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:21:55 04:15:01 4 0.05 0.00 0.02 0.00 0.02 99.92 04:21:55 04:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:15:01 7 0.02 0.00 0.02 0.03 0.00 99.93 04:21:55 04:16:01 all 0.22 0.00 0.01 0.01 0.00 99.76 04:21:55 04:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:21:55 04:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:21:55 04:16:01 4 0.07 0.00 0.02 0.02 0.02 99.88 04:21:55 04:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:21:55 04:16:01 6 1.55 0.00 0.02 0.00 0.00 98.43 04:21:55 04:16:01 7 0.05 0.00 0.00 0.05 0.00 99.90 04:21:55 04:21:55 04:16:01 CPU %user %nice %system %iowait %steal %idle 04:21:55 04:17:01 all 0.26 0.00 0.02 0.00 0.00 99.72 04:21:55 04:17:01 0 0.00 0.00 0.07 0.00 0.00 99.93 04:21:55 04:17:01 1 0.02 0.00 0.00 0.02 0.00 99.97 04:21:55 04:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:21:55 04:17:01 4 0.03 0.00 0.05 0.00 0.00 99.92 04:21:55 04:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:21:55 04:17:01 6 1.97 0.00 0.00 0.00 0.00 98.03 04:21:55 04:17:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:21:55 04:18:01 all 0.29 0.00 0.04 0.01 0.00 99.66 04:21:55 04:18:01 0 0.05 0.00 0.07 0.00 0.02 99.87 04:21:55 04:18:01 1 0.15 0.00 0.08 0.05 0.00 99.72 04:21:55 04:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:21:55 04:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:21:55 04:18:01 4 0.05 0.00 0.05 0.00 0.02 99.88 04:21:55 04:18:01 5 0.00 0.00 0.03 0.00 0.00 99.97 04:21:55 04:18:01 6 1.99 0.00 0.00 0.00 0.00 98.01 04:21:55 04:18:01 7 0.00 0.00 0.05 0.02 0.00 99.93 04:21:55 04:19:01 all 0.09 0.00 0.02 0.00 0.01 99.88 04:21:55 04:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:21:55 04:19:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:21:55 04:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:21:55 04:19:01 4 0.02 0.00 0.05 0.00 0.00 99.93 04:21:55 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:19:01 6 0.58 0.00 0.08 0.00 0.02 99.32 04:21:55 04:19:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:21:55 04:20:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:21:55 04:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:21:55 04:20:01 1 0.05 0.00 0.00 0.00 0.00 99.95 04:21:55 04:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 04:21:55 04:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:21:55 04:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:21:55 04:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:21:55 04:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:21:01 all 0.01 0.00 0.02 0.01 0.00 99.96 04:21:55 04:21:01 0 0.00 0.00 0.03 0.02 0.00 99.95 04:21:55 04:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:21:55 04:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:21:55 04:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:21:55 04:21:01 4 0.02 0.00 0.03 0.00 0.00 99.95 04:21:55 04:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:21:55 04:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:55 04:21:01 7 0.02 0.00 0.00 0.03 0.00 99.95 04:21:55 Average: all 4.38 0.00 0.94 1.28 0.03 93.38 04:21:55 Average: 0 4.14 0.00 1.06 2.24 0.03 92.53 04:21:55 Average: 1 4.44 0.00 0.87 0.75 0.02 93.92 04:21:55 Average: 2 4.34 0.00 0.89 0.76 0.02 93.99 04:21:55 Average: 3 4.35 0.00 0.97 0.48 0.03 94.17 04:21:55 Average: 4 4.42 0.00 0.87 0.95 0.03 93.73 04:21:55 Average: 5 4.36 0.00 0.94 2.65 0.02 92.04 04:21:55 Average: 6 4.80 0.00 0.85 1.14 0.02 93.18 04:21:55 Average: 7 4.20 0.00 1.05 1.25 0.03 93.47 04:21:55 04:21:55 04:21:55