Pull request #1240 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 38ae3a773550c1232390aa8f769b7c13d94a15b6+67986f5e85a843a874e3bc4d59755e1036e07d38 (238c21cdc640eaa2b03c6ef2f6bc8a457f13ef12) 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-ssh4183512345112003946.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-ssh75077476975764667.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-1240/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-1240/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4911225278644606748.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-1240/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8745656671026461294.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-ssh18091487239135253176.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-1240/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-1240/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2748663664124475850.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8443 in /w/workspace/gexfoundry_device-sdk-go_PR-1240 [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-1240 # 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 > 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/1240/head:refs/remotes/origin/PR-1240 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 67986f5e85a843a874e3bc4d59755e1036e07d38 into PR head commit 38ae3a773550c1232390aa8f769b7c13d94a15b6 Merge succeeded, producing 38ae3a773550c1232390aa8f769b7c13d94a15b6 Checking out Revision 38ae3a773550c1232390aa8f769b7c13d94a15b6 (PR-1240) 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 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps > git config core.sparsecheckout # timeout=10 > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # 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 67986f5e85a843a874e3bc4d59755e1036e07d38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # timeout=10 [Pipeline] { [Pipeline] timeout 04:04:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:04:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:04:11 ========================================================= 04:04:11 EdgeX Global Pipelines Version Info 04:04:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:04:11 ------------------- 04:04:11 stable info: 04:04:11 ------------------- 04:04:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:04:11 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:04:11 Message: update stable to v1.0.243 04:04:12 ------------------- 04:04:12 experimental info: 04:04:12 ------------------- 04:04:12 Commited By: **** collab-it+edgex@linuxfoundation.org 04:04:12 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:04:12 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:04:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:04:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:04:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:04:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:04:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1240 [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1240 [Pipeline] echo 04:04:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1240 [Pipeline] echo 04:04:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo 04:04:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38ae3a7 [Pipeline] echo 04:04:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:04:14 provisioning config files... 04:04:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config7858492182007727441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:14 ---> docker-login.sh 04:04:14 nexus3.edgexfoundry.org:10001 04:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:15 Configure a credential helper to remove this warning. See 04:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:15 04:04:15 Login Succeeded 04:04:15 nexus3.edgexfoundry.org:10002 04:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:15 Configure a credential helper to remove this warning. See 04:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:15 04:04:15 Login Succeeded 04:04:15 nexus3.edgexfoundry.org:10003 04:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:15 Configure a credential helper to remove this warning. See 04:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:15 04:04:15 Login Succeeded 04:04:15 nexus3.edgexfoundry.org:10004 04:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:15 Configure a credential helper to remove this warning. See 04:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:15 04:04:15 Login Succeeded 04:04:15 docker.io 04:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:15 Configure a credential helper to remove this warning. See 04:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:15 04:04:15 Login Succeeded 04:04:15 ---> docker-login.sh ends [Pipeline] } 04:04:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:04:16 + git rev-list -1 --merges 38ae3a773550c1232390aa8f769b7c13d94a15b6~1..38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo 04:04:16 -----------> git rev-list -1 --merges 38ae3a773550c1232390aa8f769b7c13d94a15b6~1..38ae3a773550c1232390aa8f769b7c13d94a15b6 38ae3a773550c1232390aa8f769b7c13d94a15b6 [false] [Pipeline] sh 04:04:16 + git log --format=format:%s -1 38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo 04:04:16 ========================================================= 04:04:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:04:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:04:17 + git log --format=format:%s -1 38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] echo 04:04:17 [semverPrep] GIT_COMMIT: 38ae3a773550c1232390aa8f769b7c13d94a15b6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo 04:04:17 [semverPrep] This is not a build commit. [Pipeline] sh 04:04:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:04:17 + grep -v github /etc/ssh/ssh_known_hosts 04:04:17 + [ -e /tmp/ssh_known_hosts ] 04:04:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:04:17 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:04:17 + sudo tee -a /etc/ssh/ssh_known_hosts 04:04:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:18 04:04:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:18 0.1.4: Pulling from edgex-devops/py-git-semver 04:04:18 b85a868b505f: Pulling fs layer 04:04:18 e2be974225ed: Pulling fs layer 04:04:18 339a4e72a1f5: Pulling fs layer 04:04:18 988bab9f4d93: Pulling fs layer 04:04:18 1469e6f7b9e6: Pulling fs layer 04:04:18 eaf3925da568: Pulling fs layer 04:04:18 bab4dde63d76: Pulling fs layer 04:04:18 bde34c3a00c8: Pulling fs layer 04:04:18 b352a97aabf1: Pulling fs layer 04:04:18 4872d77fe225: Pulling fs layer 04:04:18 5851b861e8e6: Pulling fs layer 04:04:18 988bab9f4d93: Waiting 04:04:18 b352a97aabf1: Waiting 04:04:18 1469e6f7b9e6: Waiting 04:04:18 4872d77fe225: Waiting 04:04:18 eaf3925da568: Waiting 04:04:18 bde34c3a00c8: Waiting 04:04:18 bab4dde63d76: Waiting 04:04:18 e2be974225ed: Verifying Checksum 04:04:18 e2be974225ed: Download complete 04:04:18 988bab9f4d93: Verifying Checksum 04:04:18 988bab9f4d93: Download complete 04:04:18 1469e6f7b9e6: Verifying Checksum 04:04:18 1469e6f7b9e6: Download complete 04:04:18 eaf3925da568: Verifying Checksum 04:04:18 eaf3925da568: Download complete 04:04:18 339a4e72a1f5: Verifying Checksum 04:04:18 339a4e72a1f5: Download complete 04:04:18 bde34c3a00c8: Verifying Checksum 04:04:18 bde34c3a00c8: Download complete 04:04:18 b352a97aabf1: Download complete 04:04:18 4872d77fe225: Verifying Checksum 04:04:18 4872d77fe225: Download complete 04:04:18 5851b861e8e6: Verifying Checksum 04:04:18 5851b861e8e6: Download complete 04:04:18 b85a868b505f: Download complete 04:04:19 bab4dde63d76: Verifying Checksum 04:04:19 bab4dde63d76: Download complete 04:04:20 b85a868b505f: Pull complete 04:04:20 e2be974225ed: Pull complete 04:04:20 339a4e72a1f5: Pull complete 04:04:20 988bab9f4d93: Pull complete 04:04:20 1469e6f7b9e6: Pull complete 04:04:21 eaf3925da568: Pull complete 04:04:22 bab4dde63d76: Pull complete 04:04:22 bde34c3a00c8: Pull complete 04:04:22 b352a97aabf1: Pull complete 04:04:22 4872d77fe225: Pull complete 04:04:23 5851b861e8e6: Pull complete 04:04:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:04:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:04:23 prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container 04:04:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:04:24 $ docker top 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 -eo pid,comm 04:04:24 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:04:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:04:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:04:24 [ssh-agent] Looking for ssh-agent implementation... 04:04:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:04:25 $ docker exec 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent 04:04:25 SSH_AUTH_SOCK=/tmp/ssh-8mot2s8KWDbO/agent.13 04:04:25 SSH_AGENT_PID=19 04:04:25 Running ssh-add (command line suppressed) 04:04:25 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_9060228908423586912.key (/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_9060228908423586912.key) 04:04:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:04:25 + git tag --points-at HEAD [Pipeline] } 04:04:25 $ docker exec --env ******** --env ******** 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent -k 04:04:25 unset SSH_AUTH_SOCK; 04:04:25 unset SSH_AGENT_PID; 04:04:25 echo Agent pid 19 killed; 04:04:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:04:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:04:25 [ssh-agent] Looking for ssh-agent implementation... 04:04:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:04:25 $ docker exec 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent 04:04:26 SSH_AUTH_SOCK=/tmp/ssh-1z7sgUIjISkk/agent.70 04:04:26 SSH_AGENT_PID=76 04:04:26 Running ssh-add (command line suppressed) 04:04:26 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_8446391295734011302.key (/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/private_key_8446391295734011302.key) 04:04:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:04:26 + git semver init 04:04:26 2022-10-18 04:04:26,757 [run_init] DEBUG init version:0.0.0 force:False 04:04:26 2022-10-18 04:04:26,757 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver 04:04:26 2022-10-18 04:04:26,758 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver 04:04:26 2022-10-18 04:04:26,758 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1240, universal_newlines=False, shell=None, istream=None) 04:04:27 2022-10-18 04:04:27,733 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.git/info/exclude 04:04:27 2022-10-18 04:04:27,733 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver/PR-1240 with force:False 04:04:27 2022-10-18 04:04:27,734 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver/PR-1240 04:04:27 2022-10-18 04:04:27,738 [execute] INFO git cat-file --batch-check 04:04:27 2022-10-18 04:04:27,738 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver, universal_newlines=False, shell=None, istream=) 04:04:27 2022-10-18 04:04:27,745 [execute] INFO git cat-file --batch 04:04:27 2022-10-18 04:04:27,746 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver, universal_newlines=False, shell=None, istream=) 04:04:27 2022-10-18 04:04:27,752 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1240/.semver/PR-1240 04:04:27 0.0.0 [Pipeline] } 04:04:28 $ docker exec --env ******** --env ******** 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 ssh-agent -k 04:04:28 unset SSH_AUTH_SOCK; 04:04:28 unset SSH_AGENT_PID; 04:04:28 echo Agent pid 76 killed; 04:04:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:04:28 + git semver [Pipeline] } 04:04:28 $ docker stop --time=1 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 04:04:30 $ docker rm -f 3159e6f3626b0331e219e8dc248192122f749820e8e6fd60d3429cb6268521e0 [Pipeline] // withDockerContainer [Pipeline] sh 04:04:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:04:30 Stashed 1 file(s) [Pipeline] echo 04:04:30 [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:04:31 provisioning config files... 04:04:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config9223543085589086540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:31 ---> docker-login.sh 04:04:31 nexus3.edgexfoundry.org:10001 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:31 Configure a credential helper to remove this warning. See 04:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:31 04:04:31 Login Succeeded 04:04:31 nexus3.edgexfoundry.org:10002 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:31 Configure a credential helper to remove this warning. See 04:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:31 04:04:31 Login Succeeded 04:04:31 nexus3.edgexfoundry.org:10003 04:04:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:32 Configure a credential helper to remove this warning. See 04:04:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:32 04:04:32 Login Succeeded 04:04:32 nexus3.edgexfoundry.org:10004 04:04:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:32 Configure a credential helper to remove this warning. See 04:04:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:32 04:04:32 Login Succeeded 04:04:32 docker.io 04:04:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:32 Configure a credential helper to remove this warning. See 04:04:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:32 04:04:32 Login Succeeded 04:04:32 ---> docker-login.sh ends [Pipeline] } 04:04:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:04:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:32 ========================================================= 04:04:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:04:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:33 + 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:04:33 Sending build context to Docker daemon 10.01MB 04:04:33 Step 1/11 : ARG BASE=golang:1.18-alpine3.16 04:04:33 Step 2/11 : FROM ${BASE} AS builder 04:04:33 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:04:33 213ec9aee27d: Pulling fs layer 04:04:33 4583459ba037: Pulling fs layer 04:04:33 93c1e223e6f2: Pulling fs layer 04:04:33 53926ce57604: Pulling fs layer 04:04:33 21b2b0c7a3f4: Pulling fs layer 04:04:33 30f14e443154: Pulling fs layer 04:04:33 801331c1e519: Pulling fs layer 04:04:33 21b2b0c7a3f4: Waiting 04:04:33 99cc6dd402b0: Pulling fs layer 04:04:33 7d9ed39f4882: Pulling fs layer 04:04:33 99cc6dd402b0: Waiting 04:04:33 7d9ed39f4882: Waiting 04:04:33 93c1e223e6f2: Verifying Checksum 04:04:33 93c1e223e6f2: Download complete 04:04:33 4583459ba037: Verifying Checksum 04:04:33 4583459ba037: Download complete 04:04:33 21b2b0c7a3f4: Verifying Checksum 04:04:33 21b2b0c7a3f4: Download complete 04:04:33 30f14e443154: Download complete 04:04:33 213ec9aee27d: Verifying Checksum 04:04:33 213ec9aee27d: Download complete 04:04:33 801331c1e519: Download complete 04:04:33 213ec9aee27d: Pull complete 04:04:33 4583459ba037: Pull complete 04:04:33 93c1e223e6f2: Pull complete 04:04:34 7d9ed39f4882: Download complete 04:04:34 99cc6dd402b0: Verifying Checksum 04:04:34 99cc6dd402b0: Download complete 04:04:34 53926ce57604: Verifying Checksum 04:04:34 53926ce57604: Download complete 04:04:37 53926ce57604: Pull complete 04:04:37 21b2b0c7a3f4: Pull complete 04:04:37 30f14e443154: Pull complete 04:04:37 801331c1e519: Pull complete 04:04:39 99cc6dd402b0: Pull complete 04:04:40 7d9ed39f4882: Pull complete 04:04:40 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:04:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:04:40 ---> 1dedd983c030 04:04:40 Step 3/11 : ARG MAKE=make build 04:04:42 ---> Running in 930dc9ff2638 04:04:42 Removing intermediate container 930dc9ff2638 04:04:42 ---> b7c12fec479e 04:04:42 Step 4/11 : WORKDIR /device-sdk-go 04:04:42 ---> Running in e3232d145223 04:04:42 Removing intermediate container e3232d145223 04:04:42 ---> 95916ac42f39 04:04:42 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:04:42 ---> Running in d608275b3700 04:04:42 Removing intermediate container d608275b3700 04:04:42 ---> 4c1d082c83fe 04:04:42 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:42 ---> Running in af259b5c0eeb 04:04:43 Removing intermediate container af259b5c0eeb 04:04:43 ---> 7cac7296d690 04:04:43 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:04:43 ---> Running in 353ef5b2f1ec 04:04:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:04:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:04:44 OK: 211 MiB in 51 packages 04:04:45 Removing intermediate container 353ef5b2f1ec 04:04:45 ---> 8969189cae9b 04:04:45 Step 8/11 : COPY go.mod vendor* ./ 04:04:45 ---> a17862f276ca 04:04:45 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:45 ---> Running in fca59abd23df 04:04:46 Still waiting to schedule task 04:04:46 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:05:03 Removing intermediate container fca59abd23df 04:05:03 ---> ca3dd0a50feb 04:05:03 Step 10/11 : COPY . . 04:05:03 ---> 1b1bcbae988c 04:05:03 Step 11/11 : RUN ${MAKE} 04:05:03 ---> Running in 7bb6e8da59a8 04:05:03 noop 04:05:03 Removing intermediate container 7bb6e8da59a8 04:05:03 ---> 3ce0d3267079 04:05:03 Successfully built 3ce0d3267079 04:05:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:04 + docker inspect -f . ci-base-image-x86_64 04:05:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:04 prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container 04:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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-x86_64 cat 04:05:04 $ docker top 0b0f029fe89fe978371dd583b0da2f695e11f0a416188d076cee25bc69dd66cb -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:04 + go version 04:05:04 go version go1.18.7 linux/amd64 [Pipeline] } 04:05:05 $ docker stop --time=1 0b0f029fe89fe978371dd583b0da2f695e11f0a416188d076cee25bc69dd66cb 04:05:06 $ docker rm -f 0b0f029fe89fe978371dd583b0da2f695e11f0a416188d076cee25bc69dd66cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:06 + docker inspect -f . ci-base-image-x86_64 04:05:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:07 prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container 04:05:07 $ 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-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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-x86_64 cat 04:05:07 $ docker top 9e2a8fa59094ce4afd2335bc44587ce66f588ca4d5c871079b523b978b146fa7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:07 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1240 [Pipeline] fileExists [Pipeline] sh 04:05:08 + make test 04:05:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:05:14 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 27.6% of statements 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 78.9% of statements 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.087s coverage: 60.0% of statements 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.113s coverage: 54.4% of statements 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.100s coverage: 65.1% of statements 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.740s coverage: 89.2% of statements 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:05:29 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.7% of statements 04:05:29 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:05:47 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:05:47 GO111MODULE=on go vet ./... 04:05:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:05:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:05:48 ./bin/test-attribution-txt.sh 04:05:48 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:05:48 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:05:48 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:05:48 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:05:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:05:48 $ docker stop --time=1 9e2a8fa59094ce4afd2335bc44587ce66f588ca4d5c871079b523b978b146fa7 04:05:50 $ docker rm -f 9e2a8fa59094ce4afd2335bc44587ce66f588ca4d5c871079b523b978b146fa7 [Pipeline] // withDockerContainer [Pipeline] sh 04:05:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:05:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:05:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:05:52 + ls -al . 04:05:52 total 276 04:05:52 drwxrwxr-x 11 jenkins jenkins 4096 Oct 18 04:05 . 04:05:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:04 .. 04:05:52 -rw-rw-r-- 1 jenkins jenkins 140 Oct 18 04:04 .dockerignore 04:05:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 04:05 .git 04:05:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:04 .github 04:05:52 -rw-rw-r-- 1 jenkins jenkins 131 Oct 18 04:04 .gitignore 04:05:52 -rw-rw-r-- 1 jenkins jenkins 42 Oct 18 04:04 .golangci.yml 04:05:52 drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 04:04 .semver 04:05:52 -rw-rw-r-- 1 jenkins jenkins 29536 Oct 18 04:04 CHANGELOG.md 04:05:52 -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 04:04 GOVERNANCE.md 04:05:52 -rw-rw-r-- 1 jenkins jenkins 880 Oct 18 04:04 Jenkinsfile 04:05:52 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 18 04:04 LICENSE 04:05:52 -rw-rw-r-- 1 jenkins jenkins 2003 Oct 18 04:04 Makefile 04:05:52 -rw-rw-r-- 1 jenkins jenkins 619 Oct 18 04:04 OWNERS.md 04:05:52 -rw-rw-r-- 1 jenkins jenkins 4881 Oct 18 04:04 README.md 04:05:52 -rw-rw-r-- 1 jenkins jenkins 5 Oct 18 04:04 VERSION 04:05:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:04 bin 04:05:52 -rw-r--r-- 1 jenkins jenkins 101009 Oct 18 04:05 coverage.out 04:05:52 drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 04:04 example 04:05:52 -rw-rw-r-- 1 jenkins jenkins 3400 Oct 18 04:04 go.mod 04:05:52 -rw-rw-r-- 1 jenkins jenkins 37486 Oct 18 04:04 go.sum 04:05:52 drwxrwxr-x 14 jenkins jenkins 4096 Oct 18 04:04 internal 04:05:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 04:04 openapi 04:05:52 drwxrwxr-x 6 jenkins jenkins 4096 Oct 18 04:04 pkg 04:05:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:04 snap 04:05:52 -rw-rw-r-- 1 jenkins jenkins 222 Oct 18 04:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:52 + 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=38ae3a773550c1232390aa8f769b7c13d94a15b6 --label arch=amd64 --label version=0.0.0 . 04:05:52 Sending build context to Docker daemon 10.11MB 04:05:52 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:05:52 Step 2/25 : FROM ${BASE} AS builder 04:05:52 ---> 3ce0d3267079 04:05:52 Step 3/25 : ARG MAKE=make build 04:05:52 ---> Running in f54772b436ac 04:05:52 Removing intermediate container f54772b436ac 04:05:52 ---> 724c48e2b62a 04:05:52 Step 4/25 : WORKDIR /device-sdk-go 04:05:52 ---> Running in a674f8b7d952 04:05:52 Removing intermediate container a674f8b7d952 04:05:52 ---> b3be4d8d91fd 04:05:52 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:05:53 ---> Running in 3436e6ed21b9 04:05:53 Removing intermediate container 3436e6ed21b9 04:05:53 ---> 7f3b08e7f907 04:05:53 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:05:53 ---> Running in 25427132c709 04:05:53 Removing intermediate container 25427132c709 04:05:53 ---> 360c03d1a800 04:05:53 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:05:53 ---> Running in 9d59dd8873b5 04:05:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:05:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:05:55 OK: 211 MiB in 51 packages 04:05:55 Removing intermediate container 9d59dd8873b5 04:05:55 ---> cd4745fa2454 04:05:55 Step 8/25 : COPY go.mod vendor* ./ 04:05:55 ---> d723ef4511a4 04:05:55 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:55 ---> Running in e16a8aa08ce6 04:05:56 Removing intermediate container e16a8aa08ce6 04:05:56 ---> 30d7d68dbfd7 04:05:56 Step 10/25 : COPY . . 04:05:56 ---> 157a7a63ab15 04:05:56 Step 11/25 : RUN ${MAKE} 04:05:56 ---> Running in 669cd523c989 04:05:57 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:06:15 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:06:17 Removing intermediate container 669cd523c989 04:06:17 ---> 58a2c75f71d9 04:06:17 Step 12/25 : FROM alpine:3.16 04:06:17 3.16: Pulling from library/alpine 04:06:17 213ec9aee27d: Already exists 04:06:17 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:06:17 Status: Downloaded newer image for alpine:3.16 04:06:17 ---> 9c6f07244728 04:06:17 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:06:17 ---> Running in cc98f13a7848 04:06:17 Removing intermediate container cc98f13a7848 04:06:17 ---> 5a0028f3ff90 04:06:17 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:17 ---> Running in 71065b0c40fc 04:06:18 Removing intermediate container 71065b0c40fc 04:06:18 ---> 2b7e89885a1e 04:06:18 Step 15/25 : RUN apk add --update --no-cache zeromq 04:06:18 ---> Running in 95fb3dca0a92 04:06:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:06:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:06:20 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:06:20 (2/5) Installing libsodium (1.0.18-r0) 04:06:20 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:06:20 (4/5) Installing libzmq (4.3.4-r0) 04:06:20 (5/5) Installing zeromq (4.3.4-r0) 04:06:20 Executing busybox-1.35.0-r17.trigger 04:06:20 OK: 8 MiB in 19 packages 04:06:21 Removing intermediate container 95fb3dca0a92 04:06:21 ---> b58a5c1776a8 04:06:21 Step 16/25 : WORKDIR / 04:06:21 ---> Running in 62d13f365caa 04:06:21 Removing intermediate container 62d13f365caa 04:06:21 ---> 84886a03a7f8 04:06:21 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:06:21 ---> a429d10871b3 04:06:21 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:06:21 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8445 in /w/workspace/gexfoundry_device-sdk-go_PR-1240 [Pipeline] { [Pipeline] ws 04:06:21 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:06:21 The recommended git tool is: git 04:06:21 ---> fcc8dcfc2966 04:06:21 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:06:21 ---> 9f37f195bc73 04:06:21 Step 20/25 : EXPOSE 59999 04:06:21 ---> Running in df4330843688 04:06:21 Removing intermediate container df4330843688 04:06:21 ---> 909af0560f0d 04:06:21 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:06:22 ---> Running in b64dd942eaa3 04:06:22 Removing intermediate container b64dd942eaa3 04:06:22 ---> 648a298fed4d 04:06:22 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:06:22 ---> Running in c42667b1a46e 04:06:22 Removing intermediate container c42667b1a46e 04:06:22 ---> e7ec31a4bdb5 04:06:22 Step 23/25 : LABEL arch=amd64 04:06:22 ---> Running in b1d8a18dbdaf 04:06:22 Removing intermediate container b1d8a18dbdaf 04:06:22 ---> c48b098f1f44 04:06:22 Step 24/25 : LABEL git_sha=38ae3a773550c1232390aa8f769b7c13d94a15b6 04:06:22 ---> Running in 7ad75f3042c2 04:06:22 Removing intermediate container 7ad75f3042c2 04:06:22 ---> 8a840ef5d4b0 04:06:22 Step 25/25 : LABEL version=0.0.0 04:06:22 ---> Running in d85557aa0ab8 04:06:22 Removing intermediate container d85557aa0ab8 04:06:22 ---> aecab795aff5 04:06:22 [Warning] One or more build-args [ARCH] were not consumed 04:06:22 Successfully built aecab795aff5 04:06:22 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:06:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:23 04:06:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:23 latest: Pulling from edgex-lftools-log-publisher 04:06:23 5eb5b503b376: Pulling fs layer 04:06:23 5c69ac0246d0: Pulling fs layer 04:06:23 ec43610c2a17: Pulling fs layer 04:06:23 3a2ae6a8a46f: Pulling fs layer 04:06:23 33b1e0a273af: Pulling fs layer 04:06:23 5d3b04190fa2: Pulling fs layer 04:06:23 2f39f015ded8: Pulling fs layer 04:06:23 5d3b04190fa2: Waiting 04:06:23 33b1e0a273af: Waiting 04:06:23 2f39f015ded8: Waiting 04:06:23 3a2ae6a8a46f: Waiting 04:06:23 5c69ac0246d0: Verifying Checksum 04:06:23 5c69ac0246d0: Download complete 04:06:23 3a2ae6a8a46f: Verifying Checksum 04:06:23 3a2ae6a8a46f: Download complete 04:06:23 33b1e0a273af: Verifying Checksum 04:06:23 33b1e0a273af: Download complete 04:06:24 ec43610c2a17: Verifying Checksum 04:06:24 ec43610c2a17: Download complete 04:06:24 5d3b04190fa2: Verifying Checksum 04:06:24 5d3b04190fa2: Download complete 04:06:24 5eb5b503b376: Verifying Checksum 04:06:24 5eb5b503b376: Download complete 04:06:24 2f39f015ded8: Download complete 04:06:25 5eb5b503b376: Pull complete 04:06:25 5c69ac0246d0: Pull complete 04:06:25 ec43610c2a17: Pull complete 04:06:25 3a2ae6a8a46f: Pull complete 04:06:26 33b1e0a273af: Pull complete 04:06:26 5d3b04190fa2: Pull complete 04:06:27 using credential edgex-jenkins-ssh 04:06:27 Cloning the remote Git repository 04:06:27 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:06:27 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:06:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:06:27 > git --version # timeout=10 04:06:27 > git --version # 'git version 2.25.1' 04:06:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:27 Verifying host key using known hosts file 04:06:28 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:06:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:06:30 2f39f015ded8: Pull complete 04:06:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:06:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:30 prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container 04:06:30 $ 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-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@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:06:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:06:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:06:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:06:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:06:30 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:30 Verifying host key using known hosts file 04:06:30 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:06:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1240/head:refs/remotes/origin/PR-1240 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:06:31 Merging remotes/origin/main commit 67986f5e85a843a874e3bc4d59755e1036e07d38 into PR head commit 38ae3a773550c1232390aa8f769b7c13d94a15b6 04:06:31 Merge succeeded, producing 38ae3a773550c1232390aa8f769b7c13d94a15b6 04:06:31 Checking out Revision 38ae3a773550c1232390aa8f769b7c13d94a15b6 (PR-1240) 04:06:32 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" 04:06:31 > git config core.sparsecheckout # timeout=10 04:06:31 > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # timeout=10 04:06:31 > git remote # timeout=10 04:06:31 > git config --get remote.origin.url # timeout=10 04:06:31 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:31 Verifying host key using known hosts file 04:06:31 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:06:31 > git merge 67986f5e85a843a874e3bc4d59755e1036e07d38 # timeout=10 04:06:31 > git rev-parse HEAD^{commit} # timeout=10 04:06:31 > git config core.sparsecheckout # timeout=10 04:06:31 > git checkout -f 38ae3a773550c1232390aa8f769b7c13d94a15b6 # timeout=10 04:06:32 > git --version # timeout=10 04:06:32 > git --version # 'git version 2.25.1' 04:06:32 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 04:06:32 $ docker top c8f8b1afa3902d167a19d04d98a19b555d1e3c441432eb3cf1d68b48c3325d04 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:06:32 04:06:32 GitHub has been notified of this commit’s build result 04:06:32 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:06:32 ---> job-cost.sh 04:06:32 lf-activate-venv: SKIPPING 04:06:32 INFO: No Stack... 04:06:32 INFO: Retrieving Pricing Info for: v3-standard-8 04:06:33 INFO: Archiving Costs [Pipeline] sh 04:06:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:06:33 % Total % Received % Xferd Average Speed Time Time Time Current 04:06:33 Dload Upload Total Spent Left Speed 04:06:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 76375 0 --:--:-- --:--:-- --:--:-- 76841 04:06:33 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives/cost.csv 04:06:33 + cut -d, -f6 [Pipeline] lock 04:06:33 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] 04:06:33 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] did not exist. Created. 04:06:33 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] sh 04:06:33 + echo total: 0.2199999988079071 [Pipeline] stash 04:06:33 Stashed 1 file(s) [Pipeline] } 04:06:34 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] 04:06:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] // lock [Pipeline] } 04:06:34 $ docker stop --time=1 c8f8b1afa3902d167a19d04d98a19b555d1e3c441432eb3cf1d68b48c3325d04 04:06:35 $ docker rm -f c8f8b1afa3902d167a19d04d98a19b555d1e3c441432eb3cf1d68b48c3325d04 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 04:06:35 + sudo tee+ /etc/docker/daemon.new 04:06:35 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [Pipeline] } 04:06:36 { 04:06:36 "registry-mirrors": [ 04:06:36 "https://nexus3.edgexfoundry.org:10001" 04:06:36 ], 04:06:36 "bip": "10.250.0.254/24", 04:06:36 "hosts": [ 04:06:36 "tcp://0.0.0.0:5555", 04:06:36 "unix:///var/run/docker.sock" 04:06:36 ], 04:06:36 "mtu": 1458, 04:06:36 "selinux-enabled": true, 04:06:36 "seccomp-profile": "/etc/docker/seccomp.json" 04:06:36 } [Pipeline] sh 04:06:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:06:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:06:55 provisioning config files... 04:06:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config14237999422038899473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:06:55 ---> docker-login.sh 04:06:55 nexus3.edgexfoundry.org:10001 04:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:56 Configure a credential helper to remove this warning. See 04:06:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:56 04:06:56 Login Succeeded 04:06:56 nexus3.edgexfoundry.org:10002 04:06:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:57 Configure a credential helper to remove this warning. See 04:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:57 04:06:57 Login Succeeded 04:06:57 nexus3.edgexfoundry.org:10003 04:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:57 Configure a credential helper to remove this warning. See 04:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:57 04:06:57 Login Succeeded 04:06:57 nexus3.edgexfoundry.org:10004 04:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:57 Configure a credential helper to remove this warning. See 04:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:57 04:06:57 Login Succeeded 04:06:57 docker.io 04:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:58 Configure a credential helper to remove this warning. See 04:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:58 04:06:58 Login Succeeded 04:06:58 ---> docker-login.sh ends [Pipeline] } 04:06:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:06:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:06:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:06:58 ========================================================= 04:06:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:06:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:59 + 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:07:00 Sending build context to Docker daemon 5.38MB 04:07:00 Step 1/11 : ARG BASE=golang:1.18-alpine3.16 04:07:00 Step 2/11 : FROM ${BASE} AS builder 04:07:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:07:00 9b18e9b68314: Pulling fs layer 04:07:00 d32db5db7311: Pulling fs layer 04:07:00 d0c4b47475fc: Pulling fs layer 04:07:00 5831b945b038: Pulling fs layer 04:07:00 86bbec2aaacd: Pulling fs layer 04:07:00 e10730c5d714: Pulling fs layer 04:07:00 5dd5c2283517: Pulling fs layer 04:07:00 d5ac0230b979: Pulling fs layer 04:07:00 5831b945b038: Waiting 04:07:00 86bbec2aaacd: Waiting 04:07:00 e10730c5d714: Waiting 04:07:00 5dd5c2283517: Waiting 04:07:00 d5ac0230b979: Waiting 04:07:00 d0c4b47475fc: Download complete 04:07:00 d32db5db7311: Verifying Checksum 04:07:00 d32db5db7311: Download complete 04:07:00 86bbec2aaacd: Verifying Checksum 04:07:00 86bbec2aaacd: Download complete 04:07:00 e10730c5d714: Verifying Checksum 04:07:00 e10730c5d714: Download complete 04:07:00 9b18e9b68314: Verifying Checksum 04:07:01 9b18e9b68314: Pull complete 04:07:01 d5ac0230b979: Verifying Checksum 04:07:01 d5ac0230b979: Download complete 04:07:02 d32db5db7311: Pull complete 04:07:02 d0c4b47475fc: Pull complete 04:07:02 5dd5c2283517: Download complete 04:07:03 5831b945b038: Verifying Checksum 04:07:03 5831b945b038: Download complete 04:07:15 5831b945b038: Pull complete 04:07:15 86bbec2aaacd: Pull complete 04:07:15 e10730c5d714: Pull complete 04:07:22 5dd5c2283517: Pull complete 04:07:23 d5ac0230b979: Pull complete 04:07:23 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:07:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:07:23 ---> 59b3b1a385d4 04:07:23 Step 3/11 : ARG MAKE=make build 04:07:24 ---> Running in 90d1d647b846 04:07:24 Removing intermediate container 90d1d647b846 04:07:24 ---> 21bf346952e5 04:07:24 Step 4/11 : WORKDIR /device-sdk-go 04:07:24 ---> Running in 63da6d9a580c 04:07:24 Removing intermediate container 63da6d9a580c 04:07:24 ---> df6de53ef46a 04:07:24 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:07:24 ---> Running in 5fb4d098912c 04:07:24 Removing intermediate container 5fb4d098912c 04:07:24 ---> 273ecf62db40 04:07:24 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:25 ---> Running in d5fc77b633eb 04:07:27 Removing intermediate container d5fc77b633eb 04:07:27 ---> 412e1bf58ec1 04:07:27 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:07:27 ---> Running in b389418bf98a 04:07:27 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:07:28 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:07:29 OK: 221 MiB in 51 packages 04:07:30 Removing intermediate container b389418bf98a 04:07:30 ---> dc575bbf8304 04:07:30 Step 8/11 : COPY go.mod vendor* ./ 04:07:31 ---> 09594543ab0d 04:07:31 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:07:31 ---> Running in 19ae52d47dc7 04:08:27 Removing intermediate container 19ae52d47dc7 04:08:27 ---> eb5f895856fe 04:08:27 Step 10/11 : COPY . . 04:08:27 ---> f92d645aa13e 04:08:27 Step 11/11 : RUN ${MAKE} 04:08:27 ---> Running in cc652c6e2f49 04:08:27 noop 04:08:27 Removing intermediate container cc652c6e2f49 04:08:27 ---> 10721fd9f5aa 04:08:27 Successfully built 10721fd9f5aa 04:08:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:28 + docker inspect -f . ci-base-image-arm64 04:08:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:28 prd-ubuntu20.04-docker-arm64-4c-16g-8445 does not seem to be running inside a container 04:08:28 $ 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:08:29 $ docker top eda5f96a1730eafb492d177ddcc46c3701c86ebb7c2ae8d0557ae1f9f7d774e6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:30 + go version 04:08:30 go version go1.18.7 linux/arm64 [Pipeline] } 04:08:30 $ docker stop --time=1 eda5f96a1730eafb492d177ddcc46c3701c86ebb7c2ae8d0557ae1f9f7d774e6 04:08:32 $ docker rm -f eda5f96a1730eafb492d177ddcc46c3701c86ebb7c2ae8d0557ae1f9f7d774e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:32 + docker inspect -f . ci-base-image-arm64 04:08:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:33 prd-ubuntu20.04-docker-arm64-4c-16g-8445 does not seem to be running inside a container 04:08:33 $ 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:08:34 $ docker top 07aaa108702f64db051c4f5e3b5b37e4580d62e627f1bba5598eff4206f378be -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:35 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 04:08:35 + make test 04:08:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:09:14 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:11:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:11:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:11:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:11:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:11:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:11:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.563s coverage: 27.6% of statements 04:11:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.414s coverage: 78.9% of statements 04:11:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:11:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.584s coverage: 60.0% of statements 04:11:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:11:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:11:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.702s coverage: 54.4% of statements 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:11:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.444s coverage: 65.1% of statements 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:11:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.353s coverage: 89.2% of statements 04:11:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:12:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.252s coverage: 4.7% of statements 04:12:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:12:00 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:12:00 GO111MODULE=on go vet ./... 04:13:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:13:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:13:52 ./bin/test-attribution-txt.sh 04:13:52 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:13:52 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:13:52 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:13:52 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:13:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:13:52 $ docker stop --time=1 07aaa108702f64db051c4f5e3b5b37e4580d62e627f1bba5598eff4206f378be 04:13:54 $ docker rm -f 07aaa108702f64db051c4f5e3b5b37e4580d62e627f1bba5598eff4206f378be [Pipeline] // withDockerContainer [Pipeline] sh 04:13:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:13:56 Warning: overwriting stash ‘coverage-report’ 04:13:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:13:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:13:57 + ls -al . 04:13:57 total 272 04:13:57 drwxrwxr-x 10 jenkins jenkins 4096 Oct 18 04:08 . 04:13:57 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:06 .. 04:13:57 -rw-rw-r-- 1 jenkins jenkins 140 Oct 18 04:06 .dockerignore 04:13:57 drwxrwxr-x 8 jenkins jenkins 4096 Oct 18 04:06 .git 04:13:57 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:06 .github 04:13:57 -rw-rw-r-- 1 jenkins jenkins 131 Oct 18 04:06 .gitignore 04:13:57 -rw-rw-r-- 1 jenkins jenkins 42 Oct 18 04:06 .golangci.yml 04:13:57 -rw-rw-r-- 1 jenkins jenkins 29536 Oct 18 04:06 CHANGELOG.md 04:13:57 -rw-rw-r-- 1 jenkins jenkins 677 Oct 18 04:06 GOVERNANCE.md 04:13:57 -rw-rw-r-- 1 jenkins jenkins 880 Oct 18 04:06 Jenkinsfile 04:13:57 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 18 04:06 LICENSE 04:13:57 -rw-rw-r-- 1 jenkins jenkins 2003 Oct 18 04:06 Makefile 04:13:57 -rw-rw-r-- 1 jenkins jenkins 619 Oct 18 04:06 OWNERS.md 04:13:57 -rw-rw-r-- 1 jenkins jenkins 4881 Oct 18 04:06 README.md 04:13:57 -rw-rw-r-- 1 jenkins jenkins 5 Oct 18 04:04 VERSION 04:13:57 drwxrwxr-x 2 jenkins jenkins 4096 Oct 18 04:06 bin 04:13:57 -rw-r--r-- 1 jenkins jenkins 101009 Oct 18 04:12 coverage.out 04:13:57 drwxrwxr-x 5 jenkins jenkins 4096 Oct 18 04:06 example 04:13:57 -rw-rw-r-- 1 jenkins jenkins 3400 Oct 18 04:06 go.mod 04:13:57 -rw-rw-r-- 1 jenkins jenkins 37486 Oct 18 04:06 go.sum 04:13:57 drwxrwxr-x 14 jenkins jenkins 4096 Oct 18 04:06 internal 04:13:57 drwxrwxr-x 3 jenkins jenkins 4096 Oct 18 04:06 openapi 04:13:57 drwxrwxr-x 6 jenkins jenkins 4096 Oct 18 04:06 pkg 04:13:57 drwxrwxr-x 4 jenkins jenkins 4096 Oct 18 04:06 snap 04:13:57 -rw-rw-r-- 1 jenkins jenkins 222 Oct 18 04:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:58 + 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=38ae3a773550c1232390aa8f769b7c13d94a15b6 --label arch=arm64 --label version=0.0.0 . 04:13:58 Sending build context to Docker daemon 5.482MB 04:13:58 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:13:58 Step 2/25 : FROM ${BASE} AS builder 04:13:58 ---> 10721fd9f5aa 04:13:58 Step 3/25 : ARG MAKE=make build 04:13:58 ---> Running in da1506580059 04:13:58 Removing intermediate container da1506580059 04:13:58 ---> 5035bd94230e 04:13:58 Step 4/25 : WORKDIR /device-sdk-go 04:13:59 ---> Running in 470b9147be27 04:13:59 Removing intermediate container 470b9147be27 04:13:59 ---> 2862664ed88f 04:13:59 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:13:59 ---> Running in 4c5adf4633d9 04:13:59 Removing intermediate container 4c5adf4633d9 04:13:59 ---> 9b02cb31aa50 04:13:59 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:59 ---> Running in 460037d8cc99 04:14:01 Removing intermediate container 460037d8cc99 04:14:01 ---> 2a0c1c88fbf9 04:14:01 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:14:01 ---> Running in cc2d2db42447 04:14:02 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:14:03 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:14:05 OK: 221 MiB in 51 packages 04:14:05 Removing intermediate container cc2d2db42447 04:14:05 ---> 50586ec55165 04:14:05 Step 8/25 : COPY go.mod vendor* ./ 04:14:06 ---> eb70c64feaf4 04:14:06 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:06 ---> Running in 3a79f7da79f3 04:14:08 Removing intermediate container 3a79f7da79f3 04:14:08 ---> 41c5b3c8275d 04:14:08 Step 10/25 : COPY . . 04:14:09 ---> 9e82050c26a5 04:14:09 Step 11/25 : RUN ${MAKE} 04:14:09 ---> Running in a2e7df24c6c0 04:14:11 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:16:48 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:16:48 Removing intermediate container a2e7df24c6c0 04:16:48 ---> 951b96ec3517 04:16:48 Step 12/25 : FROM alpine:3.16 04:16:48 3.16: Pulling from library/alpine 04:16:48 9b18e9b68314: Already exists 04:16:48 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:16:48 Status: Downloaded newer image for alpine:3.16 04:16:48 ---> a6215f271958 04:16:48 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:16:48 ---> Running in 8bdf739d84ae 04:16:48 Removing intermediate container 8bdf739d84ae 04:16:48 ---> 72db9ed257ea 04:16:48 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:48 ---> Running in d0d118676023 04:16:48 Removing intermediate container d0d118676023 04:16:48 ---> fdb8df7fcbf2 04:16:48 Step 15/25 : RUN apk add --update --no-cache zeromq 04:16:48 ---> Running in adef2de9b330 04:16:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:16:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:16:51 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:16:51 (2/5) Installing libsodium (1.0.18-r0) 04:16:51 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:16:51 (4/5) Installing libzmq (4.3.4-r0) 04:16:51 (5/5) Installing zeromq (4.3.4-r0) 04:16:51 Executing busybox-1.35.0-r17.trigger 04:16:51 OK: 8 MiB in 19 packages 04:16:52 Removing intermediate container adef2de9b330 04:16:52 ---> 215bbcac3932 04:16:52 Step 16/25 : WORKDIR / 04:16:52 ---> Running in fd167a6c9bd2 04:16:52 Removing intermediate container fd167a6c9bd2 04:16:52 ---> e323887740f8 04:16:52 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:16:53 ---> 146207f33c5c 04:16:53 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:16:54 ---> f38ebfde52bf 04:16:54 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:16:55 ---> 2a0ad56f09d2 04:16:55 Step 20/25 : EXPOSE 59999 04:16:55 ---> Running in 780bbf3e6fcf 04:16:55 Removing intermediate container 780bbf3e6fcf 04:16:55 ---> e6a41945f47f 04:16:55 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:16:55 ---> Running in 739ffb6e637d 04:16:55 Removing intermediate container 739ffb6e637d 04:16:55 ---> 7d54f06dcc6a 04:16:55 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:56 ---> Running in 8ae4470373a3 04:16:56 Removing intermediate container 8ae4470373a3 04:16:56 ---> e4bd02fd231a 04:16:56 Step 23/25 : LABEL arch=arm64 04:16:56 ---> Running in 14708bb24c2b 04:16:56 Removing intermediate container 14708bb24c2b 04:16:56 ---> c420d3f5b4d5 04:16:56 Step 24/25 : LABEL git_sha=38ae3a773550c1232390aa8f769b7c13d94a15b6 04:16:56 ---> Running in aa019bcb1f2b 04:16:57 Removing intermediate container aa019bcb1f2b 04:16:57 ---> ea520e12b020 04:16:57 Step 25/25 : LABEL version=0.0.0 04:16:57 ---> Running in c05e18942bf4 04:16:57 Removing intermediate container c05e18942bf4 04:16:57 ---> 701cae6fdd51 04:16:57 [Warning] One or more build-args [ARCH] were not consumed 04:16:57 Successfully built 701cae6fdd51 04:16:57 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:16:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:58 04:16:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:59 arm64: Pulling from edgex-lftools-log-publisher 04:16:59 8998bd30e6a1: Pulling fs layer 04:16:59 04944245beec: Pulling fs layer 04:16:59 699f458cf7ca: Pulling fs layer 04:16:59 765212b225bb: Pulling fs layer 04:16:59 f23df028b6ca: Pulling fs layer 04:16:59 d65c8cfc05b1: Pulling fs layer 04:16:59 2437ff75d9bd: Pulling fs layer 04:16:59 765212b225bb: Waiting 04:16:59 f23df028b6ca: Waiting 04:16:59 d65c8cfc05b1: Waiting 04:16:59 2437ff75d9bd: Waiting 04:16:59 04944245beec: Verifying Checksum 04:16:59 04944245beec: Download complete 04:16:59 765212b225bb: Verifying Checksum 04:16:59 765212b225bb: Download complete 04:16:59 f23df028b6ca: Download complete 04:16:59 d65c8cfc05b1: Verifying Checksum 04:16:59 d65c8cfc05b1: Download complete 04:16:59 699f458cf7ca: Verifying Checksum 04:16:59 699f458cf7ca: Download complete 04:16:59 8998bd30e6a1: Verifying Checksum 04:16:59 8998bd30e6a1: Download complete 04:17:02 2437ff75d9bd: Verifying Checksum 04:17:02 2437ff75d9bd: Download complete 04:17:03 8998bd30e6a1: Pull complete 04:17:04 04944245beec: Pull complete 04:17:05 699f458cf7ca: Pull complete 04:17:05 765212b225bb: Pull complete 04:17:06 f23df028b6ca: Pull complete 04:17:06 d65c8cfc05b1: Pull complete 04:17:21 2437ff75d9bd: Pull complete 04:17:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:17:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:17:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:17:21 prd-ubuntu20.04-docker-arm64-4c-16g-8445 does not seem to be running inside a container 04:17:21 $ 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:17:24 $ docker top 8f6cd376dfd571527ea497b1c13aabcd7064b40377634ab9ca4016694193fee6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:25 ---> job-cost.sh 04:17:25 lf-activate-venv: SKIPPING 04:17:25 INFO: No Stack... 04:17:26 INFO: Retrieving Pricing Info for: v3-standard-4 04:17:27 INFO: Archiving Costs [Pipeline] sh 04:17:27 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:17:27 + cut -d, -f6 [Pipeline] lock 04:17:28 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] 04:17:28 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] did not exist. Created. 04:17:28 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:28 /w/workspace/device-sdk-go/1@tmp/durable-8126d27f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:17:29 + echo total: 0.10999999940395355 [Pipeline] stash 04:17:29 Warning: overwriting stash ‘stack-cost’ 04:17:29 Stashed 1 file(s) [Pipeline] } 04:17:29 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1240-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:17:29 $ docker stop --time=1 8f6cd376dfd571527ea497b1c13aabcd7064b40377634ab9ca4016694193fee6 04:17:31 $ docker rm -f 8f6cd376dfd571527ea497b1c13aabcd7064b40377634ab9ca4016694193fee6 [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:17:32 provisioning config files... 04:17:32 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config11795763888118891888tmp [Pipeline] { [Pipeline] sh 04:17:32 + set +x 04:17:32 + curl -s https://codecov.io/bash 04:17:32 + bash -s -- 04:17:32 04:17:32 _____ _ 04:17:32 / ____| | | 04:17:32 | | ___ __| | ___ ___ _____ __ 04:17:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:17:32 | |___| (_) | (_| | __/ (_| (_) \ V / 04:17:32 \_____\___/ \__,_|\___|\___\___/ \_/ 04:17:32 Bash-1.0.6 04:17:32 04:17:32 04:17:32 ==> git version 2.25.1 found 04:17:32 ==> 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:17:32 Release-Date: 2020-01-08 04:17:32 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:17:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:17:32 ==> Jenkins CI detected. 04:17:32 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1240 04:17:32 project root: . 04:17:32 --> token set from env 04:17:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:17:32 ==> Running gcov in . (disable via -X gcov) 04:17:32 ==> Python coveragepy not found 04:17:32 ==> Searching for coverage reports in: 04:17:32 + . 04:17:32 -> Found 1 reports 04:17:32 ==> Detecting git/mercurial file structure 04:17:32 ==> Reading reports 04:17:32 + ./coverage.out bytes=101009 04:17:32 ==> Appending adjustments 04:17:32 https://docs.codecov.io/docs/fixing-reports 04:17:32 + Found adjustments 04:17:32 ==> Gzipping contents 04:17:32 16K /tmp/codecov.fEk6gC.gz 04:17:32 ==> Uploading reports 04:17:32 url: https://codecov.io 04:17:32 query: branch=PR-1240&commit=38ae3a773550c1232390aa8f769b7c13d94a15b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1240%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1240&job=&cmd_args= 04:17:32 -> Pinging Codecov 04:17:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1240&commit=38ae3a773550c1232390aa8f769b7c13d94a15b6&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1240%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1240&job=&cmd_args= 04:17:33 -> Uploading to 04:17:33 https://storage.googleapis.com/codecov/v4/raw/2022-10-18/7E55EF52A471D76F132DFD9A03CDDE97/38ae3a773550c1232390aa8f769b7c13d94a15b6/934fba5c-7c42-4416-a42d-add14ec18144.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221018%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221018T041732Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9f37c22376a04b72561d9656a9e07af0ebae43e976067808eed31f7ca8b60a7 04:17:33 % Total % Received % Xferd Average Speed Time Time Time Current 04:17:33 Dload Upload Total Spent Left Speed 04:17:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14585 0 0 100 14585 0 58810 --:--:-- --:--:-- --:--:-- 58810 04:17:33 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/38ae3a773550c1232390aa8f769b7c13d94a15b6 [Pipeline] } 04:17:33 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:17:35 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives ] 04:17:35 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives 04:17:35 total 16 04:17:35 drwxr-xr-x 3 root root 4096 Oct 18 04:06 . 04:17:35 drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 04:06 .. 04:17:35 drwxr-xr-x 2 root root 4096 Oct 18 04:06 cost 04:17:35 -rw-r--r-- 1 root root 86 Oct 18 04:06 cost.csv 04:17:35 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives 04:17:35 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives 04:17:35 total 16 04:17:35 drwxr-xr-x 3 jenkins jenkins 4096 Oct 18 04:06 . 04:17:35 drwxrwxr-x 12 jenkins jenkins 4096 Oct 18 04:06 .. 04:17:35 drwxr-xr-x 2 jenkins jenkins 4096 Oct 18 04:06 cost 04:17:35 -rw-r--r-- 1 jenkins jenkins 86 Oct 18 04:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:17:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:17:36 ---> package-listing.sh 04:17:36 ++ facter osfamily 04:17:36 ++ tr '[:upper:]' '[:lower:]' 04:17:36 + OS_FAMILY=debian 04:17:36 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1240 04:17:36 + START_PACKAGES=/tmp/packages_start.txt 04:17:36 + END_PACKAGES=/tmp/packages_end.txt 04:17:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:17:36 + PACKAGES=/tmp/packages_start.txt 04:17:36 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1240 ']' 04:17:36 + PACKAGES=/tmp/packages_end.txt 04:17:36 + case "${OS_FAMILY}" in 04:17:36 + dpkg -l 04:17:36 + grep '^ii' 04:17:36 + '[' -f /tmp/packages_start.txt ']' 04:17:36 + '[' -f /tmp/packages_end.txt ']' 04:17:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:17:36 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1240 ']' 04:17:36 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives/ 04:17:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1240/archives/ [Pipeline] echo 04:17:36 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-1240/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:17:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:17:37 prd-ubuntu20.04-docker-8c-8g-8443 does not seem to be running inside a container 04:17:37 $ 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-1240/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-1240 -v /w/workspace/gexfoundry_device-sdk-go_PR-1240:/w/workspace/gexfoundry_device-sdk-go_PR-1240:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:17:37 $ docker top 8a8961c28b3a014f7e78ef8c235aee0e4f1c73e3c35b1edd8dfae3bed4c6aa44 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:38 + touch /tmp/pre-build-complete [Pipeline] sh 04:17:38 + mkdir -p /var/log/sysstat [Pipeline] sh 04:17:38 + ls /var/log/sa-host 04:17:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:39 provisioning config files... 04:17:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1240@tmp/config3379456545742520636tmp [Pipeline] { [Pipeline] echo 04:17:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:17:39 ---> create-netrc.sh [Pipeline] } 04:17:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:17:39 ---> python-tools-install.sh [Pipeline] echo 04:17:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:17:40 ---> sudo-logs.sh 04:17:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:17:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:17:40 ---> job-cost.sh 04:17:40 lf-activate-venv: SKIPPING 04:17:40 DEBUG: total: 0.2199999988079071 04:17:40 INFO: Retrieving Stack Cost... 04:17:41 INFO: Retrieving Pricing Info for: v3-standard-8 04:17:41 INFO: Archiving Costs [Pipeline] echo 04:17:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:41 ---> logs-deploy.sh 04:17:41 lf-activate-venv: SKIPPING 04:17:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1240/1 04:17:41 INFO: archiving workspace using pattern(s): 04:17:42 Archives upload complete. 04:17:43 INFO: archiving logs to Nexus 04:17:43 ---> uname -a: 04:17:43 Linux prd-ubuntu20-04-docker-8c-8g-8443 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:17:43 04:17:43 04:17:43 ---> lscpu: 04:17:43 Architecture: x86_64 04:17:43 CPU op-mode(s): 32-bit, 64-bit 04:17:43 Byte Order: Little Endian 04:17:43 Address sizes: 40 bits physical, 48 bits virtual 04:17:43 CPU(s): 8 04:17:43 On-line CPU(s) list: 0-7 04:17:43 Thread(s) per core: 1 04:17:43 Core(s) per socket: 1 04:17:43 Socket(s): 8 04:17:43 NUMA node(s): 1 04:17:43 Vendor ID: AuthenticAMD 04:17:43 CPU family: 23 04:17:43 Model: 49 04:17:43 Model name: AMD EPYC-Rome Processor 04:17:43 Stepping: 0 04:17:43 CPU MHz: 2799.998 04:17:43 BogoMIPS: 5599.99 04:17:43 Virtualization: AMD-V 04:17:43 Hypervisor vendor: KVM 04:17:43 Virtualization type: full 04:17:43 L1d cache: 256 KiB 04:17:43 L1i cache: 256 KiB 04:17:43 L2 cache: 4 MiB 04:17:43 L3 cache: 128 MiB 04:17:43 NUMA node0 CPU(s): 0-7 04:17:43 Vulnerability Itlb multihit: Not affected 04:17:43 Vulnerability L1tf: Not affected 04:17:43 Vulnerability Mds: Not affected 04:17:43 Vulnerability Meltdown: Not affected 04:17:43 Vulnerability Mmio stale data: Not affected 04:17:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:17:43 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:17:43 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:17:43 Vulnerability Srbds: Not affected 04:17:43 Vulnerability Tsx async abort: Not affected 04:17:43 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:17:43 04:17:43 04:17:43 ---> nproc: 04:17:43 8 04:17:43 04:17:43 04:17:43 ---> df -h: 04:17:43 Filesystem Size Used Avail Use% Mounted on 04:17:43 overlay 155G 12G 144G 8% / 04:17:43 tmpfs 64M 0 64M 0% /dev 04:17:43 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:17:43 shm 64M 0 64M 0% /dev/shm 04:17:43 /dev/vda1 155G 12G 144G 8% /facter-os 04:17:43 04:17:43 04:17:43 ---> sar -b -r -n DEV: 04:17:43 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8443) 10/18/22 _x86_64_ (8 CPU) 04:17:43 04:17:43 04:03:34 LINUX RESTART (8 CPU) 04:17:43 04:17:43 04:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:17:43 04:05:01 191.09 17.25 173.83 0.00 2018.64 75090.46 0.00 04:17:43 04:06:01 108.67 0.32 108.35 0.00 21.46 16229.83 0.00 04:17:43 04:07:01 128.02 0.03 127.99 0.00 3.47 33467.91 0.00 04:17:43 04:08:01 1.63 0.00 1.63 0.00 0.00 20.01 0.00 04:17:43 04:09:01 39.24 9.33 29.91 0.00 2884.32 4767.61 0.00 04:17:43 04:10:01 3.03 0.00 3.03 0.00 0.00 33.19 0.00 04:17:43 04:11:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 04:17:43 04:12:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 04:17:43 04:13:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 04:17:43 04:14:01 1.52 0.00 1.52 0.00 0.00 28.66 0.00 04:17:43 04:15:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 04:17:43 04:16:01 0.90 0.00 0.90 0.00 0.00 11.20 0.00 04:17:43 04:17:01 1.20 0.02 1.18 0.00 0.13 12.80 0.00 04:17:43 Average: 36.71 2.05 34.66 0.00 376.96 9894.43 0.00 04:17:43 04:17:43 04:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:17:43 04:05:01 28586416 31586968 726056 2.21 130816 3092440 1833608 5.40 1048424 2832392 7720 04:17:43 04:06:01 28305236 31408136 897968 2.73 136788 3169820 2360768 6.96 1372072 2761364 75816 04:17:43 04:07:01 27813884 31565128 740836 2.25 147224 3760160 1747960 5.15 1228040 3348820 460 04:17:43 04:08:01 27814164 31565448 740240 2.25 147236 3760164 1747960 5.15 1228124 3348820 244 04:17:43 04:09:01 27535904 31558476 729932 2.22 165672 4009192 1800384 5.31 1373880 3457240 248 04:17:43 04:10:01 27536848 31559308 729392 2.22 165752 4009188 1783912 5.26 1372964 3457204 8 04:17:43 04:11:01 27540108 31562616 726008 2.21 165832 4009168 1783912 5.26 1369852 3457208 8 04:17:43 04:12:01 27539864 31562512 726196 2.21 165856 4009204 1783912 5.26 1369904 3457252 144 04:17:43 04:13:01 27540108 31562772 725856 2.21 165896 4009200 1783912 5.26 1369900 3457256 24 04:17:43 04:14:01 27539988 31562892 725724 2.21 165976 4009212 1783912 5.26 1370344 3457376 264 04:17:43 04:15:01 27539908 31562812 725820 2.21 166000 4009204 1783912 5.26 1369976 3457376 0 04:17:43 04:16:01 27540792 31563768 724912 2.20 166016 4009216 1783912 5.26 1369944 3457380 204 04:17:43 04:17:01 27539816 31562904 725412 2.21 166048 4009212 1783912 5.26 1370388 3457380 156 04:17:43 Average: 27721003 31552595 741873 2.26 158086 3835798 1827844 5.39 1324139 3339005 6561 04:17:43 04:17:43 04:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:17:43 04:05:01 docker0 156.63 195.12 12.68 1773.93 0.00 0.00 0.00 0.00 04:17:43 04:05:01 lo 6.71 6.71 0.65 0.65 0.00 0.00 0.00 0.00 04:17:43 04:05:01 ens3 810.64 532.50 8032.49 97.59 0.00 0.00 0.00 0.00 04:17:43 04:06:01 veth52762c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:17:43 04:06:01 docker0 9.48 11.13 0.55 40.94 0.00 0.00 0.00 0.00 04:17:43 04:06:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 04:17:43 04:06:01 ens3 77.69 66.82 92.24 95.74 0.00 0.00 0.00 0.00 04:17:43 04:07:01 docker0 8.66 11.25 0.51 57.80 0.00 0.00 0.00 0.00 04:17:43 04:07:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 04:17:43 04:07:01 ens3 121.93 82.86 2588.35 15.78 0.00 0.00 0.00 0.00 04:17:43 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:08:01 ens3 1.25 0.98 0.60 0.15 0.00 0.00 0.00 0.00 04:17:43 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:09:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 04:17:43 04:09:01 ens3 50.96 28.76 1297.24 2.45 0.00 0.00 0.00 0.00 04:17:43 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:10:01 ens3 0.33 0.25 0.09 0.08 0.00 0.00 0.00 0.00 04:17:43 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:11:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:12:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:15:01 ens3 0.13 0.08 0.07 0.06 0.00 0.00 0.00 0.00 04:17:43 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:17:43 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 04:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:43 Average: docker0 13.26 16.50 1.04 141.95 0.00 0.00 0.00 0.00 04:17:43 Average: lo 0.78 0.78 0.07 0.07 0.00 0.00 0.00 0.00 04:17:43 Average: ens3 80.86 54.20 914.81 16.19 0.00 0.00 0.00 0.00 04:17:43 04:17:43 04:17:43 ---> sar -P ALL: 04:17:43 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8443) 10/18/22 _x86_64_ (8 CPU) 04:17:43 04:17:43 04:03:34 LINUX RESTART (8 CPU) 04:17:43 04:17:43 04:04:02 CPU %user %nice %system %iowait %steal %idle 04:17:43 04:05:01 all 11.43 0.00 4.42 1.73 0.05 82.36 04:17:43 04:05:01 0 11.31 0.00 4.73 2.93 0.05 80.97 04:17:43 04:05:01 1 11.03 0.00 4.34 2.33 0.05 82.25 04:17:43 04:05:01 2 12.08 0.00 3.99 0.10 0.05 83.77 04:17:43 04:05:01 3 10.84 0.00 4.52 1.28 0.05 83.30 04:17:43 04:05:01 4 13.59 0.00 4.00 0.19 0.05 82.17 04:17:43 04:05:01 5 10.92 0.00 4.26 0.89 0.05 83.88 04:17:43 04:05:01 6 10.72 0.00 4.46 4.68 0.05 80.08 04:17:43 04:05:01 7 10.96 0.00 5.10 1.46 0.07 82.41 04:17:43 04:06:01 all 45.05 0.00 6.78 0.57 0.08 47.52 04:17:43 04:06:01 0 44.87 0.00 7.40 1.04 0.08 46.60 04:17:43 04:06:01 1 46.09 0.00 6.64 1.11 0.07 46.09 04:17:43 04:06:01 2 45.39 0.00 6.71 0.20 0.08 47.61 04:17:43 04:06:01 3 44.31 0.00 6.78 0.54 0.08 48.29 04:17:43 04:06:01 4 43.33 0.00 6.79 0.07 0.08 49.72 04:17:43 04:06:01 5 45.25 0.00 6.31 0.44 0.07 47.93 04:17:43 04:06:01 6 45.34 0.00 6.79 0.97 0.08 46.82 04:17:43 04:06:01 7 45.81 0.00 6.81 0.15 0.08 47.14 04:17:43 04:07:01 all 15.74 0.00 3.27 0.80 0.04 80.15 04:17:43 04:07:01 0 14.12 0.00 4.04 0.02 0.05 81.77 04:17:43 04:07:01 1 17.11 0.00 2.97 0.03 0.05 79.84 04:17:43 04:07:01 2 16.42 0.00 3.38 0.23 0.03 79.93 04:17:43 04:07:01 3 15.67 0.00 3.76 2.70 0.05 77.82 04:17:43 04:07:01 4 14.53 0.00 3.05 0.17 0.05 82.20 04:17:43 04:07:01 5 16.16 0.00 3.10 0.57 0.05 80.12 04:17:43 04:07:01 6 17.44 0.00 3.00 1.34 0.03 78.19 04:17:43 04:07:01 7 14.46 0.00 2.82 1.31 0.03 81.38 04:17:43 04:08:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:17:43 04:08:01 0 0.00 0.00 0.03 0.00 0.00 99.97 04:17:43 04:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:08:01 3 0.00 0.00 0.00 0.03 0.00 99.97 04:17:43 04:08:01 4 0.03 0.00 0.03 0.00 0.02 99.92 04:17:43 04:08:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:17:43 04:08:01 6 0.03 0.00 0.00 0.00 0.02 99.95 04:17:43 04:08:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:17:43 04:09:01 all 1.14 0.00 0.72 0.33 0.01 97.79 04:17:43 04:09:01 0 0.87 0.00 0.25 0.12 0.00 98.77 04:17:43 04:09:01 1 1.73 0.00 2.17 0.38 0.02 95.70 04:17:43 04:09:01 2 1.07 0.00 0.72 0.08 0.02 98.11 04:17:43 04:09:01 3 0.87 0.00 0.33 0.13 0.02 98.65 04:17:43 04:09:01 4 1.04 0.00 0.64 0.40 0.02 97.91 04:17:43 04:09:01 5 1.64 0.00 0.90 0.03 0.02 97.41 04:17:43 04:09:01 6 1.24 0.00 0.38 0.32 0.02 98.04 04:17:43 04:09:01 7 0.69 0.00 0.40 1.17 0.02 97.72 04:17:43 04:10:01 all 0.27 0.00 0.02 0.01 0.00 99.71 04:17:43 04:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:17:43 04:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:17:43 04:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:10:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:17:43 04:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:17:43 04:10:01 5 0.02 0.00 0.03 0.00 0.00 99.95 04:17:43 04:10:01 6 2.00 0.00 0.02 0.03 0.00 97.95 04:17:43 04:10:01 7 0.03 0.00 0.02 0.03 0.00 99.92 04:17:43 04:11:01 all 0.27 0.00 0.01 0.00 0.01 99.70 04:17:43 04:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:17:43 04:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:17:43 04:11:01 3 0.05 0.00 0.03 0.00 0.02 99.90 04:17:43 04:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:17:43 04:11:01 5 0.05 0.00 0.00 0.02 0.02 99.92 04:17:43 04:11:01 6 1.99 0.00 0.02 0.00 0.02 97.98 04:17:43 04:11:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:17:43 04:12:01 all 0.26 0.00 0.01 0.00 0.01 99.72 04:17:43 04:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 04:17:43 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:17:43 04:12:01 4 0.02 0.00 0.02 0.00 0.02 99.95 04:17:43 04:12:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:17:43 04:12:01 6 1.99 0.00 0.00 0.00 0.02 98.00 04:17:43 04:12:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:17:43 04:13:01 all 0.27 0.00 0.01 0.00 0.00 99.72 04:17:43 04:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 04:17:43 04:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:17:43 04:13:01 3 0.05 0.00 0.02 0.00 0.00 99.93 04:17:43 04:13:01 4 0.05 0.00 0.00 0.00 0.00 99.95 04:17:43 04:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:17:43 04:13:01 6 1.99 0.00 0.03 0.00 0.02 97.96 04:17:43 04:13:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:17:43 04:14:01 all 0.26 0.00 0.01 0.01 0.00 99.72 04:17:43 04:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:14:01 3 0.02 0.00 0.02 0.02 0.00 99.95 04:17:43 04:14:01 4 0.00 0.00 0.02 0.02 0.00 99.97 04:17:43 04:14:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:17:43 04:14:01 6 2.00 0.00 0.00 0.00 0.02 97.98 04:17:43 04:14:01 7 0.00 0.00 0.02 0.03 0.00 99.95 04:17:43 04:15:01 all 0.14 0.00 0.02 0.01 0.01 99.83 04:17:43 04:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 04:17:43 04:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:17:43 04:15:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:17:43 04:15:01 6 0.98 0.00 0.18 0.00 0.02 98.82 04:17:43 04:15:01 7 0.00 0.00 0.00 0.07 0.00 99.93 04:17:43 04:17:43 04:15:01 CPU %user %nice %system %iowait %steal %idle 04:17:43 04:16:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:17:43 04:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 04:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:16:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:17:43 04:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:17:43 04:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:17:43 04:16:01 5 0.00 0.00 0.02 0.02 0.00 99.97 04:17:43 04:16:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:17:43 04:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:17:43 04:17:01 all 0.01 0.00 0.01 0.00 0.00 99.98 04:17:43 04:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:17:43 04:17:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:17:43 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:17:43 04:17:01 5 0.02 0.00 0.00 0.02 0.00 99.97 04:17:43 04:17:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:17:43 04:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:17:43 Average: all 5.71 0.00 1.16 0.26 0.02 92.84 04:17:43 Average: 0 5.44 0.00 1.25 0.31 0.02 92.98 04:17:43 Average: 1 5.82 0.00 1.23 0.29 0.02 92.64 04:17:43 Average: 2 5.72 0.00 1.13 0.05 0.01 93.09 04:17:43 Average: 3 5.48 0.00 1.18 0.36 0.02 92.96 04:17:43 Average: 4 5.54 0.00 1.11 0.06 0.02 93.27 04:17:43 Average: 5 5.65 0.00 1.11 0.15 0.02 93.07 04:17:43 Average: 6 6.56 0.00 1.13 0.55 0.02 91.73 04:17:43 Average: 7 5.49 0.00 1.15 0.33 0.02 93.02 04:17:43 04:17:43 04:17:43