Pull request #1253 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ad7ff67562758a1d1fd8c4c6ed296a967569faa9+0b0fd8621743a303648e9248d2aa1db21f4d7aab (8d6ae7bb47923cd16be9d18a04ee2930b66a65a9) 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-ssh3385267268809014457.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-ssh10183258390854858100.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-1253/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-1253/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9411266735557028792.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-1253/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17701765957498054547.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-ssh8616366067504868764.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-1253/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-1253/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh527086870715301136.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-117802 in /w/workspace/gexfoundry_device-sdk-go_PR-1253 [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-1253 # 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/1253/head:refs/remotes/origin/PR-1253 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 0b0fd8621743a303648e9248d2aa1db21f4d7aab into PR head commit ad7ff67562758a1d1fd8c4c6ed296a967569faa9 Merge succeeded, producing ad7ff67562758a1d1fd8c4c6ed296a967569faa9 Checking out Revision ad7ff67562758a1d1fd8c4c6ed296a967569faa9 (PR-1253) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > git config core.sparsecheckout # timeout=10 > git checkout -f ad7ff67562758a1d1fd8c4c6ed296a967569faa9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 0b0fd8621743a303648e9248d2aa1db21f4d7aab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad7ff67562758a1d1fd8c4c6ed296a967569faa9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:04:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:04:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:04:51 ========================================================= 04:04:51 EdgeX Global Pipelines Version Info 04:04:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:04:52 ------------------- 04:04:52 stable info: 04:04:52 ------------------- 04:04:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:04:52 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:04:52 Message: update stable to v1.0.243 04:04:53 ------------------- 04:04:53 experimental info: 04:04:53 ------------------- 04:04:53 Commited By: **** collab-it+edgex@linuxfoundation.org 04:04:53 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 04:04:53 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:04:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1253 [Pipeline] echo 04:04:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1253 [Pipeline] echo 04:04:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1253 [Pipeline] echo 04:04:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad7ff67562758a1d1fd8c4c6ed296a967569faa9 [Pipeline] echo 04:04:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad7ff67 [Pipeline] echo 04:04:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:04:55 provisioning config files... 04:04:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/config16136628569570865229tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:55 ---> docker-login.sh 04:04:55 nexus3.edgexfoundry.org:10001 04:04:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:56 Configure a credential helper to remove this warning. See 04:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:56 04:04:56 Login Succeeded 04:04:56 nexus3.edgexfoundry.org:10002 04:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:56 Configure a credential helper to remove this warning. See 04:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:56 04:04:56 Login Succeeded 04:04:56 nexus3.edgexfoundry.org:10003 04:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:56 Configure a credential helper to remove this warning. See 04:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:56 04:04:56 Login Succeeded 04:04:56 nexus3.edgexfoundry.org:10004 04:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:56 Configure a credential helper to remove this warning. See 04:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:56 04:04:56 Login Succeeded 04:04:56 docker.io 04:04:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:57 Configure a credential helper to remove this warning. See 04:04:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:57 04:04:57 Login Succeeded 04:04:57 ---> docker-login.sh ends [Pipeline] } 04:04:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:04:57 + git rev-list -1 --merges ad7ff67562758a1d1fd8c4c6ed296a967569faa9~1..ad7ff67562758a1d1fd8c4c6ed296a967569faa9 [Pipeline] echo 04:04:57 -----------> git rev-list -1 --merges ad7ff67562758a1d1fd8c4c6ed296a967569faa9~1..ad7ff67562758a1d1fd8c4c6ed296a967569faa9 ad7ff67562758a1d1fd8c4c6ed296a967569faa9 [false] [Pipeline] sh 04:04:58 + git log --format=format:%s -1 ad7ff67562758a1d1fd8c4c6ed296a967569faa9 [Pipeline] echo 04:04:58 ========================================================= 04:04:58 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:04:58 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:04:58 + git log --format=format:%s -1 ad7ff67562758a1d1fd8c4c6ed296a967569faa9 [Pipeline] echo 04:04:58 [semverPrep] GIT_COMMIT: ad7ff67562758a1d1fd8c4c6ed296a967569faa9, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:04:58 [semverPrep] This is not a build commit. [Pipeline] sh 04:04:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:04:59 + grep -v github /etc/ssh/ssh_known_hosts 04:04:59 + [ -e /tmp/ssh_known_hosts ] 04:04:59 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:04:59 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:04:59 + sudo tee -a /etc/ssh/ssh_known_hosts 04:04:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:59 04:04:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:05:00 0.1.4: Pulling from edgex-devops/py-git-semver 04:05:00 b85a868b505f: Pulling fs layer 04:05:00 e2be974225ed: Pulling fs layer 04:05:00 339a4e72a1f5: Pulling fs layer 04:05:00 988bab9f4d93: Pulling fs layer 04:05:00 1469e6f7b9e6: Pulling fs layer 04:05:00 eaf3925da568: Pulling fs layer 04:05:00 bab4dde63d76: Pulling fs layer 04:05:00 bde34c3a00c8: Pulling fs layer 04:05:00 b352a97aabf1: Pulling fs layer 04:05:00 4872d77fe225: Pulling fs layer 04:05:00 5851b861e8e6: Pulling fs layer 04:05:00 bab4dde63d76: Waiting 04:05:00 4872d77fe225: Waiting 04:05:00 5851b861e8e6: Waiting 04:05:00 bde34c3a00c8: Waiting 04:05:00 1469e6f7b9e6: Waiting 04:05:00 eaf3925da568: Waiting 04:05:00 988bab9f4d93: Waiting 04:05:00 b352a97aabf1: Waiting 04:05:00 e2be974225ed: Download complete 04:05:00 988bab9f4d93: Verifying Checksum 04:05:00 988bab9f4d93: Download complete 04:05:00 1469e6f7b9e6: Verifying Checksum 04:05:00 1469e6f7b9e6: Download complete 04:05:00 eaf3925da568: Download complete 04:05:00 339a4e72a1f5: Verifying Checksum 04:05:00 339a4e72a1f5: Download complete 04:05:00 bde34c3a00c8: Download complete 04:05:00 b352a97aabf1: Download complete 04:05:00 4872d77fe225: Download complete 04:05:00 5851b861e8e6: Download complete 04:05:00 b85a868b505f: Verifying Checksum 04:05:00 b85a868b505f: Download complete 04:05:00 bab4dde63d76: Verifying Checksum 04:05:00 bab4dde63d76: Download complete 04:05:01 b85a868b505f: Pull complete 04:05:02 e2be974225ed: Pull complete 04:05:02 339a4e72a1f5: Pull complete 04:05:02 988bab9f4d93: Pull complete 04:05:02 1469e6f7b9e6: Pull complete 04:05:02 eaf3925da568: Pull complete 04:05:04 bab4dde63d76: Pull complete 04:05:04 bde34c3a00c8: Pull complete 04:05:04 b352a97aabf1: Pull complete 04:05:05 4872d77fe225: Pull complete 04:05:05 5851b861e8e6: Pull complete 04:05:05 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:05:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:05:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:05 prd-ubuntu20.04-docker-8c-8g-117802 does not seem to be running inside a container 04:05:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1253 -v /w/workspace/gexfoundry_device-sdk-go_PR-1253:/w/workspace/gexfoundry_device-sdk-go_PR-1253:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:05:07 $ docker top 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 -eo pid,comm 04:05:07 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:05:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:05:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:05:07 [ssh-agent] Looking for ssh-agent implementation... 04:05:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:05:07 $ docker exec 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 ssh-agent 04:05:07 SSH_AUTH_SOCK=/tmp/ssh-7duQDdXwKhJP/agent.33 04:05:07 SSH_AGENT_PID=39 04:05:07 Running ssh-add (command line suppressed) 04:05:07 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/private_key_7882535173036065060.key (/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/private_key_7882535173036065060.key) 04:05:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:05:08 + git tag --points-at HEAD [Pipeline] } 04:05:08 $ docker exec --env ******** --env ******** 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 ssh-agent -k 04:05:08 unset SSH_AUTH_SOCK; 04:05:08 unset SSH_AGENT_PID; 04:05:08 echo Agent pid 39 killed; 04:05:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:05:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:05:08 [ssh-agent] Looking for ssh-agent implementation... 04:05:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:05:08 $ docker exec 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 ssh-agent 04:05:08 SSH_AUTH_SOCK=/tmp/ssh-t9nNdM4V0q5f/agent.71 04:05:08 SSH_AGENT_PID=78 04:05:08 Running ssh-add (command line suppressed) 04:05:08 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/private_key_3073424884402819711.key (/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/private_key_3073424884402819711.key) 04:05:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:05:09 + git semver init 04:05:09 2022-11-02 04:05:09,496 [run_init] DEBUG init version:0.0.0 force:False 04:05:09 2022-11-02 04:05:09,498 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver 04:05:09 2022-11-02 04:05:09,498 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver 04:05:09 2022-11-02 04:05:09,498 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1253, universal_newlines=False, shell=None, istream=None) 04:05:10 2022-11-02 04:05:10,470 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1253/.git/info/exclude 04:05:10 2022-11-02 04:05:10,471 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver/PR-1253 with force:False 04:05:10 2022-11-02 04:05:10,471 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver/PR-1253 04:05:10 2022-11-02 04:05:10,476 [execute] INFO git cat-file --batch-check 04:05:10 2022-11-02 04:05:10,476 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver, universal_newlines=False, shell=None, istream=) 04:05:10 2022-11-02 04:05:10,483 [execute] INFO git cat-file --batch 04:05:10 2022-11-02 04:05:10,484 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver, universal_newlines=False, shell=None, istream=) 04:05:10 2022-11-02 04:05:10,491 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1253/.semver/PR-1253 04:05:10 0.0.0 [Pipeline] } 04:05:10 $ docker exec --env ******** --env ******** 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 ssh-agent -k 04:05:10 unset SSH_AUTH_SOCK; 04:05:10 unset SSH_AGENT_PID; 04:05:10 echo Agent pid 78 killed; 04:05:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:05:11 + git semver [Pipeline] } 04:05:11 $ docker stop --time=1 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 04:05:12 $ docker rm -f 3670253f1b8fe4df76a0e4298e78d7f39f672945306f803e4f4c439fdf0c9739 [Pipeline] // withDockerContainer [Pipeline] sh 04:05:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:05:13 Stashed 1 file(s) [Pipeline] echo 04:05:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:05:14 provisioning config files... 04:05:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/config3657492473328066105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:05:14 ---> docker-login.sh 04:05:14 nexus3.edgexfoundry.org:10001 04:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:14 Configure a credential helper to remove this warning. See 04:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:14 04:05:14 Login Succeeded 04:05:14 nexus3.edgexfoundry.org:10002 04:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:14 Configure a credential helper to remove this warning. See 04:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:14 04:05:14 Login Succeeded 04:05:14 nexus3.edgexfoundry.org:10003 04:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:14 Configure a credential helper to remove this warning. See 04:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:14 04:05:14 Login Succeeded 04:05:14 nexus3.edgexfoundry.org:10004 04:05:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:14 Configure a credential helper to remove this warning. See 04:05:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:14 04:05:14 Login Succeeded 04:05:14 docker.io 04:05:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:05:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:05:15 Configure a credential helper to remove this warning. See 04:05:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:05:15 04:05:15 Login Succeeded 04:05:15 ---> docker-login.sh ends [Pipeline] } 04:05:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:05:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:05:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:05:15 ========================================================= 04:05:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:05:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:16 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 04:05:16 Sending build context to Docker daemon 10.12MB 04:05:16 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 04:05:16 Step 2/10 : FROM ${BASE} AS builder 04:05:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:05:16 213ec9aee27d: Pulling fs layer 04:05:16 4583459ba037: Pulling fs layer 04:05:16 93c1e223e6f2: Pulling fs layer 04:05:16 53926ce57604: Pulling fs layer 04:05:16 21b2b0c7a3f4: Pulling fs layer 04:05:16 30f14e443154: Pulling fs layer 04:05:16 801331c1e519: Pulling fs layer 04:05:16 99cc6dd402b0: Pulling fs layer 04:05:16 7d9ed39f4882: Pulling fs layer 04:05:16 53926ce57604: Waiting 04:05:16 21b2b0c7a3f4: Waiting 04:05:16 30f14e443154: Waiting 04:05:16 801331c1e519: Waiting 04:05:16 99cc6dd402b0: Waiting 04:05:16 7d9ed39f4882: Waiting 04:05:16 93c1e223e6f2: Verifying Checksum 04:05:16 93c1e223e6f2: Download complete 04:05:16 4583459ba037: Download complete 04:05:16 21b2b0c7a3f4: Verifying Checksum 04:05:16 21b2b0c7a3f4: Download complete 04:05:16 30f14e443154: Download complete 04:05:16 213ec9aee27d: Verifying Checksum 04:05:16 801331c1e519: Verifying Checksum 04:05:16 801331c1e519: Download complete 04:05:16 213ec9aee27d: Pull complete 04:05:16 4583459ba037: Pull complete 04:05:16 93c1e223e6f2: Pull complete 04:05:17 7d9ed39f4882: Download complete 04:05:17 99cc6dd402b0: Verifying Checksum 04:05:17 99cc6dd402b0: Download complete 04:05:17 53926ce57604: Verifying Checksum 04:05:17 53926ce57604: Download complete 04:05:21 53926ce57604: Pull complete 04:05:21 21b2b0c7a3f4: Pull complete 04:05:21 30f14e443154: Pull complete 04:05:21 801331c1e519: Pull complete 04:05:23 99cc6dd402b0: Pull complete 04:05:24 7d9ed39f4882: Pull complete 04:05:24 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:05:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:05:24 ---> 1dedd983c030 04:05:24 Step 3/10 : ARG MAKE=make build 04:05:26 ---> Running in cf06767c32e9 04:05:26 Removing intermediate container cf06767c32e9 04:05:26 ---> 0843fdac03df 04:05:26 Step 4/10 : WORKDIR /device-sdk-go 04:05:26 ---> Running in e0378dc43c3e 04:05:26 Removing intermediate container e0378dc43c3e 04:05:26 ---> 4ae410271713 04:05:26 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:05:26 ---> Running in 2f03dc6950ae 04:05:26 Removing intermediate container 2f03dc6950ae 04:05:26 ---> 02085630b74c 04:05:26 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:05:26 ---> Running in e9df43afeec6 04:05:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:05:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:05:27 OK: 211 MiB in 51 packages 04:05:28 Removing intermediate container e9df43afeec6 04:05:28 ---> 1f00e6994810 04:05:28 Step 7/10 : COPY go.mod vendor* ./ 04:05:29 Still waiting to schedule task 04:05:29 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-117799’ 04:05:29 ---> 29f871fb55f7 04:05:29 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:29 ---> Running in 3d40053d8979 04:05:55 Removing intermediate container 3d40053d8979 04:05:55 ---> 32839d9ebfa4 04:05:55 Step 9/10 : COPY . . 04:05:55 ---> fc87e408d060 04:05:55 Step 10/10 : RUN ${MAKE} 04:05:55 ---> Running in 8cb9cfefa464 04:05:55 noop 04:05:55 Removing intermediate container 8cb9cfefa464 04:05:55 ---> 2cfb7ec513bb 04:05:55 Successfully built 2cfb7ec513bb 04:05:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:56 + docker inspect -f . ci-base-image-x86_64 04:05:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:56 prd-ubuntu20.04-docker-8c-8g-117802 does not seem to be running inside a container 04:05:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1253 -v /w/workspace/gexfoundry_device-sdk-go_PR-1253:/w/workspace/gexfoundry_device-sdk-go_PR-1253:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:05:56 $ docker top 4143a5984c9a58b7a2f8526d65f0ebd2bed30670056ae47c87734ea32fd5bf06 -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:57 + go version 04:05:57 go version go1.18.7 linux/amd64 [Pipeline] } 04:05:57 $ docker stop --time=1 4143a5984c9a58b7a2f8526d65f0ebd2bed30670056ae47c87734ea32fd5bf06 04:05:58 $ docker rm -f 4143a5984c9a58b7a2f8526d65f0ebd2bed30670056ae47c87734ea32fd5bf06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:59 + docker inspect -f . ci-base-image-x86_64 04:05:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:59 prd-ubuntu20.04-docker-8c-8g-117802 does not seem to be running inside a container 04:05:59 $ 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-1253 -v /w/workspace/gexfoundry_device-sdk-go_PR-1253:/w/workspace/gexfoundry_device-sdk-go_PR-1253:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:05:59 $ docker top 8b7d11189d1fe6a3d2af957e8097d06f07cf471440a828466a186ae8ee5d215e -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:00 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1253 [Pipeline] fileExists [Pipeline] sh 04:06:00 + make test 04:06:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:06:07 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:06:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:06:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:06:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:06:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:06:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.058s coverage: 27.6% of statements 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.065s coverage: 78.9% of statements 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.089s coverage: 73.1% of statements 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.089s coverage: 54.4% of statements 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.100s coverage: 65.1% of statements 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.735s coverage: 89.2% of statements 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:06:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.7% of statements 04:06:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:06:35 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:06:35 GO111MODULE=on go vet ./... 04:06:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:06:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:06:38 ./bin/test-attribution-txt.sh 04:06:38 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:06:38 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:06:38 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:06:38 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:06:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:06:38 $ docker stop --time=1 8b7d11189d1fe6a3d2af957e8097d06f07cf471440a828466a186ae8ee5d215e 04:06:41 $ docker rm -f 8b7d11189d1fe6a3d2af957e8097d06f07cf471440a828466a186ae8ee5d215e [Pipeline] // withDockerContainer [Pipeline] sh 04:06:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:06:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:06:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:06:42 + ls -al . 04:06:42 total 280 04:06:42 drwxrwxr-x 11 jenkins jenkins 4096 Nov 2 04:06 . 04:06:42 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:04 .. 04:06:42 -rw-rw-r-- 1 jenkins jenkins 140 Nov 2 04:04 .dockerignore 04:06:42 drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:06 .git 04:06:42 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:04 .github 04:06:42 -rw-rw-r-- 1 jenkins jenkins 131 Nov 2 04:04 .gitignore 04:06:42 -rw-rw-r-- 1 jenkins jenkins 42 Nov 2 04:04 .golangci.yml 04:06:42 drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 04:05 .semver 04:06:42 -rw-rw-r-- 1 jenkins jenkins 31677 Nov 2 04:04 CHANGELOG.md 04:06:42 -rw-rw-r-- 1 jenkins jenkins 677 Nov 2 04:04 GOVERNANCE.md 04:06:42 -rw-rw-r-- 1 jenkins jenkins 880 Nov 2 04:04 Jenkinsfile 04:06:42 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 2 04:04 LICENSE 04:06:42 -rw-rw-r-- 1 jenkins jenkins 2003 Nov 2 04:04 Makefile 04:06:42 -rw-rw-r-- 1 jenkins jenkins 619 Nov 2 04:04 OWNERS.md 04:06:42 -rw-rw-r-- 1 jenkins jenkins 4881 Nov 2 04:04 README.md 04:06:42 -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 04:05 VERSION 04:06:42 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:04 bin 04:06:42 -rw-r--r-- 1 jenkins jenkins 101759 Nov 2 04:06 coverage.out 04:06:42 drwxrwxr-x 5 jenkins jenkins 4096 Nov 2 04:04 example 04:06:42 -rw-rw-r-- 1 jenkins jenkins 3389 Nov 2 04:04 go.mod 04:06:42 -rw-rw-r-- 1 jenkins jenkins 44507 Nov 2 04:04 go.sum 04:06:42 drwxrwxr-x 14 jenkins jenkins 4096 Nov 2 04:04 internal 04:06:42 drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:04 openapi 04:06:42 drwxrwxr-x 6 jenkins jenkins 4096 Nov 2 04:04 pkg 04:06:42 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:04 snap 04:06:42 -rw-rw-r-- 1 jenkins jenkins 222 Nov 2 04:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:43 + 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=ad7ff67562758a1d1fd8c4c6ed296a967569faa9 --label arch=amd64 --label version=0.0.0 . 04:06:43 Sending build context to Docker daemon 10.23MB 04:06:43 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 04:06:43 Step 2/23 : FROM ${BASE} AS builder 04:06:43 ---> 2cfb7ec513bb 04:06:43 Step 3/23 : ARG MAKE=make build 04:06:43 ---> Running in e24c7c48c690 04:06:43 Removing intermediate container e24c7c48c690 04:06:43 ---> 628acd1035cc 04:06:43 Step 4/23 : WORKDIR /device-sdk-go 04:06:43 ---> Running in 85454b16e2a8 04:06:43 Removing intermediate container 85454b16e2a8 04:06:43 ---> 965cc60ac550 04:06:43 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:06:44 ---> Running in 72bc9177500e 04:06:44 Removing intermediate container 72bc9177500e 04:06:44 ---> e1770a7c34f4 04:06:44 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:06:44 ---> Running in 68f525ece7d7 04:06:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:06:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:06:44 OK: 211 MiB in 51 packages 04:06:45 Removing intermediate container 68f525ece7d7 04:06:45 ---> 74af7ddf2895 04:06:45 Step 7/23 : COPY go.mod vendor* ./ 04:06:45 ---> d035427d8e00 04:06:45 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:46 ---> Running in 0e6adede0d52 04:06:46 Removing intermediate container 0e6adede0d52 04:06:46 ---> 24e4115f22da 04:06:46 Step 9/23 : COPY . . 04:06:47 ---> 0e1785b2c4f6 04:06:47 Step 10/23 : RUN ${MAKE} 04:06:47 ---> Running in 766aa6f7fdd3 04:06:47 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:07:05 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:07:05 Removing intermediate container 766aa6f7fdd3 04:07:05 ---> 8d676699101e 04:07:05 Step 11/23 : FROM alpine:3.16 04:07:06 3.16: Pulling from library/alpine 04:07:06 213ec9aee27d: Already exists 04:07:06 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:07:06 Status: Downloaded newer image for alpine:3.16 04:07:06 ---> 9c6f07244728 04:07:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:07:06 ---> Running in 6e944191cb03 04:07:06 Removing intermediate container 6e944191cb03 04:07:06 ---> 8860a0e4ab8f 04:07:06 Step 13/23 : RUN apk add --update --no-cache zeromq 04:07:06 ---> Running in 9fb4c17d3ca4 04:07:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:07:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:07:07 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:07:07 (2/5) Installing libsodium (1.0.18-r0) 04:07:07 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:07:07 (4/5) Installing libzmq (4.3.4-r0) 04:07:07 (5/5) Installing zeromq (4.3.4-r0) 04:07:07 Executing busybox-1.35.0-r17.trigger 04:07:07 OK: 8 MiB in 19 packages 04:07:08 Removing intermediate container 9fb4c17d3ca4 04:07:08 ---> 9940fa31f181 04:07:08 Step 14/23 : WORKDIR / 04:07:08 ---> Running in 1fedfd567825 04:07:08 Removing intermediate container 1fedfd567825 04:07:08 ---> 6174b57f1b5d 04:07:08 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:07:08 ---> 988741321be6 04:07:08 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:07:09 ---> ac63e1f9936e 04:07:09 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:07:10 ---> 92244e3eff58 04:07:10 Step 18/23 : EXPOSE 59999 04:07:10 ---> Running in 1540c39c0542 04:07:10 Removing intermediate container 1540c39c0542 04:07:10 ---> a00a89848adc 04:07:10 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:07:10 ---> Running in e71c8676bb1d 04:07:10 Removing intermediate container e71c8676bb1d 04:07:10 ---> c91f26eb74ff 04:07:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:07:10 ---> Running in 518404c9a6b9 04:07:10 Removing intermediate container 518404c9a6b9 04:07:10 ---> 619d25d9fb9d 04:07:10 Step 21/23 : LABEL arch=amd64 04:07:10 ---> Running in 383704adf232 04:07:10 Removing intermediate container 383704adf232 04:07:10 ---> 4851d0d83fc5 04:07:10 Step 22/23 : LABEL git_sha=ad7ff67562758a1d1fd8c4c6ed296a967569faa9 04:07:10 ---> Running in 484c5f9c97d9 04:07:10 Removing intermediate container 484c5f9c97d9 04:07:10 ---> b8f71a2e890b 04:07:10 Step 23/23 : LABEL version=0.0.0 04:07:10 ---> Running in 87d03bf5c913 04:07:10 Removing intermediate container 87d03bf5c913 04:07:10 ---> a59a32a4eb4c 04:07:10 [Warning] One or more build-args [ARCH] were not consumed 04:07:10 Successfully built a59a32a4eb4c 04:07:10 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:07:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:07:11 04:07:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:07:11 latest: Pulling from edgex-lftools-log-publisher 04:07:11 5eb5b503b376: Pulling fs layer 04:07:11 5c69ac0246d0: Pulling fs layer 04:07:11 ec43610c2a17: Pulling fs layer 04:07:11 3a2ae6a8a46f: Pulling fs layer 04:07:11 33b1e0a273af: Pulling fs layer 04:07:11 5d3b04190fa2: Pulling fs layer 04:07:11 2f39f015ded8: Pulling fs layer 04:07:11 3a2ae6a8a46f: Waiting 04:07:11 33b1e0a273af: Waiting 04:07:11 2f39f015ded8: Waiting 04:07:11 5d3b04190fa2: Waiting 04:07:11 5c69ac0246d0: Download complete 04:07:11 3a2ae6a8a46f: Download complete 04:07:12 ec43610c2a17: Verifying Checksum 04:07:12 ec43610c2a17: Download complete 04:07:12 5d3b04190fa2: Verifying Checksum 04:07:12 5d3b04190fa2: Download complete 04:07:12 33b1e0a273af: Verifying Checksum 04:07:12 33b1e0a273af: Download complete 04:07:12 5eb5b503b376: Verifying Checksum 04:07:12 5eb5b503b376: Download complete 04:07:12 2f39f015ded8: Download complete 04:07:13 5eb5b503b376: Pull complete 04:07:13 5c69ac0246d0: Pull complete 04:07:13 ec43610c2a17: Pull complete 04:07:13 3a2ae6a8a46f: Pull complete 04:07:13 33b1e0a273af: Pull complete 04:07:13 5d3b04190fa2: Pull complete 04:07:18 2f39f015ded8: Pull complete 04:07:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:07:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:07:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:07:18 prd-ubuntu20.04-docker-8c-8g-117802 does not seem to be running inside a container 04:07:18 $ 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-1253 -v /w/workspace/gexfoundry_device-sdk-go_PR-1253:/w/workspace/gexfoundry_device-sdk-go_PR-1253:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:07:20 $ docker top 32343a39a5987c00e162fa7e6ec2ccb146b1eb0d7ee28f58508f4b58a5cc7fe6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:07:20 ---> job-cost.sh 04:07:20 lf-activate-venv: SKIPPING 04:07:20 INFO: No Stack... 04:07:21 INFO: Retrieving Pricing Info for: v3-standard-8 04:07:21 INFO: Archiving Costs [Pipeline] sh 04:07:21 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives/cost.csv 04:07:21 + cut -d, -f6 [Pipeline] lock 04:07:21 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] 04:07:21 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] did not exist. Created. 04:07:21 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:07:22 + echo total: 0.2199999988079071 [Pipeline] stash 04:07:22 Stashed 1 file(s) [Pipeline] } 04:07:22 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:07:22 $ docker stop --time=1 32343a39a5987c00e162fa7e6ec2ccb146b1eb0d7ee28f58508f4b58a5cc7fe6 04:07:23 $ docker rm -f 32343a39a5987c00e162fa7e6ec2ccb146b1eb0d7ee28f58508f4b58a5cc7fe6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:07:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-117814 in /w/workspace/gexfoundry_device-sdk-go_PR-1253 [Pipeline] { [Pipeline] ws 04:07:55 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:07:55 The recommended git tool is: git 04:08:02 using credential edgex-jenkins-ssh 04:08:02 Cloning the remote Git repository 04:08:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:08:02 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:08:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:08:02 > git --version # timeout=10 04:08:03 > git --version # 'git version 2.25.1' 04:08:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:08:03 Verifying host key using known hosts file 04:08:03 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:08:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:08:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:08:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:08:07 Merging remotes/origin/main commit 0b0fd8621743a303648e9248d2aa1db21f4d7aab into PR head commit ad7ff67562758a1d1fd8c4c6ed296a967569faa9 04:08:07 Merge succeeded, producing ad7ff67562758a1d1fd8c4c6ed296a967569faa9 04:08:07 Checking out Revision ad7ff67562758a1d1fd8c4c6ed296a967569faa9 (PR-1253) 04:08:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:08:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:08:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:08:06 Verifying host key using known hosts file 04:08:06 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:08:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1253/head:refs/remotes/origin/PR-1253 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:08:07 > git config core.sparsecheckout # timeout=10 04:08:07 > git checkout -f ad7ff67562758a1d1fd8c4c6ed296a967569faa9 # timeout=10 04:08:07 > git remote # timeout=10 04:08:07 > git config --get remote.origin.url # timeout=10 04:08:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:08:07 Verifying host key using known hosts file 04:08:07 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:08:07 > git merge 0b0fd8621743a303648e9248d2aa1db21f4d7aab # timeout=10 04:08:07 > git rev-parse HEAD^{commit} # timeout=10 04:08:07 > git config core.sparsecheckout # timeout=10 04:08:07 > git checkout -f ad7ff67562758a1d1fd8c4c6ed296a967569faa9 # timeout=10 04:08:08 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:08:08 > git --version # timeout=10 04:08:08 > git --version # 'git version 2.25.1' 04:08:08 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:08:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:08:09 % Total % Received % Xferd Average Speed Time Time Time Current 04:08:09 Dload Upload Total Spent Left Speed 04:08:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 82907 0 --:--:-- --:--:-- --:--:-- 82907 [Pipeline] sh 04:08:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:08:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:08:10 + sudo tee /etc/docker/daemon.new 04:08:10 { 04:08:10 "registry-mirrors": [ 04:08:10 "https://nexus3.edgexfoundry.org:10001" 04:08:10 ], 04:08:10 "bip": "10.250.0.254/24", 04:08:10 "hosts": [ 04:08:10 "tcp://0.0.0.0:5555", 04:08:10 "unix:///var/run/docker.sock" 04:08:10 ], 04:08:10 "mtu": 1458, 04:08:10 "selinux-enabled": true, 04:08:10 "seccomp-profile": "/etc/docker/seccomp.json" 04:08:10 } [Pipeline] sh 04:08:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:08:11 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:29 provisioning config files... 04:08:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config10009603813012877897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:29 ---> docker-login.sh 04:08:29 nexus3.edgexfoundry.org:10001 04:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:30 Configure a credential helper to remove this warning. See 04:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:30 04:08:30 Login Succeeded 04:08:30 nexus3.edgexfoundry.org:10002 04:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:30 Configure a credential helper to remove this warning. See 04:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:30 04:08:30 Login Succeeded 04:08:30 nexus3.edgexfoundry.org:10003 04:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:31 Configure a credential helper to remove this warning. See 04:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:31 04:08:31 Login Succeeded 04:08:31 nexus3.edgexfoundry.org:10004 04:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:32 Configure a credential helper to remove this warning. See 04:08:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:32 04:08:32 Login Succeeded 04:08:32 docker.io 04:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:33 Configure a credential helper to remove this warning. See 04:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:33 04:08:33 Login Succeeded 04:08:33 ---> docker-login.sh ends [Pipeline] } 04:08:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:08:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:08:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:08:34 ========================================================= 04:08:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:08:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:34 + 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:08:35 Sending build context to Docker daemon 5.45MB 04:08:35 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 04:08:35 Step 2/10 : FROM ${BASE} AS builder 04:08:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:08:35 9b18e9b68314: Pulling fs layer 04:08:35 d32db5db7311: Pulling fs layer 04:08:35 d0c4b47475fc: Pulling fs layer 04:08:35 5831b945b038: Pulling fs layer 04:08:35 86bbec2aaacd: Pulling fs layer 04:08:35 e10730c5d714: Pulling fs layer 04:08:35 5dd5c2283517: Pulling fs layer 04:08:35 d5ac0230b979: Pulling fs layer 04:08:35 5831b945b038: Waiting 04:08:35 e10730c5d714: Waiting 04:08:35 5dd5c2283517: Waiting 04:08:35 86bbec2aaacd: Waiting 04:08:35 d5ac0230b979: Waiting 04:08:35 d0c4b47475fc: Verifying Checksum 04:08:35 d0c4b47475fc: Download complete 04:08:35 d32db5db7311: Download complete 04:08:35 86bbec2aaacd: Verifying Checksum 04:08:35 86bbec2aaacd: Download complete 04:08:35 e10730c5d714: Verifying Checksum 04:08:35 e10730c5d714: Download complete 04:08:35 9b18e9b68314: Verifying Checksum 04:08:36 9b18e9b68314: Pull complete 04:08:37 d5ac0230b979: Verifying Checksum 04:08:37 d5ac0230b979: Download complete 04:08:37 d32db5db7311: Pull complete 04:08:38 d0c4b47475fc: Pull complete 04:08:38 5dd5c2283517: Verifying Checksum 04:08:38 5dd5c2283517: Download complete 04:08:39 5831b945b038: Verifying Checksum 04:08:39 5831b945b038: Download complete 04:08:51 5831b945b038: Pull complete 04:08:52 86bbec2aaacd: Pull complete 04:08:52 e10730c5d714: Pull complete 04:08:59 5dd5c2283517: Pull complete 04:09:00 d5ac0230b979: Pull complete 04:09:00 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:09:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:09:00 ---> 59b3b1a385d4 04:09:00 Step 3/10 : ARG MAKE=make build 04:09:02 ---> Running in ccac301dd5b9 04:09:02 Removing intermediate container ccac301dd5b9 04:09:02 ---> 9e26d6c3075d 04:09:02 Step 4/10 : WORKDIR /device-sdk-go 04:09:02 ---> Running in 882da2a1568c 04:09:03 Removing intermediate container 882da2a1568c 04:09:03 ---> e7849a627d0f 04:09:03 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:09:03 ---> Running in 927c361dc91e 04:09:04 Removing intermediate container 927c361dc91e 04:09:04 ---> 08903e45e27f 04:09:04 Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:09:04 ---> Running in 3775f0196003 04:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:09:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:09:07 OK: 221 MiB in 51 packages 04:09:08 Removing intermediate container 3775f0196003 04:09:08 ---> b1783c4e820d 04:09:08 Step 7/10 : COPY go.mod vendor* ./ 04:09:09 ---> 7c4abf6ffbdc 04:09:09 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:09:09 ---> Running in e3a16a41a0d9 04:10:17 Removing intermediate container e3a16a41a0d9 04:10:17 ---> 3d64f3fb809e 04:10:17 Step 9/10 : COPY . . 04:10:17 ---> 6b5154cf0521 04:10:17 Step 10/10 : RUN ${MAKE} 04:10:17 ---> Running in 8a3a77f73362 04:10:17 noop 04:10:17 Removing intermediate container 8a3a77f73362 04:10:17 ---> 228afdb43755 04:10:17 Successfully built 228afdb43755 04:10:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:18 + docker inspect -f . ci-base-image-arm64 04:10:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:10:18 prd-ubuntu20.04-docker-arm64-4c-16g-117814 does not seem to be running inside a container 04:10:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:10:20 $ docker top 9764a9318c731f0386695392daad5cb783b221c9baf348f6efab58fb91a3d2ee -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:21 + go version 04:10:21 go version go1.18.7 linux/arm64 [Pipeline] } 04:10:21 $ docker stop --time=1 9764a9318c731f0386695392daad5cb783b221c9baf348f6efab58fb91a3d2ee 04:10:22 $ docker rm -f 9764a9318c731f0386695392daad5cb783b221c9baf348f6efab58fb91a3d2ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:23 + docker inspect -f . ci-base-image-arm64 04:10:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:10:24 prd-ubuntu20.04-docker-arm64-4c-16g-117814 does not seem to be running inside a container 04:10:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:10:25 $ docker top e0aa364b2b4edcf310d8514582a39f03b54c05ea6e6a8d5e0121f9c3b0ebc611 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:26 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 04:10:27 + make test 04:10:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:11:14 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:14:21 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:14:21 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:14:21 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:14:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:14:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:14:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.367s coverage: 27.6% of statements 04:14:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.378s coverage: 78.9% of statements 04:14:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.534s coverage: 73.1% of statements 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.724s coverage: 54.4% of statements 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.583s coverage: 65.1% of statements 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.699s coverage: 89.2% of statements 04:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:14:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.347s coverage: 4.7% of statements 04:14:40 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:14:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:14:40 GO111MODULE=on go vet ./... 04:16:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:16:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:16:47 ./bin/test-attribution-txt.sh 04:16:47 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:16:47 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:16:47 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:16:47 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:16:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:16:47 $ docker stop --time=1 e0aa364b2b4edcf310d8514582a39f03b54c05ea6e6a8d5e0121f9c3b0ebc611 04:16:50 $ docker rm -f e0aa364b2b4edcf310d8514582a39f03b54c05ea6e6a8d5e0121f9c3b0ebc611 [Pipeline] // withDockerContainer [Pipeline] sh 04:16:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:16:52 Warning: overwriting stash ‘coverage-report’ 04:16:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:16:54 + ls -al . 04:16:54 total 276 04:16:54 drwxrwxr-x 10 jenkins jenkins 4096 Nov 2 04:10 . 04:16:54 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:08 .. 04:16:54 -rw-rw-r-- 1 jenkins jenkins 140 Nov 2 04:08 .dockerignore 04:16:54 drwxrwxr-x 8 jenkins jenkins 4096 Nov 2 04:08 .git 04:16:54 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:08 .github 04:16:54 -rw-rw-r-- 1 jenkins jenkins 131 Nov 2 04:08 .gitignore 04:16:54 -rw-rw-r-- 1 jenkins jenkins 42 Nov 2 04:08 .golangci.yml 04:16:54 -rw-rw-r-- 1 jenkins jenkins 31677 Nov 2 04:08 CHANGELOG.md 04:16:54 -rw-rw-r-- 1 jenkins jenkins 677 Nov 2 04:08 GOVERNANCE.md 04:16:54 -rw-rw-r-- 1 jenkins jenkins 880 Nov 2 04:08 Jenkinsfile 04:16:54 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 2 04:08 LICENSE 04:16:54 -rw-rw-r-- 1 jenkins jenkins 2003 Nov 2 04:08 Makefile 04:16:54 -rw-rw-r-- 1 jenkins jenkins 619 Nov 2 04:08 OWNERS.md 04:16:54 -rw-rw-r-- 1 jenkins jenkins 4881 Nov 2 04:08 README.md 04:16:54 -rw-rw-r-- 1 jenkins jenkins 5 Nov 2 04:05 VERSION 04:16:54 drwxrwxr-x 2 jenkins jenkins 4096 Nov 2 04:08 bin 04:16:54 -rw-r--r-- 1 jenkins jenkins 101759 Nov 2 04:14 coverage.out 04:16:54 drwxrwxr-x 5 jenkins jenkins 4096 Nov 2 04:08 example 04:16:54 -rw-rw-r-- 1 jenkins jenkins 3389 Nov 2 04:08 go.mod 04:16:54 -rw-rw-r-- 1 jenkins jenkins 44507 Nov 2 04:08 go.sum 04:16:54 drwxrwxr-x 14 jenkins jenkins 4096 Nov 2 04:08 internal 04:16:54 drwxrwxr-x 3 jenkins jenkins 4096 Nov 2 04:08 openapi 04:16:54 drwxrwxr-x 6 jenkins jenkins 4096 Nov 2 04:08 pkg 04:16:54 drwxrwxr-x 4 jenkins jenkins 4096 Nov 2 04:08 snap 04:16:54 -rw-rw-r-- 1 jenkins jenkins 222 Nov 2 04:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:54 + 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=ad7ff67562758a1d1fd8c4c6ed296a967569faa9 --label arch=arm64 --label version=0.0.0 . 04:16:55 Sending build context to Docker daemon 5.553MB 04:16:55 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 04:16:55 Step 2/23 : FROM ${BASE} AS builder 04:16:55 ---> 228afdb43755 04:16:55 Step 3/23 : ARG MAKE=make build 04:16:55 ---> Running in c3db5f4407d9 04:16:55 Removing intermediate container c3db5f4407d9 04:16:55 ---> a836580398fa 04:16:55 Step 4/23 : WORKDIR /device-sdk-go 04:16:55 ---> Running in 7024cc7d7096 04:16:56 Removing intermediate container 7024cc7d7096 04:16:56 ---> ccb953bfdb1f 04:16:56 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:16:56 ---> Running in 222519808efd 04:16:56 Removing intermediate container 222519808efd 04:16:56 ---> 67c1310bda76 04:16:56 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:16:56 ---> Running in e23214ebfec2 04:16:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:16:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:17:00 OK: 221 MiB in 51 packages 04:17:00 Removing intermediate container e23214ebfec2 04:17:00 ---> 935725f77610 04:17:00 Step 7/23 : COPY go.mod vendor* ./ 04:17:02 ---> 32b0569c11db 04:17:02 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:02 ---> Running in da9620ee50c9 04:17:05 Removing intermediate container da9620ee50c9 04:17:05 ---> c9af45b7ff61 04:17:05 Step 9/23 : COPY . . 04:17:06 ---> 4dc55908ef66 04:17:06 Step 10/23 : RUN ${MAKE} 04:17:06 ---> Running in 9ee397360615 04:17:07 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:20:00 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:20:03 Removing intermediate container 9ee397360615 04:20:03 ---> 5e75805a4b94 04:20:03 Step 11/23 : FROM alpine:3.16 04:20:03 3.16: Pulling from library/alpine 04:20:04 9b18e9b68314: Already exists 04:20:04 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:20:04 Status: Downloaded newer image for alpine:3.16 04:20:04 ---> a6215f271958 04:20:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:20:04 ---> Running in 43650b5b43ec 04:20:05 Removing intermediate container 43650b5b43ec 04:20:05 ---> 3cdb1eae9e18 04:20:05 Step 13/23 : RUN apk add --update --no-cache zeromq 04:20:05 ---> Running in c8b5468eaa70 04:20:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:20:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:20:08 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:20:08 (2/5) Installing libsodium (1.0.18-r0) 04:20:08 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:20:08 (4/5) Installing libzmq (4.3.4-r0) 04:20:08 (5/5) Installing zeromq (4.3.4-r0) 04:20:08 Executing busybox-1.35.0-r17.trigger 04:20:08 OK: 8 MiB in 19 packages 04:20:08 Removing intermediate container c8b5468eaa70 04:20:08 ---> bd466b2890ad 04:20:08 Step 14/23 : WORKDIR / 04:20:08 ---> Running in 0549d45e7f8d 04:20:09 Removing intermediate container 0549d45e7f8d 04:20:09 ---> ec3f2cd351c2 04:20:09 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:20:09 ---> b0aeea34c224 04:20:09 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:20:11 ---> 598331194666 04:20:11 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:20:12 ---> 9d2721c8ae50 04:20:12 Step 18/23 : EXPOSE 59999 04:20:12 ---> Running in 145bb0457cca 04:20:12 Removing intermediate container 145bb0457cca 04:20:12 ---> 9493119931c0 04:20:12 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:20:12 ---> Running in e4f386cb7355 04:20:13 Removing intermediate container e4f386cb7355 04:20:13 ---> d19fb64ace0b 04:20:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:20:13 ---> Running in f23bfb515878 04:20:13 Removing intermediate container f23bfb515878 04:20:13 ---> 965ba0552ebd 04:20:13 Step 21/23 : LABEL arch=arm64 04:20:13 ---> Running in affb194827af 04:20:14 Removing intermediate container affb194827af 04:20:14 ---> 534e5ee0c3ae 04:20:14 Step 22/23 : LABEL git_sha=ad7ff67562758a1d1fd8c4c6ed296a967569faa9 04:20:14 ---> Running in ed3f07ef299a 04:20:14 Removing intermediate container ed3f07ef299a 04:20:14 ---> 34773194767d 04:20:14 Step 23/23 : LABEL version=0.0.0 04:20:14 ---> Running in db6768036cb5 04:20:14 Removing intermediate container db6768036cb5 04:20:14 ---> c27917187ef5 04:20:14 [Warning] One or more build-args [ARCH] were not consumed 04:20:14 Successfully built c27917187ef5 04:20:14 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:20:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:20:16 04:20:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:20:16 arm64: Pulling from edgex-lftools-log-publisher 04:20:16 8998bd30e6a1: Pulling fs layer 04:20:16 04944245beec: Pulling fs layer 04:20:16 699f458cf7ca: Pulling fs layer 04:20:16 765212b225bb: Pulling fs layer 04:20:16 f23df028b6ca: Pulling fs layer 04:20:16 d65c8cfc05b1: Pulling fs layer 04:20:16 2437ff75d9bd: Pulling fs layer 04:20:16 765212b225bb: Waiting 04:20:16 f23df028b6ca: Waiting 04:20:16 d65c8cfc05b1: Waiting 04:20:16 04944245beec: Verifying Checksum 04:20:16 04944245beec: Download complete 04:20:16 765212b225bb: Verifying Checksum 04:20:16 765212b225bb: Download complete 04:20:17 f23df028b6ca: Verifying Checksum 04:20:17 f23df028b6ca: Download complete 04:20:17 d65c8cfc05b1: Verifying Checksum 04:20:17 d65c8cfc05b1: Download complete 04:20:17 699f458cf7ca: Verifying Checksum 04:20:17 699f458cf7ca: Download complete 04:20:17 8998bd30e6a1: Verifying Checksum 04:20:17 8998bd30e6a1: Download complete 04:20:20 2437ff75d9bd: Verifying Checksum 04:20:20 2437ff75d9bd: Download complete 04:20:22 8998bd30e6a1: Pull complete 04:20:22 04944245beec: Pull complete 04:20:23 699f458cf7ca: Pull complete 04:20:23 765212b225bb: Pull complete 04:20:24 f23df028b6ca: Pull complete 04:20:24 d65c8cfc05b1: Pull complete 04:20:39 2437ff75d9bd: Pull complete 04:20:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:20:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:20:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:40 prd-ubuntu20.04-docker-arm64-4c-16g-117814 does not seem to be running inside a container 04:20:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:20:43 $ docker top eae572acb65e930c425c682adccd2a2df6ec4a0d336cb47bdb2c5e9778649ca9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:20:44 ---> job-cost.sh 04:20:44 lf-activate-venv: SKIPPING 04:20:44 INFO: No Stack... 04:20:45 INFO: Retrieving Pricing Info for: v3-standard-4 04:20:45 INFO: Archiving Costs [Pipeline] sh 04:20:46 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:20:46 + cut -d, -f6 [Pipeline] lock 04:20:46 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] 04:20:46 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] did not exist. Created. 04:20:46 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:20:47 /w/workspace/device-sdk-go/1@tmp/durable-98a68b87/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:20:48 + echo total: 0.10999999940395355 [Pipeline] stash 04:20:48 Warning: overwriting stash ‘stack-cost’ 04:20:48 Stashed 1 file(s) [Pipeline] } 04:20:48 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1253-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:20:48 $ docker stop --time=1 eae572acb65e930c425c682adccd2a2df6ec4a0d336cb47bdb2c5e9778649ca9 04:20:49 $ docker rm -f eae572acb65e930c425c682adccd2a2df6ec4a0d336cb47bdb2c5e9778649ca9 [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:20:51 provisioning config files... 04:20:51 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/config15146139931584026788tmp [Pipeline] { [Pipeline] sh 04:20:51 + set +x 04:20:51 + curl+ -s https://codecov.io/bash 04:20:51 bash -s -- 04:20:51 04:20:51 _____ _ 04:20:51 / ____| | | 04:20:51 | | ___ __| | ___ ___ _____ __ 04:20:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:20:51 | |___| (_) | (_| | __/ (_| (_) \ V / 04:20:51 \_____\___/ \__,_|\___|\___\___/ \_/ 04:20:51 Bash-1.0.6 04:20:51 04:20:51 04:20:51 ==> git version 2.25.1 found 04:20:51 ==> 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:20:51 Release-Date: 2020-01-08 04:20:51 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:20:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:20:51 ==> Jenkins CI detected. 04:20:51 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1253 04:20:51 project root: . 04:20:51 --> token set from env 04:20:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:20:51 ==> Running gcov in . (disable via -X gcov) 04:20:51 ==> Python coveragepy not found 04:20:51 ==> Searching for coverage reports in: 04:20:51 + . 04:20:51 -> Found 1 reports 04:20:51 ==> Detecting git/mercurial file structure 04:20:51 ==> Reading reports 04:20:51 + ./coverage.out bytes=101759 04:20:51 ==> Appending adjustments 04:20:51 https://docs.codecov.io/docs/fixing-reports 04:20:51 + Found adjustments 04:20:51 ==> Gzipping contents 04:20:51 16K /tmp/codecov.HPP6yd.gz 04:20:51 ==> Uploading reports 04:20:51 url: https://codecov.io 04:20:51 query: branch=PR-1253&commit=ad7ff67562758a1d1fd8c4c6ed296a967569faa9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1253%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1253&job=&cmd_args= 04:20:51 -> Pinging Codecov 04:20:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1253&commit=ad7ff67562758a1d1fd8c4c6ed296a967569faa9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1253%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1253&job=&cmd_args= 04:20:52 -> Uploading to 04:20:52 https://storage.googleapis.com/codecov/v4/raw/2022-11-02/7E55EF52A471D76F132DFD9A03CDDE97/ad7ff67562758a1d1fd8c4c6ed296a967569faa9/4a81991c-c920-49d1-a924-73e26e3cec01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221102%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221102T042052Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8aa722a0eddf7a1f14e2bee77ad863d535d02dbc90fcdfe6ef7b78cae9cbf3db 04:20:52 % Total % Received % Xferd Average Speed Time Time Time Current 04:20:52 Dload Upload Total Spent Left Speed 04:20:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14683 0 0 100 14683 0 58498 --:--:-- --:--:-- --:--:-- 58265 04:20:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/ad7ff67562758a1d1fd8c4c6ed296a967569faa9 [Pipeline] } 04:20:52 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:20:54 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives ] 04:20:54 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives 04:20:54 total 16 04:20:54 drwxr-xr-x 3 root root 4096 Nov 2 04:07 . 04:20:54 drwxrwxr-x 12 jenkins jenkins 4096 Nov 2 04:07 .. 04:20:54 drwxr-xr-x 2 root root 4096 Nov 2 04:07 cost 04:20:54 -rw-r--r-- 1 root root 86 Nov 2 04:07 cost.csv 04:20:54 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives 04:20:54 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives 04:20:54 total 16 04:20:54 drwxr-xr-x 3 jenkins jenkins 4096 Nov 2 04:07 . 04:20:54 drwxrwxr-x 12 jenkins jenkins 4096 Nov 2 04:07 .. 04:20:54 drwxr-xr-x 2 jenkins jenkins 4096 Nov 2 04:07 cost 04:20:54 -rw-r--r-- 1 jenkins jenkins 86 Nov 2 04:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:20:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:20:55 ---> package-listing.sh 04:20:55 ++ facter osfamily 04:20:55 ++ tr '[:upper:]' '[:lower:]' 04:20:55 + OS_FAMILY=debian 04:20:55 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1253 04:20:55 + START_PACKAGES=/tmp/packages_start.txt 04:20:55 + END_PACKAGES=/tmp/packages_end.txt 04:20:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:20:55 + PACKAGES=/tmp/packages_start.txt 04:20:55 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1253 ']' 04:20:55 + PACKAGES=/tmp/packages_end.txt 04:20:55 + case "${OS_FAMILY}" in 04:20:55 + dpkg -l 04:20:55 + grep '^ii' 04:20:55 + '[' -f /tmp/packages_start.txt ']' 04:20:55 + '[' -f /tmp/packages_end.txt ']' 04:20:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:20:55 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1253 ']' 04:20:55 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives/ 04:20:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1253/archives/ [Pipeline] echo 04:20:55 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-1253/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:20:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:20:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:56 prd-ubuntu20.04-docker-8c-8g-117802 does not seem to be running inside a container 04:20:56 $ 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-1253/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-1253 -v /w/workspace/gexfoundry_device-sdk-go_PR-1253:/w/workspace/gexfoundry_device-sdk-go_PR-1253:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1253@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:20:57 $ docker top 02d5f76eafa5005149491945e365e80cf50191ea5640a18a82e4d23edf76f83f -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:57 + touch /tmp/pre-build-complete [Pipeline] sh 04:20:57 + mkdir -p /var/log/sysstat [Pipeline] sh 04:20:58 + ls /var/log/sa-host 04:20:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:20:58 provisioning config files... 04:20:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1253@tmp/config751890631397412689tmp [Pipeline] { [Pipeline] echo 04:20:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:20:58 ---> create-netrc.sh [Pipeline] } 04:20:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:20:59 ---> python-tools-install.sh [Pipeline] echo 04:20:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:20:59 ---> sudo-logs.sh 04:20:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:20:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:20:59 ---> job-cost.sh 04:20:59 lf-activate-venv: SKIPPING 04:20:59 DEBUG: total: 0.2199999988079071 04:20:59 INFO: Retrieving Stack Cost... 04:21:00 INFO: Retrieving Pricing Info for: v3-standard-8 04:21:00 INFO: Archiving Costs [Pipeline] echo 04:21:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:21:00 ---> logs-deploy.sh 04:21:00 lf-activate-venv: SKIPPING 04:21:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1253/1 04:21:00 INFO: archiving workspace using pattern(s): 04:21:01 Archives upload complete. 04:21:01 INFO: archiving logs to Nexus 04:21:02 ---> uname -a: 04:21:02 Linux prd-ubuntu20-04-docker-8c-8g-117802 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:21:02 04:21:02 04:21:02 ---> lscpu: 04:21:02 Architecture: x86_64 04:21:02 CPU op-mode(s): 32-bit, 64-bit 04:21:02 Byte Order: Little Endian 04:21:02 Address sizes: 40 bits physical, 48 bits virtual 04:21:02 CPU(s): 8 04:21:02 On-line CPU(s) list: 0-7 04:21:02 Thread(s) per core: 1 04:21:02 Core(s) per socket: 1 04:21:02 Socket(s): 8 04:21:02 NUMA node(s): 1 04:21:02 Vendor ID: AuthenticAMD 04:21:02 CPU family: 23 04:21:02 Model: 49 04:21:02 Model name: AMD EPYC-Rome Processor 04:21:02 Stepping: 0 04:21:02 CPU MHz: 2799.998 04:21:02 BogoMIPS: 5599.99 04:21:02 Virtualization: AMD-V 04:21:02 Hypervisor vendor: KVM 04:21:02 Virtualization type: full 04:21:02 L1d cache: 256 KiB 04:21:02 L1i cache: 256 KiB 04:21:02 L2 cache: 4 MiB 04:21:02 L3 cache: 128 MiB 04:21:02 NUMA node0 CPU(s): 0-7 04:21:02 Vulnerability Itlb multihit: Not affected 04:21:02 Vulnerability L1tf: Not affected 04:21:02 Vulnerability Mds: Not affected 04:21:02 Vulnerability Meltdown: Not affected 04:21:02 Vulnerability Mmio stale data: Not affected 04:21:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:21:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:21:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:21:02 Vulnerability Srbds: Not affected 04:21:02 Vulnerability Tsx async abort: Not affected 04:21:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 04:21:02 04:21:02 04:21:02 ---> nproc: 04:21:02 8 04:21:02 04:21:02 04:21:02 ---> df -h: 04:21:02 Filesystem Size Used Avail Use% Mounted on 04:21:02 overlay 155G 12G 144G 8% / 04:21:02 tmpfs 64M 0 64M 0% /dev 04:21:02 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:21:02 shm 64M 0 64M 0% /dev/shm 04:21:02 /dev/vda1 155G 12G 144G 8% /facter-os 04:21:02 04:21:02 04:21:02 ---> sar -b -r -n DEV: 04:21:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117802) 11/02/22 _x86_64_ (8 CPU) 04:21:02 04:21:02 04:04:16 LINUX RESTART (8 CPU) 04:21:02 04:21:02 04:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:21:02 04:06:01 196.92 3.95 192.97 0.00 473.14 77274.50 0.00 04:21:02 04:07:01 71.28 0.18 71.09 0.00 3.60 15121.63 0.00 04:21:02 04:08:01 113.18 0.07 113.11 0.00 11.33 33193.82 0.00 04:21:02 04:09:01 1.68 0.00 1.68 0.00 0.00 17.46 0.00 04:21:02 04:10:01 39.49 9.35 30.14 0.00 2887.30 4823.86 0.00 04:21:02 04:11:01 2.35 0.00 2.35 0.00 0.00 26.53 0.00 04:21:02 04:12:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 04:21:02 04:13:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 04:21:02 04:14:01 0.92 0.00 0.92 0.00 0.00 9.47 0.00 04:21:02 04:15:01 2.48 0.00 2.48 0.00 0.00 37.59 0.00 04:21:02 04:16:01 1.37 0.00 1.37 0.00 0.00 14.40 0.00 04:21:02 04:17:01 1.85 0.02 1.83 0.00 0.13 19.73 0.00 04:21:02 04:18:01 1.35 0.00 1.35 0.00 0.00 14.00 0.00 04:21:02 04:19:01 1.78 0.00 1.78 0.00 0.00 19.33 0.00 04:21:02 04:20:01 2.22 0.02 2.20 0.00 0.13 26.40 0.00 04:21:02 04:21:01 7.68 0.27 7.42 0.00 23.60 135.04 0.00 04:21:02 Average: 27.76 0.86 26.90 0.00 212.20 8100.49 0.00 04:21:02 04:21:02 04:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:21:02 04:06:01 28484520 31522104 781500 2.38 137084 3112176 1989396 5.86 1155804 2804364 6340 04:21:02 04:07:01 28087152 31511576 788588 2.40 141984 3469668 2048744 6.04 1407856 2926256 344268 04:21:02 04:08:01 27802828 31597396 704664 2.14 152068 3796124 1782392 5.25 1202368 3378980 12 04:21:02 04:09:01 27802356 31597008 704644 2.14 152108 3796124 1782392 5.25 1202008 3378980 8 04:21:02 04:10:01 27517204 31586672 699236 2.13 170644 4045124 1803848 5.32 1355980 3490920 356 04:21:02 04:11:01 27518680 31588128 697872 2.12 170696 4045124 1803848 5.32 1349628 3490920 20 04:21:02 04:12:01 27522680 31592708 693744 2.11 170752 4045128 1803848 5.32 1344792 3491464 8 04:21:02 04:13:01 27522672 31592776 693648 2.11 170792 4045132 1803848 5.32 1344848 3491468 28 04:21:02 04:14:01 27522364 31592500 693872 2.11 170808 4045132 1803848 5.32 1344872 3491468 12 04:21:02 04:15:01 27522860 31593132 693132 2.11 170940 4045140 1803848 5.32 1345148 3491480 4 04:21:02 04:16:01 27522340 31592700 693508 2.11 171024 4045140 1803848 5.32 1345188 3491480 8 04:21:02 04:17:01 27522388 31592824 693428 2.11 171092 4045140 1803848 5.32 1345232 3491480 4 04:21:02 04:18:01 27522892 31593460 692744 2.11 171148 4045144 1803848 5.32 1345412 3491480 8 04:21:02 04:19:01 27522244 31592856 693232 2.11 171196 4045140 1803848 5.32 1345220 3491492 4 04:21:02 04:20:01 27521484 31592272 693580 2.11 171288 4045128 1805580 5.32 1345408 3491472 12 04:21:02 04:21:01 27431096 31507136 773368 2.35 171500 4046784 1919112 5.66 1430136 3488460 460 04:21:02 Average: 27646610 31577828 711922 2.17 164695 3919834 1835381 5.41 1325619 3398885 21972 04:21:02 04:21:02 04:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:21:02 04:06:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 04:21:02 04:06:01 docker0 170.48 214.98 13.76 1853.50 0.00 0.00 0.00 0.00 04:21:02 04:06:01 vetha5aebee 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 04:21:02 04:06:01 ens3 421.98 294.68 5912.26 46.15 0.00 0.00 0.00 0.00 04:21:02 04:07:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 04:21:02 04:07:01 vethe476ad3 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:21:02 04:07:01 docker0 1.67 3.33 0.10 40.53 0.00 0.00 0.00 0.00 04:21:02 04:07:01 ens3 43.69 32.82 67.92 87.62 0.00 0.00 0.00 0.00 04:21:02 04:08:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 04:21:02 04:08:01 docker0 1.87 3.88 0.13 57.45 0.00 0.00 0.00 0.00 04:21:02 04:08:01 ens3 112.36 73.40 2586.45 13.98 0.00 0.00 0.00 0.00 04:21:02 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:09:01 ens3 4.92 0.82 1.17 0.65 0.00 0.00 0.00 0.00 04:21:02 04:10:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 04:21:02 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:10:01 ens3 91.42 55.26 1315.06 4.60 0.00 0.00 0.00 0.00 04:21:02 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:11:01 ens3 1.17 0.57 0.53 0.40 0.00 0.00 0.00 0.00 04:21:02 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:12:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:21:02 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:13:01 ens3 0.28 0.13 0.02 0.01 0.00 0.00 0.00 0.00 04:21:02 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:14:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:21:02 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:15:01 ens3 0.40 0.18 0.09 0.07 0.00 0.00 0.00 0.00 04:21:02 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:16:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:21:02 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:17:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 04:21:02 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:18:01 ens3 0.28 0.07 0.07 0.00 0.00 0.00 0.00 0.00 04:21:02 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:19:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:21:02 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:20:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:21:02 04:21:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 04:21:02 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:21:02 04:21:01 ens3 28.56 17.85 31.86 10.64 0.00 0.00 0.00 0.00 04:21:02 Average: lo 0.45 0.45 0.04 0.04 0.00 0.00 0.00 0.00 04:21:02 Average: docker0 10.71 13.68 0.86 120.16 0.00 0.00 0.00 0.00 04:21:02 Average: ens3 43.73 29.48 614.20 10.23 0.00 0.00 0.00 0.00 04:21:02 04:21:02 04:21:02 ---> sar -P ALL: 04:21:02 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-117802) 11/02/22 _x86_64_ (8 CPU) 04:21:02 04:21:02 04:04:16 LINUX RESTART (8 CPU) 04:21:02 04:21:02 04:05:02 CPU %user %nice %system %iowait %steal %idle 04:21:02 04:06:01 all 9.64 0.00 4.77 2.46 0.05 83.08 04:21:02 04:06:01 0 9.72 0.00 4.60 1.22 0.05 84.40 04:21:02 04:06:01 1 9.47 0.00 4.53 1.78 0.05 84.16 04:21:02 04:06:01 2 9.80 0.00 5.97 4.94 0.05 79.24 04:21:02 04:06:01 3 9.77 0.00 4.03 0.58 0.05 85.56 04:21:02 04:06:01 4 9.25 0.00 4.58 3.39 0.05 82.73 04:21:02 04:06:01 5 9.54 0.00 4.84 0.58 0.05 84.98 04:21:02 04:06:01 6 9.37 0.00 4.76 6.58 0.05 79.23 04:21:02 04:06:01 7 10.19 0.00 4.85 0.59 0.07 84.30 04:21:02 04:07:01 all 51.61 0.00 7.20 1.02 0.11 40.06 04:21:02 04:07:01 0 49.82 0.00 7.25 0.12 0.12 42.69 04:21:02 04:07:01 1 51.67 0.00 7.59 0.35 0.10 40.29 04:21:02 04:07:01 2 52.84 0.00 7.08 0.25 0.13 39.70 04:21:02 04:07:01 3 50.97 0.00 6.73 2.56 0.12 39.62 04:21:02 04:07:01 4 51.34 0.00 7.09 1.13 0.10 40.33 04:21:02 04:07:01 5 51.73 0.00 7.22 1.33 0.10 39.62 04:21:02 04:07:01 6 53.16 0.00 7.66 2.31 0.10 36.77 04:21:02 04:07:01 7 51.37 0.00 6.94 0.12 0.10 41.47 04:21:02 04:08:01 all 3.56 0.00 1.61 1.05 0.02 93.76 04:21:02 04:08:01 0 3.20 0.00 1.54 0.05 0.02 95.20 04:21:02 04:08:01 1 3.16 0.00 1.47 0.42 0.02 94.94 04:21:02 04:08:01 2 5.06 0.00 1.37 0.07 0.02 93.49 04:21:02 04:08:01 3 2.54 0.00 1.84 2.01 0.02 93.60 04:21:02 04:08:01 4 3.78 0.00 1.34 1.88 0.03 92.97 04:21:02 04:08:01 5 3.77 0.00 1.94 2.83 0.03 91.42 04:21:02 04:08:01 6 3.57 0.00 1.57 0.28 0.02 94.56 04:21:02 04:08:01 7 3.40 0.00 1.83 0.84 0.03 93.90 04:21:02 04:09:01 all 0.27 0.00 0.01 0.01 0.00 99.71 04:21:02 04:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:21:02 04:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:09:01 2 1.97 0.00 0.00 0.00 0.00 98.03 04:21:02 04:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:21:02 04:09:01 4 0.00 0.00 0.00 0.02 0.00 99.98 04:21:02 04:09:01 5 0.03 0.00 0.00 0.03 0.00 99.93 04:21:02 04:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:09:01 7 0.08 0.00 0.02 0.03 0.00 99.87 04:21:02 04:10:01 all 1.32 0.00 0.77 0.31 0.01 97.58 04:21:02 04:10:01 0 1.17 0.00 1.85 0.27 0.02 96.70 04:21:02 04:10:01 1 0.62 0.00 0.88 0.03 0.00 98.47 04:21:02 04:10:01 2 1.43 0.00 0.33 0.12 0.00 98.12 04:21:02 04:10:01 3 1.42 0.00 0.38 0.05 0.02 98.13 04:21:02 04:10:01 4 1.00 0.00 0.38 0.07 0.00 98.55 04:21:02 04:10:01 5 2.39 0.00 0.67 0.23 0.02 96.69 04:21:02 04:10:01 6 1.69 0.00 0.93 0.50 0.02 96.86 04:21:02 04:10:01 7 0.89 0.00 0.75 1.24 0.02 97.11 04:21:02 04:11:01 all 0.02 0.00 0.01 0.01 0.01 99.96 04:21:02 04:11:01 0 0.00 0.00 0.00 0.03 0.00 99.97 04:21:02 04:11:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:21:02 04:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:11:01 5 0.07 0.00 0.03 0.00 0.02 99.88 04:21:02 04:11:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:21:02 04:11:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:21:02 04:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 04:21:02 04:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:21:02 04:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 04:21:02 04:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:21:02 04:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:21:02 04:12:01 5 0.03 0.00 0.03 0.02 0.00 99.92 04:21:02 04:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:12:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:21:02 04:13:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:21:02 04:13:01 0 0.00 0.00 0.00 0.02 0.00 99.98 04:21:02 04:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:21:02 04:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:21:02 04:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:21:02 04:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 04:21:02 04:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:13:01 7 0.02 0.00 0.02 0.03 0.00 99.93 04:21:02 04:14:01 all 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:14:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:21:02 04:14:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:21:02 04:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:21:02 04:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:21:02 04:15:01 all 0.01 0.00 0.01 0.01 0.00 99.96 04:21:02 04:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:15:01 5 0.05 0.00 0.05 0.00 0.02 99.88 04:21:02 04:15:01 6 0.00 0.00 0.03 0.02 0.00 99.95 04:21:02 04:15:01 7 0.02 0.00 0.02 0.05 0.00 99.92 04:21:02 04:16:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:21:02 04:16:01 0 0.02 0.00 0.00 0.02 0.00 99.97 04:21:02 04:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:21:02 04:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:21:02 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:16:01 7 0.00 0.00 0.02 0.03 0.00 99.95 04:21:02 04:21:02 04:16:01 CPU %user %nice %system %iowait %steal %idle 04:21:02 04:17:01 all 0.01 0.00 0.01 0.01 0.01 99.96 04:21:02 04:17:01 0 0.00 0.00 0.02 0.02 0.00 99.97 04:21:02 04:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:21:02 04:17:01 2 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:17:01 3 0.02 0.00 0.00 0.02 0.00 99.97 04:21:02 04:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:17:01 5 0.05 0.00 0.02 0.00 0.02 99.92 04:21:02 04:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:21:02 04:17:01 7 0.00 0.00 0.03 0.03 0.00 99.93 04:21:02 04:18:01 all 0.15 0.00 0.01 0.01 0.00 99.83 04:21:02 04:18:01 0 0.00 0.00 0.02 0.02 0.00 99.97 04:21:02 04:18:01 1 0.05 0.00 0.03 0.00 0.02 99.90 04:21:02 04:18:01 2 1.11 0.00 0.03 0.00 0.00 98.86 04:21:02 04:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:18:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:21:02 04:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:18:01 7 0.02 0.00 0.02 0.03 0.00 99.93 04:21:02 04:19:01 all 0.26 0.00 0.01 0.01 0.00 99.73 04:21:02 04:19:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:21:02 04:19:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:21:02 04:19:01 2 1.97 0.00 0.00 0.00 0.00 98.03 04:21:02 04:19:01 3 0.02 0.00 0.00 0.03 0.00 99.95 04:21:02 04:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:21:02 04:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:21:02 04:19:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:21:02 04:20:01 all 0.27 0.00 0.03 0.01 0.00 99.69 04:21:02 04:20:01 0 0.02 0.00 0.03 0.03 0.00 99.92 04:21:02 04:20:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:21:02 04:20:01 2 2.00 0.00 0.02 0.00 0.00 97.98 04:21:02 04:20:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:21:02 04:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:21:02 04:20:01 5 0.05 0.00 0.03 0.00 0.00 99.92 04:21:02 04:20:01 6 0.02 0.00 0.03 0.00 0.00 99.95 04:21:02 04:20:01 7 0.00 0.00 0.02 0.03 0.00 99.95 04:21:02 04:21:01 all 0.99 0.00 0.27 0.05 0.01 98.69 04:21:02 04:21:01 0 1.03 0.00 0.25 0.22 0.02 98.48 04:21:02 04:21:01 1 0.65 0.00 0.28 0.00 0.02 99.05 04:21:02 04:21:01 2 2.11 0.00 0.21 0.00 0.00 97.68 04:21:02 04:21:01 3 0.60 0.00 0.30 0.03 0.02 99.05 04:21:02 04:21:01 4 0.33 0.00 0.33 0.05 0.02 99.27 04:21:02 04:21:01 5 1.05 0.00 0.30 0.02 0.00 98.63 04:21:02 04:21:01 6 0.45 0.00 0.17 0.00 0.00 99.38 04:21:02 04:21:01 7 1.67 0.00 0.32 0.05 0.02 97.95 04:21:02 Average: all 4.22 0.00 0.91 0.30 0.01 94.55 04:21:02 Average: 0 4.03 0.00 0.97 0.12 0.02 94.87 04:21:02 Average: 1 4.08 0.00 0.92 0.16 0.01 94.83 04:21:02 Average: 2 4.85 0.00 0.92 0.33 0.01 93.88 04:21:02 Average: 3 4.04 0.00 0.82 0.33 0.01 94.79 04:21:02 Average: 4 4.06 0.00 0.85 0.40 0.01 94.67 04:21:02 Average: 5 4.27 0.00 0.94 0.31 0.02 94.46 04:21:02 Average: 6 4.23 0.00 0.94 0.59 0.01 94.23 04:21:02 Average: 7 4.19 0.00 0.92 0.19 0.02 94.69 04:21:02 04:21:02 04:21:02